11g R2 clusterware install issue

今天在配置clusterware时,

在两台node上安装software only的时候,都能安装成功。


用$GRID_HOME/crs/config/config.sh配置CRS的时候,到执行root.sh的时候,

第一个结点可以执行成功,

但第一个结点一直报下面几种错:

后来经查metalink,均为bug,之后把vmware player 换成 vmware server 1.0.6后, 居然好了,看来,rac环境对vmware也挑啊,做个rac测试环境真不容易啊:


1. 

Device Checks for ASM - This is a pre-check to verity if the specified devices meet the requirements for configuration through the Oracle Universal Storage Manager Configuration Assistant.

Verification result of failed node: racnode1
 List of errors:
  - PRVF-5150: Path ORCL:DISKCLU is not a valid path on all nodes

Operation Failed on Nodes: [racnode1]
 List of errors:
  -  Could not get the type of storage
     - Cause: Cause of Problem Not Available
     - Action: User Action Not Available

Solution : Device Checks for ASM Fails with PRVF-5150: Path ORCL:<diskname> is not a valid path [ID 1210863.1]



2. 

2012-08-10 17:12:52: Checking the status of ora.crsd
2012-08-10 17:12:57: Executing cmd: /u01/grid_home/bin/crsctl status resource ora.crsd -init
2012-08-10 17:12:57: Command output:
>  NAME=ora.crsd
>  TYPE=ora.crs.type
>  TARGET=ONLINE
>  STATE=OFFLINE
>   
>End Command output
2012-08-10 17:12:57: Checking the status of ora.crsd
2012-08-10 17:13:02: Start of resource "ora.crsd" failed
CRS-2800: Cannot start resource 'ora.asm' as it is already in the INTERMEDIATE state on server 'rac2'
CRS-4000: Command Start failed, or completed with errors.
2012-08-10 17:13:02: Failed to start Oracle Clusterware stack
2012-08-10 17:13:02: ###### Begin DIE Stack Trace ######
2012-08-10 17:13:02:     Package         File                 Line Calling   
2012-08-10 17:13:02:     --------------- -------------------- ---- ----------
2012-08-10 17:13:02:  1: main            rootcrs.pl            322 crsconfig_lib::dietrap
2012-08-10 17:13:02:  2: crsconfig_lib   crsconfig_lib.pm     1065 main::__ANON__
2012-08-10 17:13:02:  3: crsconfig_lib   crsconfig_lib.pm      993 crsconfig_lib::start_cluster
2012-08-10 17:13:02:  4: main            rootcrs.pl            690 crsconfig_lib::perform_start_cluster
2012-08-10 17:13:02: ####### End DIE Stack Trace #######


2012-08-10 17:13:02: 'ROOTCRS_STACK' checkpoint has failed


参考:Pre-Built Grid Infrastructure and Oracle RAC Templates For Oracle VM [ID 1185244.1]



3. 

2011-10-14 12:19:29: Command output:
> 
> Disk Group DATA creation failed with the following message:
> Disk Group DATA already exists. Cannot be created again
> 
>End Command output
2011-10-14 12:19:29: Configuration of ASM ... failed

参考:
Root.sh Failed on Second Node: Configuration of ASM Failed: Disk Group ... Already Exists [ID 1384728.1]


你可能感兴趣的:(vmware,oracle,command,Path,templates,output)