Tripp Lite 93-2879 Server User Manual


 
_____________________________________________________________________
B096-016 B096-048 and B092-016 User Manual Page 159
# /bin/config –-del=config.services.pingreply.enabled
The following command will synchronize the live system with the new configuration.
# /bin/config –-run=services
Note: “/bin/config” commands can be combined into one command for convenience.
14.5 Serial Port Configuration
Serial Port Settings
To setup serial port 5 to use the following properties:
Baud Rate 115200
Parity None
Data Bits 8
Stop Bits 1
Flow Control Software
You would need to issue the following commands from the command line to set the port
configuration:
# /bin/config –-set=config.ports.port5.speed=115200
# /bin/config –-set=config.ports.port5.parity=None
# /bin/config –-set=config.ports.port5.charsize=8
# /bin/config –-set=config.ports.port5.stop=1
# /bin/config –-set=config.ports.port5.flow=Software
The following command will synchronize the live system with the new configuration.
# /bin/config –-run=serialconfig
Note that supported serial port baud-rates are ‘50’, ‘75’, ‘110’, ‘134’, ‘150’, ‘200’, ‘300’, ‘600’,
‘1200’, ‘1800’, ‘2400’, ‘4800’, ‘9600’, '19200', '38400', '57600', '115200', and '230400'.
Supported parity values are 'None', 'Odd', 'Even', 'Mark' and 'Space'.
Supported data-bits values are '8', '7', '6' and '5'.
Supported stop-bits values are '1', '1.5' and '2'.