1 2NOTE: 3 4 These tests ALL assume that the "RHOST" and "LOCALDIR" variables is set to 5 the hostname of the remote machine, and a local directory name that will be 6 used to NFS mount. 7 8 # export RHOST=<hostname here>. 9 # export LOCALDIR=<dir name> 10 [NOTE! do not give absolute path, just give a name, like eg: testdir] 11 Also, on the remote server which has the NFS directory exported, it is 12 assumed that the directory has at least a gig of space. 13 14These tests also assume an identical path tree for their location on the remote 15machine. So if pan's root path is "/home/ltptests" on the test machine, then 16it must also be located in "/home/ltptests" on the remote machine (RHOST). 17 18You will also need to setup a ".rhosts" file in root's home directory on the 19remote machine, with the name of the local machine listed. For example, if 20machineA is running the tests, with machineB set as RHOST, then machineB's 21root home directory will need an ".rhosts" file with machineA's hostname listed. 22 23 I apologize for the lengthy setup, but I tried to make it as minimal as 24 possible. 25 26 27-Robbie Williamson/Manoj Iyer 28(robbiew@us.ibm.com)/(manjo@austin.ibm.com) 29