- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vxdisk list shows removed disks, how to remove...
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
02-08-2006 09:00 AM
02-08-2006 09:00 AM
vxdisk list shows removed disks, how to remove these entries?
#vxdisk list
- - rootdisk02 rootdg removed was:c3t15d0
- - rootdisk03 rootdg removed was:c3t15d0
these entries show up beside my existing rootdg disk. I played with the vxdiskadm's option 3 (Remove a disk for replacement) and that's where they came from I know that :)
What I don't know is how to get rid of these entries since I don't have that c3t15d0 anymore?
Any ideas would be greately appreciated.
Thanks!
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 09:02 AM
02-08-2006 09:02 AM
Re: vxdisk list shows removed disks, how to remove these entries?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 09:05 AM
02-08-2006 09:05 AM
Re: vxdisk list shows removed disks, how to remove these entries?
A vxdisk list should show me only the only disk I have in the rootdg without showing the "removed" ones, right?
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 03:20 PM
02-08-2006 03:20 PM
Re: vxdisk list shows removed disks, how to remove these entries?
#vxdg -g rootdg rmdisk
If it doesn't work u just restart the services
#vxdctl disabe
#vxdctl enable
# vxvol start rootdg
I hope it'll solve ur issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 04:32 PM
02-08-2006 04:32 PM
Re: vxdisk list shows removed disks, how to remove these entries?
Hi James,
You can get rid of this by just doing,
#vxdisk rm c3t15d0
you may not be able to do vxdiskunsetup.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:08 AM
02-09-2006 02:08 AM
Re: vxdisk list shows removed disks, how to remove these entries?
vxdg rmdisk rootdisk03
vdisk rm c3t15d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:15 AM
02-09-2006 02:15 AM
Re: vxdisk list shows removed disks, how to remove these entries?
#vxdg -g rootdg rmdisk rootdisk03
vxvm:vxdg: ERROR: Disk rootdisk03 is used by one or more subdisks
#vxdisk rm c3t15d0
vxvm:vxdisk: ERROR: Device c3t15d0: Device is in use
#vxdg rmdisk rootdisk02
vxvm:vxdg: ERROR: Disk rootdisk02 is used by one or more subdisks. Use -k to remove device assignment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:16 AM
02-09-2006 02:16 AM
Re: vxdisk list shows removed disks, how to remove these entries?
vxprint -ht -g rootdg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:01 AM
02-09-2006 03:01 AM
Re: vxdisk list shows removed disks, how to remove these entries?
First list the plexes and then take them offline:
#vxprint -pt
#vxmend off standvol-02
If a plex is mirrored then detach it (mine was):
#vxplex det standvol-02
Dissociate and remove the plex (force it):
#vxplex -o rm dis standvol-02
- to make this work, the plex should have either a DETACHED OFFLINE or a DISABLED REMOVED state.
standvol-02 above was just one of my plexes, of course i did the same with the rest.
Hth, thanks all for your replies!
james