One other thing you might want to use is a .netrc file. This file allows automated login. Create .netrc in root's home directory with permissions 600 and owned by root.
Contents should be something like this, one line per remote server:
mahine <hostname or IP address> login <username> password...
Have a look at http://www.redbooks.ibm.com and search for HACMP.
Probably the best books to start with are
Configuring Highly Available Clusters Using HACMP 4.5, SG24-6845-01 and
IBM eServer Certification Study Guide - pSeries HACMP for AIX, SG24-6187-00
That should keep you busy for a...
I need a simple script to determine which is the active node in a cluster, something that will return 1 for active node and 0 for inactive.
I've looked at the stuff in /usr/es/cluster and nothing there really does what i want. Any ideas?
In case you're wondering why, this is for automated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.