1833827 Members
2335 Online
110063 Solutions
New Discussion

cluster ascii file

 
SOLVED
Go to solution
Jeff Disney
Occasional Advisor

cluster ascii file

I have done a cmcheckconf on my cluster and have received some errors. I am going to resolve the errors and apply the new configuration, do I have to bring down the cluster to apply the new ascii file?
5 REPLIES 5
melvyn burnard
Honored Contributor

Re: cluster ascii file

that depends entirely on whether you have made any changes to the config, and more imprtantly, what they are.
If you are making no changes, it should apply with the cluster up and running.
Check hte Managing MC/ServiceGuard manual at http://docs.hp.com/hpux/ha for some tables on what can/cannot be changed with the cluster running.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Sanjay_6
Honored Contributor
Jeff Disney
Occasional Advisor

Re: cluster ascii file

I guess I should have been more specific, I am adding interfaces for failover to the file, in the link to the Serviceguard manual it says you cannot change ip addresses while the cluster is running, I am not changing the address I am just defining the failover interface in the file. I cannot find anything to tell me if I need to stop the cluster to perform this change or not.
Pramod_4
Trusted Contributor
Solution

Re: cluster ascii file

You would need to shutdown the cluster in order to add additional Net interface to the cluster. I would expect that you are adding a standby lan interface.

Best way to do is:

# cmgetconf > /etc/cmcluster/cluster.ascii

Edit /etc/cmcluster/cluster.ascii and add your new NIC in there. Remove all the lines starting with Warning from the file.

Check the syntax:

#cmcheckconf -C /etc/cmcluster/cluster.ascii
Then apply conf:
#cmaplyconf -C /etc/cmcluster/cluster.ascii

Thanks,
Pramod
Sanjay_6
Honored Contributor

Re: cluster ascii file

Hi Jeff,

I think you have to shutdown the cluster before you do the change / add more net interfaces for failover.

Hope this helps.

Regds