Hello ocfs2 experts, 
<br />
<br />OS is RHEL 2.6.9-78.0.13.ELsmp x86 
<br />With OCFS2 1.2.9 
<br />RDBMS/Clusterware s/w 10.2.0.1 
<br />
<br />Hoping someone can help me resolve the following error when running cluvfy to check ocfs2-shared storage. Have validated that the devices were correctly mounted and cross-referenced with another 2-node RAC environment we have where we&#39;d successfully run cluvfy on prior to installing RAC: 
<br />
<br />-- 
<br />--New RAC nodes where cluvfy is failing: 
<br />-- 
<br />[oracle@tis06db cluvfy]$ ./runcluvfy.sh comp ssa -n tis06db,tis16db -s /jemstha/ oraDATA,/jemstha/oraOCR,/jemstha/oraVOTE,/jemstha/oraFRA -verbose 
<br />
<br />Verifying shared storage accessibility 
<br />
<br />Checking shared storage accessibility... 
<br />
<br />ERROR: /jemstha/oraDATA 
<br />Could not find the storage 
<br />
<br />ERROR: /jemstha/oraOCR 
<br />Could not find the storage 
<br />
<br />ERROR: /jemstha/oraVOTE 
<br />Could not find the storage 
<br />
<br />ERROR: /jemstha/oraFRA 
<br />Could not find the storage 
<br />
<br />
<br />Shared storage check failed on nodes &quot;tis16db,tis06db&quot;. 
<br />
<br />Verification of shared storage accessibility was unsuccessful on all the nodes. 
<br />[oracle@tis06db cluvfy]$ 
<br />
<br />Yet on our other 2-node RAC env. running same versions of RHEL, OCSFS2 and Oracle s/w: 
<br />
<br />-- 
<br />--Original RAC nodes where cluvfy succeeded: 
<br />-- 
<br />
<br />[oracle@dev8 cluvfy]$ ./runcluvfy.sh comp ssa -n dev8,dev9 -s /jemsr/oraDATA,/jemsr/OCR,/jemsr/VOTE,/jemsr/FRA -verbose 
<br />
<br />Verifying shared storage accessibility 
<br />
<br />Checking shared storage accessibility... 
<br />
<br />&quot;/jemsr/oraDATA&quot; is shared. 
<br />&quot;/jemsr/OCR&quot; is shared. 
<br />&quot;/jemsr/VOTE&quot; is shared. 
<br />&quot;/jemsr/FRA&quot; is shared. 
<br />
<br />Shared storage check was successful on nodes &quot;dev9,dev8&quot;. 
<br />
<br />Verification of shared storage accessibility was successful. 
<br />[oracle@dev8 cluvfy]$