- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Quorum not present
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
11-30-2006 07:39 AM
11-30-2006 07:39 AM
This is HP-UX 10.01 running on a k420 and am using an ignite image from a k400. I have two mod20s hooked up to the system with 4 paths (each one going to 10 disks). exp... path 1 is going to A on Mod20#1.
I load the OS and configure the disks. But, when I reboot, I get the following error message:
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c8t6d0":
Cross-device link
vgchange: Couldn't activate volume group "/dev/vg02":
Quorum not present, or some physical volume(s) are missing.
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c6t5d0":
Cross-device link
vgchange: Couldn't activate volume group "/dev/vg05":
Quorum not present, or some physical volume(s) are missing.
When I log into sam, it shows that the disk devices I loaded those volume groups on are "unused". So, I try to re-add and it tells me that "The physical volume "/dev/dsk/c8t6d0" is already recorded in the "/etc/lvmtab" file. So, I try to move the lvmtab file to "old" and do a vgscan -a. At that point, I lose all the drives (except the two internal ones).
The disk devices show up as:
10/16/12.6.0
10/16/12.6.1
10/16/4.5.0
10/16/4.5.1
10/4/12.5.0
10/4/12.5.1
10/4/4.6.0
10/4/4.6.1
So, what I am I doing wrong? And, what disk devices am I supposed to be using in order to get to all the disks?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 07:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 08:13 AM
11-30-2006 08:13 AM
Re: Quorum not present
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 08:17 AM
11-30-2006 08:17 AM
Re: Quorum not present
The disk layout of the target machine was obviously different than the disk strcuture of the source.
You will need to build new volume groups and restore the actual data from a secondary backup.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 08:21 AM
11-30-2006 08:21 AM
Re: Quorum not present
I work on it for 2 hours rebuilding each volume group and then the logical volumes. It works fine. I use fbackup and ontape to restore all the data.
At that point, if I reboot the machine, I lose 1/2 the volume groups. That is the part I don't understand. Why does it say "Quorum not present, or some physical volume(s) are missing."?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 08:22 AM
11-30-2006 08:22 AM
Re: Quorum not present
Can you paste in your lvmtab and map files?
# strings /etc/lvmtab
-and-
# vgcfgrestore -l -f /etc/lvmconf/vg.....conf
-also-
# ioscan -funC disk (* any NO_HW ? *)
ServiceGuard?
And finally, you can activate a volume group without quorum.
# vgchange -a y -q n /dev/vg....
also check your syslog.log and OLDsyslog.log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2006 06:44 AM
12-01-2006 06:44 AM
Re: Quorum not present
This can only be in your LVM procedure. If you paste it in I review it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 03:51 AM
01-09-2007 03:51 AM
Re: Quorum not present
Thanks to all of you for your help,
Steph