Tripp Lite 0 Idades Manual
Here you can view all the pages of manual Tripp Lite 0 Idades Manual. The Tripp Lite manuals for Switch are available online for free. You can easily download all the documents as PDF.
Page 191
191 Chapter 14: Command Line Configuration The following command will synchronize the live system with the new confi\ guration: # config -r serialconfig Note: Supported serial port baud-rates are ‘50’, ‘75’, ‘\ 110’, ‘134’, ‘150’, ‘200’, ‘300’, ‘600’\ , ‘1200’, ‘1800’, ‘2400’, ‘4800’, ‘9600’, '1\ 9200', '38400', '57600', '115200', and '230400'. Supported parity values are 'None', 'Odd', 'Even', 'Mark' and 'Space'. Supported...
Page 192
192 Chapter 14: Command Line Configuration SDT mode To enable access over SSH to a host connected to serial port 5: # config -s config.ports.port5.mode=sdt # config -s config.ports.port5.sdt.ssh=on To configure a username and password when accessing this port with User\ name = user1 and Password = secret: # config -s config.ports.port#.sdt.username=user1 # config -s config.ports.port#.sdt.password=secret Terminal server mode Enable a TTY login for a local terminal attached to serial port 5: # config -s...
Page 193
193 Chapter 14: Command Line Configuration 14.1.2 Adding and removing Users Firstly, determine the total number of existing Users (if you have no existing\ Users you can assume this is 0): # config -g config.users.total This command should display config.users.total 1. Note that if you see config.users.total this means you have 0 Users configured. Your new User will be the existing total plus 1. So if the previous comma\ nd gave you 0 then you start with user number 1, if you already have 1 user your...
Page 194
194 Chapter 14: Command Line Configuration 14.1.3 Adding and removing User Groups The Console Server is configured with a few default user groups (even\ though only two of these groups are visible in the Management Console GUI). To find out how many groups are already present: # config -g config.groups.total Assume this value is six. Make sure to number any new groups you create \ from seven onwards. To add a custom group to the configuration with Group name=Group7, Grou\ p description=MyGroup and Port...
Page 195
195 Chapter 14: Command Line Configuration 14.1.4 Authentication To change the type of authentication for the Console Server: # config -s config.auth.type='authtype' 'authtype' can be: Local LocalTACACS TACACS TACACSLocal TACACSDownLocal LocalRADIUS RADIUS RADIUSLocal RADIUSDownLocal LocalLDAP LDAP LDAPLocal LDAPDownLocal To configure TACACS authentication: # config -s config.auth.tacacs.auth_server='comma separated list' (\ list of remote authentiction and authorization...
Page 196
196 Chapter 14: Command Line Configuration 14.1.5 Network Hosts To determine the total number of currently configured hosts: # config -g config.sdt.hosts.total Assume this value is equal to 3. If you add another host, make sure to i\ ncrement the total number of hosts from 3 to 4: # config -s config.sdt.hosts.total=4 If the output is config.sdt.hosts.total then assume 0 hosts are configured. Add power device host To add a UPS/RPC network host with the following details: IP address/ DNS name 192.168.2.5...
Page 197
197 Chapter 14: Command Line Configuration Assuming we already have one managed device, our new device will be devi\ ce 2. Issue the following commands: # config -s config. devices.device2.connections.connection1.name=192\ .168.3.10 # config -s config. devices.device2.connections.connection1.type=Hos\ t # config -s config. devices.device2.name=OfficePC # config -s config. devices.device2.description=MyPC # config -s config.devices.total=2 The following command will synchronize the live system with the...
Page 198
198 Chapter 14: Command Line Configuration 14.1.8 UPS Connections Managed UPS Systems Before adding a managed UPS, make sure that at least 1 port has been con\ figured to run in 'device mode', and that the device is set to 'ups'. To add a managed UPS with the following values: Connected via Port 1 UPS name My UPS Description UPS in room 5 Username to connect to UPS User2 Password to connect to UPS secret shutdown order 2 (0 shuts down first) Driver genericups...
Page 199
199 Chapter 14: Command Line Configuration Remote UPSes To add a remote UPS with the following details (assuming this is our fi\ rst remote UPS): UPS name oldUPS Description UPS in room 2 Address 192.168.50.50 Log status Disabled Log rate 240 seconds Run shutdown script Enabled # config -s config.ups.remotes.remote1.name=oldUPS # config -s "config.ups.remotes.remote1.description=UPS in room 2" # config -s config.ups.remotes.remote1.address=192.168.50.50 # config -d...
Page 200
200 Chapter 14: Command Line Configuration 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...