From: rread Date: Thu, 8 Aug 2002 07:38:45 +0000 (+0000) Subject: new file X-Git-Tag: 0.5.5~198 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e24cec6cc7a66222614fad61b516f293a7eb395a;p=fs%2Flustre-release.git new file --- diff --git a/lustre/tests/uml.sh b/lustre/tests/uml.sh new file mode 100644 index 0000000..bff0da3 --- /dev/null +++ b/lustre/tests/uml.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +config=uml.xml +LMC=../utils/lmc + +echo "FIXME: autoformat is no by default, edit $config to change" + +# create nodes +${LMC} -o $config --node uml1 --net uml1 tcp +${LMC} -m $config --node uml2 --net uml2 tcp +${LMC} -m $config --node uml3 --net uml3 tcp + +# configure mds server +${LMC} -m $config --node uml1 --mds mds1 /tmp/mds1 50000 + +# configure ost +${LMC} -m $config --lov lov1 mds1 65536 0 0 +${LMC} -m $config --node uml2 --lov lov1 --ost /tmp/ost1 100000 +${LMC} -m $config --node uml2 --lov lov1 --ost /tmp/ost2 100000 +# is this needed? +# ${LMC} -m $config --node uml2 --mdc MDC_mds1 + +# create client config +${LMC} -m $config --node uml3 --mtpt /mnt/lustre mds1 lov1 +