- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.0 : High Availability Configuration File
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-14-2002 07:25 AM
05-14-2002 07:25 AM
... (pkgb.conf file ..near the FAILOVER_POLICY)
NODE_NAME NODE A
NODE_NAME NODE B
B)Can this change be made on online? (cmcheckconf -v -P pkgb.conf, cmapplyconf -v -P pkgb.conf)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 07:38 AM
05-14-2002 07:38 AM
SolutionYes, that should fix the problem.
From the config file:
"# Enter the names of the nodes configured for this package. Repeat
# this line as necessary for additional adoptive nodes.
#
# NOTE: The order is relevant.
# Put the second Adoptive Node after the first one.
#
# Example : NODE_NAME original_node
# NODE_NAME adoptive_node
#
# If all nodes in cluster is to be specified and order is not
# important, "NODE_NAME *" may be specified.
#
# Example : NODE_NAME *
B) You should bring the package down first:
cmhaltpkg
Then run:
cmcheckconf -P
cmapplyconf -P
I don't think you need to bring the cluster down.
Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 07:43 AM
05-14-2002 07:43 AM
Re: HPUX 11.0 : High Availability Configuration File
hi
u can di this by editing package.ascii file
server Node1
Node2
package
pkg1
pkg2
in pkg1.ascii
NODE_NAME Node1
NODE_NAME Node2
in pkg2.ascii
NODE_NAME Node2
NODE_NAME Node1
then
cmapplyconf -C clusterconf.ascii file -P pkg1.ascii -P pkg2.ascii
CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 07:44 AM
05-14-2002 07:44 AM
Re: HPUX 11.0 : High Availability Configuration File
Yes the order in the file defines what starts what by default & in a cluster > 2 it will also define the failover order.
And No you don't have to take the cluster down...unless you wish to test the startup.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2002 12:30 PM
05-14-2002 12:30 PM
Re: HPUX 11.0 : High Availability Configuration File
The entry(ies) following that are the ADOPTIVE node, i.e. which nodes the package can fail over to.
Also, if you refer to the Manging ServiceGuard manul available at:
http://docs.hp.com/hpux/ha
there is a table of what can be modified online for a package in the Maintaing Packages section.
This is one of the modifications you can make while all is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 07:21 AM
05-15-2002 07:21 AM
Re: HPUX 11.0 : High Availability Configuration File
under NODE_NAME
-----------------------
# Enter the names of the nodes configured for this package. Repeat
# this line as necessary for additional adoptive nodes.
# Order IS relevant. Put the second Adoptive Node AFTER the first
# one.
# Example : NODE_NAME original_node
# NODE_NAME adoptive_node
NODE_NAME server1
NODE_NAME server2
----------------------------
No, you do not need to bring the package down to do this. You can modify the node failover order/startup order while the package is running with a cmapplyconf -v -P pkg.con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2002 07:30 AM
05-15-2002 07:30 AM
Re: HPUX 11.0 : High Availability Configuration File
you should apply the changed configuration once the changes have been made to the package conf file.
vi package conf file, save the changes. Check the package conf file using cmcheckconf and then do a cmapplyconf to apply the changes to the cluster configuration. you should not have to bring the package or the cluster down to do this change.
Hope this helps.
Regds