summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2015-09-24 14:25:13 -0400
committerSteve Dickson <steved@redhat.com>2015-09-24 14:25:13 -0400
commit88892b0a5a75ea49f2284ba28d0386f7b32e2a88 (patch)
treee71dea599445c15772e83d235cf2ca7d8774722d
parentf3e8693ecba5d46d3c4946ef8f2cf50d2a98ad01 (diff)
downloadcthon04-88892b0a5a75ea49f2284ba28d0386f7b32e2a88.tar.gz
cthon04-88892b0a5a75ea49f2284ba28d0386f7b32e2a88.tar.xz
cthon04-88892b0a5a75ea49f2284ba28d0386f7b32e2a88.zip
Documented runcthon
Signed-off-by: Steve Dickson <steved@redhat.com>
-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"