- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- removing a disk
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
04-03-2002 12:13 PM
04-03-2002 12:13 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:18 PM
04-03-2002 12:18 PM
SolutionIf the disk has been removed from the vg and also removed from the system, a reboot of system will make the NO_HW in ioscan to go away. Did you reboot the system after removing this disk, if the disk was hot swappable and waas plugged out.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:22 PM
04-03-2002 12:22 PM
Re: removing a disk
Having properly removed the disk from any LVM configuration (and 'vgexport' is the fastest way to destroy all knowledge) you can use 'rmsf' to remove the device files. See the man pages for more information and options. Upon reboot, all further traces of the hardware should disappear.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:23 PM
04-03-2002 12:23 PM
Re: removing a disk
If the disk is physically removed from the system, then you will need to reboot the system to get rid of NO_HW in ioscan output. If it is not part of a volume group anymore, then it doesn't do any harm.
To get rid of the device files, use rmsf command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:43 PM
04-03-2002 12:43 PM
Re: removing a disk
The best way is to reboot. Be careful if you are using the 'rmsf' command to remove the device files. You need to make sure that you are removing the right one. Also specify the complete path of the file:
# rmsf /dev/xxx/xxxx
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:48 AM
04-04-2002 06:48 AM
Re: removing a disk
1. Delete the configuration from Logical Volume Manager.
2. Applay vgexport
3. Remove special file "rmsf /dev/..."
4. Physicaly remove the disk ( Plug-out ).
5. ioscan "without options"
Magdi