Fix host names and port numbers.

This commit is contained in:
Ferdi Franceschini
2013-04-23 10:25:09 +10:00
parent 34f22ea669
commit bda409da04
2 changed files with 11 additions and 9 deletions

View File

@@ -1,9 +1,10 @@
# MOTOR HOST AND PORT
foreach {mc host port} {
MC1 mc1-platypus pmc1-platypus
MC2 mc2-platypus pmc2-platypus
MC3 mc3-platypus pmc3-platypus
MC4 mc4-platypus pmc4-platypus
MC1 mc1-pelican pmc1-pelican
MC2 mc2-pelican pmc2-pelican
MC3 mc3-pelican pmc3-pelican
MC4 mc4-pelican pmc4-pelican
MC6 mc6-pelican pmc6-pelican
} {
dict set MOTOR_HOSTPORT $mc HOST $host
dict set MOTOR_HOSTPORT $mc PORT $port
@@ -21,7 +22,7 @@ foreach {bm host port} {
# HISTOGRAM SERVER HOST AND PORT
foreach {key host port} {
HMM das1-platypus.nbi.ansto.gov.au 8080
HMM das1-pelican.nbi.ansto.gov.au 8080
} {
dict set HISTMEM_HOSTPORT $key HOST $host
dict set HISTMEM_HOSTPORT $key PORT $port

View File

@@ -2,10 +2,11 @@
# TEST MOTOR HOST AND PORT
foreach {key host port} {
MC1 localhost 62530
MC2 localhost 62531
MC3 localhost 62532
MC4 localhost 62533
MC1 localhost 62630
MC2 localhost 62631
MC3 localhost 62632
MC4 localhost 62633
MC6 localhost 62634
} {
dict set MOTOR_HOSTPORT $key HOST $host
dict set MOTOR_HOSTPORT $key PORT $port