Operating System - HP-UX
1832994 Members
2222 Online
110048 Solutions
New Discussion

Clearing NO_HW devices...

 
Prashant Zanwar_4
Respected Contributor

Clearing NO_HW devices...

What would be the reason that the below command
stucks on 1st device...
ioscan -fnkC disk | awk '/NO_HW/{print $3}' | xargs -t -i rmsf -H {}

Thanks and regards
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
1 REPLY 1
Bill Hassell
Honored Contributor

Re: Clearing NO_HW devices...

Start by seeing if ioscan is stuck. Run it by itself:

ioscan -knfC disk

If it runs full speed, then add the awk statement and see if the results produce what you expect. Then add the rmsf. Make sure you're up to date on hardware patches and anything specific to ioscan and rmsf.


Bill Hassell, sysadmin