Configuring a Raritan PX2-5260A4R: Difference between revisions
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
For the <span class="code">[https://github.com/digimer/fence_raritan_snmp fence_raritan_snmp]</span> agent to work, the private SNMP community name must be set to '<span class="code">private</span>'. | For the <span class="code">[https://github.com/digimer/fence_raritan_snmp fence_raritan_snmp]</span> agent to work, the private SNMP community name must be set to '<span class="code">private</span>'. | ||
# Log into the PDU's web interface. (ie: [https://10.20.2.1]) | # Log into the PDU's web interface. (ie: [https://10.20.2.1 https://10.20.2.1]) | ||
# Enter you user name (usually '<span class="code">admin</span>') and password (default is '<span class="code">raritan</span>') | # Enter you user name (usually '<span class="code">admin</span>') and password (default is '<span class="code">raritan</span>') | ||
# Click on ''Device Settings'' -> ''Network Services'' -> ''SNMP''. | # Click on ''Device Settings'' -> ''Network Services'' -> ''SNMP''. |
Revision as of 22:50, 11 November 2015
Alteeve Wiki :: How To :: Configuring a Raritan PX2-5260A4R |
![]() |
Warning: These are very raw notes. |
Tested against a Raritan PX2-5260R.
Reset to defaults
![]() |
Note: You must connect to the PDU using the RS232 (DB9) port. The USB port shuts down as part of the reset process and you'll not be able to factory reset! |
- Connect to the RS232 port using: [screen /dev/ttyUSB0 115200] (or your serial port device path is)
- Using pin, press the recessed 'Reset' switch and then immediately start pressing <esc> on your keyboard until the: [=> _] prompt appears.
- Enter: [defaults] and the system will reset to factory defaults. Be patient! It takes a couple of minutes.
- Log in with the default user name: [admin] and the default password: [raritan].
- Once logged in, you will be prompted to enter a new password.
Configure an IP address
You use either a standard USB A/B cable or a standard RS232 serial cable plugged into the DB9 port.
- With the B-side plugged into the PDU and the A-side connected to you computer. With will appear as: [/dev/ttyASM0] on linux with no further driver needed. Connect with: [screen /dev/ttyASM0] (no baud rate needs to be set).
- With the RS232 DB9 cable, use your serial device's address (ie: '/dev/ttyUSB0', '/dev/tty0', etc) to connect using: [screen /dev/ttyUSB0 115200] (note that the baud rate must be set).
- Log into the PDU
- Enter: [config]
- Enter: [network ipv4 ipConfigurationMode static ipAddress 10.20.2.1 subnetMask 255.255.0.0 gateway 10.20.255.254 primaryDNSServer 8.8.8.8 secondaryDNSServer 8.8.4.4]
- Enter: [apply]
- Enter: [reset unit]
The unit will reboot and then you can log into the UI.
![]() |
Note: You must connect using 'https' on port 443! (ie: https://10.20.2.1). It does not listen for a connection on standard http'. |
Enabling Fencing
For the fence_raritan_snmp agent to work, the private SNMP community name must be set to 'private'.
- Log into the PDU's web interface. (ie: https://10.20.2.1)
- Enter you user name (usually 'admin') and password (default is 'raritan')
- Click on Device Settings -> Network Services -> SNMP.
- In the Write Community String, set the value to: [private].
Further Reading
Any questions, feedback, advice, complaints or meanderings are welcome. | |||
Alteeve's Niche! | Alteeve Enterprise Support | Community Support | |
© 2025 Alteeve. Intelligent Availability® is a registered trademark of Alteeve's Niche! Inc. 1997-2025 | |||
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |