templates - gpfs-nas-postinstall.sh should install nfs-utils
authorMartin Schwenke <martin@meltin.net>
Wed, 2 May 2012 06:45:09 +0000 (16:45 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 2 May 2012 06:45:09 +0000 (16:45 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
base/all/root/scripts/gpfs-nas-postinstall.sh

index 0a6734a617ecc8dc1a4aedafb2df761b072a7f9b..f0a6ce0563996e75a92388f7be26643b61e6e13f 100755 (executable)
@@ -31,6 +31,9 @@ echo "Rebuilding the GPFS modules"
 echo "Installing rssh"
 yum -y install rssh
 
+echo "Installing NFS"
+yum -y install nfs-utils
+
 echo "Enabling NFS locking"
 chkconfig nfslock on
 service nfslock start