1 2 NOTE: 3 4 These tests ALL assume that the "RHOST" variable is set to the hostname 5 of the remote machine, i.e. 6 7 # export RHOST=<hostname here>. 8 9 10 These tests also assume an identical path tree for their location on the remote 11 machine. So if pan's root path is "/home/ltptests" on the test machine, then 12 it must also be located in "/home/ltptests" on the remote machine (RHOST). You 13 also need to do a make and make install on both the local and remote machines 14 before you run the test. 15 16 You will also need to setup a ".rhosts" file in root's home directory on the 17 remote machine, with the name of the local machine listed. For example, if 18 machineA is running the tests, with machineB set as RHOST, then machineB's 19 root home directory will need an ".rhosts" file with machineA's hostname 20 listed. After you create the .rhost file you must also set the proper 21 permissions on the .rhost file. chmod 600 .rhosts 22 23 I apologize for the lengthy setup, but I tried to make it as minimal as 24 possible. 25 26 27 -Robbie Williamson 28 (robbiew (a] us.ibm.com) 29