Operating System - HP-UX
1833683 Members
3999 Online
110062 Solutions
New Discussion

Re: Removal of EMC disk device files

 
Neale Machin
Advisor

Removal of EMC disk device files

We have an N class which needs to be removed from an EMC Symmettrix.The symmetrix is currently switched off and these devices are shoing as NO_HW on ioscan (as would be expected)
I have removed them from powerpath but how do I remove them so that ioscan no loger will pick them up?
Many thanks
Just cos I look after Unix Boxes doesnt mean I wear sandals
5 REPLIES 5
Tom Geudens
Honored Contributor

Re: Removal of EMC disk device files

Hi,
You could do "rsmf" of the devicefiles ... but you'll still get NO_HW on the path.
The only "complete" solution is ... a reboot of the server.

Regards,
Tom
A life ? Cool ! Where can I download one of those from ?
Jean-Louis Phelix
Honored Contributor

Re: Removal of EMC disk device files

hi,

You should rather try rmsf -H hardware_path. It should work.

Regards.
It works for me (© Bill McNAMARA ...)
Armin Feller
Honored Contributor

Re: Removal of EMC disk device files

Hi,

do:

# rmsf -H
# ioscan -fn

Regards,
Armin
Jerry Morency
New Member

Re: Removal of EMC disk device files

Hi,

We did this on a K570 and we could not re-boot until we added a SCSI terminator where the EMC cables were disconnected.

Jerry
Patrick Wallek
Honored Contributor

Re: Removal of EMC disk device files

As far as I know the 'rmsf' will just remove the device files for the devices that you removed. The NO_HW entries will still show up in ioscan until you reboot.

Check out the following document from the ITRC TKB: http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065679876

It is Doc ID KBRC00008568

The last paragraph of the above referenced document:

"A reboot is needed to remove the NO_HW from ioscan because of the kernel I/O tree. During bootup the kernel builds an I/O tree that resides in memory. Entries can be added to the kernel I/O tree but they cannot be removed. In general, it takes a reboot to get rid of NO_HW entries."