Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Reset a Module (Oracle ILOM CLI)

If a module is running in the virtualization switch, you can reset it. Resetting a module holds the module's reset pin for one second and brings the module back online. Resetting a module does not affect power to the module.

  1. Display the installed modules.
    -> show /SYS/MODULES/
    
     /SYS/MODULES
        Targets:
            MODULE0
            MODULE1
            MODULE3
            MODULE5
            MODULE6
            MODULE10
    

    I/O modules in the virtualization switch are numbered 0 to 11 with Module 0 occupying the first (leftmost) physical slot.

  2. Identify the module you want to restart.
  3. Reset the module.
    -> reset /SYS/MODULES/MODULE3
    Are you sure you want to reset /SYS/MODULES/MODULE3 (y/n)? y
    Performing reset on /SYS/MODULES/MODULE3
     
  4. Verify the module is reset.
    -> show /SYS/MODULES/MODULE3 power_state
    
      /SYS/MODULES/MODULE3
        Properties:
            power_state = On
      
  5. Verify the module has no faults after the reset.
    -> show /SYS/MODULES/MODULE3 fault_state
    
       /SYS/MODULES/MODULE3
        Properties:
            fault_state = OK
    
      

Related Information