- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how find Free PV which not been used or Config...
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
10-01-2008 09:08 PM
10-01-2008 09:08 PM
Greetings and Goodday!
Could any help me how to find what are the Free PV which are not been PV-created.? were to check
# uname -a;model
HP-UX B.11.11 U 9000/800 1440564391 unlimited-user license
9000/800/K580
Question:-
1. strings /etc/lvmtab than campare the disks with the ioscan -fnC disk output
2. vgdisplay
Please see the attachment for the ioscan & lvmtab output
Thanks,
Best Regards,
Johnson
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 09:24 PM
10-01-2008 09:24 PM
Re: how find Free PV which not been used or Configured Server HPUX 11.11
both methods are good to use.
You can also use SAM and let him list the PVs or try
# xvdisk list
Is this a FC60?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 09:32 PM
10-01-2008 09:32 PM
Solutionioscan -funCdisk|grep dsk|awk '{print $1}'|xargs -i pvdisplay {}
if there is any PV which is not associated with any VG it give error for that PV ptherwise shows information like :
--- Physical volumes ---
PV Name /dev/dsk/c3t15d0
VG Name /dev/vg01
PV Status available
Allocatable yes
VGDA 2
Cur LV 2
PE Size (Mbytes) 4
Total PE 8681
Free PE 0
Allocated PE 8681
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 09:38 PM
10-01-2008 09:38 PM
Re: how find Free PV which not been used or Configured Server HPUX 11.11
# pvdisplay -v /dev/dsk/c0t6d0 | head -n 20
--- Physical volumes ---
PV Name /dev/dsk/c0t6d0
VG Name /dev/vg00
PV Status available
Allocatable yes
VGDA 2
Cur LV 9
PE Size (Mbytes) 4
Total PE 2168
Free PE 0
Allocated PE 2168
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Proactive Polling On
# pvck -n /dev/dsk/c0t6d0
pvck: using default blocksize
pvck: /dev/dsk/c0t6d0: LVM checksums usable
# pvck /dev/dsk/c1t2d0
pvck: using default blocksize
pvck: /dev/dsk/c1t2d0 unreadable or not LVM disk
# lvmchk /dev/dsk/c0t6d0
# echo $?
0
# lvmchk /dev/dsk/c1t2d0
# echo $?
1
(see man lvmchk)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 10:06 PM
10-01-2008 10:06 PM
Re: how find Free PV which not been used or Configured Server HPUX 11.11
http://forums12.itrc.hp.com/service/forums/helptips.do?#33
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2008 09:24 PM
10-05-2008 09:24 PM
Re: how find Free PV which not been used or Configured Server HPUX 11.11
Bunch of thanks your reply have solved by Question.
Thanks,
Best Regards,
Johnson