White Papers

Dell HPC NFS Storage Solution High Availability Configurations with Large Capacities
66
[root@active ~]# clustat
Cluster Status for NSS61 @ Thu Jan 5 10:41:48 2011
Member Status: Quorate
Member Name ID Status
------ ---- ---- ------
active 1 Online, rgmanager
passive 2 Online, Local, rgmanager
Service Name Owner (Last) State
------- ---- ----- ------ -----
service:HA1 active started
On the server that is running the service, check that the XFS file system is mounted.
[root@active ~]# mount | grep xfs1
/dev/mapper/VGMD1-VGMD1-LVMD1 on /mnt/xfs1 type xfs
(rw,noatime,allocsize=1g,nobarrier,inode64,logbsize=262144,wsync)
On the server that is running the service, check that the resource IP is assigned. The interface to
the public network should have two IP addresses - the statically assigned address and the floating
service IP address. For example,
[root@active ~]# ip addr show ib0
9: ib0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 65520 qdisc pfifo_fast qlen
256
link/infiniband
80:00:00:48:fe:80:00:00:00:00:00:00:00:02:c9:03:00:07:7f:a7 brd
00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff
inet 10.10.10.201/24 brd 10.10.10.255 scope global ib0
inet 10.10.10.200/24 scope global secondary ib0
inet6 fe80::202:c903:7:7fa7/64 scope link
valid_lft forever preferred_lft forever
In order to stop the cluster, execute the following commands on both servers:
# clusvcadm d HA1
# service clvmd stop
# service rgmanager stop
# fence_tool leave
# cman_tool leave remove
# service modclusterd stop
# service cman stop
2. Update the Selinux policy. This is needed to allow a cluster server to fence the other cluster
member and take ownership of the cluster service.