• Home
  • History
  • Annotate
  • only in /external/ltp/testcases/network/nfs/
NameDateSize

..29-Aug-20174 KiB

fsx-linux/29-Aug-20174 KiB

Makefile29-Aug-2017984

nfs_fsstress/29-Aug-20174 KiB

nfs_stress/29-Aug-20174 KiB

nfslock01/29-Aug-20174 KiB

nfsstat01/29-Aug-20174 KiB

README29-Aug-20171 KiB

README

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