- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error in staring package!!
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
03-14-2006 08:00 PM
03-14-2006 08:00 PM
Error in staring package!!
I am getting following error in the package log file while staring the package.
Mar 15 08:45:52 - "abraham": Activating volume group /dev/vg_p06_ss01.bcv1 with exclusive option.
vgchange: Activation of volume group "/dev/vg_p06_ss01.bcv1" denied by another node in the cluster.
Request on this system conflicts with Activation Mode on remote system.
ERROR: Function activate_volume_group
ERROR: Failed to activate /dev/vg_p06_ss01.bcv1
Can anybody help please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:03 PM
03-14-2006 08:03 PM
Re: Error in staring package!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:08 PM
03-14-2006 08:08 PM
Re: Error in staring package!!
Tells you the VG is still active on another node. You will need to find out which node and deactivate it first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:10 PM
03-14-2006 08:10 PM
Re: Error in staring package!!
The error message is self explanatory. I believe the VG "/dev/vg_p06_ss01.bcv1" is activated in some other node in the cluster. To resolve it,
1) Find the remote node in which VG "/dev/vg_p06_ss01.bcv1" is activated.
2) Find the LV's that are mounted from this VG with "bdf" command.
3) Umount all the LV's that are mounted from this VG, using "umount" command.
4) Deactivate the VG on the remote node using "vgchange -a n
5) Start the package now in the node where you want it to start, in your case, the node in which you received the said error message.
NOTE: Possibly this situation araises,due to the improper exit of Package Halt script in the remote node.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:19 PM
03-14-2006 08:19 PM
Re: Error in staring package!!
Hi Amit,
Is it a new package or a OLD ?
IS the VG enabled cluster mode ?
Also make sure thatt VG is not getting actviated in another node already.
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:35 PM
03-14-2006 08:35 PM
Re: Error in staring package!!
VG is activated on the other node which may be or may not be part of the cluster.
Make sure that VG is not active on any node and retry the operation.
Also see if that VG is cluster aware right now.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:39 PM
03-14-2006 08:39 PM
Re: Error in staring package!!
And tried starting on the intended node. But it gives same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:48 PM
03-14-2006 08:48 PM
Re: Error in staring package!!
In the node where you are trying to start the package execute the following commands.
#vgchange -a n /dev/vg_p06_ss01.bcv1
#vgchange -c y -S y /dev/vg_p06_ss01.bcv1
#vgchange -a y /dev/vg_p06_ss01.bcv1
Now try starting the package and see whether you are getting the same error.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:23 PM
03-14-2006 09:23 PM
Re: Error in staring package!!
How can i check if the VG is part of the cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 09:31 PM
03-14-2006 09:31 PM
Re: Error in staring package!!
When you specify the VG in Cluster Configuration file (ascii file in /etc/cmcluster/cmclconf.ascii) then it becomes a part of the cluster.
But if you manually execute the command as:
# vgchange -c n /dev/vg_p06_ss01.bcv1
Then vg becomes cluster unaware.
So again to make that VG Cluste aware you need to do:
#vgchange -c y /dev/vg_p06_ss01.bcv1
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 03:18 AM
03-16-2006 03:18 AM
Re: Error in staring package!!
root@abraham:>vgchange -c y vg_p06_ss01.bcv1
vgchange: Failed to set the specified attributes for volume group "/dev/vg_p06_ss01.bcv1".
root@abraham:>
root@abraham:>vgchange -c n /dev/vg_p06_ss01.bcv1
vgchange: Failed to set the specified attributes for volume group "/dev/vg_p06_ss01.bcv1".
Any idea HP gurus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 04:20 AM
03-16-2006 04:20 AM
Re: Error in staring package!!
Could you post the output of the following command:
# vgdisplay -v /dev/vg_p06_ss01.bcv1 | grep -i "VG Status"
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2006 08:30 PM
03-16-2006 08:30 PM
Re: Error in staring package!!
As requested
vgdisplay -v /dev/vg_p06_ss01.bcv1 | grep -i "VG Status"
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg_p06_ss01.bcv1".