Manages Varitas cluster form Varitas cluster Manager
Install cluster mange console on your laptop or any other system from which you want to manage the cluster. This tool will be available on veritas software.zip
1. Open veritas cluster Manager
3.Provide credential veritas admin
4. Now We are login here successfully and cluster running on vcsnode1
Now configure the veritas share volume & NFS service
Step-1- Right click on vcscluster1🡪click on add service Group as show
Stap-2 Enter service group name VCSNFS01🡪 add server vcsnode1 & vcsnode2 🡪 chose startup🡪 choose service group type here I am choosing failover🡪 click ok
Now service group added successfully
Stap-3 Now add resource in the service group
1. Add NIC
Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type 🡪edit attribute device
2. Add IP
2. Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type 🡪add attribute value.
Device 🡪 eth0
Address🡪192.168.16.145
Netmask🡪255.255.255.0
3. Add Disk Group
Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type🡪add attribute value.
Disk Group🡪 vcsgp (group name)
4. Add volume1
Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type🡪add attribute value.
DiskGroup🡪vcsgp
Volume🡪vcsvol01
Add volume2
Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type🡪add attribute value.
DiskGroup🡪vcsgp
Volume🡪vcsvol02
Mount volume1 with mount point.
Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type🡪add attribute value.
MountPoint 🡪 /vcsshare01
BlockDevice🡪 /dev/vx/dsk/vcsgp/vcsvol01
FSType 🡪 vxfs
FsckOpt 🡪 -n
Same Mount volume2 with mount point.
Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type🡪add attribute value.
MountPoint 🡪 /vcsshare02
BlockDevice🡪 /dev/vx/dsk/vcsgp/vcsvol02
FSType 🡪 vxfs
FsckOpt 🡪 -n
Click ok
Now rescue group configuration done and all resource are online on vcsnode1
Now go to node1 and check volume is mounted.
# df –k
[root@vcsnode1 ~]# showmount –e 10.112.16.145 #here show the output like
10.112.16.145:/mnt/veritasvol01/vtrsvcsvol01/vcsshare01
[root@vcsnode1 ~]# vi /etc/fstab
10.112.16.145:/mnt/veritasvol01/vtrsvcsvol01/vcsshare01 /vcslock nfs default 0 0
[root@vcsnode2 ~]# vi /etc/fstab
10.112.16.145:/mnt/veritasvol01/vtrsvcsvol01/vcsshare01 /vcslock nfs default 0 0
#mount –a # Run this command on both node
Right click vcsnfs01🡪click add resource 🡪 Type Resource name🡪choose Resource type
Resource name 🡪Service NFS
Resource type 🡪 NFS
No comments:
Post a Comment