Asset ID: |
1-79-1512310.1 |
Update Date: | 2014-10-22 |
Keywords: | |
Solution Type
Predictive Self-Healing Sure
Solution
1512310.1
:
M3000 Reference for Improving Remote Diagnosibility
Related Items |
- Sun SPARC Enterprise M3000 Server
|
Related Categories |
- PLA-Support>Sun Systems>SPARC>Enterprise>SN-SPARC: Mx000
|
In this Document
Applies to:
Sun SPARC Enterprise M3000 Server - Version Not Applicable and later
Information in this document applies to any platform.
Purpose
This document is used for configuring different aspects of the server to help improve remote diagnosability, enabling quicker more accurate resolution of hardware and software issues.
Details
M3000 - Serial Port Setup
Full details available in the M3000 Install Guide Chapter 3.3.3
The server is set up and statutes are displayed from the XSCF Shell through the serial port on the XSCF unit. To connect the administration console with the serial
port, use the RS-232C cable (serial cable) supplied with the server. Also, the XSCF Shell and the domain console (OS console) can be used with a terminal connected to
the serial port.
Note – The XSCF board is secured on the motherboard unit (MBU) in the M3000 server. In this document, the XSCF board in the M3000 server is called the XSCF unit.
You can use any of the following devices with a DB-9 serial port as the administration console:
- ASCII terminal
- Workstation
- Terminal server (or a patch panel connected to a terminal server)
- Personal computer
- Confirm that the following settings have been made for software on the administration console.
- Baud Rate 9600
- Data length 8 bits
- Parity None
- STOP bit 1 bit
- Flow Control None
- Delay Other than 0
- Connect the management console to the serial port on the rear panel

Note – Be careful not to connect a LAN cable to the serial port.
Setup administrative network access to XSCFU.
Note: Only one default route is allowed per admin network, however the XSCFU will allow multiple default routes to be defined. Additionally, the XSCFU will not let you delete the last default route. If default routes are already configured then first add the new route using the below steps, and then delete these old default route(s) after completion. e.g.
XSCF> showroute -a
XSCF> setroute -c del -n x.x.x.x -m x.x.x.x -g x.x.x.x xscf#0-lan#0
XSCF> applynetwork -y
XSCF> rebootxscf
- Set the IP Address and netmask for the interface.
SYNTAX: setnetwork -mXSCF> setnetwork xscf#0-lan#0 -m 255.255.255.0 192.168.10.11
- Set the default router
SYNTAX: setroute -c add -n -m -g interface
XSCF> setroute -c add -n 0.0.0.0 -m 0.0.0.0 -g 192.168.10.1 xscf#0-lan#0
NOTE: setting -n to 0.0.0.0 and -m 0.0.0.0 will set the default route.
- Setup SSH for Secure Access
XSCF> setssh -q -y -c enable
- Apply the changes
XSCF> applynetwork -y
- Reboot the xscf to make the changes active
XSCF> rebootxscf
M3000 - Remote collection of snapshot data from XSCFU.
See <Document 1008229.1> for a more detailed explanation.
- Verify that the destination host is able to accept ssh connections.
- Verify the user has a valid account and password on the destination host.
Example of running snapshot to a remote host:
XSCF> snapshot -L F -t <username>@<IP address>:<filesystem>
XSCF> snapshot -L F -t joe@10.10.10.10:/home/joe/logs/x
Example of running snapshot to a USB device:
XSCF>snapshot -L F -d usb0
Note: The external media device connected to the XSCF's USB port, is expected to have a partition 1, formatted with the FAT32 filesystem.
The external USB device can have multiple partitions, as long as partition 1 is FAT32. That partition will then be used by the snapshot command.
References
Attachments
This solution has no attachment