HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I remove quorum from my system disk?
Operating System - HP-UX
1834149
Members
2255
Online
110064
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
Go to solution
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
11-18-2005 07:45 AM
11-18-2005 07:45 AM
I initially had my system disks mirrored. However, I ignited the system and wrote the ignite tape to the other mirror disk without breaking the mirror first. I can now boot using:
hpux -lq, but now that I have the system up, how can I set my system disk (dev/dsk/c2t6d0) to never need quorum to boot?
Thanks,
..JOe
hpux -lq, but now that I have the system up, how can I set my system disk (dev/dsk/c2t6d0) to never need quorum to boot?
Thanks,
..JOe
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 07:50 AM
11-18-2005 07:50 AM
Re: How do I remove quorum from my system disk?
1) lvreduce -m 0 each LVOL.
2) vgreduce the VG.
2) vgreduce the VG.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 07:52 AM
11-18-2005 07:52 AM
Solution
Hi,
You can remove the missing disks from the vg00 to solve this.
#strings /etc/lvmtab
Will list the other disk in vg00 and with vgreduce you can reduce that disk from vg00. If the other disk listed in /etc/lvmtab is missing then you should use
#vgreduce -f /dev/vg00
If the disk is attached to system then
#vgreduce /dev/vg00 /dev/dsk/cxtydz
Where cxtydz is the other disk in vg00.
Another way of doing it will be put "hpux -lq" as the default boot string in AUTO file. But this is not the recomended way.
HTH,
Devender
You can remove the missing disks from the vg00 to solve this.
#strings /etc/lvmtab
Will list the other disk in vg00 and with vgreduce you can reduce that disk from vg00. If the other disk listed in /etc/lvmtab is missing then you should use
#vgreduce -f /dev/vg00
If the disk is attached to system then
#vgreduce /dev/vg00 /dev/dsk/cxtydz
Where cxtydz is the other disk in vg00.
Another way of doing it will be put "hpux -lq" as the default boot string in AUTO file. But this is not the recomended way.
HTH,
Devender
Impossible itself mentions "I m possible"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 08:04 AM
11-18-2005 08:04 AM
Re: How do I remove quorum from my system disk?
Hi Joe:
My question back to you would be why wouldn't you want to re-mirror your boot disk?
I would certainly want to do so, and then would want to set the low quorum on *both* disks so that if there was a failure, I would automatically boot:
# mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ #...on BOTH disks...
# setboot -a [alternate_path] #...for newly mirror disk...
# lifcp /dev/rdsk/xCtYdZ:AUTO - #...verify the boot string...
Regards!
...JRF...
My question back to you would be why wouldn't you want to re-mirror your boot disk?
I would certainly want to do so, and then would want to set the low quorum on *both* disks so that if there was a failure, I would automatically boot:
# mkboot -a "hpux -lq" /dev/rdsk/cXtYdZ #...on BOTH disks...
# setboot -a [alternate_path] #...for newly mirror disk...
# lifcp /dev/rdsk/xCtYdZ:AUTO - #...verify the boot string...
Regards!
...JRF...
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP