cancel
Showing results for 
Search instead for 
Did you mean: 

Adding or removing LLT links without restarting LLT / Howto replace Heartbeat NIC(s) of VERITAS Cluster

Zahid_Haseeb
Moderator
Moderator
Partner    VIP    Accredited

Environment

SFHA version = 5.1

OS = 5.9 Solaris SPARC

Please freeze the cluster before doing this activity

Agenda

Suppose you need to replace the bge2 Ethernet with ce0   (ONLINE without restarting gab, llt and  hastop -all -force)

# lltconfig -t ce0 -d /dev/ce:0
# lltconfig -u bge2
 
  • First command will add the new Ethernet heartbeat. Second command will remove the old Ethernet heartbeat. (Dont try to remove first before adding the Ethernet).
  • Run the above two commands only on the Cluster node where the Ethernet card is going to replace.
 
Make sure the new Heartbeat
 
# lltstat -nvv|more
LLT node information:
    Node                 State    Link  Status  Address
     0 PRI-PHX           OPEN
                                  bge1   UP      00:03:BA:FD:23:5E
                           ce0   UP      00:03:BA:FD:23:5F
                                  bge0   UP      00:03:BA:FD:23:5D
   * 1 SEC-PHX           OPEN
                                  bge1   UP      00:14:4F:7A:4B:71
                                  ce0   UP      00:14:4F:6A:3C:48
                                  bge0   UP      00:14:4F:7A:4B:70
 
Edit the /etc/llttab file
 
Replace the entry of bge2 (Old Ethernet) with ce0 (New Ethernet)
 
Existing configuration
root@PASSIVE-NODE # cat /etc/llttab
set-node PASSIVE-NODE
set-cluster 1111
link bge1 /dev/bge:1 – ether – -
link bge2 /dev/bge:2 – ether – -
link-lowpri bge0 /dev/bge:0 – ether – -
 
New Configuration
 
root@PASSIVE-NODE # cat /etc/llttab
set-node PASSIVE-NODE
set-cluster 1111
link bge1 /dev/bge:1 – ether – -
link ce0 /dev/ce:0 – ether – -
link-lowpri bge0 /dev/bge:0 – ether – -
 
View Java Console
 
Under Java Console=>Cluster=>System Connectivity,  you will notice a cross on the heartbeat. This cross will clear when you reboot the cluster node on which the heartbeat Ethernet is replaced.
4 REPLIES 4

Marianne
Level 6
Partner    VIP    Accredited Certified

Not sure what exactly your are asking here...

Why would you want to replace heartbeat links without taking vcs, llt and gab down?

It seems you are 'sharing information' but your post is marked with 'I need a Solution' ?

And at the end you needed to perform a reboot?

Gaurav_S
Moderator
Moderator
   VIP    Certified

From the output it looks all the links are up & running so what is the objective of replacement of LLT here ?

 

G

Zahid_Haseeb
Moderator
Moderator
Partner    VIP    Accredited

Sorry wrong window

Marianne
Level 6
Partner    VIP    Accredited Certified

Still does not make any sense... 

Hopefully you have no intention of posting this as a blog or article?