Here are the steps involved in adding the Node into Veritas Cluster: Here we are adding the hanode03 Server into 3 Node Veritas Cluster, the Step 1: Run a health check before proceeding the Node addition activity Step 2: Create /etc/llthosts file on hanode03. Copy the llthosts file from already existing server and append with new node( hanode03) Entry. # vi /etc/llthosts 0 hanode01 1 hanode02 2 hanode04 3 hanode03 Step 3: On hanode03, update sysname in cluster configuration Create sysname file in new node. # /usr/bin/uname -n > /etc/VRTSvcs/conf/sysname # cat /etc/VRTSvcs/conf/systname hanode03 Step 4: On hanode03,create /etc/llttab file # vi /etc/llttab(staging file already placed as /etc/lltab.staging on hanode03) set-node hanode03 set-cluster 3 link igb2 /dev/igb:2 - ether - - link igb6 /dev/igb:6 - ether - - link-lowpri igb0 /dev/igb:0 - ether 0xcaf3 - link-lowpri igb4 /dev/igb:4 - ether 0xcaf4 - set-timer peertrouble:400 Step 5: Backup ...