Operating System - HP-UX
1829625 Members
1933 Online
109992 Solutions
New Discussion

Re: service guard Cluster steps

 
SOLVED
Go to solution
aneez
Regular Advisor

service guard Cluster steps

Hi all,

Does anybody have the step by step procedure for configuiring a two node serviceguard cluster.I waiting for your valuable replies on this.

Thanks and regards
Aneez
4 REPLIES 4
gigiz
Valued Contributor

Re: service guard Cluster steps

1 Configuring .rhosts on both node

2 Configuring /etc/hosts

3 Create VG,logical volume and file systems,
and then export the configuration on other node.

4 Create Cluster ascii file ...
cmquerycl -v -n nodo1 -n nodo2 -C ./cmclconf.ascii
and modify in vi mode with your variable

5 Create Package ascii file
mkdir pkg_dir; cd pkg_dir
cmmakepkg -p miopkg.ascii
and modify in vi mode with your variable

6 Create Package ctrl file
cmmakepkg -s mypkg.ctrl
and modify in vi mode with your variable

7 Copy the package directory to other node
rcp -rp .....

8 Check the configuration and apply

cmcheckconf -v -C /etc/cmcluster/cmclconf.ascii -P ./pkg_dir/mypkg.ascii

cmapplyconf -v -C /etc/cmcluster/cmclconf.ascii -P ./pkg_dir/mypkg.ascii

9 Start cluster

cmruncl

10 Start package

cmrunpkg -v pkg_name

11 edit /etc/rc.config.d/cmcluster and set flag at 1 to start cmcld at system boot

I need point :-)

Stephen Doud
Honored Contributor

Re: service guard Cluster steps

If you have access to the knowledge database, have a look at UMCSGKBRC00010342
TITLE: Serviceguard cluster implementation summary
melvyn burnard
Honored Contributor

Re: service guard Cluster steps

Read the Managing Serviceguard m,anual available at:
http://docs.hp.com/en/ha
and/or take a training course
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Shardha
Valued Contributor
Solution

Re: service guard Cluster steps

Dear

Please find attched the complete procedure to configure a two node cluster.


Shardha