HomeSort by relevance Sort by last modified time
    Searched refs:NFS_SERVER (Results 1 - 4 of 4) sorted by null

  /external/ltp/tools/pounder21/test_scripts/
ping_nfs_server 22 if [ -z "$NFS_SERVER" -o "$NFS_SERVER" == "0" ]; then
27 ping -c 100 -s 1024 "$NFS_SERVER"
nfs 22 if [ -z "$NFS_SERVER" -o "$NFS_SERVER" == "0" ]; then
37 echo Mounting $NFS_SERVER:$NFSMOUNT on $NFSLOCAL...
43 if (mount "$NFS_SERVER:$NFSMOUNT" $NFSLOCAL -t nfs -o tcp); then
70 echo Unable to connect to the NFS server $NFS_SERVER.
  /external/ltp/testscripts/
exportfs.sh 23 # USAGE : exportfs.sh -h <nfs_server> -d <nfs_server_disk_partition>
40 NFS_SERVER=""
45 USAGE="$0 -h <nfs_server> -d <nfs_server_disk_partition> -t <server_fs_type>"
68 h) NFS_SERVER=$OPTARG ;;
75 if [ -z "$NFS_SERVER" ]
101 ping -c 2 -w 15 $NFS_SERVER >/dev/null 2>&1
104 echo "FAILED: ping $NFS_SERVER failed"
108 rsh -n -l root $NFS_SERVER "ls -l /etc" >/dev/null 2>&1
111 echo "FAILED: rsh -n -l root $NFS_SERVER "ls -l /etc" failed"
115 rsh -n -l root $NFS_SERVER "rpm -q -a | grep $FS_TYPE" | grep $FS_TYPE >/dev/null 2>&
    [all...]
  /external/ltp/tools/pounder21/
pounder 175 n) export NFS_SERVER="$OPTARG";;

Completed in 657 milliseconds