![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Technical Instruction Sure Solution 1011888.1 : How to set up and disable the RSC console on Sun Fire[TM] 280R, V480, V490, V880, V890 and V880z servers.
PreviouslyPublishedAs 216277 Applies to:Sun Fire V490 Server - Version Not Applicable and laterSun Fire 280R Server - Version Not Applicable and later Sun Fire V480 Server - Version Not Applicable and later Sun Enterprise 250 Server - Version Not Applicable and later Sun Fire V880 Server - Version Not Applicable and later All Platforms To discuss this information further with Oracle experts and industry peers, we encourage you to review, join or start a discussion in the My Oracle Support Community, SPARC Legacy Servers. GoalThis document describes how to redirect the system console from the default serial output to the Remote System Control (RSC) card. This document is applicable to the Sun Fire[TM] 280R, 480R, V490, V880, V890 and V880z servers. SolutionDescription This document assumes that at least OBP 4.15.x or above is installed. Updating to the latest firmware patches gives improved error reporting, certain rare faults can be undiagnosable at the earlier OBP levels. The latest OBP patch numbers are available for each platform from <Document 1003034.1> Flash PROM patches / Minimum Solaris[TM] Operating System revisions for Sun systems Click Here For detailed installation instructions and product documentation. Click Here to download RSC 2.2.2 Click Here to Download RSC 2.2.3
To direct the console to the RSC Card Temporary: If you can reach the RSC prompt, the bootmode command with the -u option can be used to temporarily set the output from the serial port to the RSC. The bootmode command allows the user to make changed to the boot parameters of the system for the next boot. The settings are temporary, and expire after the next boot, or if not used in 10 minutes. To temporarily set the input and output device to the RSC, type the following command:
rsc> bootmode -u skip_diag
rsc> reset Respond with yes to the prompt: Are you sure you want to reset your server (Yes/No)? yes After the RSC Alert: Host System has Reset message appears the console will be directed to the RSC rsc> console
You can then proceed to the next section to make these changes permanent. See the RSC User's Guide for a more complete discussion of the bootmode command.
Permanent: To use the RSC card the system administrator needs to redirect the console to the RSC. Certain faults are undiagnosable if the console log at the time of failure is not captured. Once the RSC is setup as the console device this vital data is captured automatically. In addition the system can be powered off and on remotely making remote management much easier. After downloading and installing the RSC packages setup the RSC card from Solaris using the rsc-config command.
/usr/platform/`uname -i`/rsc/rsc-config
Confirm you are able to login to the RSC card via the RSC serial or the network connection. Once remote login to the RSC card is working you can setup the console redirection. From the ok prompt run the following commands, have a session open to the console on the RSC card as once you reset-all the POST output will be output to the console.
ok setenv diag-out-console true
ok setenv input-device rsc-console ok setenv output-device rsc-console ok reset-all The same changes could be made from Solaris using the eeprom command, the changes would take affect at the next reboot. # eeprom diag-out-console=true
# eeprom input-device=rsc-console # eeprom output-device=rsc-console
To direct the console back to TTYA
If you need to redirect the console back to TTYA there are a number of options. Some are temporary which could be useful for an FE to perform work on site. Temporary:
Permanent: If a more persistent solution is required you can set the individual OBP variables back to the defaults:
ok setenv diag-out-console false
ok setenv input-device keyboard ok setenv output-device screen
If access to Solaris and the RSC card is not available as a last resort the RSC card can be removed. This will temporarily reset the console output to the TTYA port. Once the OBP has been started, the parameters will need to be reset appropriately until the RSC card has been configured. Old OBP versions and the E250 In the older RSC user's guides (2.0, 2.1 and 2.2), the OpenBoot[TM] Prom (OBP) commands to redirect the console to RSC are different. These settings are still correct for the E250, but do not apply to the 480, 490, 880, 880z or 890 (assuming a recent OBP patch has been applied).
ok setenv diag-output-to rsc
ok setenv input-device rsc ok setenv output-device rsc
The break command in the rsc may still not work if an alternate break is defined, or KEYBOARD_ABORT is disabled in /etc/default/kbd. See the man page for kbd(1) for a more complete discussion of keyboard settings.
Other RSC Technical Instruction <Document 1012454.1> Capturing errors via RSC
Internal links to the RSC Related Products: Sun Fire V880(Daktari) & V890(Silverstone) (Doc ID 1356949.1) Sun Fire V480 (Cherrystone) Sun Fire V490 (Sebring) (Doc ID 1332356.1) Sun Fire 280R (Littleneck) (Doc ID 1372345.1) Previously Published As References<NOTE:1003034.1> - Flash PROM patches / Minimum Supported Operating Environment Versions for Sun systems<NOTE:1005997.1> - Navigating between the Operating System (OS) Level and the RSC (Remote System Controller) Card Level <NOTE:1006030.1> - RSC Command Quick Reference Guide <NOTE:1012454.1> - How to capture errors via RSC <NOTE:1372345.1> - Sun Fire 280R (Littleneck) <NOTE:1332356.1> - Sun Fire V480 (Cherrystone) Sun Fire V490 (Sebring) <NOTE:1356949.1> - Sun Fire V880(Daktari) & V890(Silverstone) Attachments This solution has no attachment |
||||||||||||
|