cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a 3rd node to the exisitng 2 Node VCS RAC Cluster

wajima0a
Level 3
Partner Certified

Dear All;

 

We have 2 NODE VCS RAC Cluster 5.0; we are in the process of adding 3rd node to this cluster.

 

Can any one help me in this by sending the procedure.

 

Thanks;

1 ACCEPTED SOLUTION

Accepted Solutions

Veritas_Veritas
Level 4

1) Hastop -all -force

2) stop gab & llt

3) unload gab & llt modules

4)install vcs pkgs on the new node

5) update llthosts,gabtab & llttab files on all the nodes

6)start llt & gab.

7) hastart on all the nodes

8) haconf -makerw

9) hasys -add newnode

10) hagrp -modify SGname Systemlist -add newnode (for all the SG's)

11) hagrp -modify Sgname Autostartlist -add newnode ( for all the SG's) if required.

12) haconf -dump -makero

 

I hope this helps.

 

Regards,

Munish

 

View solution in original post

2 REPLIES 2

Veritas_Veritas
Level 4

1) Hastop -all -force

2) stop gab & llt

3) unload gab & llt modules

4)install vcs pkgs on the new node

5) update llthosts,gabtab & llttab files on all the nodes

6)start llt & gab.

7) hastart on all the nodes

8) haconf -makerw

9) hasys -add newnode

10) hagrp -modify SGname Systemlist -add newnode (for all the SG's)

11) hagrp -modify Sgname Autostartlist -add newnode ( for all the SG's) if required.

12) haconf -dump -makero

 

I hope this helps.

 

Regards,

Munish

 

wajima0a
Level 3
Partner Certified

Dear Munish;

 

Thanks you very much for your help.