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

Exit Print View

Updated: November 2016
 
 

Display Module FRU Information (Oracle ILOM CLI)

Each module in the virtualization switch has its own FRU information. Use this task to retrieve important information such as serial number, part number, and so on.

  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 (left most) physical slot.

  2. Display manufacturer information for a specific module.
    show /SYS/MODULES/MODULEX fru_manufacturer
      

    where X is a number between 0 or 11 that corresponds to the module slot for which you want to display information.

    For example, to display the manufacturer for module 3, type:

    -> show /SYS/MODULES/MODULE3 fru_manufacturer
    
      /SYS/MODULES/MODULE3
        Properties:
            fru_manufacturer = Oracle Corporation
    
  3. Display the part number for the module.
    -> show /SYS/MODULES/MODULE3 fru_part_number
    
      /SYS/MODULES/MODULE3
        Properties:
            fru_part_number = 7089440
    
  4. Display the revision level of the module.
    -> show /SYS/MODULES/MODULE3 fru_rev_level
    
      /SYS/MODULES/MODULE3
        Properties:
            fru_rev_level = 03
    
    
  5. Display the serial number of the module.
    -> show /SYS/MODULES/MODULE3 fru_serial_number
    
      /SYS/MODULES/MODULE3
        Properties:
            fru_serial_number = 489089M+1543D20034
    
  6. Display the MAC address of the module.
    -> show /SYS/MODULES/MODULE3 fru_macaddress
    
      /SYS/MODULES/MODULE3
        Properties:
            fru_macaddress = 00:10:e0:96:96:fa
    
    

Related Information