- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to check whether a disk is part of VxVM
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-26-2008 02:55 AM
02-26-2008 02:55 AM
I have to run one script, and have to exclude those which is part of VxVM.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 04:52 AM
02-26-2008 04:52 AM
Re: How to check whether a disk is part of VxVM
Typically the disk array manufacturer provides a utility that you install on the server and you use this utility to get a listing that contains the LUN names or IDs and the server device files for each LUN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 05:21 AM
02-26-2008 05:21 AM
Re: How to check whether a disk is part of VxVM
for example:
# xd -j8200 -N16 -tu /dev/rdsk/c1t2d0
0000000 2000252410 965817345 2000252410 965817462
After that check on the second node VG ID's on all the 10 disks.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 11:50 AM
02-26-2008 11:50 AM
Re: How to check whether a disk is part of VxVM
What is the command to display the VxVM header, and how can we list those disks, perticularly in a server, where VxVM is not installed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 12:19 PM
02-26-2008 12:19 PM
Re: How to check whether a disk is part of VxVM
vxdisk list
vxdisk scandisks
vxdisk -o alldgs list
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2008 01:10 PM
02-26-2008 01:10 PM
SolutionThe commands mentioned are vxvm commands and they will work only if VxVm is installed.
>> Sreekanth
VxVM and LVM are different, however you will find docs correlating the terms used in LVM and VxVM.
As far as I know base VxVM product comes for free so you could install that on the other server and initialise the vxvm. Hence it would be easy for you to list the disks managed by VxVM using the commands mentioned by Hasan above.