- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Completely removing disks from a system
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 06:31 AM
06-28-2002 06:31 AM
Completely removing disks from a system
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 06:32 AM
06-28-2002 06:32 AM
Re: Completely removing disks from a system
You can use 'rm' or 'rmsf' to remove the device files no longer needed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 06:34 AM
06-28-2002 06:34 AM
Re: Completely removing disks from a system
You can always remove these files thro the rm and rmsf commands. But if the disks are connected in the VA7100 physically then HP UX will recreate the device files when it boots up next time or by running insf -e command.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 06:35 AM
06-28-2002 06:35 AM
Re: Completely removing disks from a system
Check with ioscan to confirm these disk are not showing up in the output
You can use ioscan -fnC disk
to see the list.
Use rmsf to remove it from /dev/dsk
Good luck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 06:36 AM
06-28-2002 06:36 AM
Re: Completely removing disks from a system
If U don't need then why to worry about it's existence or non existence. Still U are worried about it's existence delete by rm command...Now happy....
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 06:36 AM
06-28-2002 06:36 AM
Re: Completely removing disks from a system
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 07:00 AM
06-28-2002 07:00 AM
Re: Completely removing disks from a system
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2002 09:37 AM
06-28-2002 09:37 AM
Re: Completely removing disks from a system
Have you rebooted since you removed the device files with 'rmsf'? I think when HP-UX reboots it will rebuild the device structure and should make those devices disappear in you 'ioscan' outupt.
Hope that helps.
-Mike
P.S. - Be sure to assign points to your responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 04:17 AM
07-01-2002 04:17 AM
Re: Completely removing disks from a system
> rid of the device files they still show up
> when I do ioscan -fnC disk. I want to
> completely remove them so they do not show
> up in an ioscan.
I think this is not correct. If you do a rmsf, *without* the "-a" option, then the device *files* should be removed and should no longer be visible (with lssf, ll, "ioscan -n...", etc.). However the devices themselves, i.e. Class, I, H/W Path, Driver, S/W State, H/W Type and Description, are still visible, if the hardware devices (LUNs) still exist.