- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't activate VG; it won't ignore quorum
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-17-2006 08:31 AM
09-17-2006 08:31 AM
Can't activate VG; it won't ignore quorum
> vgchange -a e /dev/vgdtgamsp
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t1d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
vgchange: Warning: couldn't query physical volume "/dev/dsk/c0t1d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "/dev/vgdtgamsp":
Quorum not present, or some physical volume(s) are missing.
This is to be expected. But when I try:
> vgchange -a e -q n /dev/vgdtgamsp
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t1d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
vgchange: Warning: couldn't query physical volume "/dev/dsk/c0t1d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "/dev/vgdtgamsp":
Quorum not present, or some physical volume(s) are missing.
The same thing! Shouldn't it be ignoring the quorum restriction and starting up anyway? What am I doing wrong?
I've got the hardware vendor for this box coming in to replace the disk, but it'd sure be nice to get the application started up while we wait.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 12:43 PM
09-17-2006 12:43 PM
Re: Can't activate VG; it won't ignore quorum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 04:02 PM
09-17-2006 04:02 PM
Re: Can't activate VG; it won't ignore quorum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 05:13 PM
09-17-2006 05:13 PM
Re: Can't activate VG; it won't ignore quorum
Try vgchange -a y -q n /dev/vgdtgamsp rather than "-a e"
-PB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 06:50 PM
09-17-2006 06:50 PM
Re: Can't activate VG; it won't ignore quorum
I have HP900, old!!!, with a mirrored boot disk and this is an extact from my notes. You need '2' below to boot till u get the engineer in.
"1 â replace with a new one
2â Rebooted machine to multi user mode. Failed to reboot so went to single user mode â interrupted boot process ï ISL > hpux â lq ( quorum problem). Booted okâ ¦
3 â vgcfgrestore -n /dev/vg03 /dev/rdsk/c0t4d0 - that restores LVM configuration info on the disk. Always gives an error BUT then says itâ s done- ignore error!!!
4 â mkboot -l /dev/rdsk/c0t4d0 - places boot utilities in boot area of the disk
5 â mkboot -a â hpux â lq (;0)/stand/vmunixâ /dev/rdsk/c0t4d0 - points disk to /stand dir
6 â lvlnboot â R - recovers missing links to all of logical volumes
7 â vgchange -a y /dev/vg03 - to reactivate the volume group to which the disk belongs
8 â vgdisplay â v /dev/vg03 | more
9 - vgsync /dev/vg03 [&] - to manually sychronize all extents in the volume group.
10 â lvdisplay â v /dev/vg03/lvoln â to see lvols as they are synced are done ok
12 - Check with setboot to see itâ s secondary ..
13 â Shutdown â h â y 0 - to check it boots up ok. If it does all is well
Hope it helps..
kyris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2006 07:40 PM
09-17-2006 07:40 PM
Re: Can't activate VG; it won't ignore quorum
How many disks do you have in the volume group vgdtgamsp.
As other people have pointed out. If you only have one disk, or two disks which are not mirrored, you will not be able to activate the volume group.
You can find out how many disks are in the volume group by using the command
# strings /etc/lvmtab
Regards
Andrew