Operating System - HP-UX
1834448 Members
2198 Online
110067 Solutions
New Discussion

Re: Autopath showing HPswsp component missing corrupted

 
THL
New Member

Autopath showing HPswsp component missing corrupted

I am having problem on autopath software in 1 of our HPUX 11.23 machine, it's giving me the following error message:-

# autopath display

AUTOPATH : HPswsp component missing or corrupted

Any advise?
5 REPLIES 5
Albert_31
Trusted Contributor

Re: Autopath showing HPswsp component missing corrupted

Hi,

Check if the swsp is loaded in the kernal..

post teh following
#ioscan -fn
#spmgr -display
#syslog.log
THL
New Member

Re: Autopath showing HPswsp component missing corrupted

The server is connected to EVA8K which we are using the autopath, not spmgr
Albert_31
Trusted Contributor

Re: Autopath showing HPswsp component missing corrupted

autopath is discontinued by HP and you would be using securepath if i am not wrong.. you can confirm the same using teh following commands

# swlist -l product | grep -i

There is no harm if you can check if the following

# lsdev | grep swsp
# ioscan -fn
# syslog.log file for any errors..

Sameer_Nirmal
Honored Contributor

Re: Autopath showing HPswsp component missing corrupted

Hi,

Was the installation of the autopath s/w successful?
# swverify HPswsp
check the log for errors in any.
/var/adm/sw/swagent.log

Check if the driver "hpap" is loaded in the kernel.
# lsdev | grep hpap
Check the device driver node file
# ls -al /dev/hpap
Check this file ( maybe you are missing this file)
# ls -al /opt/HPswsp/hpap
THL
New Member

Re: Autopath showing HPswsp component missing corrupted

Thanks for all your reply, we have found out what's the caused. /stand was not mounted therefore the hpap was not loaded.