From 65dbbb6642fa49b43fc9d347f892776284cd3198 Mon Sep 17 00:00:00 2001 From: dunix2000 Date: Tue, 30 Jun 2026 14:42:08 -0700 Subject: Add Reference section for PDU Manuals and User Guides --- .github/pdu/PduReadme.md | 7 ++++--- 1 file 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 ` - 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 -- cgit v1.3.1