Hitachi Energy
Proposed Basic Configuration
The proposed basic configuration values for a setup without UCST are shown below. When using UCST, remove the “#” in front of the three lines containing nemdesktop_server_range, hwview_server_range, and ucst_server_range below:
 
# Firewall port configuration
 
# for the GUI clients that listen for notifications and
# callbacks, the ORB is listening on a port in the
# ranges defined below. It is possible to define the same
# range for all the GUI client; in this case the next
# available port is used.
# No definition means any port.
# ---------------------------------------
#nemdesktop_server_range       55000-55200
#hwview_server_range           55000-55200
#ucst_server_range             55000-55200
 
# port range used for the pm data collector
core_server_range       40000-40099
 
# for the GUI clients colocated to the core server that connect to the core,
# the ORB will use the ports in the defined ranges;
# as each process of the core has its own ORB,
# the GUI client uses as many ports as ORBs it connects to.
# For R16B and following 10 ports are required
# No definition means any ports.
# Each client requires up to 10 ports:
# -> e.g. 2 clients requires 2 x 10 = 20 ports
# -> nemdesktop_client_range should be set to 48000-48020
# ---------------------------------------
#nemdesktop_client_range 48000-48020
Note:
Each client requires up to 10 ports. The default setting is for 2 clients. If you use more than 2 clients, remove the “#” in front of the last line and increase the “nemdesktop_client_range” by 10 ports per additional user; e.g., for 5 concurrent users set the range to 48000-48050.