- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgchange quorum switch.
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
12-05-2000 02:04 AM
12-05-2000 02:04 AM
vgchange -ay -nq /dev/vg??
I have a pair of disks in this VG mirroring the LV's, the other day there was a power failure which resulted in me having to take the system down, when I brought the system back up the LV's within this VG were not available. I diagnosed the problem as being one of the disks and replaced it, what I want to do now is minimise downtime even more by forcing the system to initialise the LV's within this VG even if one of the disks is down. I believe I have the correct command above, and I want to run it while the system is live (I can't have anymore downtime), can anyone help with an answer.
Many thanks in advance for any response.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 02:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 02:24 AM
12-05-2000 02:24 AM
Re: vgchange quorum switch.
There is no problem running this command online.
Best regards,
Dan Hetzel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 02:42 AM
12-05-2000 02:42 AM
Re: vgchange quorum switch.
Carlos, it is not my boot disc, that is in another VG that I want to run this commnad on also. When I added the second disk to my boot VG I used the mkboot command to make the new disk bootable as well.
Thanks again for your answers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 03:05 AM
12-05-2000 03:05 AM
Re: vgchange quorum switch.
See:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x750260260cafd4118fef0090279cd0f9,00.html
AH: thankyou for my new hat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 03:18 AM
12-05-2000 03:18 AM
Re: vgchange quorum switch.
5) Disable quorum checking in order to boot in case of crash on either primary or alternate disk (command applied on both disk).
> mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cXtXd0
I used the command;
Disable quorum checking in order to boot in case of crash on either primary or alternate disk (command applied on both disk).
> mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/cXtXd0 created
Do you have any advice on how I proceed in making the second disk in my boot VG bootable, do I need to start again with this VG!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 03:20 AM
12-05-2000 03:20 AM
Re: vgchange quorum switch.
mkboot -a "hpux (;0)/stand/vmunix" /dev/rdsk/cXtXd0
this was executed only against the new disk...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 04:09 AM
12-05-2000 04:09 AM
Re: vgchange quorum switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2000 04:12 AM
12-05-2000 04:12 AM
Re: vgchange quorum switch.
1) pvcreate -B /dev/rdsk/c1t5d0
2) Add a physical Volume vgextend /dev/vg00 /dev/dsk/c1t5d0
3) mkboot /dev/rdsk/c1t5d0
4) mkboot -a "hpux (52.3.0;0)/stand/vmunix" /dev/rdsk/c1t5d0
5) lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t5d0 for each logical volume
6) lvlnboot -v for verification
7) lvdisplay -v /dev/vg00/lvol1