zhuyumu 发表于 2018-9-21 12:26:47

Oracle Real Application Clusters (RAC) 部署实录

# /u01/app/oraInventory/orainstRoot.sh  
Changing permissions of /u01/app/oraInventory.
  
Adding read,write permissions for group.
  
Removing read,write,execute permissions for world.
  
Changing groupname of /u01/app/oraInventory to oinstall.
  
The execution of the script is complete.
  

  

  
# /u01/app/11.2.0.4/grid/root.sh
  
Performing root user operation for Oracle 11g
  
The following environment variables are set as:
  
    ORACLE_OWNER= grid
  
    ORACLE_HOME=/u01/app/11.2.0.4/grid
  
Enter the full pathname of the local bin directory: :
  
   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.
  
Using configuration parameter file: /u01/app/11.2.0.4/grid/crs/install/crsconfig_params
  
Creating trace directory
  
Installing Trace File Analyzer
  
OLR initialization - successful
  
root wallet
  
root wallet cert
  
root cert export
  
peer wallet
  
profile reader wallet
  
pa wallet
  
peer wallet keys
  
pa wallet keys
  
peer cert request
  
pa cert request
  
peer cert
  
pa cert
  
peer root cert TP
  
profile reader root cert TP
  
pa root cert TP
  
peer pa cert TP
  
pa peer cert TP
  
profile reader pa cert TP
  
profile reader peer cert TP
  
peer user cert
  
pa user cert
  
Adding Clusterware entries to upstart
  
CRS-2672: Attempting to start 'ora.mdnsd' on 'king01'
  
CRS-2676: Start of 'ora.mdnsd' on 'king01' succeeded
  
CRS-2672: Attempting to start 'ora.gpnpd' on 'king01'
  
CRS-2676: Start of 'ora.gpnpd' on 'king01' succeeded
  
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'king01'
  
CRS-2672: Attempting to start 'ora.gipcd' on 'king01'
  
CRS-2676: Start of 'ora.cssdmonitor' on 'king01' succeeded
  
CRS-2676: Start of 'ora.gipcd' on 'king01' succeeded
  
CRS-2672: Attempting to start 'ora.cssd' on 'king01'
  
CRS-2672: Attempting to start 'ora.diskmon' on 'king01'
  
CRS-2676: Start of 'ora.diskmon' on 'king01' succeeded
  
CRS-2676: Start of 'ora.cssd' on 'king01' succeeded
  
ASM created and started successfully.
  
Disk Group OCRVDISK created successfully.
  
clscfg: -install mode specified
  
Successfully accumulated necessary OCR keys.
  
Creating OCR keys for user 'root', privgrp 'root'..
  
Operation successful.
  
CRS-4256: Updating the profile
  
Successful addition of voting disk 9dcb1759cc574fbfbfe170430060f5a8.
  
Successfully replaced voting disk group with +OCRVDISK.
  
CRS-4256: Updating the profile
  
CRS-4266: Voting file(s) successfully replaced
  
##STATE    File Universal Id                File Name Disk group
  
-------    -----------------                --------- ---------
  
1. ONLINE   9dcb1759cc574fbfbfe170430060f5a8 (ORCL:DISK1)
  
Located 1 voting disk(s).
  
CRS-2672: Attempting to start 'ora.asm' on 'king01'
  
CRS-2676: Start of 'ora.asm' on 'king01' succeeded
  
CRS-2672: Attempting to start 'ora.OCRVDISK.dg' on 'king01'
  
CRS-2676: Start of 'ora.OCRVDISK.dg' on 'king01' succeeded
  
Configure Oracle Grid Infrastructure for a Cluster ... succeeded


页: [1]
查看完整版本: Oracle Real Application Clusters (RAC) 部署实录