- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem while activating volume in cluster
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-15-2008 04:01 AM
09-15-2008 04:01 AM
problem while activating volume in cluster
I am getting the below error message in one of the node of a two node serviceguard cluster. Can u please help to resolve this issue?
# vgchange -a y /dev/vg06
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c0t0d0":
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/c0t0d0":
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/vg06":
Quorum not present, or some physical volume(s) are missing
Thanks in advance
Gab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2008 04:09 AM
09-15-2008 04:09 AM
Re: problem while activating volume in cluster
normally vg is activated in exclusive mode.
#vgchange -a e vgname
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2008 04:14 AM
09-15-2008 04:14 AM
Re: problem while activating volume in cluster
check
ioscan -fnC disk |grep "c0t0d0"
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2008 04:20 AM
09-15-2008 04:20 AM
Re: problem while activating volume in cluster
Quorum not present, or some physical volume(s) are missing
from ur output it seems that its not meeting the quorum condition.
check #vgdisplay -v /dev/vg06
If its not meeting the quorum it will not activate. for meeting the quorum the no of pv in that vg must be present more than 52%
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2008 04:26 AM
09-15-2008 04:26 AM
Re: problem while activating volume in cluster
>50% is ok.
If this is a package, I would assume this command
# vgchange -q n -a e /dev/vg06
Question is, where is c0t0d0 gone?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2008 04:36 AM
09-15-2008 04:36 AM
Re: problem while activating volume in cluster
it should be 50%
Reagrds
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2008 05:43 AM
09-15-2008 05:43 AM
Re: problem while activating volume in cluster
It looks some pv's are missing from that vg.
Check the status of all pv's belongs to that vg and rectify if some are missing.
Thanks
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 12:16 AM
09-16-2008 12:16 AM
Re: problem while activating volume in cluster
For missing PV please check the syslog.log file is there any hardware failure is there or not.
Suraj