1833707 Members
2570 Online
110063 Solutions
New Discussion

Autopath error

 
Tom Kunkel
Frequent Advisor

Autopath error

New HPUX box, first install.

Try to run the autopath

autopath discover
AUTOPATH : Discovery of New Paths / LUNs will be effective only if ioscan and insf -e are executed prior to autopath discover
AUTOPATH : Discover in Progress ...

Autopath: /dev/hpap:No such file or directory
AUTOPATH : No such file or directory

I've done all the pre-req's (server's zoned, has a LUN, can see the disk from ioscan, have run insf, rebooted a couple of times). Any ideas?


2 REPLIES 2
Mel Burslan
Honored Contributor

Re: Autopath error

I amnot a san expert but I think you have a corrupt AutoPath installation in your hands. In order to use this product, you need to have a character device at /dev/hpap. Here is my case:

root#ll /dev/hpap
crw-r--r-- 1 root root 20 0x000000 Jan 30 15:46 /dev/hpap

try re-installing the AutoPath software is my suggestion.
________________________________
UNIX because I majored in cryptology...
Tom Kunkel
Frequent Advisor

Re: Autopath error

Google'd it.

Fix was:

remove autopath
reboot
install ums
reboot
install patches
reboot
install autopath
reboot

Phew!