my @bnetservers = ("192.168.100.8","192.168.100.9","192.168.100.10","192.168.100.15");
+ # variable master node now:
+ my $bnetmaster = "lxhadeb07";
+ #lxhadeb07";
# before we start inidividual bnet processes, need to evaluate list of ports and nodes:
# BNETSENDERS=[localhost:12501,localhost:12502]
#my $sendnum= $sender + 1;
my $exports = " export MYHOST=" . $gsi_cpu . ";" .
+ " export BNETMASTER=" . $bnetmaster . ";" .
#" export BNINPNUM=" . $sendnum . ";" . # need to use different sender numbers on differentnodes
" export BNINPNUM=" . $ebid . ";" . # todo: extend if more than one sender per node
" export BNINPID=" . $sendid . "; " .
{
my $exports = " export MYHOST=" . $gsi_cpu . ";" .
+ " export BNETMASTER=" . $bnetmaster . ";" .
" export BNEBNUM=" . $ebid . ";" .
" export BNEBID=" . $portid . "; " .
" export BNEBPORT=" . $bnebport . "; " .
trbcmd setbit 0x003 0xa0c0 0x1D;
trbcmd w 0x003 0xa0e3 0x1E8480;
echo Setting file prefix tc;
- /usr/bin/wget -a /tmp/EB_filestart.log -O /tmp/EB_fileres.txt "http://lxhadeb03:8090/Master/BNET/StartRun/execute?prefix=tc&oninit=10";
+ /usr/bin/wget -a /tmp/EB_filestart.log -O /tmp/EB_fileres.txt "http://lxhadeb07:8099/Master/BNET/StartRun/execute?prefix=tc&oninit=10";
echo set prefix tc on BNET master controller;
#!/bin/bash
echo Setting file prefix no file
- /usr/bin/wget -a /tmp/EB_filestart.log -O /tmp/EB_fileres.txt "http://lxhadeb03:8090/Master/BNET/StartRun/execute?prefix='--'&oninit=10"
+ /usr/bin/wget -a /tmp/EB_filestart.log -O /tmp/EB_fileres.txt "http://lxhadeb07:8099/Master/BNET/StartRun/execute?prefix='--'&oninit=10"
echo set prefix nofile on BNET master controller
sleep 2
echo setting CTS back to regular mode