diff options
| author | dunix2000 <[email protected]> | 2026-06-30 14:42:08 -0700 |
|---|---|---|
| committer | dunix2000 <[email protected]> | 2026-06-30 14:42:08 -0700 |
| commit | 65dbbb6642fa49b43fc9d347f892776284cd3198 (patch) | |
| tree | fdfe742182709ed75a57f7ecf546445f3d8d6045 | |
| parent | 7e684abb7dc80040c0f51dc92ddab839f2417dd1 (diff) | |
Add Reference section for PDU Manuals and User Guides
| -rw-r--r-- | .github/pdu/PduReadme.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/pdu/PduReadme.md b/.github/pdu/PduReadme.md index 89de00c5..524bddd2 100644 --- a/.github/pdu/PduReadme.md +++ b/.github/pdu/PduReadme.md @@ -38,7 +38,6 @@ Tera Term: - `ping <IP Address>` - Now that you have the IP address, it may be easier to switch over to the browser interface to configure the rest of the PDU. - ## Network Connection - Connect an Ethernet cable from the PC to the PDU Ethernet port. - Since we have the IP of the PDU, it's easier to configure the PDU via a browser interface. @@ -54,11 +53,13 @@ Tera Term: - Click on the `State` slider to show the Load options, `Turn Off Load` and `Cycle Load`. - To enable SSH for PowerShell scripting later, select `Network` tab, then `Services`, then enable `SSH Enabled`. - ## Scripting - The `Pdu.ps1` PowerShell script can be used for automating power ON/OFF/CYCLE of the PDU ports. - Usage: `.\Pdu.ps1 [on | off | cycle] [1-16]` - Update the following variables in the `Pdu.ps1` script if necessary. - `$PduIP = "169.254.0.1"` - `$Password = "@Password123"` -- The script will check first if there's a serial connection first, then network connection if serial is not present, before issuing the PDU command.
\ No newline at end of file +- The script will check first if there's a serial connection first, then network connection if serial is not present, before issuing the PDU command. + +## References +- Eaton Tripp Lite Switched PDU (PDUMH15NET): [Manuals & User Guides](https://www.eaton.com/us/en-us/skuPage.PDUMH15NET.html#tab-2)
\ No newline at end of file |
