1 #!/bin/sh 2 3 4 #-------------------------------------------------------------------------# 5 # This file verifies that we retain posession of the DiskSuite "metaset" # 6 # If we loose ownership of the shared disk set, that would be Very Bad. # 7 # # 8 # Standard UNIX status: returns 0 on good, non-0 on bad. # 9 # Provided as a tool to be called from 'monitorhasrv' # 10 #-------------------------------------------------------------------------# 11 12 13 14 #paranoia is good 15 PATH=$PATH:/usr/sbin:/sbin 16 17 18 metaset -s $1 -o 19