White Papers
Table Of Contents
- Executive Summary (updated May 2011)
- 1. Introduction
- 2. Dell NFS Storage Solution Technical Overview
- 3. NFS Storage Solution with High Availability
- 4. Evaluation
- 5. Performance Benchmark Results (updated May 2011)
- 6. Comparison of the NSS Solution Offerings
- 7. Conclusion
- 8. References
- Appendix A: NSS-HA Recipe (updated May 2011)
- A.1. Pre-install preparation
- A.2. Server side hardware set-up
- A.3. Initial software configuration on each PowerEdge R710
- A.4. Performance tuning on the server
- A.5. Storage hardware set-up
- A.6. Storage Configuration
- A.7. NSS HA Cluster setup
- A.8. Quick test of HA set-up
- A.9. Useful commands and references
- A.10. Performance tuning on clients (updated May 2011)
- A.11. Example scripts and configuration files
- Appendix B: Medium to Large Configuration Upgrade
- Appendix C: Benchmarks and Test Tools

Dell HPC NFS Storage Solution - High Availability Configurations
Page 39
Set up HA LVM on the other (passive) server:
lvdisplay should show DATA_LV
Edit /etc/lvm/lvm.conf and edit locking_type to be 1
Edit /etc/lvm/lvm.conf and change the volume list to
volume_list = [“VolGroup00” , “@passive” ]
where VolGroup00 is the volume group that contains the “/” file system for the OS.
“passive” is the name of the server as defined in the cluster.conf file that will be
used for the cluster configuration..
Remake the initrd
# mkinitrd -f /boot/initrd-2.6.18-194.el5.img 2.6.18-194.el5
Reference - http://kbase.redhat.com/faq/docs/DOC-3068
4) On the active server, create the XFS file system
# mkfs.xfs -l size=128m /dev/DATA_VG/DATA_LV
5) On both servers, create a mount point for the XFS file system. This is the directory where the XFS
file system will be mounted and that will be exported over NFS to the clients.
# mkdir /mnt/xfs_data
6) Configure cluster. Refer to the screen shot in Figure 18
On the ‘active’ R710:
Launch luci web GUI (https://active:8084).
Navigate to the ‘cluster’ tab and click on “Create a New Cluster”
Enter the cluster name, for example ‘NSS_HA_CLUSTER’
Enter the node hostnames ‘active’ and ‘passive’. Enter the passwords.
Select “Use locally installed packages”
Check “Enable Shared Storage Support”
Check “Check if node passwords are identical” if the node passwords are identical
Click on “View SSL cert fingerprints”
Click on “Submit”