Add new node for Veritas Cluster in Solaris 10
Hi,
Sorry if Im not asking this at the roght place... Im noew here..
Im trying to add a new node to my Veritas 3-node Cluster. The Nodes runs Solaris 10 SPARC as OS.
So, the first thing I notice was yhat the new node does not have the VRTS packages for Solaris, so I have to install them... thi thing is.. where I can DL them? IO do not have the Veritas CD anymore... The package list is below.
VRTSaslapm
VRTSat
VRTScps
VRTScutil
VRTSdbed
VRTSfssdk
VRTSgab
VRTSllt
VRTSob
VRTSodm
VRTSperl
VRTSsfmh
VRTSspt
VRTSvcs
VRTSvcsag
VRTSvcsea
VRTSvlic
VRTSvxfen
VRTSvxfs
VRTSvxvm
====
Also I have connect for the HB network the interfaces igb1 and igb2... I cant see them in the ifconfiog command.. is this something to worry when creating the llttab?
I was planning to do something like this:
set-node NEWNODE
set-cluster 10000
link igb1 /dev/igb1 - ether - -
link igb2 /dev/igb2 - ether - -
root@dp-node9 # ls -la igb*
lrwxrwxrwx 1 root root 29 Dec 5 17:22 igb -> ../devices/pseudo/clone@0:igb
lrwxrwxrwx 1 root root 51 Dec 5 17:22 igb0 -> ../devices/pci@400/pci@2/pci@0/pci@6/network@0:igb0
lrwxrwxrwx 1 root root 53 Dec 5 17:22 igb1 -> ../devices/pci@400/pci@2/pci@0/pci@6/network@0,1:igb1
lrwxrwxrwx 1 root root 51 Dec 5 17:22 igb2 -> ../devices/pci@400/pci@2/pci@0/pci@7/network@0:igb2
lrwxrwxrwx 1 root root 53 Dec 5 17:22 igb3 -> ../devices/pci@400/pci@2/pci@0/pci@7/network@0,1:igb3
root@dp-node9 # pwd
/dev
Is this correct?
Tks in advance,
Joao Telles
Hi Joao,
LLT works on mac protocol ..it is absolutely normal that LLT interfaces will not be visible in "ifconfig" command ...
to check LLT status, you need to see
# lltstat -vvn | more
Here you should see the interfaces configured for LLT .. the node from which you are running the command will be indicated by " * "...
Secondly, How did you install packages ? VCS provides easy installer method which will help you to install all the required packages ...
Are you using VCS Java GUI to add the node to cluster ? If yes, refer below article
https://sort.symantec.com/public/documents/sfha/6.0/solaris/productguides/html/vcs_admin/ch05s11s01.htm
If you are using command line to manage the cluster, refer following link
https://sort.symantec.com/public/documents/sfha/6.0/solaris/productguides/html/vcs_admin/ch06s17s03.htm
you can also install VCS using "responsefile" .. this is an easy method to perform automated install ... read here on how to perform this task:
https://sort.symantec.com/public/documents/sfha/6.0/solaris/productguides/html/vcs_install/ch12s01.htm
If you went for manual installation .. refer below documentation (considering you are using 6.0 version)
https://sort.symantec.com/public/documents/sfha/6.0/solaris/productguides/html/vcs_install/ch16s02.htm
https://sort.symantec.com/public/documents/sfha/6.0/solaris/productguides/html/vcs_install/ch16s02s02.htm
If you are new to product, would suggest to read out the admin guide so that you can gain more knowledge on the product & administer VCS
G