diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2006-08-17 00:02:38 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2006-08-17 00:02:38 -0400 |
commit | a99534d429fea534965fa99d419a6ecc8c15b683 (patch) | |
tree | 7e93d59c3546839c4fee2e20b09cd97d90fcd296 /configs/boot/iscsi-client.rcS | |
parent | 695f2a73d0c3d3357973fcde95fb251efc483cea (diff) | |
parent | a88a6758cebe21db39b2019836ac2346c5ff190e (diff) | |
download | gem5-a99534d429fea534965fa99d419a6ecc8c15b683.tar.xz |
Merge zizzer:/bk/newmem
into zed.eecs.umich.edu:/z/hsul/work/m5/newmem
--HG--
extra : convert_revision : 382a9d4b420a9bdb35f93049306b7b7af0d33ad5
Diffstat (limited to 'configs/boot/iscsi-client.rcS')
-rw-r--r-- | configs/boot/iscsi-client.rcS | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/boot/iscsi-client.rcS b/configs/boot/iscsi-client.rcS index 51ed5a284..cfa87652e 100644 --- a/configs/boot/iscsi-client.rcS +++ b/configs/boot/iscsi-client.rcS @@ -59,7 +59,7 @@ node.cnx[0].iscsi.MaxRecvDataSegmentLength = 65536 #discovery.sendtargets.auth.password = aloha EOF -mount -t sysfs none /sys +#mount -t sysfs none /sys echo "" > /var/log/iscsi.log chmod 0600 /var/log/iscsi.log @@ -74,8 +74,10 @@ echo "/sbin/hotplug" > /proc/sys/kernel/hotplug echo "Starting iscsid..." /iscsi/iscsid -f & +sleep 1 + echo "Waiting for server..." -/usr/bin/netcat -c -l -p 8000 +netcat -c -l -p 8000 echo "Attaching target..." /iscsi/iscsiadm -m discovery -t st -p 192.168.0.1 @@ -92,7 +94,7 @@ sleep 5 #PARAMS="-n 16 -s 32 -r 1 -c 50" # stable ~1.5 Gbps #PARAMS="-n 50 -s 32 -r 1 -c 50" # stable ~1.5 Gbps PARAMS="-n 50 -s 8 -r .666 -c 50" -COMMAND="/benchmarks/aio_bench/aio-bench $PARAMS -i 1000000 -C 50000 /dev/sda" +COMMAND="/benchmarks/aio-bench $PARAMS -i 1000000 -C 50000 /dev/sda" echo "Starting aio benchmark..." echo $COMMAND |