Versions Compared

Key

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

...

Table of Contents:

Table of Contents

...

Introduction

Eaton PDUs are used throughout KPF, with one (or more) located at various locations throughout the system. They are controlled in software via the kpfpower KTL service.

...

Relevant Devices

Description

Qty

Source

Part Number

8-outlet Power Distribution Unit

11

12

Eaton

EMAT08-10

16-outlet Power Distribution Unit

1

Eaton

EMAU05-10

...

Relevant

...

Software Actions

...

Action

...

Notes

...

Turn on / off outlet

...

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

...

Register outlet state

...

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

...

Lock outlet

...

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

...

Log power draw from outlet

...

Power draw from an outlet in units of Watts.

...

Turn on / off all outlets

...

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

...

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

...

Log SNMP connection status

...

Whether or not the communication to the SNMP is available.

Required Adjustable Settings

...

Setting

...

When Needed

...

Notes

...

Build

...

Observing

...

Maintenance

...

PDU IP Address

...

Yes

...

No

...

Maybe

...

Outlet Status Update Rate

...

Yes

...

No

...

Maybe

...

Outlet Lock Status Update Rate

...

Yes

...

No

...

Maybe

Required Telemetry

...

Parameter

...

Report Frequency

...

Purpose

...

Notes

...

Outlet Status Change

...

1 / 5 sec

...

The frequency at which the outlet status is read.

...

Currently hardcoded to be 5 seconds. The web interface could change the outlet and it would take up to 5 seconds for that change to register.

...

Outlet Lock Status

...

1 / 5 sec

...

The frequency at which the outlet lock status is read.

...

Power draw

...

1 / 5 sec

...

The frequency at which the outlet power rate is read.

Required Alarms

...

Parameter

...

Threshold

...

Notes

...

Relevant Datasheets & Manuals

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

8

Original collection of KPF PDU Serial Number Tags
NOTE: Labels, locations and IPs might have changed

View file
namePDU_tags_outdated.pdf

Included as these are needed for default credentials (in case of reset)

...

Installation Instructions

Description

File

Change the IP address and also the login account user name and password

View file
nameEaton PDU Setup.pptx

Note that SNMP is required by the KTL Eaton dispatcher, however it is not enabled by default on the Eatons.

  • In web interface, choose Network → SNMP at left of web interface page

  • (Relevant section of web page shown in screen grab here).

  • Set SNMP version to “SNMP V1&V3”
    (Default Port and Trap Port OK as-is)

  • Click

‘Save’
  • Save button (at right

.Image Removed

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

Float value of the Watts drawn by the outlet.

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
  • )

  • In the SNMP V1 box, set:

    • public access = Read only

    • private access = Read-write

  • In the SNMP V3 box, set:

    • Name the first user “kpfuser”

    • Access = read-only

    • Security level = noAuthNoPriv

    • ~~~~

    • Name the second user “kpfdev”

    • Access = Read-write

    • Security level = AuthNoPriv

    • Password = <usual kpfdev password, with “0” appended, to meet the Eaton password requirements)

Image Added