source:
gpfs_3.1_ker2.6.20/lpp/mmfs/samples/nfscluster/nfsgrace
Last change on this file was 16, checked in by rock, 17 years ago | |
---|---|
|
|
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 | |
5 | if [ ! -f /var/mmfs/etc/nfsfuncs ]; then |
6 | echo "$0: Can't find NFS functions in /var/mmfs/etc" |
7 | exit 0 |
8 | fi |
9 | . /var/mmfs/etc/nfsfuncs |
10 | |
11 | startGrace |
12 | msg "NLM grace period started due to recovery of node $1." |
Note: See TracBrowser
for help on using the repository browser.