Panduit smartzone G5 User manual

G5 PDU User Manual

SMARTZONE G5 USER MANUAL
1
Contents
Section 1.........................................................................................................................4
Intelligent Network Controller.......................................................................................4
Connecting the PDU to a LAN Ethernet Port...............................................................4
Connecting the PDU to a Computer Serial Port...........................................................5
Setup Serial Communication....................................................................................6
Section 2 – Remote Configuration ..................................................................................9
Dynamic Host Configuration Protocol (DHCP) ............................................................9
Web Configuration.......................................................................................................9
Supported Web Browsers........................................................................................9
Logging in to the Web Interface...............................................................................9
Access Types.........................................................................................................16
Menu Dropdowns...................................................................................................18
Section 3 – Simple Network Management Protocol (SNMP).........................................19
SNMP Configuration..................................................................................................19
Configuring Users for SNMP v3 Communications.....................................................22
Configuring SNMP Traps...........................................................................................24
Section 4 – Local (Access) Configuration......................................................................26
Connecting through a Serial Connection...................................................................26
Supported Commands...........................................................................................26
Serial Cable Pinout to Create Your Own Cable.........................................................27
Radius Authentication................................................................................................27
G5 PDU LDAP Server Settings .................................................................................29
Logging in to the CLI..............................................................................................32
Section 5 – Remote Access..........................................................................................33
Section 6 – Local Display..............................................................................................35
OLED Display............................................................................................................35

SMARTZONE G5 USER MANUAL
2
Menu Mode............................................................................................................36
OLED Menu Structure ...............................................................................................38
Main Menu Selections............................................................................................38
Setup Menu............................................................................................................39
Power Menu...........................................................................................................46
Sensors Menu ...........................................................................................................50
G5 iPDU Outlet Power Sequence Setup ...................................................................51
Section 7 – Daisy Chain Configuration..........................................................................55
Daisy-Chain Overview...............................................................................................55
Daisy-Chain Setup Connecting up to 4 PDUs of the same SKU through a single IP
address:.....................................................................................................................55
RNA (Redundant Network Access) Functionality ......................................................56
RNA Setup.................................................................................................................57
Section 8 – Connecting and Configuring Optional Hardware........................................59
Accessory Hardware Overview..................................................................................59
Connecting a Temperature Sensor............................................................................62
Connecting a Temperature and Humidity Sensor......................................................63
Connecting a 3-Temperature and 1-Humidity Sensor................................................63
Connecting a Rope Fluid Leak Sensor......................................................................64
Connecting the Open/Closed Door Sensor................................................................65
Connecting the Sensor Hub.......................................................................................68
Detecting Environmental Sensors..............................................................................68
Configuring Environmental Sensors ..........................................................................69
Warranty and Regulatory Information............................................................................70
Warranty Information.................................................................................................70
Regulatory Information ..............................................................................................70
Support and Other Resources.......................................................................................71
Accessing Panduit Support........................................................................................71
Acronyms and Abbreviations.........................................................................................72

SMARTZONE G5 USER MANUAL
3
Documentation Feedback .............................................................................................73
Appendix A: CLI Commands.........................................................................................74
Appendix B: Firmware Update Procedure.....................................................................82
USB Method..............................................................................................................82
Web Interface Method ...............................................................................................82
Serial (Command Line Interface) Method..................................................................84
FTPs Method.............................................................................................................85
Bootloader Mode.......................................................................................................85
Firmware Recovery with Bootloader Mode................................................................86
Upgrade Configuration with Bootloader Mode...........................................................86
Appendix C: PDU Alarms..............................................................................................87
Trap Codes assigned to Alarms List..........................................................................89
Appendix D: Horizontal Intelligent Network Controller Replacement.............................94
Appendix E: Vertical Intelligent Network Controller Replacement.................................96

SMARTZONE G5 USER MANUAL
4
Section 1
Intelligent Network Controller
The Panduit Monitored Input, Monitored & Switched, Monitored per Outlet, and
Monitored & Switched per Outlet PDUs have an integral, hot swappable Intelligent
Network Controller. The Intelligent Network Controller contains the OLED interface,
control buttons, the USB, Ethernet, Serial and Sensor ports, and recessed Reset
Button.
Reset Button
Pressing the Reset Button only reboots the Intelligent Network Controller. It does not
change the Energy (kWh) value and does not affect the output voltage.
Using the Reset Button
Press and hold the Reset Button for 8 seconds to recover from an Intelligent Network
Controller communication failure.
Connecting the PDU to a LAN Ethernet Port
The PDU is defaulted to DHCP. If you are connected to an Ethernet with a DHCP
server, the PDU automatically get an IP address and display it on the LCD screen. If
there is no DHCP server, the default IP address is 192.168.0.1, but again this will be
displayed on the PDU.
Connecting the PDU to a LAN provides communication through an Internet or Intranet
connection. You can monitor the PDU from any computer connected to the same
network. The PDU is set to use DHCP (Dynamic Host Configuration Protocol) by default
when delivered. If IP is successfully assigned, you will see the IP address shown on
OLED display.
1. Locate the Ethernet cable
2. Connect one end of the cable to the Ethernet port on the PDU (see Figure 1).
Connect the other end of the cable to the Ethernet port on the router (or another
LAN device).

SMARTZONE G5 USER MANUAL
5
Connecting the PDU to a Computer Serial Port
If unable to connect to network, you can change the network setting using the serial
interface.
To configure the network setting, perform the following steps:
1. Serial connect the PDU to a computer’s serial port. Set baud rate for a terminal
emulation program
2. Using a CLI command to enable DHCP or set a static IP.
3. Verify access to the Web interface. The Ethernet LED on the PDU front panel
provides communication status by color and display activity. The recessed Reset
button restarts the PDU (see Figure 2 below).

SMARTZONE G5 USER MANUAL
6
Locate the Reset button (figure 2)
Setup Serial Communication
You may configure the network settings using the command line interface (CLI) with a
serial connection. Users can connect serially using the optional RJ45-DB9 cable (or
make your own cable by creating a unique pinout as described below in the “Serial
Cable Pinout to Create Your Own Cable” in Section 4).
1. Verify that the computer has a serial port. If your computer does not have a DB9
serial connector, but does have a USB connector, obtain a USB-to-DB9 Adapter to
convert the USB to a DB9 serial port.
2. Using the optional RJ45-DB9 cable, connect the RJ-45 end to the port labeled
“Serial+RS485-1” on the front panel of your PDU model (see Figure 2). Connect the
DB9 end of the cable to the computer.
3. Open the terminal emulation program (HyperTerminal or PuTTY) on the computer
and select the serial port connection (such as COM1).
4. Set the communications port as follows:
•Bits per second: 115200
•Data bits: 8

SMARTZONE G5 USER MANUAL
7
•Parity: None
•Stop bits: 1
•Flow control: None
(See Port Settings example below)
5. Use the default initial login indicated below. Note that the username and password
are both case sensitive:
•Username: admin
•Password: 12345678 (or your new password)
6. The “Panduit>” prompt appears after you have logged in, ready to enter the CLI
command.
7. To configure network settings, enter the appropriate “net” command and press
Enter. All commands are case sensitive. You can type ?to access the commands.
8. To enable the IPv4 DHCP by default, run:
•net tcpip dhcp
•Enter Y to confirm and the PDU’s Intelligent Network Controller will reboot.

SMARTZONE G5 USER MANUAL
8
9. To set a static IPv4 configuration, run:
•net tcpip static x.x.x.x (ipaddress) x.x.x.x (netmask) x.x.x.x (gateway)
•Example: net tcpip static 192.168.1.100 255.255.255.0 192.168.1.1
•Enter Y to confirm and the PDU’s Intelligent Network Controller will reboot.

SMARTZONE G5 USER MANUAL
9
Section 2 – Remote Configuration
Dynamic Host Configuration Protocol (DHCP)
The PDU is Dynamic Host Configuration Protocol (DHCP) compatible. If the network
does not use a DHCP server, see the CONNECTING THROUGH A SERIAL
CONNECTION section. The PDU automatically obtains an IP address via DHCP, when
connected to a network. Login to the Web interface to configure the PDU and assign a
static IP address (if desired). The PDU automatically gets an IP address and displays it
on the LCD screen. If there is no DHCP server, the default IP address is 192.168.0.1,
but again this will be displayed on the PDU.
1. Connect a standard Ethernet patch cable to the Ethernet port on the PDU.
2. Connect the other end of the Ethernet cable to the LAN.
3. Make sure the Ethernet port on the PDU shows a solid green light on the left and a
flashing yellow light on the right to indicate successful connectivity to the network.
4. Use the menu buttons to look up the IP address of the device on the OLED display
by selecting Setup > Network > IPv4 or IPv6 as applicable.
5. In a standard web browser, enter the PDU IP address and proceed to configure the
PDU as shown in the Web Configuration section.
Web Configuration
Supported Web Browsers
The supported Web browsers are Windows Firefox, Linux Firefox, Windows Internet
Explorer, and Google Chrome.
Logging in to the Web Interface
Logging In
•Open a supported web browser and enter the IP address of the PDU.
oIf username and password were configured during the Network Configuration
Setup: enter the username and password in the appropriate fields. Press
Login or Enter.
oIf username and password were NOT configured during the Network
Configuration Setup, use the default username: admin and password:
12345678. For security purposes, change the password upon login.

SMARTZONE G5 USER MANUAL
10
Login Page
Introduction to Web GUI

SMARTZONE G5 USER MANUAL
11
Number
Icon
Description
1
The home icon provides an
overview of the PDU with
access to the Dashboard,
Alarms, Identification, and
Control & Manage.
2
The Alarm icon provides
details of the active critical
alarms and active warning
alarms.
3
This icon lets you select a
Language. There are
seven languages available
to choose from: English,
Chinese, French, Italian,
German, Spanish, and
Japanese.
4
This icon provides the logs
of the PDU which can be
viewed and downloaded.
5
The settings icon allows a
user to setup the Network
Settings, System
Management, SNMP
Manager, Email Setup,
Event Notifications, Trap
Receiver, and Thresholds.
6
The search icon allows you
to input key words and
search for the related
results.
7
Information about the PDU
can be found using this
icon. You also can also
click user guide and
license to ask for help.
8
This icon shows who is
logged in (user or admin).

SMARTZONE G5 USER MANUAL
12
Number
Icon
Description
Account passwords can be
changed, and user
accounts managed
through this page.
Power Summary Page
Power PDU Page

SMARTZONE G5 USER MANUAL
13
Environmental Page
Security Page

SMARTZONE G5 USER MANUAL
14
Landing Page
NOTE: The default user name is admin and the default password is 12345678.
Changing Your Password
In initial login, change the password:
1. The Change Password window opens directly. Enter the current password and
new password twice to confirm. By default, passwords must be between 8 and
32 characters.
2. Click Change Password to complete the password change.

SMARTZONE G5 USER MANUAL
15
After initial login, to change the password:
1. Go to User Name>Change Password.
2. The Change User Password window opens.

SMARTZONE G5 USER MANUAL
16
3. Enter the old password and then new password twice to confirm. By default,
passwords must be between 8 and 32 characters.
4. Click Change Password to complete the password change.
Logging Out
Users should logout after each session to prevent unauthorized changes to the system.
1. Click on the user name icon in the top right corner of the screen (see Introduction
to the Web Menu).
2. Click on Log Out in the drop-down menu.
Access Types
There are two levels of access privileges:
•Full
•Read-Only
The Panduit PDU comes with a standard Full profile and a standard Read Only profile.
The Full profile is typically the system administrator and has the “Admin Role” with full
operating permissions. The default Read Only profile includes the default “User Role”
permissions. All other users must be added by the Full user. Users are defined by their
unique login credentials and by their user role. The level of access privilege determines
what the user will see and what actions the user can perform. The level of access
privilege determines which menu items the user can access or which fields display on
individual setting and configuration dialogs before setting up users, determine the
Roles that will be required. Each user must be given a Role. These Roles define the
permissions granted to the user.
Role
Default Permissions
Full
Full permissions that cannot be modified or deleted.
Read Only
Limited permissions that can be modified or deleted. By
default, these permissions are:
•Change Input Phase Setting
•Change Circuit Breaker Setting

SMARTZONE G5 USER MANUAL
17
•Change Outlet Setting
•Change Own Password
•Change Event Settings
Customized
Permissions for user customized roles can be set as
needed.
User Accounts
Add a user:
1. Go to User Administration>User Accounts.
2. Select Add User to create a new user profile.
3. Use the Settings tab to enter the following information:
•User Name (required)
•Password (required)
•Confirm Password (required)
NOTE: Set password requirements in the required field. By default, passwords must be
8-32 characters in length, and to have at least one numeric character, and at least one
special character.
1. Use the Roles tab to set full or read only privileges.
2. Select Add to save the new user profile.
Modify user profile:
1. Go to User Administration>Users.
2. Select the user name.
3. Select Edit. Make changes to the user profile.
4. Select Update.

SMARTZONE G5 USER MANUAL
18
Delete user profile:
1. Go to User Administration>Users.
2. Select the red X next to user name.
NOTE: To make multiple selections, press Shift + click to highlight multiple profiles.
Menu Dropdowns
Overview
Alarms
Help
Language
Logs
Settings
Admin

SMARTZONE G5 USER MANUAL
19
Section 3 – Simple Network Management
Protocol (SNMP)
SNMP Configuration
Setup SNMP
1. Access the Web interface and login.
2. Under SNMP Managers, select SNMP General. The SNMP General page
displays.
3. The SNMP General includes SNMP Access and Version.
Other manuals for smartzone G5
7
Table of contents
Other Panduit Power Distribution Unit manuals
Popular Power Distribution Unit manuals by other brands

Tripp Lite
Tripp Lite PDUMV15-ISO owner's manual

Tripp Lite
Tripp Lite PDUMH20HVNET Specifications

Atlas IED
Atlas IED AP-S15HRIP owner's manual

Tripp Lite
Tripp Lite PDUMV15NET specification

Tripp Lite
Tripp Lite PDUMH15HVNET Specification sheet

Tripp Lite
Tripp Lite Power Distribution Unit (PDU) PDU6K owner's manual