Go to main content

SPARC M8 and SPARC M7 Servers Administration Guide

Exit Print View

Updated: September 2017
 
 

Determine the Current Assignment of DCUs

This task uses PDomain_0 and DCU_0 as examples.

  1. Log in to Oracle ILOM.

    See Log In to Oracle ILOM (CLI).

  2. Use one of these methods to determine the current DCU assignments.
    • Determine which DCUs are assigned to a specific host.

      In these examples, DCU0 is assigned to HOST0.

      -> show /Servers/PDomains/PDomain_0/HOST
      ...
          Properties:
              alert_forwarding = disabled
              autorestart = reset
              autorunonerror = powercycle
              bootfailrecovery = poweroff
              bootrestart = none
              boottimeout = 0
              dcus_assignable = /SYS/DCU0 /SYS/DCU1 /SYS/DCU2 /SYS/DCU3
              dcus_assigned = /SYS/DCU0
              dcus_available = (none)
      ...
      ->
      -> show /Servers/PDomains/PDomain_0/HOST dcus_assigned
      
         /Servers/PDomains/PDomain_0/HOST
            Properties:
               dcus_assigned = /SYS/DCU0
      
      ->
    • Determine to which host a specific DCU is assigned.
      -> show /System/DCUs/DCU_0 host_assigned
      
         /System/DCUs/DCU0
            Properties:
               host_assigned = /HOST0
      
      ->

Related Information