- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Delete Disks from server - vgremove - pvremove...
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
03-06-2007 11:06 PM
03-06-2007 11:06 PM
I want to delete 2 disks from hpux server, i delete vg (vgremove), after delete pv (pvremove) but when i run ioscan -fnC disk i see this:
Class I H/W Path Driver S/W State H/W Type Description
======================================================================
disk 0 0/0/1/0.1.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c0t1d0 /dev/rdsk/c0t1d0
disk 1 0/0/1/1.0.0 sdisk CLAIMED DEVICE SEAGATE ST318203LC
/dev/dsk/c1t0d0 /dev/rdsk/c1t0d0
disk 3 0/0/2/0.0.0 sdisk CLAIMED DEVICE SEAGATE ST318203LC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 4 0/0/2/0.2.0 sdisk CLAIMED DEVICE SEAGATE ST318203LC
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
disk 6 0/4/0/0.2.0.255.0.0.0 sdisk NO_HW DEVICE HP OPEN-9*8
/dev/dsk/c5t0d0 /dev/rdsk/c5t0d0
disk 7 0/4/0/0.2.0.255.0.0.1 sdisk NO_HW DEVICE HP OPEN-9*3
/dev/dsk/c5t0d1 /dev/rdsk/c5t0d1
disk 5 0/4/0/0.2.1.255.0.0.0 sdisk NO_HW DEVICE HP OPEN-9*8
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
disk 8 0/4/0/0.2.1.255.0.0.1 sdisk NO_HW DEVICE HP OPEN-9*3
/dev/dsk/c6t0d1 /dev/rdsk/c6t0d1
The disk are in status No Hardware
I want delete this 2 disks /dev/rdsk/c5t0d0 and /dev/rdsk/c5t0d1 because /dev/rdsk/c6t0d0 and /dev/rdsk/c6t0d1 was alternate paths
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 11:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 11:12 PM
03-06-2007 11:12 PM
Re: Delete Disks from server - vgremove - pvremove - and after?
rmsf -H 0/4/0/0.2.0.255.0.0.0
...
and so on. This removes the entry in the kernel's table and also the device files.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2007 11:51 PM
03-06-2007 11:51 PM
Re: Delete Disks from server - vgremove - pvremove - and after?
At this level, each path to disk is identical. The "understanding" of alternate paths comes at the LVM level.
A while ago, we did a large SAN migration. As a result, all our SAN-connected servers had lots of NO_HW disk entries in the ioscan listings. I made a quick script to remove *all* NO_HW disk entries in one fell swoop. This script is attached here. Use it at your own risk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 12:55 AM
03-07-2007 12:55 AM
Re: Delete Disks from server - vgremove - pvremove - and after?
I delete the disks and everythings si OK.
Thank´s again
Hayse :)