cancel
Showing results for 
Search instead for 
Did you mean: 

vcs add node

vucni11
Level 4

Hi,

I have 2 nodes vcs cluster 6.0 and i wish to add a new node-solaris.

test6 and test89 are the nodes that run in cluster clust.

In both nodes i gabconfig -U,lltconfig -U,modunload -i <gab>,modunload -i <llt>


root@test89:~# more /etc/hosts
192.168.114.176 test6
192.168.114.185 test89
192.168.114.175 test5         ->new node

In every node i have:

root@test89:~# dladm show-phys
LINK              MEDIA                STATE      SPEED  DUPLEX    DEVICE
net0              Ethernet             up         1000   full      e1000g0
net2              Ethernet             up         1000   full      e1000g2
net1              Ethernet             up         1000   full      e1000g1

In test5 i added

root@test5:~# more /etc/llttab
set-node test5                               ->i only changed test5
set-cluster 30980
link net1 /dev/net/net1 - ether - -
link net2 /dev/net/net2 - ether - -
link-lowpri net0 /dev/net/net0 - ether - -

In every host i have:


root@test5:~# more /etc/llthosts
0 test6
1 test89
2 test5

root@test5:~# more /etc/gabtab
/sbin/gabconfig -c -n3

root@test5:~# more /etc/VRTSvcs/conf/config/main.cf
include "OracleASMTypes.cf"
include "types.cf"
include "Db2udbTypes.cf"
include "OracleTypes.cf"
include "SybaseTypes.cf"

cluster clust (
        SecureClus = 1
        )
system test5 (                       ->i added
        )
system test6 (
        )

system test89 (
        )

group test5 (
        SystemList = { test6 = 1, test89 = 3, test5 = 5 }
        )

        Application apache (
                StartProgram = "/usr/apache2/2.2/bin/apachectl start"
                StopProgram = "/lib/svc/method/http-apache22 stop"
                CleanProgram = "/root/test5"
                PidFiles = { "/system/volatile/apache2/2.2/httpd.pid" }
                )

        IP IP_RES (
                Device = net0
                Address = "192.168.114.88"
                NetMask = "255.255.255.0"
                IfconfigTwice = 1
                )

        NIC NIC_RES (
                Device = net0
                )

        IP_RES requires NIC_RES
        apache requires IP_RES


        // resource dependency tree
        //
        //      group test5
        //      {
        //      Application apache
        //          {
        //          IP IP_RES
        //              {
        //              NIC NIC_RES
        //              }
        //          }
        //      }

 

In every node:

lltconfig -c

root@test5:~# lltstat -n
LLT node information:
    Node                 State    Links
     0 test6             OPEN        3
     1 test89            OPEN        3
   * 2 test5             OPEN        3

gabconfig -c

root@test5:~# gabconfig -a
GAB Port Memberships
===============================================================

root@test89:~# gabconfig -a
GAB Port Memberships
===============================================================

root@test6:~# gabconfig -a
GAB Port Memberships
===============================================================

It means port a does not register to gab.

hastart on every node

root@test6:~# hastatus
attempting to connect....
VCS ERROR V-16-1-10600 Cannot connect to VCS engine
attempting to connect....not available; will retry

 

Can you helpme on this?

tnx

 

 

 

 

4 REPLIES 4

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

Before VCS config - can you confirm comms on the heartbeat links?

Plumb IP addresses on all net1 links, e.g.
10.10.10.1
10.10.10.2
10.10.10.3

Ensure you can ping all IPs from all nodes.

Unblumb IPs.
Plumb IPs on all net2 links.

Ping all IPs from all nodes.
Unblumb IPs

If above tests work, we can revisit LLT and GAB config.
HAD will not start if llt and gab are not up and talking to one another.

 

Hi Marianne,

I fixed the issue and now i like to install vxfencing.

I installed Veritas_InfoScale_Availability_7.2_Solaris_x64 on the nodes with /installer -precheck,then made the vcs configuration.At the installation time i chossen not to install vxfen.

tnx

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

.... I fixed the issue ....

Please 'play nice' and tell us HOW you fixed the issue.

Fencing binaries are already installed. You need to decide which type of fencing you want to config, ensure all requirements are met, then run
installvcs with -fencing option.

You can find 'how to' instructions in Cluster Server Configuration and Upgrade Guide

Download docs here:  https://sort.veritas.com/documents/doc_details/via/7.2/Solaris/ProductGuides/

Hi Marianne,

By mistake on node test5 i used ./installer -precheck and this node was configured with a different cluster uuid.

I used https://sort.veritas.com/public/documents/sf/5.1/aix/html/vcs_admin/ch_admin_vcs_gco_from_javagui3.h...

I copied cluster uuid from test89 to test5.

tnx.