- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Couldn't query physical volume after mirroring boo...
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
09-26-2005 04:12 AM
09-26-2005 04:12 AM
I have gone through the instructions for mirroring an Itanium (Integrity rx2620) boot disk. This seemed to go without problems until I checked boot disks with: lvlnboot -v. Here's the message I get:
Couldn't query physical volume "/dev/dsk/c2t0d0":
The specified path does not correspond to physical volume attached to this volume group
If I check /etc/vmconf/vg00.conf I can see 3 entries:
/dev/rdsk/c2t1d0s2
/dev/rdsk/c2t0d0
/dev/rdsk/c2t0d0s2
Am I right in thinking the middle entry of c2t0d0 should not be there? The other two entries are the boot disk (c2t1d0s2) & mirror boot disk (c2t0d0s2) - these seem correct.
When I use sam to look at the VGs I notice that 3 physical volumes are listed in VG00 when there should only be 2.
Do I need to make a change to vg00.conf?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 05:07 AM
09-26-2005 05:07 AM
Re: Couldn't query physical volume after mirroring boot disk.
Instead, run
vgcfgbackup vg00
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 05:08 AM
09-26-2005 05:08 AM
Solution(see Problems mirroring a boot disk in 11.23 thread)
Now check what "strings /etc/lvmtab" and "vgdisplay -v" gives and try to remove the entry "vgreduce -f vg00".
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
09-26-2005 05:23 AM
09-26-2005 05:23 AM
Re: Couldn't query physical volume after mirroring boot disk.
Try vgreduce -f vg00 or vgreduce -l vg00 /dev/dsk/c2t0d0 to fix the issue.
It should remove the missing PV .
Thanks,
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 11:52 PM
09-26-2005 11:52 PM
Re: Couldn't query physical volume after mirroring boot disk.
vgreduce -f vg00
Then saved, removed & recreated /etc/lvmtab, did vgscan -v & vgcfgbackup vg00.
Now lvlnboot -v displays both boot disks correctly.
Thank you very much.