Oracle Cluster Verfication utility may fail with followin error on HP-UX .
--------cluvfy log --------------------------
File "/etc/resolv.conf" is consistent across nodes
Time zone consistency check passed
Checking settings of device file "/dev/async"
Check for settings of device file "/dev/async" failed.
ERROR:
PRVF-2415 : The minor number of device file "/dev/async" is incorrect on the nodes:
Check failed on nodes:
server3,server1
Starting check for The SSH LoginGraceTime setting ...
Problem: By Default device ID is incorrect for HP-UX 11.31, and need to be created as per oracle minor and major device.
Solution :
--------cluvfy log --------------------------
File "/etc/resolv.conf" is consistent across nodes
Time zone consistency check passed
Checking settings of device file "/dev/async"
Check for settings of device file "/dev/async" failed.
ERROR:
PRVF-2415 : The minor number of device file "/dev/async" is incorrect on the nodes:
Check failed on nodes:
server3,server1
Starting check for The SSH LoginGraceTime setting ...
Problem: By Default device ID is incorrect for HP-UX 11.31, and need to be created as per oracle minor and major device.
Solution :
The solution was to
ReplyDelete$mknod /dev/async c 101 0x104
http://download.oracle.com/docs/cd/E11882_01/server.112/e10839/appb_hpux.htm#BEJJBAGM
yes, Remove the old /dev/async and create new one as per documenation.
ReplyDeleteThanks for highlighting , I miss to update the solution bit.