Go to main content

SPARC M8 and SPARC M7 Servers Administration Guide

Exit Print View

Updated: September 2017
 
 

Host Console Log Property Guidelines

Oracle ILOM provides properties that enable you to configure how the host console history log displays. The line_count property specifies how many lines of the serial console history log to display, and the pause_count property specifies how many lines of the log to display before being prompted to continue. For more information about these properties, refer to Establishing a Host Serial Console Session to the Server (CLI) in Oracle ILOM Administrator’s Guide for Configuration and Maintenance Firmware Release 4.0.x.

Setting the line_count and pause_count properties in one SPARC M8 or M7 server host console will set these properties for all host consoles on the server for the Oracle ILOM session.

For example, on a SPARC M7-8 server containing two PDomains, setting the line_count and pause_count properties on one PDomain will set these properties on the second PDomain as well.

-> set /Servers/PDomains/PDomain_0/HOST/console line_count=30 pause_count=10
Set 'line_count' to '30'
Set 'pause_count' to '10'

-> show /Servers/PDomains/PDomain_0/HOST/console line_count pause_count

  /Servers/PDomains/PDomain_0/HOST/console
   Properties:
       line_count = 30
       pause_count = 10

-> show /Servers/PDomains/PDomain_1/HOST/console line_count pause_count

  /Servers/PDomains/PDomain_1/HOST/console
   Properties:
       line_count = 30
       pause_count = 10

Note -  These host console properties are not persistent across sessions. These property values are valid only for the length of that particular console session. When you start a new session, these properties are set to their default settings.

Related Information