178
Chapter 14: Command Line Configuration
ForthosewhoprefertoconguretheirConsoleServerattheLinuxcommandlinelevel(ratherthanuseabrowserandthe
ManagementConsole),thischapterdescribesusingcommandlineaccessandtheconfig tool to manage the Console Server
and configure the ports etc.
This config documentation in this chapter walks thru command line configuration to deliver the functions provided otherwise
usingtheManagementConsoleGUI.
For advanced and custom configurations and for details using other tools and commands refer to the next chapter
Whendisplayingacommand,theconventionusedintherestofthischapteristousesinglequotes('')foruserdenedvalues
(e.g.descriptionsandnames).Elementvalueswithoutsinglequotesmustbetypedexactlyasshown.
After the initial section on accessing the config command the menu items in this document follow the same structure as the
menuitemsinthewebGUI.
14.1 Accessing config from the command line
The Console Server runs a standard Linux kernel and embeds a suite of open source applications. So if you do not want to
useabrowserandtheManagementConsoletools,youarefreetoconguretheConsoleServerandtomanageconnected
devices from the command line using standard Linux and Busybox commands and applications such as ifconfig, gettyd, stty,
powerman, nut etc. However without care these configurations may not withstand a power-cycle-reset or reconfigure.
So Tripp Lite provides a number of custom command line utilities and scripts to make it simple to configure the Console Server
andensurethechangesarestoredintheConsoleServer'sashmemoryetc.
In particular the config utility allows manipulation of the system configuration from the command line. With config a new
congurationcanbeactivatedbyrunningtherelevantcongurator,whichperformstheactionnecessarytomakethe
configuration changes live.
To access config from the command line:
• PoweruptheConsoleServerandconnectthe“terminal”device:
o Ifyouareconnectingusingtheserialline,plugaserialcablebetweentheConsoleServerlocalDB-9consoleport
andterminaldevice.Conguretheserialconnectionoftheterminaldeviceyouareusingto115200bps,8data
bits,noparityandonestopbit
o IfyouareconnectingovertheLANthenyouwillneedtointerconnecttheEthernetportsanddirectyourterminal
emulatorprogramtotheIPaddressoftheConsoleServer(192.168.0.1bydefault)
• LogontotheConsoleServerbypressing‘return’afewtimes.TheConsoleServerwillrequestausernameandpassword.
Enter the username root and the password default.Youshouldnowseethecommandlinepromptwhichisahash(#)
This chapter is not intended to teach you Linux. We assume you already have a certain level of
understanding before you execute Linux kernel level commands.