OUI can't detect nodes information when installing clusterware
627138Jan 22 2010 — edited Jan 23 2010hi gurus
I am installing 10g clusterware on two-nodes HP-UX machines.
The pre-install check for CRS installation has veryfied by executing
runcluvfy.sh stage -pre crsinst njzdb21,njzdb22 -verbose
Checking node connectivity...
Node connectivity check passed for subnet "173.32.115.0" with node(s) njzdb22,njzdb21.
Node connectivity check passed for subnet "172.32.115.0" with node(s) njzdb22,njzdb21.
Node connectivity check passed for subnet "10.32.115.0" with node(s) njzdb22,njzdb21.
Suitable interfaces for VIP on subnet "173.32.115.0":
njzdb22 lan902:173.32.115.16
njzdb21 lan902:173.32.115.15
Suitable interfaces for VIP on subnet "172.32.115.0":
njzdb22 lan901:172.32.115.18
njzdb21 lan901:172.32.115.17
Suitable interfaces for the private interconnect on subnet "10.32.115.0":
njzdb22 lan900:10.32.115.16
njzdb21 lan900:10.32.115.15
Node connectivity check passed.
Checking system requirements for 'crs'...
No checks registered for this product.
But when i run OUI installer to install the clusterware ,at "Specify Cluster Configuration" window,The OUI Installer does not find any nodes,even the local node and the "Add" button is disabled.
Here is the content of /etc/hosts
*10.32.115.16 njzdb22* //public IP
*10.32.115.18 njzdb22_srv* //Service and VIP
*172.32.115.18 njzdb22_ora* //hearbeat for oracle clusterware
*173.32.115.16 njzdb22_hrt* //hearbeat for HP cluster
*10.32.115.15 njzdb21* //public IP
*10.32.115.17 njzdb21_srv* //Service and VIP
*172.32.115.17 njzdb21_ora* //hearbeat for oracle clusterware
*173.32.115.15 njzdb21_hrt* //hearbeat for HP cluster
What could be the problem?
Thank you very much!!