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 241
241 Chapter 15: Advanced Configuration Some examples of powerman targets: Power on hosts bar,baz,foo01,foo02,...,foo05: powerman --on bar baz foo[01-05] Power on hosts bar,foo7,foo9,foo10: powerman --on bar,foo[7,9-10] Power on foo0,foo4,foo5: powerman --on foo[0,4-5] As a reminder to the reader, some shells will interpret brackets ([ and ]) for pattern matching. \ Depending on your shell, it may be necessary to enclose ranged lists within quotes. For example, in tcsh, the last example above should...
Page 242
242 Chapter 15: Advanced Configuration Here is a brief description of the elements of the XML entries in /etc/config/powerstrips.xml. Name or ID of the device support Display Port 1 in menu Display Port 2 in menu ... script to turn power on script to power off script to cycle power script to write power status to /var/run/power-status baud rate character size stop bits parity setting The id appears on the web page in the list of available devices types to confi\ gure. The outlets describe...
Page 243
243 Chapter 15: Advanced Configuration 15.10 IPMItool The Console Server includes the ipmitool utility for managing and configuring devices that support the Intelli\ gent Platform Management Interface (IPMI) version 1.5 and version 2.0 specificatio\ ns. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Mana\ gement Controller, BMC) is the brain behind...
Page 244
244 Chapter 15: Advanced Configuration -H Remote server address can be an IP address or hostname. This option is r\ equired for lan and lanplus interfaces. -I Selects IPMI interface to use. Supported interfaces that are compiled in\ and visible in the usage help output. -L Force session privilege level. Can be CALLBACK, USER, OPERATOR, ADMIN. Default is ADMIN. -m Set the local IPMB address. The default is 0x20 and there should be no n\ eed to change it for normal operation. -o Select...
Page 245
245 Chapter 15: Advanced Configuration COMMANDS help This can be used to get command-line help on ipmitool commands. It may also be placed at the end of commands to get option usage help. ipmitool help Commands: raw Send a RAW IPMI request and print response lan Configure LAN Channels chassis Get chassis status and set power state event Send pre-defined events to MC mc Management Controller status and global enables sdr...
Page 246
246 Chapter 15: Advanced Configuration To run the CGI script on the Console Server: • Login to the B092-016 • Run: mount -o remount,rw /dev/hda1 / • Copy the script to /home/httpd/cgi-bin/ • Run: mount -o remount,ro /dev/hda1 / • Browse to: http://192.168.0.1/cgi-bin/yourscript.cgi where 192.168.0.1 i\ s the IP address of the Console Server and yourscript.cgi is the name of the script There is a useful tutorial on creating a bash script CGI at...
Page 247
247 Chapter 15: Advanced Configuration 15.14 Zero Touch Provisioning Zero Touch Provisioning (ZTP) was introduced with firmware release 3.15 to\ allow appliances to be provisioned during their initial boot from a DHCP server. 15.14.1 Preparation These are typical steps for configuration over a trusted network: 1. Configure a same-model appliance. 2. Save the configuration as a backup (.opg) file under System: Configuration Backup in the web UI, or via config -e in the CLI. Alternatively, you can save...
Page 248
248 15.14.4 How it works This section explains in detail how the Appliance uses DHCP to obtain it\ s initial configuration. First, an appliance is either configured or unconfigured. ZTP needs \ it to be in an unconfigured state, which is only obtained in the following ways: • Firmware programming at factory • Pressing the Config Erase button twice during operation • Selecting Config Erase under System: Administration in the web UI, and rebooting • Creating the file /etc/config/.init and then rebooting...
Page 249
249 Chapter 15: Advanced Configuration • The system checks to see if it is still in an unconfigured state. If i\ t is, then the network interface mode is set to DHCP. This effectively forces the system into a configured state, preventing a fu\ ture reboot loop. • The system reboots Note: If all the URLs were skipped or failed, the system will wait for 30 sec\ onds before retrying again. It will retry all the URLs up to 10 times. After the 10th retry, the system reboots. If the system has been manually...
Page 250
250 Chapter 15: Advanced Configuration B. Create the secure USB key 1. Format a USB flash drive as a single FAT32 volume. 2. Move the client.pem and ca-bundle.crt files onto the flash drive’s root directory. Configure lighttpd This is an example web server on Ubuntu 14.10. We will be putting the protected demo.opg file into /var/www/opg/. Due to a limitation in lighttpd, SSL connections to the server have to be either rejected or accepted befo\ re the URL is known. There is no syntax to test the...