- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- After Cluster switch, one of node became disable f...
Operating System - HP-UX
1822197
Members
3567
Online
109640
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО02-03-2005 08:55 PM
тАО02-03-2005 08:55 PM
After Cluster switch, one of node became disable for switching
I use HP Cluster Manager B8324BA B.01.04 HP Cluster Object Manager on 2 RP5470 HP servers.
Cluster works in Cold Standby Mode.
I switched from Active to Standby node (stop some of application managed by cluster for example informix %onmode -ky) and switching was successful. But then when i checked cluster status #cmviewcl -v i found out that standby node became disabled for switching.
Result of cmviewcl -v after switching from scp2 to scp1.
# cmviewcl -v
CLUSTER STATUS
scpcluster up
NODE STATUS STATE
scp1 up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/0/0/0 lan0
PRIMARY up 0/8/0/0 lan1
STANDBY up 0/9/0/0 lan2
PACKAGE STATUS STATE AUTO_RUN NODE
scppkg up running enabled scp1
Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manual
Script_Parameters:
ITEM STATUS MAX_RESTARTS RESTARTS NAME
Service up 0 0 scp_service
Subnet up 10.11.11.0
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled scp1 (current)
Alternate up disabled scp2
NODE STATUS STATE
scp2 up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/0/0/0 lan0
PRIMARY up 0/8/0/0 lan1
STANDBY up 0/9/0/0 lan2
This situation appears time to time. Sometimes SWITCHING stay enable sometimes it became disable for standby node (So if active node will be halted services will not switch again to standby node).
Is it normal work for HP cluster?
Cluster works in Cold Standby Mode.
I switched from Active to Standby node (stop some of application managed by cluster for example informix %onmode -ky) and switching was successful. But then when i checked cluster status #cmviewcl -v i found out that standby node became disabled for switching.
Result of cmviewcl -v after switching from scp2 to scp1.
# cmviewcl -v
CLUSTER STATUS
scpcluster up
NODE STATUS STATE
scp1 up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/0/0/0 lan0
PRIMARY up 0/8/0/0 lan1
STANDBY up 0/9/0/0 lan2
PACKAGE STATUS STATE AUTO_RUN NODE
scppkg up running enabled scp1
Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manual
Script_Parameters:
ITEM STATUS MAX_RESTARTS RESTARTS NAME
Service up 0 0 scp_service
Subnet up 10.11.11.0
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled scp1 (current)
Alternate up disabled scp2
NODE STATUS STATE
scp2 up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 0/0/0/0 lan0
PRIMARY up 0/8/0/0 lan1
STANDBY up 0/9/0/0 lan2
This situation appears time to time. Sometimes SWITCHING stay enable sometimes it became disable for standby node (So if active node will be halted services will not switch again to standby node).
Is it normal work for HP cluster?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 09:10 PM
тАО02-03-2005 09:10 PM
Re: After Cluster switch, one of node became disable for switching
This is normal behaviour
This is a neat way of forcing admins to manage their clusters effectively something just failed on scp2 - the package had to switch to scp1 - you don't want it failing back until you have had a chance to checkout what caused the failure and rectify it... once your happy that scp2 is OK again you can re-enable easy enough using:
cmmodpkg -e -n scp2 scppkg
HTH
Duncan
I am an HPE Employee
This is a neat way of forcing admins to manage their clusters effectively something just failed on scp2 - the package had to switch to scp1 - you don't want it failing back until you have had a chance to checkout what caused the failure and rectify it... once your happy that scp2 is OK again you can re-enable easy enough using:
cmmodpkg -e -n scp2 scppkg
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2005 09:26 PM
тАО02-03-2005 09:26 PM
Re: After Cluster switch, one of node became disable for switching
Hello!
See Policy_Parameters section. failback is set to MANUAL. It's default behaviour. "The MANUAL policy means no attempt will be made to move the package back to its primary node when it is running on an adoptive node".
Change it to AUTOMATIC in the package config file for switching automaticaly then package's primary node becomes available to run packages.
See Policy_Parameters section. failback is set to MANUAL. It's default behaviour. "The MANUAL policy means no attempt will be made to move the package back to its primary node when it is running on an adoptive node".
Change it to AUTOMATIC in the package config file for switching automaticaly then package's primary node becomes available to run packages.
"Intel inside" is not a label, it's a warning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2005 12:22 AM
тАО02-04-2005 12:22 AM
Re: After Cluster switch, one of node became disable for switching
so the way I understand it, you have forced a sitch of the package from one node to the other. If so, this is the default behaviour.
Check the package log on the node that you failed the package on as well as the syslog.log on both nodes, you should see it logged that package switching has been disabled on the failed node.
Check the package log on the node that you failed the package on as well as the syslog.log on both nodes, you should see it logged that package switching has been disabled on the failed node.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP