Tripp Lite B093-004-2E4U-V 4-Port Console Server with 4G LTE Cellular Gateway, Dual GbE NIC, 4Gb Flash and Dual SIM

Owner's Manual - Page 223

For B093-004-2E4U-V. Also, The document are for others Tripp Lite models: B093-00X-2E4U-X, B097-016/048, B098-016/048, B098-016-V

PDF File Manual, 285 pages, Read Online | Download pdf file

B093-004-2E4U-V photo
Loading ...
Loading ...
Loading ...
223
14. Configuration from the Command Line
14.1.10 Environmental
To configure an environmental monitor with the following details:
Monitor name Envi4
Monitor Description Monitor in room 5
Temperature offset 2
Humidity offset 5
Enable alarm 1 ? yes
Alarm 1 label door alarm
Enable alarm 2 ? yes
Alarm 2 label window alarm
Logging enabled ? yes
Log interval 120 seconds
# config -s config.ports.port3.enviro.name=Envi4
# config -s “config.ports.port3.enviro.description=Monitor in room 5”
# config -s config.ports.port3.enviro.offsets.temp=2
# config -s config.ports.port3.enviro.offsets.humid=5
# config -s config.ports.port3.enviro.alarms.alarm1.alarmstate=on
# config -s config.ports.port3.enviro.alarms.alarm1.label=door alarm
# config -s config.ports.port3.enviro.alarms.alarm2.alarmstate=on
# config -s config.ports.port3.enviro.alarms.alarm2.label=window alarm
# config -s config.ports.port3.enviro.alarms.total=2
# config -s config.ports.port3.enviro.log.enabled=on
# config -s config.ports.port3.enviro.log.interval=120
It is important to assign alarms.total=2, even if they are off.
The following five commands will add the environmental monitor to ‘Managed devices’:
To get the total number of managed devices:
# config -g config.devices.total
Make sure to use the total + 1 for the new device below:
# config -s config. devices.device5.connections.connection1.name=Envi4
# config -s “config. devices.device5.connections.connection1.type=EMD Unit”
# config -s config. devices.device5.name=Envi4
# config -s “config. devices.device5.description=Monitor in room 5”
# config -s config.devices.total=5
The following command will synchronize the live system with the new configuration:
# config -a
14.1.11 Managed Devices
To add a managed device: (also see UPS, RPC connections and Environmental)
# config -s “config.devices.device8.name=my device”
# config -s “config.devices.device8.description=The eighth device”
# config -s “config.devices.device8.connections.connection1.name=my device”
# config -s config.devices.device8.connections.connection1.type=[serial | Host | UPS | RPC]
# config -s config.devices.total=8 (decrement this value when deleting a managed device)
To delete the above managed device:
# config -d config.devices.device8
The following command will synchronize the live system with the new configuration:
# config -a
Loading ...
Loading ...
Loading ...