Hitachi Energy
NMS.properties
Defines client properties.
 
Configuration parameters for the NEM desktop
desktop.enabled
Enables/disables the use of the NEM desktop as dialog container.
Valid values: true, false
Default value: false
desktop.fit2InitialWindow
Sets the NEM desktop to a size fitting the initial window.
Valid values: true, false
Default value: false
desktop.dockingEnabled
Enables/disables the use of the NEM desktop as dialog container.
Valid values: true, false
Default value: true
 
 
desktop.percentageOfWidth
desktop.percentageOfHeight
Sets the size as percentage of the screen size of the NEM desktop window if not maximized.
Default value: 100
Default value: 100
desktop.showBaseStatusPanel
Enables/disables the status panel at the bottom of the NEM desktop.
Valid values: true, false
Default value: false
desktop.enableToggleBaseStatusPanel
Enables the user to switch the status panel on or off.
Valid values: true, false
Default value: false
monitorIdleBusyInterval
Sets the interval in milliseconds for NEM desktop idle or busy messages.
Default value: 10000
help.helpSetName
Defines the name of the NEM Java help file.
Default value: Help.hs
Definition of NEM application launch paths
path.launch.ecst_gui
Path for the FOXCST GUI application launcher. Default is ${NEM_HOME}/bin/private/ecstguistart
path.launch.ucst_gui
Path for the UCST GUI application launcher. Default is ${NEM_HOME}/cst/bin/ducst
path.launch.hwview
Path for the UCST HW view application launcher. Default is ${NEM_HOME}/cst/bin/hwview
Settings for the object request broker (ORB)
server.ping.interval
Calling interval for isAlive messages.
Default value: 20000
ns_binding
Name service binding.
Default value: NameService
ns_port
Name service TCP port.
Default value: 2809
rest_port
REST interface TCP port.
Default value: 9005    # to be used with https protocol
 
Note:
When changing the port and protocol for the REST interface on client side, the respective settings also need to be done on the server and in the firewall settings if applicable. The server settings are defined in the file “/opt/nem/voyager/etc/apigateway.properties”. For a port change on the server edit the entry
server.httpsPort=<PortNumber>
and restart the server processes by entering the commands
nembasestop
nemstart
After this the client can only connect via the new port provided the firewall settings have been changed accordingly.
rest_legacy_port
REST interface legacy TCP port.
Default value: 9006    # to be used with http protocol
rest_protocol
REST interface protocol.
Default value: https    # to be used with port 9005
Optional value: http    # to be used with port 9006
get_version_timeout
Timeout for /nemcore/versions GET request during login in milliseconds.
Default value: 20000
get_version_poll_interval
Poll interval for /nemcore/versions GET request during login in milliseconds.
Default value: 3000
get_version_poll_timeout
Poll timeout for /nemcore/versions GET request during login in milliseconds.
Default value: 180000
notificationPort
UDP port for notifications.
Default value: 20736
snmpNotificationPort
UDP port for SNMP notifications.
Default value: 162
Settings for the NEM client GUI in /opt/nem/etc/NMS.properties:
format.date.pattern
The date format to be used in the GUI.
Default value: yyyy/MM/dd
format.time.pattern
The time format to be used in the GUI.
Default value: HH\:mm\:ss
format.datetime.pattern
The separator between date and time to be used in the GUI.
Default value: %s - %s
table.persistentFilters
Enables/disables the use of persistent filters in tables.
Valid values: true, false
Default value: true
table.popupMessage.whenFiltered
Enables/disables pop-up messages when filters are applied in tables.
Valid values: true, false
Default value: true
table.coalesceUpdateEvents
Enables/disables coalescent update events in tables.
Valid values: true, false
Default value: true
popupMessage.showTime.ms
The display duration in milliseconds for pop-up messages.
Default value: 4000
enpmgr.maxDeployDeleteSelection
The maximum number of items that can be deleted at a time in ENP.
Default value: 5
enpmgr.emptyServiceTunnelName
Determines whether a service / tunnel name is empty when creating a service or tunnel.
Valid values: true, false
Default: true
onMapOpen.autoOpen.alarmSummary
Enables/disables the automatic opening of the alarm summary view when opening a map (NEM Network Browser).
Valid values: true, false
Default value: false
autoLogoff.nms.time.ms
Auto logout timeout in milliseconds for the NEM Client.
Default value: 7200000 (equal to 2 h)
autoLogoff.rat.time.ms
Auto logout timeout in milliseconds for the NEM Remote Admin Tool.
Default value: 1800000 (equal to 30 min)
restClient.serverCert.strictCheck
Enables/disables the strict certificate handling for the client when connecting to the server.
Valid values: true, false
Default value: true
restClient.clientTruststorePassword
Shows a hash of the REST client stored password. Do not modify this value.
blm.legacy
Applicable to FOXMAN‑UN R18.
Enable or disable legacy Business Logic Manager (BLM) functionality on the Client. This applies to the NEM Desktop “Network” menu features
- Inventory Request…
- Task View…
- NE Password Tasks…
- Profile & CPS Tasks…
Valid values: true, false
Default for Windows client: false
Default for Linux client running on server: true
When the client is installed on the server machine or if the core is installed with the “-t” option (Make CORBA Naming Service remotely available via TCP (default: via SSL)), this is set to true by default on the core machine, and the client, when running on the same machine as the core, will read the same setting from /opt/nem/etc/NMS.properties.
For the NEM client for Windows® it is set to false by default in C:\Program Files\FOXMAN-UN_18.0.0\etc\NMS.properties.
Enabling this feature is not recommended as it activates insecure TCP connections between client and server.
putty.autoLogin
If putty.autoLogin is true (default: false) the password is passed automatically to PuTTY session.
Default: false
encoding.processArguments.windows
Character encoding for passing arguments to launched processes for NEM client for Windows®.
Default: ISO-8859-1
encoding.processArguments.linux
Character encoding for passing arguments to launched processes for Linux.
Default: UTF-8