source: gpfs_3.1_ker2.6.20/lpp/mmfs/samples/nfscluster/nfsgrace @ 16

Last change on this file since 16 was 16, checked in by rock, 16 years ago
  • Property svn:executable set to *
File size: 330 bytes
Line 
1#!/bin/ksh
2# @(#)77  1.2  src/avs/fs/mmfs/samples/nfscluster/nfsgrace, mmfs, avs_rgpfs24, rgpfs240610b 2/24/06 10:48:37
3#
4
5if [ ! -f /var/mmfs/etc/nfsfuncs ]; then
6    echo "$0: Can't find NFS functions in /var/mmfs/etc"
7    exit 0
8fi
9. /var/mmfs/etc/nfsfuncs
10
11startGrace
12msg "NLM grace period started due to recovery of node $1."
Note: See TracBrowser for help on using the repository browser.