9 power strip control, Powerman – Tripp Lite 93-2879 User Manual

Page 192

Advertising
background image

_____________________________________________________________________

B096-016 B096-048 and B092-016 User Manual

Page 192


443 stream tcp nowait root sslwrap -cert /etc/config/ssl_cert.pem -key /etc/config/ssl_key.pem
-exec /bin/httpd /home/httpd"

Save the file and signal inetd of the configuration change.

kill -HUP `cat /var/run/inetd.pid`

The HTTPS server should be accessible from a web client at a URL similar to this:
https://<common name of unit>

More detailed documentation about the openssl utility can be found at the website:

http://www.openssl.org/



15.9 Power Strip Control

The Console Server supports a growing list of remote power-control devices (RPCs) which can
be configured using the Management Console as described in Chapter 8. These RPCs are
controlled using the open source NUT and PowerMan tools and the pmpower utility.

PowerMan

PowerMan provides power management in a data center or compute cluster environment. It
performs operations such as power on, power off, and power cycle via remote power controller
(RPC) devices. Target hostnames are mapped to plugs on RPC devices in powerman.conf
powerman - power on/off nodes

Synopsis
powerman
[-option] [targets]
pm [-option] [targets]

Options
-1, --on

Power ON targets.

-0, --off

Power OFF targets.

-c, --cycle

Power cycle targets.

-r, --reset

Assert hardware reset for targets (if implemented by RPC).

-f, --flash

Turn beacon ON for targets (if implemented by RPC).

-u, --unflash Turn beacon OFF for targets (if implemented by RPC).
-l, --list

List available targets. If possible, output will be compressed into a host range

(see TARGET SPECIFICATION below).
-q, --query

Query plug status of targets. If none specified, query all targets. Status is not
cached; each time this option is used, powermand queries the appropriate RPC's.

Advertising