- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to find VGID and PVID
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
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
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
тАО09-27-2011 05:59 AM
тАО09-27-2011 05:59 AM
how to find VGID and PVID
hi All,
can you please tell me how find VGID and PVID? is there any command for that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2011 06:05 AM
тАО09-27-2011 06:05 AM
Re: how to find VGID and PVID
Hi:
One way is to actually read the physical disk. See this thread for example:
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2011 08:46 AM
тАО09-27-2011 08:46 AM
Re: how to find VGID and PVID
other than the given script, is there nay other way to find VGID and PVID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2011 08:52 AM
тАО09-27-2011 08:52 AM
Re: how to find VGID and PVID
@hpux_sun wrote:other than the given script, is there nay other way to find VGID and PVID?
Hi (again):
And what's wrong with the simple, non-intrusive script?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2011 08:58 AM
тАО09-27-2011 08:58 AM
Re: how to find VGID and PVID
nothing prob, i was looking a simple command..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-27-2011 09:01 AM
тАО09-27-2011 09:01 AM
Re: how to find VGID and PVID
@hpux_sun wrote:nothing prob, i was looking a simple command..
So, put the script somewhere with a name you like and it becomes a command :-)
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2011 04:29 AM
тАО10-05-2011 04:29 AM
Re: how to find VGID and PVID
TO find PVID : xd -An -j8200 -N16 -tx <RAW_DISK> | awk '{print $1 $2}'
To FInd VGID : xd -An -j8200 -N16 -tx <RAW_DISK> | awk '{print $3 $4}'
- Tags:
- xd