summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xruncthon28
1 files changed, 28 insertions, 0 deletions
diff --git a/runcthon b/runcthon
index 6797cfb..90b6b20 100755
--- a/runcthon
+++ b/runcthon
@@ -1,4 +1,32 @@
#!/bin/bash
+#
+# runcthon is a script that will run multiple cthon runs
+# simultaneous using multiple protocol versions and
+# multiple security flavors.
+#
+# To set up the server:
+# sudo mount server:/export /mnt
+# ./runcthon --mkdirs /mnt
+#
+# To run v3, v4.0 and v4.1
+# ./runcton --server server --serverdirs /export
+#
+# To run v3, v4.0, v4.1 and v4.2
+# ./runcton --dov42 --server server --serverdirs /export
+#
+# To add multiple security flavors
+# ./runcton --dokrb5 --server server --serverdirs /export
+#
+# To only do multiple security flavors
+# ./runcton --dokrb5 --server server --serverdirs /export
+#
+# To unmount all filesystems (sudo has to be enabled)
+# ./runcton --unmountall
+#
+# To see the rest of the options
+# ./runcton --help
+#
+
SRV=fedora9server
privatemnts=0
serverdir="/home/tmp"