apcpwr probe
     apcpwr [-f] on outletname
     apcpwr [-f] off outletname
     apcpwr [-f] reboot outletname


DESCRIPTION

     The apcpwr utility is used to control power to systems connected to an
     APC MasterSwitch power distribution unit.  The following option is avail-
     able for script usage:

     -f  Force the operation to occur without asking for final confirmation
         before execution.


COMMANDS

     The commands recognized by apcpwr are as follows:

     list    produces a list of the known APC MasterSwitches and the informa-
             tion associated with each port. The outlet status is dynamically
             determined via snmp request each time the list command is exe-
             cuted.

     probe   produces the .db file (default: /var/db/apcpwr.db ).

     on      turns on the output specified by outletname

     off     turns off the output specified by outletname

     reboot  turns off the outlet specified by outletname for (a default of) 5
             seconds and then turns it back on.


EXAMPLES

     The following command:

     apcpwr list

     produces a table listing all managed MasterSwitch units, the device name
     attached to each outlet, and it's status.

     pdu1 (172.21.251.251)
        1: triangle                         On
        2: 8ball                            On
        3: 9ball                            On
        4: cueball                          On
        5: avail-5                          On
        6: avail-6                          On
        7: avail-7                          On
        8: admin                            On

     apcpwr reboot admin

     will turn off power for the system attached to pdu1, outlet 8, for (a
     default of) 5 seconds, and then automatically turn the power back on.
     #
     0       21      *       *       *       root    /usr/local/bin/apcpwr probe > /dev/null


FILES

     /usr/local/etc/apcpwr.conf
     /var/db/apcpwr.db


SEE ALSO

     snmpwalk(8), snmpget(8), snmpset(8)


CAVEATS

     These utilities are based upon the netsnmp port. Other snmp packages may
     work but are untested.

     The MIB file POWERNET344_MIB.txt is not required to use this port. How-
     ever, if you with to debug this utility it must be copied from the pro-
     vided media CD which came with the unit and installed into the correct
     MIB directory (in this instance: /usr/local/share/snmp/mibs).

BSD                              April 1, 2003                             BSD

Man(1) output converted with man2html