Go to main content

SPARC M8 and SPARC M7 Servers Administration Guide

Exit Print View

Updated: September 2017
 
 

Display Summary of Installed CMIOUs

You can view the details about the installed CMIOUs on the Processors page in the Oracle ILOM web interface.

  1. Log in to Oracle ILOM.

    See Log In to Oracle ILOM (CLI).

  2. Use one of these methods to display information about the CMIOUs installed in the system or DCUs.
    • Determine the total number of CMIOUs installed in the system.
      -> show /System/Processors summary_description
      
         /System/Processors
            Properties:
               summary_description = Eight Oracle SPARC M7
      
      ->
    • For a SPARC M8-8 or SPARC M7-8 server with two PDomains, determine how many CMIOUs are installed in the two DCUs.
      -> show -level 2 /System/DCUs cpu_summary
      
         /System/DCUs/DCU_0
            Properties:
               cpu_summary = Four Oracle SPARC M7
      
         /System/DCUs/DCU_1
            Properties:
               cpu_summary = Four Oracle SPARC M7
      
      ->
    • For a SPARC M8-8 or SPARC M7-8 server with one PDomain, determine how many CMIOUs are installed in the single DCU.
      -> show -level 2 /System/DCUs cpu_summary
      
         /System/DCUs/DCU_0
            Properties:
               cpu_summary = Eight Oracle SPARC M7
      
      ->
    • For the SPARC M7-16 server, determine how many CMIOUs are installed in a particular DCU.
      -> show -level 2 /System/DCUs cpu_summary
      
         /System/DCUs/DCU_0
            Properties:
               cpu_summary = Four Oracle SPARC M7
      
         /System/DCUs/DCU_1
            Properties:
               cpu_summary = Four Oracle SPARC M7
      
         /System/DCUs/DCU_2
            Properties:
               cpu_summary = Four Oracle SPARC M7
      
         /System/DCUs/DCU_3
            Properties:
               cpu_summary = Four Oracle SPARC M7
      
      ->

    Note -  These example configurations show the number of Oracle SPARC M7 CMIOUs installed in a fully loaded system. Under some conditions (for example, following the installation or removal of a CMIOU), the system might return an incorrect value or a value of "Oracle SPARC," with no type identified. The system returns the correct CMIOU type after the system or host has been successfully restarted.

Related Information