- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cluster issue
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
12-15-2009 10:27 AM
12-15-2009 10:27 AM
cluster issue
cmclconfig.ascii contents:
===============================================
CLUSTER_NAME PROD_DB
NODE_NAME prod_db
NETWORK_INTERFACE lan2
HEARTBEAT_IP 172.27.21.14
NETWORK_INTERFACE lan4
NETWORK_INTERFACE lan5
HEARTBEAT_IP 10.10.7.14
HEARTBEAT_INTERVAL 2000000
NODE_TIMEOUT 5000000
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
VOLUME_GROUP /dev/vg01
Also a package was built successfully, however package doesnt run with below error log:
########### Node "prod_db": Starting package at Tue Dec 15 21:22:56 WAT 2009 ###########
Dec 15 21:22:56 - Node "prod_db": Activating volume group vg01 with exclusive option.
vgchange: Volume group "/dev/vg01" belongs to a different Cluster. Activation failed.
ERROR: Function activate_volume_group
ERROR: Failed to activate vg01
Dec 15 21:22:56 - Node "prod_db": Deactivating volume group vg01
vgchange: Volume group "vg01" has been successfully changed.
########### Node "prod_db": Package start failed at Tue Dec 15 21:22:56 WAT 2009 ###########
cmviewcl output given below:
CLUSTER STATUS
PROD_DB up
NODE STATUS STATE
prod_db up running
UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
NFS_SERVER_PKG down halted disabled unowned
I tried to take the vg out of the cluster config, though its performs "-c n ", vg activation fails as below:
prod_db:/etc/cmcluster/pkg_nfs#vgchange -a n vg01
vgchange: Volume group "vg01" has been successfully changed.
prod_db:/etc/cmcluster/pkg_nfs#vgchange -c n vg01
Performed Configuration change.
Volume group "vg01" has been successfully changed.
prod_db:/etc/cmcluster/pkg_nfs#vgchange -a y vg01
vgchange: Activation mode requested for the volume group "/dev/vg01" conflicts with configured mode.
prod_db:/etc/cmcluster/pkg_nfs#vgchange -a e vg01
vgchange: Volume group "/dev/vg01" belongs to a different Cluster. Activation failed.
prod_db:/etc/cmcluster/pkg_nfs#
has anyone seen this before ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 11:44 AM
12-15-2009 11:44 AM
Re: cluster issue
vgchange -c n
vgchange -c y
So deactivate vgchange -a n and then try the above and see if that helps.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 12:26 PM
12-15-2009 12:26 PM
Re: cluster issue
Also: Can you manually activate the volume group?
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
12-15-2009 11:56 PM
12-15-2009 11:56 PM
Re: cluster issue
i think the vg01 is already activated, can you check the vgdisplay -v vg01?
Regards,
Shanmugam.B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2009 04:47 AM
12-16-2009 04:47 AM
Re: cluster issue
in your logs : prod_db:/etc/cmcluster/pkg_nfs#vgchange -a y vg01
vgchange: Activation mode requested for the volume group "/dev/vg01" conflicts with configured mode.
It seems your VGs are not cluster awared.
try manualy vgchange -a n vgxx
vgchange -c y vgxx. and check for VG status
regards
Anil