Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action

Notes

1

Turn on / off outlet

Core functionality, but can be controlled outside of the service via the administrator webpage

2

Register outlet state

If another method is used to turn on / off a outlet, the software needs to register that state

3

Lock outlet

There is the capability to lock an outlet so that it cannot be turned off.

4

Log power draw from outlet

Power draw from an outlet in units of Watts.

5

Turn on / off all outlets

The ability to monitor, turn on, and turn off all outlets at once.

6

Remember outlet state across PDU being turned on/off

If the PDU is turned off and then on, the ability to have outlet states preset

7

Log SNMP connection status

Whether or not the communication to the SNMP is available.

...

Description

File

Source

1

Configure module quick start guide

View file
nameeaton-pdu-g3-configure-module-quick-start-guide-164000413.pdf

https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html

2

Operations Manual

View file
nameeaton-pdu-g3-operations-manual-p-164000277.pdf

https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html

3

Instruction Set Systems Object Manual

View file
nameeaton-pdu-g3-instrution-set-system-objects-manual.pdf

https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html

4

Technical Drawing

View file
nameeaton-pdu-managed-emat08-10-techdrawing.pdf

https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html

5

Visio Stencil

View file
nameeaton-pdu-g3-advanced-monitored-managed-pdu-visio-stencil.vss

https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html

6

Double-wide Installation Quick Start Guide

View file
nameeaton-pdu-g3-double-wide-installation-quick-start-guide-p-164000642.pdf

https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html

7

1U and 2U rack mount installation addendum

View file
nameeaton-pdu-g3-1u-2u-installation-addendum-sb155038en.pdf

https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html

...

Dispatcher Implementation

Note the SNMP implementation used by the Keck Observatory relies on the v1 of the SNMP protocol. The Eaton PDU is configured to use the v1 and v3 protocol at the same time.

Keyword

Value

Type

STRIP_A_ADDRESS

192.168.23.105

String, read only, giving the IP address of the PDU

STRIP_A_OUTLETS

On / Off / Mixed

KTL enumerated list that says whether all of the outlets are on, off, or a mixture of the two. This is writable.

STRIP_A_SNMP

Unknown / Online / Refusing / Offline

The state of the SNMP connection to the PDU.

STRIP_A_FIRMWARE

02.00.0053

Firmware version string, read only

STRIP_A_MODEL

EMAT08-10

Model number version string, read only.

STRIP_A_NAME

PDU

Name string, read only

STRIP_A_SERIAL

G624K02087

Serial number string, read only

OUTLET_A#

On / Off / Pending On / Pending Off

KTL enumerated list. Can be written. Gives or sets state of the outlet. There are 8 outlets and the number corresponds to the number on the chassis and in the web interface.

OUTLET_A#_DRAW

Integer value of the Watts

Read only value of the power draw on the outlet.

OUTLET_A#_LOCK

Unknown / Unlocked / Locked

KTL enumerated list of the lock state of the outlet. When locked cannot have the state (on or off) changed.

OUTLET_A#_NAME

Outlet A#

Read only string of the name of the outlet.

OUTLET_A#_POS

Off / On / Last State

If the PDU is power cycled, this keyword is used to set the state of the outlet. Defaults to Last state.

Configuration

Value

Explanation

Hostname

192.168.23.105

IP address of the PDU. Maps to STRIP_A_ADDRESS keyword.

Read

public

SNMP reads are public in the v1 of the SNMP protocol

Write

private

SNMP writes are part of the private channel in the v1 of the SNMP protocol