Go to main content

SPARC M8 and SPARC M7 Servers Administration Guide

Exit Print View

Updated: September 2017
 
 

Display Memory Assignments

  1. Log in to Oracle ILOM.

    See Logging In to Oracle ILOM.

  2. Ensure that the primary host is running.

    If the primary host is not running, start it with the start command.

  3. Start the host console.

    See Start the Host Console.

  4. Log in to the primary domain.
  5. Execute the ldm list-rsrc-group command to display the properties of the CMIOUs that are installed in the server.
    # ldm list-rsrc-group -l

    Note -  In the default factory configuration, all of the memory is assigned to the primary domain.

    The following example shows the memory-related output of this command on a SPARC M8 server. The output is edited for clarity.

    # ldm list-rsrc-group -l
    NAME                                    CORE  MEMORY   IO   
    /SYS/CMIOU0                             32    128G     5    
    ...
    
    MEMORY
        PA               SIZE             BOUND           
        0x0              60M              _sys_           
        0x3c00000        32M              _sys_           
        0x50000000       128512M          primary         
        0x1fd0000000     768M             _sys_           
    ...
    ------------------------------------------------------------------------------
    NAME                                    CORE  MEMORY   IO   
    /SYS/CMIOU1                             32    128G     5    
    ...
    
    MEMORY
        PA               SIZE             BOUND           
        0x400000000000   130304M          primary         
        0x401fd0000000   768M             _sys_           
    ...

    The following example shows memory-related output of this command on a SPARC M7 server. The output is edited for clarity.

    # ldm list-rsrc-group -l
    
    NAME                      CORE  MEMORY   IO
    /SYS/CMIOU0               24    128G     4
    ...
    MEMORY
        PA                    SIZE             BOUND
        0x0                   60M              _sys_
        0x3c00000             32M              _sys_
        0x5c00000             94M              _sys_
        0x50000000            14592M           primary
        0x3e0000000           112G             ldom0
        0x1ff0000000          256M             _sys_
    ...
    
        ------------------------------------------------------------------------------
    NAME                      CORE  MEMORY   IO
    /SYS/CMIOU1               24    64G      4
    ...
    MEMORY
        PA                    SIZE             BOUND
        0x400000000000        65280M           ldom1
        0x400ff0000000        256M             _sys_
    ...
    #

Related Information