千家信息网

【Oracle Database】Oracle RAC(四):DBMS

发表于:2024-11-24 作者:千家信息网编辑
千家信息网最后更新 2024年11月24日,[root@wallet01 ~]# useradd -u 1101 -g oinstall -G dba,asmdba oracle[root@wallet01 ~]# echo oracle |
千家信息网最后更新 2024年11月24日【Oracle Database】Oracle RAC(四):DBMS
[root@wallet01 ~]# useradd -u 1101 -g oinstall -G dba,asmdba oracle[root@wallet01 ~]# echo oracle | passwd --stdin oracleChanging password for user oracle.passwd: all authentication tokens updated successfully.[root@wallet01 ~]# id oracleuid=1101(oracle) gid=1201(oinstall) groups=1201(oinstall),1200(dba),1203(asmdba)[root@wallet01 ~]# cat >> /etc/profile <> /etc/security/limits.conf <> /etc/pam.d/login <> /etc/profile <> /etc/security/limits.conf <> /etc/pam.d/login <>~/.ssh/authorized_keys[oracle@wallet01 ~]$ ssh wallet02 cat ~/.ssh/id_dsa.pub >>~/.ssh/authorized_keys[oracle@wallet01 ~]$ scp ~/.ssh/authorized_keys wallet02:.ssh/authorized_keys[oracle@wallet01 ~]$ (ssh wallet01 "date;hostname";ssh wallet02 "date;hostname")Sun May  5 10:12:50 CST 2019wallet01Sun May  5 10:12:50 CST 2019wallet02[oracle@wallet02 ~]$ (ssh wallet01 "date;hostname";ssh wallet02 "date;hostname")Sun May  5 10:12:58 CST 2019wallet01Sun May  5 10:12:58 CST 2019wallet02[oracle@wallet01 ~]$ unzip p13390677_112040_Linux-x86-64_1of7.zip[oracle@wallet01 ~]$ unzip p13390677_112040_Linux-x86-64_2of7.zip[oracle@wallet01 ~]$ cd database/[oracle@wallet01 database]$ ./runInstaller

[root@wallet01 ~]# /u01/app/oracle/product/11.2.0/db_1/root.shPerforming root user operation for Oracle 11g The following environment variables are set as:    ORACLE_OWNER= oracle    ORACLE_HOME=  /u01/app/oracle/product/11.2.0/db_1Enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite.The contents of "oraenv" have not changed. No need to overwrite.The contents of "coraenv" have not changed. No need to overwrite.Entries will be added to the /etc/oratab file as needed byDatabase Configuration Assistant when a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.Finished product-specific root actions.[root@wallet02 ~]# /u01/app/oracle/product/11.2.0/db_1/root.shPerforming root user operation for Oracle 11g The following environment variables are set as:    ORACLE_OWNER= oracle    ORACLE_HOME=  /u01/app/oracle/product/11.2.0/db_1Enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite.The contents of "oraenv" have not changed. No need to overwrite.The contents of "coraenv" have not changed. No need to overwrite.Entries will be added to the /etc/oratab file as needed byDatabase Configuration Assistant when a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.Finished product-specific root actions.


0