cancel
Showing results for 
Search instead for 
Did you mean: 

global cluster

vucni11
Level 4

Hi,

I like to configure a global cluster.

I have 2 nodes cluster and 1 node cluster.

Cluster clust: test6 and test89 and another cluster with node test5.

In test6 and test89:

root@test89:~# more /etc/llttab
set-node test89                                          ->set-node test6 in node test6
set-cluster 56482
set-timer sendhbcap:1800
link net1 /dev/net/net1 - ether - -
link net2 /dev/net/net2 - ether - -
link net3 /dev/net/net3 - ether - -
link-lowpri net0 /dev/net/net0 - ether - -
root@test89:~# more /etc/llthosts
0 test6
1 test89
root@test89:~# more /etc/gabtab
/sbin/gabconfig -c -n2

in test5:

root@test5:~# more /etc/llttab
set-node test5
set-cluster 50690
set-timer sendhbcap:1800
link net1 /dev/net/net1 - ether - -
link net2 /dev/net/net2 - ether - -

root@test5:~# more /etc/llthosts
0 test5

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

I begun the configuration with geoconfig on every cluster.

Enter the Virtual IP address for the Global Cluster Option:  ->What is this IP?Is IP of local cluster or IP of remote cluster?

After configuration:

cluster with test89 and test6:

cluster clust (
        ClusterAddress = "192.168.114.36"
        SecureClus = 1
        GuestGroups = { test5 }
        UseFence = SCSI3
        )

system test6 (
        )

system test89 (
        )

group ClusterService (
        SystemList = { test6 = 0, test89 = 1 }
        AutoStartList = { test6, test89 }
        OnlineRetryLimit = 3
        OnlineRetryInterval = 120
        )

        Application wac (
                StartProgram = "/opt/VRTSvcs/bin/wacstart -secure"
                StopProgram = "/opt/VRTSvcs/bin/wacstop"
                MonitorProcesses = { "/opt/VRTSvcs/bin/wac -secure"}
                RestartLimit = 3
                )

        IP gcoip (
                Device @Test6 = net0
                Device @test89 = net0
                Address = "192.168.114.36"
                NetMask = "255.255.255.0"
                )

        NIC gconic (
                Device = net0
                )

        gcoip requires gconic
        wac requires gcoip

cluster with test5

cluster clust5 (
        ClusterAddress = "192.168.114.35"
        SecureClus = 1
        GuestGroups = { test5 }
        UseFence = SCSI3
        )

system test5 (
        )

group ClusterService (
        SystemList = { test5 = 0 }
        AutoStartList = { test5 }
        OnlineRetryLimit = 3
        OnlineRetryInterval = 120
        )

        Application wac (
                StartProgram = "/opt/VRTSvcs/bin/wacstart -secure"
                StopProgram = "/opt/VRTSvcs/bin/wacstop"
                MonitorProcesses = { "/opt/VRTSvcs/bin/wac -secure"}
                RestartLimit = 3
                )

        IP gcoip (
                Device @test5 = net0
                Address = "192.168.114.35"
                NetMask = "255.255.255.0"
                )

        NIC gconic (
                Device = net0
                )

        gcoip requires gconic
        wac requires gcoip

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

root@test5:~# hares -state
#Resource    Attribute             System     Value
gcoip        State                 test5      ONLINE
gconic       State                 test5      ONLINE
wac          State                 test5      ONLINE

root@test89:~# hares -state
#Resource    Attribute             System     Value
gcoip        State                 test6      ONLINE
gcoip        State                 test89     OFFLINE
gconic       State                 test6      ONLINE
gconic       State                 test89     ONLINE
wac          State                 test6      ONLINE
wac          State                 test89     OFFLINE

root@test5:~# ipadm show-addr
ADDROBJ           TYPE     STATE        ADDR
lo0/v4            static   ok           127.0.0.1/8
net0/v4           dhcp     ok           192.168.114.175/24
net0/v4a          static   ok           192.168.114.35/24                 >What is this IP,the IP of local or remote cluster?

root@test89:~# ipadm show-addr
ADDROBJ           TYPE     STATE        ADDR
lo0/v4            static   ok           127.0.0.1/8
net0/v4           dhcp     ok           192.168.114.185/24

/opt/VRTSvcs/bin/vcsauth/vcsauthserver/bin/vssat setuptrust -b 192.168.114.185:2821 -s medium

test5:

 /opt/VRTSvcs/bin/vcsauth/vcsauthserver/bin/vssat setuptrust -b 192.168.114.185:2821 -s medium

vssat setuptrust ERROR V-18-7026 Failed To Setup Trust With Broker:     192.168.114.185:2821

 

To configure remote cluster objects

  • Start the Remote Cluster Configuration wizard.

How do i start it?

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

What is the advantage of using vcs global cluster over disaster recovery cluster where a separate cluster runs on separate site?

In global cluste configuration the service group is up on secondary site faster?

tnx

 

0 REPLIES 0