Difference between revisions of "Sun StorEdge T300"
Line 37: | Line 37: | ||
== Password recovery using serial interface == |
== Password recovery using serial interface == |
||
+ | * Attach serial cable to RJ11-6 port on back of controller. |
||
− | To be written. |
||
+ | * Power on device. |
||
+ | * Interrupt boot process -- send a ^M when the controller says |
||
+ | hit the RETURN key within 3 seconds to cancel |
||
+ | * Use the '''<code>set passwd</code>''' command to see what the T300's password is set to. |
||
+ | * reboot device using '''<code>reboot</code>''' |
||
+ | * after it boots, log in as '''<code>root</code>''' with the password just gleaned above |
Revision as of 21:07, 9 October 2012
Serial cable
RJ11-6 Pin | Function |
---|---|
1 | Ground |
2 | Reserved |
3 | Reserved |
4 | Ground |
5 | RXD |
6 | TXD |
This is on an RJ11-6 connector. We'll assume the conductors are numbers 1 to 6 left to right on the female jack on the back of the T300 controller board. (Cribbed from http://www.sunhelp.org/unix-serial-port-resources/serial-pinouts/#storedge.link)
IP address setup
The T300 can get its IP address using RARP. There is a small pull-out tag inside the T300 chassis with the unit's MAC address. This tag is located in the front (the side with the drives) on the inside left wall of the unit.
A RARP server is needed on the same Ethernet broadcast domain to send a reply to the T300 with its IP address. http://packages.debian.org/search?keywords=rarpd lists such a package.
The RARP queries do not seem to be retried for very long (4 attempts at 2 second intervals), so the T300 needs to be on a port without a 30 spanning tree delay.
Management
telnet to the device. Log in as root
. If the password is not known you'll have to dig it out using the serial interface.
Password recovery using serial interface
- Attach serial cable to RJ11-6 port on back of controller.
- Power on device.
- Interrupt boot process -- send a ^M when the controller says
hit the RETURN key within 3 seconds to cancel
- Use the
set passwd
command to see what the T300's password is set to. - reboot device using
reboot
- after it boots, log in as
root
with the password just gleaned above