GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to remove a disk from a server
Operating System - HP-UX
1854814
Members
19040
Online
104103
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-23-2002 01:25 AM
12-23-2002 01:25 AM
How to remove a disk from a server
I've some disks from a SAN that i want to remove from my server to dedicate them to other boxes.
I removed the related special files and then I unassigned the relation disks/host from the IBM Storage Specialist (the SAN admin utility). After that an ioscan shows to me a S/W state NO_HW for the disk I want to remove, so iI rebooted the machine, but a new ioscan still shows the disks and a NO_HW state. How can I definitively remove these disks from the system.
I removed the related special files and then I unassigned the relation disks/host from the IBM Storage Specialist (the SAN admin utility). After that an ioscan shows to me a S/W state NO_HW for the disk I want to remove, so iI rebooted the machine, but a new ioscan still shows the disks and a NO_HW state. How can I definitively remove these disks from the system.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 01:34 AM
12-23-2002 01:34 AM
Re: How to remove a disk from a server
If you physically removed device and rebooted system then this device should dissapear in ioscan output. Where was this disk installed? Disk array?
Please attach 'ioscan -fn' to your next reply
Eugeny
Please attach 'ioscan -fn' to your next reply
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2002 01:46 AM
12-23-2002 01:46 AM
Re: How to remove a disk from a server
you can use rmsf -H
LIke
for i in `ioscan -funC disk | grep -v grep | grep NO_HW | awk '{ print $3 }'`
do
rmsf -H $i
done
This will remove only the device files.
You have to perform a reboot to take out the entries pointing out to the kernel.
THanks
LIke
for i in `ioscan -funC disk | grep -v grep | grep NO_HW | awk '{ print $3 }'`
do
rmsf -H $i
done
This will remove only the device files.
You have to perform a reboot to take out the entries pointing out to the kernel.
THanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP