ablog

不器用で落着きのない技術者のメモ

Oracle RAC のインストール前に cluvfy を実行すると。。。

[oracle@node01 ~]$ /u01/app/11.2.0/grid/bin/cluvfy stage -pre dbinst -fixup -n node01,node02 -osdba dba -verbose 2>&1|tee cluvy_`date '+%Y%m%d'`_$$.log

...

[11962@node01.ablog.com] [main] [ 2010-12-26 12:05:47.012 JST ] [ResultSet.getSuccNodes:557]  Checking for Success nodes from the total list of nodes in the resultset

ERROR: 
User equivalence unavailable on all the specified nodes
Verification cannot proceed

[11962@node01.ablog.com] [main] [ 2010-12-26 12:05:47.012 JST ] [ResultSet.traceResultSet:342]  

After return from  checkSetup
        Overall Status->OPERATION_FAILED

        node02-->OPERATION_FAILED
        node01-->OPERATION_FAILED


[11962@node01.ablog.com] [main] [ 2010-12-26 12:05:47.013 JST ] [ReportUtil.printReportFooter:1595]  stageMsgID: 8303
[oracle@node01 ~]$ su - grid
[grid@node01 ~]$ cd /u01/app/11.2.0/grid/cv/log
[oracle@node01 log]$ mv cvutrace.log.0  cvutrace.log.0.org
[oracle@node01 ~]$ /u01/app/11.2.0/grid/bin/cluvfy stage -pre dbinst -fixup -n node01,node02 -osdba dba -verbose 2>&1|tee cluvy_`date '+%Y%m%d'`_$$.log
Performing pre-checks for database installation 

Checking node reachability...

Check: Node reachability from node "node01"
  Destination Node                      Reachable?              
  ------------------------------------  ------------------------
  node02                                yes                     
  node01                                yes                     
Result: Node reachability check passed from node "node01"


Checking user equivalence...

Check: User equivalence for user "oracle"
  Node Name                             Comment                 
  ------------------------------------  ------------------------
  node02                                failed                  
  node01                                failed                  
Result: PRVF-4007 : User equivalence check failed for user "oracle"

ERROR: 
User equivalence unavailable on all the specified nodes
Verification cannot proceed


Pre-check for database installation was unsuccessful on all the nodes.