太懒
分类: Oracle
2013-05-21 16:58:00
oracle 11g r203+Oracle Linux__3: Install database
[oracle@node1 ~]$ db_env
[oracle@node1 ~]$
[oracle@node1 ~]$
[oracle@node1 ~]$ cd /nfs/oracle11G/i386/
database/ p10404530_112030_LINUX_1of7.zip p10404530_112030_LINUX_5of7.zip
gateways/ p10404530_112030_LINUX_2of7.zip
grid/ p10404530_112030_LINUX_3of7.zip
[oracle@node1 ~]$ cd /nfs/oracle11G/i386/database/
[oracle@node1 database]$
[oracle@node1 database]$ ./runInstaller -ignoreSysPrereqs
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 8974 MB Passed
Checking swap space: must be greater than 150 MB. Actual 7904 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-05-21_04-03-47PM. Please wait ...
等待若干分钟以后提示运行脚本,如图
分别在各个node上以root用户运行脚本
[root@node1 etc]# /u01/app/oracle/product/11.2.3/db_1/root.sh
Performing root user operation for Oracle 11g
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/11.2.3/db_1
Enter 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 by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.
[root@node1 etc]#
[root@node2 etc]# /u01/app/oracle/product/11.2.3/db_1/root.sh
Performing root user operation for Oracle 11g
The following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/11.2.3/db_1
Enter 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 by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Finished product-specific root actions.
[root@node2 etc]#
然后点击OK继续
安装结束。