seweb ports on instruments: 8642
currently, the firewall rules allow only a small number of ports 8642 and 8742 were used for the second SEA instance on hrpt2 and zebra2 - changed them to 8652 and 8752, e.g. they are now only available within the instrument network.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
[hrpt2]
|
||||
SEA_SEA_PORT = 8642
|
||||
SEA_GRAPH_PORT = 8742
|
||||
SEA_SEA_PORT = 8652
|
||||
SEA_GRAPH_PORT = 8752
|
||||
sea_command = ./SeaServer %(serv)s_%(ins)s.tcl
|
||||
sea = 2
|
||||
|
||||
|
@ -18,7 +18,7 @@ SEA_ROOT = ~/sea
|
||||
sea_command = ./SeaServer %(serv)s.tcl
|
||||
|
||||
SEWEB_ROOT = ~/seweb
|
||||
SEWEB_PORT = 8941
|
||||
SEWEB_PORT = 8642
|
||||
seweb_command = ~/sevenv/bin/python secop-webserver %(port)s -i %(ins)s
|
||||
|
||||
FEEDER_ROOT = ~/sehistory
|
||||
|
@ -4,7 +4,7 @@ Description=SE web server
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=%h/seweb
|
||||
ExecStart=%h/sevenv/bin/python secop-webserver -i %i
|
||||
ExecStart=%h/sevenv/bin/python secop-webserver 8642 -i %i
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
[zebra2]
|
||||
SEA_SEA_PORT = 8642
|
||||
SEA_GRAPH_PORT = 8742
|
||||
SEA_SEA_PORT = 8652
|
||||
SEA_GRAPH_PORT = 8752
|
||||
sea_command = ./SeaServer %(serv)s_%(ins)s.tcl
|
||||
sea = 2
|
||||
|
||||
|
Reference in New Issue
Block a user