- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to see VGID of any 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
07-12-2001 05:26 AM
07-12-2001 05:26 AM
do anybody know a command which gives out a
VGID of disk without any connections to which
VG the physical disk now belongs .. I have a situation where I have disks which are now not in any volume group but I had to know if they were previously in a VG ( Yes, I know that those disks have been "pvcreated" but that is not enough ...
-- Juha --
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 05:45 AM
07-12-2001 05:45 AM
Re: How to see VGID of any disk
Do the following command;
echo 2000?8c+8x|adb /dev/dsk/cXXXXX
and if it returns info such as LVMRECxxxx then you know this disk was indeed in a VG before. If not then its new and never been pvcreated and included in a VG. Eg. did this command on a new blank disk and got;
2000: 0 0 0 0 0 0 0 0
Did it on an existing disk and got;
2000: LVMREC0177C7 0xEE0D 38F5 7F64 77C7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 05:48 AM
07-12-2001 05:48 AM
Re: How to see VGID of any disk
-- Juha --
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 05:59 AM
07-12-2001 05:59 AM
Re: How to see VGID of any disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 06:22 AM
07-12-2001 06:22 AM
Re: How to see VGID of any disk
-- Juha --
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 04:04 AM
07-13-2001 04:04 AM
Re: How to see VGID of any disk
vgexport -s -p -m
on the VG. This would produce a mapfile with the VGID
in it(?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 04:05 AM
07-13-2001 04:05 AM
Re: How to see VGID of any disk
wanted VGID from the disk and not from the VG itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 04:49 AM
07-13-2001 04:49 AM
Re: How to see VGID of any disk
I think that it is annoying if there are only
commands that rely the disk being in the VG if You want to have information about them .. There should be a "documented way" ( aka . command ) to produce the information ex. VGID .. "natural way" would be the pvdisplay-command ( enhancement request ?! )
-- Juha --