- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- volume group not activated
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
05-05-2009 03:45 AM
05-05-2009 03:45 AM
volume group not activated
I have two node cluster srv1 srv2, the cluster and package is up and running. The shared volumes on srv1 mounted well, but not on srv2. It shows,
srv2:root> vgdisplay
--- Volume groups ---
VG Name /dev/vg0
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 10
Open LV 10
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 4384
VGDA 4
PE Size (Mbytes) 16
Total PE 8748
Alloc PE 4454
Free PE 4294
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg02".
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg01".
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg03".
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg04".
You have mail in /var/mail/root
I tried,
srv2:root> vgchange -a s vg01
vgchange: Activation mode requested for the volume group "/dev/vg01" conflicts with configured mode.
srv2:root> vgchange -a e vg01
vgchange: Activation of volume group "/dev/vg01" denied by another node in the cluster.
Request on this system conflicts with Activation Mode on remote system.
srv2:root> vgchange -a y vg01
vgchange: Activation mode requested for the volume group "/dev/vg01" conflicts with configured mode.
Due to this, the oracle server is not running on srv2 server. can someone help us on this?
Thanks
-shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 03:50 AM
05-05-2009 03:50 AM
Re: volume group not activated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 03:55 AM
05-05-2009 03:55 AM
Re: volume group not activated
thans
-shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 04:02 AM
05-05-2009 04:02 AM
Re: volume group not activated
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
05-05-2009 04:02 AM
05-05-2009 04:02 AM
Re: volume group not activated
Change the flag cluster to no, and active it on exclusive
# vgchange -c n /dev/vg01
# vgchange -a e /dev/vg01
# vgchange -a y /dev/vg01
You could like that, activate the vg in local.
Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 04:09 AM
05-05-2009 04:09 AM
Re: volume group not activated
Check in your first node where the vgs are active if they are in shared mode, do:
#vgdisplay -v /dev/vgshared | grep "VG Status"
VG Status available, shared,master
You should get out like above, if you don't then looks like it isn't activated in shared mode. If that's the case you should do, on the first node with SG runing:
/usr/sbin/vgchange -c cluster -S sharable vg_name
and then:
vgchange -a s vg_name
and finally on the second node:
vgchange -a s vg_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 04:10 AM
05-05-2009 04:10 AM
Re: volume group not activated
srv1:root> cmviewcl -v
CLUSTER STATUS
hprac up
NODE STATUS STATE
srv1 up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/1/2/0 lan0
PRIMARY up 0/3/1/0/4/0 lan1
PRIMARY up 0/3/1/0/5/0 lan2
PACKAGE STATUS STATE AUTO_RUN NODE
beserv_pkg up running enabled srv1
Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manual
Script_Parameters:
ITEM STATUS MAX_RESTARTS RESTARTS NAME
Subnet up 172.16.0.0
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled srv1 (current)
Alternate up enabled srv2
NODE STATUS STATE
srv2 up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/1/2/0 lan0
PRIMARY up 0/3/1/0/4/0 lan1
PRIMARY up 0/3/1/0/5/0 lan2
srv1:root> vgdisplay
--- Volume groups ---
VG Name /dev/vg0
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 9
Open LV 9
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 4384
VGDA 4
PE Size (Mbytes) 16
Total PE 8748
Alloc PE 7194
Free PE 1554
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Name /dev/vg01
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 6
Open LV 6
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 35004
VGDA 2
PE Size (Mbytes) 8
Total PE 17499
Alloc PE 15256
Free PE 2243
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Name /dev/vg02
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 4
Open LV 4
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 35004
VGDA 2
PE Size (Mbytes) 8
Total PE 17499
Alloc PE 16375
Free PE 1124
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Name /dev/vg03
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 4
Open LV 4
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 35004
VGDA 2
PE Size (Mbytes) 8
Total PE 17499
Alloc PE 8125
Free PE 9374
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
VG Name /dev/vg04
VG Write Access read/write
VG Status available, exclusive
Max LV 255
Cur LV 4
Open LV 4
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 35004
VGDA 2
PE Size (Mbytes) 8
Total PE 17499
Alloc PE 8381
Free PE 9118
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
thanks
-shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 04:14 AM
05-05-2009 04:14 AM
Re: volume group not activated
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
05-05-2009 04:17 AM
05-05-2009 04:17 AM
Re: volume group not activated
srv1:root> /usr/sbin/vgchange -c hprac -S sharable /dev/vg01
Usage: vgchange
{-a Availability -q Quorum [-l] [-p] [-s] [VolumeGroupName... ]}
{[-S shareable] -c cluster VolumeGroupName}
{[-P parallel_nomwc_resync_count]}
"cluster": Bad value supplied. Legal values are "yn".
any help?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 04:20 AM
05-05-2009 04:20 AM
Re: volume group not activated
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 04:21 AM
05-05-2009 04:21 AM
Re: volume group not activated
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
05-05-2009 04:32 AM
05-05-2009 04:32 AM
Re: volume group not activated
I think this should be in shared mode as I recall last time I saw output as shared. These are basically for oracle RAC clusters so they should be in shared mode. Is there anyway we can find out the status (shared/exclusive) to prior to this problem?
Thanks
-shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 04:37 AM
05-05-2009 04:37 AM
Re: volume group not activated
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
05-05-2009 04:47 AM
05-05-2009 04:47 AM
Re: volume group not activated
srv1:root> /usr/sbin/vgchange -c cluster -S sharable /dev/vg01
Usage: vgchange
{-a Availability -q Quorum [-l] [-p] [-s] [VolumeGroupName... ]}
{[-S shareable] -c cluster VolumeGroupName}
{[-P parallel_nomwc_resync_count]}
"cluster": Bad value supplied. Legal values are "yn".
please someone give the correct syntax/command.
thanks
-shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 05:36 AM
05-05-2009 05:36 AM
Re: volume group not activated
UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
beserv_pkg down halted disabled unowned
volumes are dismounted, is there any way how to fix this? how to make package enable?
Please help
thanks
-shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 05:40 AM
05-05-2009 05:40 AM
Re: volume group not activated
Dear Friend
vgchange -S y -C y then volume group name.
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2009 09:32 PM
05-05-2009 09:32 PM
Re: volume group not activated
Thanks all.
-Shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2009 12:14 AM
05-26-2009 12:14 AM
Re: volume group not activated
You can keep your mind the below steps:
#cmhaltcl -f -v
#
vgchange -a n vg_name ## all nodes.
vgchange -S y -c y vg_name ## all nodes
vgchange -a s vg_name ## all nodes.
vgdisplay -v vg_name ## to view status
#
#cmruncl -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2009 04:44 AM
05-26-2009 04:44 AM
Re: volume group not activated
If you are trying to configure a VG for shared activation, you would first start the cluster, then run:
# vgchange -c y -S y
This will 'clusterize' the VG (place the cluster ID on the LVM metadata on disk).
You would not be able to do this unless Serviceguard with extendsions for Real Application Clusters (SGeRAC) were installed.
The package control script (legacy model) has a VGCHANGE parameter that you would set to "vgchange -a s" and then you would identify the VGs that you want to activate in shared mode.
You also need to include the VG names in the cluster ASCII file. Example:
OPS_VOLUME_GROUP /dev/vg01
Be advised that once a VG is marked 'shared', LVM modification commands will not work on the VG. It must be mark to activate in standard or exclusive mode before you can modify the VG or lvol in the VG.