zoukankan      html  css  js  c++  java
  • RAC安装GI时运行root.sh脚本结果

    第一节点运行root.sh脚本的结果:

    # /u01/app/11.2.0/grid/root.sh 
    Performing root user operation for Oracle 11g 
    
    The following environment variables are set as:
        ORACLE_OWNER= oragrid
        ORACLE_HOME=  /u01/app/11.2.0/grid
    
    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.
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    User ignored Prerequisites during installation
    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 'rac11g1'
    CRS-2676: Start of 'ora.mdnsd' on 'rac11g1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'rac11g1'
    CRS-2676: Start of 'ora.gpnpd' on 'rac11g1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac11g1'
    CRS-2672: Attempting to start 'ora.gipcd' on 'rac11g1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'rac11g1' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'rac11g1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'rac11g1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'rac11g1'
    CRS-2676: Start of 'ora.diskmon' on 'rac11g1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'rac11g1' succeeded
    
    ASM created and started successfully.
    
    Disk Group CRS 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 1d1a5264eccb4fd6bf7e350878267421.
    Successful addition of voting disk 8723a6b91e8e4f42bf432a71447ddcc0.
    Successful addition of voting disk 1eb4792b0b1c4f22bf1c1ca3d6afe1ca.
    Successfully replaced voting disk group with +CRS.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ##  STATE    File Universal Id                File Name Disk group
    --  -----    -----------------                --------- ---------
     1. ONLINE   1d1a5264eccb4fd6bf7e350878267421 (/dev/ocrb) [CRS]
     2. ONLINE   8723a6b91e8e4f42bf432a71447ddcc0 (/dev/ocrc) [CRS]
     3. ONLINE   1eb4792b0b1c4f22bf1c1ca3d6afe1ca (/dev/ocrd) [CRS]
    Located 3 voting disk(s).
    CRS-2672: Attempting to start 'ora.asm' on 'rac11g1'
    CRS-2676: Start of 'ora.asm' on 'rac11g1' succeeded
    CRS-2672: Attempting to start 'ora.CRS.dg' on 'rac11g1'
    CRS-2676: Start of 'ora.CRS.dg' on 'rac11g1' succeeded
    Preparing packages for installation...
    cvuqdisk-1.0.9-1
    Configure Oracle Grid Infrastructure for a Cluster ... succeeded
     

    第二节点运行root.sh脚本的结果:

    # /u01/app/11.2.0/grid/root.sh 
    Performing root user operation for Oracle 11g 
    
    The following environment variables are set as:
        ORACLE_OWNER= oragrid
        ORACLE_HOME=  /u01/app/11.2.0/grid
    
    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.
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    User ignored Prerequisites during installation
    Installing Trace File Analyzer
    OLR initialization - successful
    Adding Clusterware entries to upstart
    CRS-4402: The CSS daemon was started in exclusive mode but found an active CSS daemon on node rac11g1, number 1, and is terminating
    An active cluster was found during exclusive startup, restarting to join the cluster
    Configure Oracle Grid Infrastructure for a Cluster ... succeeded
  • 相关阅读:
    install source mysql 5.7.9
    直接复制php的安装目录部署到其他服务器的时候,无法运行
    对硬盘进行分区时,GPT和MBR有什么区别?
    centos添加永久静态路由
    Windows2008R2安装远程桌面终端授权
    nginx搭建的cdn服务器的nginx.conf配置文件
    centos6.6配置vlan三层交换
    ESXI 6.0 嵌套虚拟化 Hyper-v
    VLAN的Hybrid和Trunk端口有何区别
    如何添加使用博客RSS订阅
  • 原文地址:https://www.cnblogs.com/abclife/p/4964588.html
Copyright © 2011-2022 走看看