HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- XP256 array
Operating System - HP-UX
1827288
Members
3106
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-02-2005 02:33 AM
06-02-2005 02:33 AM
XP256 array
I have 2 HP UX servers with 2 XP256 arrays attached to the boxes. The luns have been created and assigned to the box. I want to get a list of luns which are attached to volume groups and which are free.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:37 AM
06-02-2005 02:37 AM
Re: XP256 array
For every PV presented to systems, do pvdisplay. Those PVs, which are part of VG, will give details, the other will give error messages.
pvdisplay /dev/dsk/cxtxtdx on every disk.
for i in $(ls -1 /dev/dsk/)
do
pvdisplay /dev/dsk/${i}
done.
Anil
pvdisplay /dev/dsk/cxtxtdx on every disk.
for i in $(ls -1 /dev/dsk/)
do
pvdisplay /dev/dsk/${i}
done.
Anil
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 02:38 AM
06-02-2005 02:38 AM
Re: XP256 array
Sam does a pretty good job of listing "un-used" disks. There is no straight forward way to get this info from the command line, however.
Pete
Pete
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 07:34 PM
06-02-2005 07:34 PM
Re: XP256 array
Hi,
If you are using LVM then "strings /etc/lvmtab"
will give all disks currently configured into system , rest all in /dev/dsk are unused.
If you are using lvm as well VxVM use "vxdisk list" also.
If you want to get details of all the LUNS in prticular system then run "xpinfo -i". It is not included in standard Hpux but is usually installed alongwith XP installation.
HTH,
Devender
If you are using LVM then "strings /etc/lvmtab"
will give all disks currently configured into system , rest all in /dev/dsk are unused.
If you are using lvm as well VxVM use "vxdisk list" also.
If you want to get details of all the LUNS in prticular system then run "xpinfo -i". It is not included in standard Hpux but is usually installed alongwith XP installation.
HTH,
Devender
Impossible itself mentions "I m possible"
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP