- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Quorum not present or some physical volume(s) are ...
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-18-2003 02:14 AM
11-18-2003 02:14 AM
removed logical volumes via SAM
removed volume group via SAM
pulled the drives.
However, when I boot I get the following error(s):
vgchange: Warning: couldn't attach to the vg physical volume "/dev/dsk/c4t5d0";
The path of physical volume refers to a device that does not exist or not configured into the kernel.
vgchange: Warning: couldn't query physical volume "/dev/dsk/c4t5d0".
(Get the same message for "/dev/dsk/c4t6d0" which was the failed drive.)
Quorum not present or some physical volumes are missing.
vgchanges: couldnt' activate group "/dev/vg03".
I'm not sure what steps I missed when I removed this vg and it's associated disks. Can someone please tell me what I need to do at this point?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:21 AM
11-18-2003 02:21 AM
Re: Quorum not present or some physical volume(s) are missing
If you have not modified /etc/lvmtab the script I'm attaching will email you a list of disks that are non-responsive.
Please do remember to take MY email address out of the script. I'm sending you production code because I know it works.
Also:
ioscan -fnC disk
Look for NO_HW items there.
dmesg
vi /var/adm/syslog/syslog.log
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-18-2003 02:21 AM
11-18-2003 02:21 AM
Solution# vxexport -v /dev/vg03
done.
for one reason or antother, when you tried to remove the volume group using sam, something didn't work.
Hope this helps,
-Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:24 AM
11-18-2003 02:24 AM
Re: Quorum not present or some physical volume(s) are missing
You have to activate the volume sans quorum
vgchange -a y -q n /dev/vg_name
Then
mount -a
to mount the filesystems.
Then it will come up.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:28 AM
11-18-2003 02:28 AM
Re: Quorum not present or some physical volume(s) are missing
Do a strings /etc/lvmtab and see if the VG info still exists in the lvmtab. If it exist, do a vgexport for that VG. Looks like when you tried removing the VG through SAM something did not work.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 05:49 AM
11-18-2003 05:49 AM