11gR2单实例安装ASM
[root@pctest01 ~]# /g01/oraInventory/orainstRoot.sh
Changing permissions of /g01/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.
Changing groupname of /g01/oraInventory to oinstall.
The execution of the script is complete.
[root@pctest01 ~]# /g01/app/11.2.0/grid/root.sh
Performing root user operation for Oracle 11g
The following environment variables are set as:
ORACLE_OWNER= grid
ORACLE_HOME= /g01/app/11.2.0/grid
Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...
Creating /etc/oratab file...
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.
显示说明:
To configure Grid Infrastructure for a Stand-Alone Server run the following command as the root user:
/g01/app/11.2.0/grid/perl/bin/perl -I/g01/app/11.2.0/grid/perl/lib -I/g01/app/11.2.0/grid/crs/install /g01/app/11.2.0/grid/crs/install/roothas.pl
//提示:在执行root.sh后,再执行 /u01/app/11.2.0/grid/crs/install/roothas.pl 否则后面的creade asm将会出错
To configure Grid Infrastructure for a Cluster execute the following command:
/g01/app/11.2.0/grid/crs/config/config.sh
This command launches the Grid Infrastructure Configuration Wizard. The wizard also supports silent operation, and the parameters can be passed through the response file that is available in the installation media.
如果没有执行/u01/app/11.2.0/grid/crs/install/roothas.pl 后面也可以单独执行:
/u01/app/11.2.0/grid/crs/install/roothas.pl
否则会出现:
Oracle Grid Infrastructure is not configured properly. ASMCA needs Oracle Grid Infrastructure to configure ASM.
[root@pctest01 ~]# /g01/app/11.2.0/grid/crs/install/roothas.pl
Using configuration parameter file: /g01/app/11.2.0/grid/crs/install/crsconfig_params
Creating trace directory
User ignored Prerequisites during installation
LOCAL ADD MODE
Creating OCR keys for user 'grid', privgrp 'oinstall'..
Operation successful.
LOCAL ONLY MODE
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
CRS-4664: Node pctest01 successfully pinned.
Adding Clusterware entries to inittab
pctest01 2013/04/29 08:14:33 /g01/app/11.2.0/grid/cdata/pctest01/backup_20130429_081433.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
[root@pctest01 ~]# ps -ef |grep has
root 27684 1 0 08:14 ? 00:00:00 /bin/sh /etc/init.d/init.ohasd run
grid 27714 1 1 08:14 ? 00:00:00 /g01/app/11.2.0/grid/bin/ohasd.bin reboot
root 27954 4080 0 08:15 pts/2 00:00:00 grep has
[root@pctest01 ~]#