Displaying 1 result from an estimated 1 matches for "ode001".
Did you mean:
node001
2012 Nov 28
1
Strange ssh thing - Keys suddenly decide to stop working.
...((iteration=1; iteration < 13; iteration++));
do
for warehouses in {10..100..10}
do
for ((subiteration=1; subiteration <= $iteration; subiteration++));
do
#we have to do some arithmetic to spawn tpcc within the VM on the right physical node
ode001=$(($subiteration))
#two significant digits for the hostname
node001=$(printf %02d%s ${a%.*} ${a##*.} $ode001)
ssh -v $vmhostnameprefix$node001 "mkdir -p $tpccrootdir/$runname/$drive/$warehouses"
spawntpcc $node001 $iteration $drive $warehouses &...