Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Administration Guide

Exit Print View

Updated: June 2020
 
 

Revert to a Previous CPU/Memory Configuration

Use this procedure to revert a compute node to a previous CPU/Memory configuration. You must perform this procedure on each member in a cluster. The tool does not automatically propagate changes to every cluster member.


Note -  To find out if you can perform this procedure, see Supported Domain Configurations.
  1. Log in as superuser on the compute node's control domain.
  2. List previous configurations.

    Note -  You can also view previous configurations in the log files. See Access osc-setcoremem Log Files.
    # ldm list-config
    factory-default
    V_B4_4_1_20150825155356
    CM_3S3T_1S1T_082820151531
    CM_30C2560G_18C1536G_082820151559
    CM_1S1T_6C512G_082820151618 [current]
    

    For details about SP configuration files see View the SP Configuration.

  3. Revert to a previous configuration.
    # ldm set-config CM_30C2560G_18C1536G_082820151559
    
  4. Halt all domains, then halt the primary domain.
  5. Restart the system from the service processor.
    # #.
     
    -> cd /SP
    -> stop /SYS
    Are you sure you want to stop /SYS (y/n) ? y
    Stopping /SYS
     
    -> start /SYS
    Are you sure you want to start /SYS (y/n) ? y
    Starting /SYS
    
  6. Boot all domains and zones.

Related Information