Oracle Dual Port QDR InfiniBand Adapter M4 User's Guide

Exit Print View

Updated: June 2016
 
 

Enable Virtualization (Oracle Solaris)

  1. List the devices on the server.
    # ldm ls-io -l
    
        NAME                                       TYPE   BUS      DOMAIN    STATUS
        ----                                       ----   ---      ------    ------
        pci_1                                      BUS    pci_1    primary   IOV
        [pci@340]
        pci_0                                      BUS    pci_0    primary  
        [pci@300]
        pci_3                                      BUS    pci_3    primary  
        [pci@3c0]
        pci_2                                      BUS    pci_2    primary   IOV
        [pci@380]
        /SYS/MB/PCIE5                              PCIE   pci_1    primary   OCC
        [pci@340/pci@1/pci@0/pci@4]
            pciex108e,2088@0/ibport@1,0,ipib
            pciex108e,2088@0/ibport@2,0,ipib
        [pci@380/pci@1/pci@0/pci@6]
        /SYS/MB/PCIE4                              PCIE   pci_2    primary   OCC
        [pci@380/pci@1/pci@0/pci@7]
            pciex108e,2088@0/ibport@1,0,ipib
            pciex108e,2088@0/ibport@2,0,ipib
            pciex108e,2089@0,1
            pciex108e,2089@0,2
            pciex108e,2089@0,3
            pciex108e,2089@0,4
        /SYS/MB/PCIE5/IOVGEN.PF0                   PF     pci_1    primary  
        [pci@340/pci@1/pci@0/pci@4/pciex108e,2088@0]
            maxvfs = 32
        /SYS/MB/NET0/IOVNET.PF0                    PF     pci_0    primary  
        [pci@300/pci@1/pci@0/pci@1/network@0]
            maxvfs = 63
        /SYS/MB/NET0/IOVNET.PF1                    PF     pci_0    primary  
        [pci@300/pci@1/pci@0/pci@1/network@0,1]
            maxvfs = 63
        /SYS/MB/NET2/IOVNET.PF0                    PF     pci_3    primary  
        [pci@3c0/pci@1/pci@0/pci@1/network@0]
            maxvfs = 63
        /SYS/MB/NET2/IOVNET.PF1                    PF     pci_3    primary  
        [pci@3c0/pci@1/pci@0/pci@1/network@0,1]
            maxvfs = 63
        /SYS/MB/PCIE4/IOVGEN.PF0                   PF     pci_2    primary  
        [pci@380/pci@1/pci@0/pci@7/pciex108e,2088@0]
            maxvfs = 32
  2. Verify the device ID from the output in Step 1.
    /SYS/MB/PCIE5/IOVGEN.PF0                   PF     pci_1    primary  
    [pci@340/pci@1/pci@0/pci@4/pciex108e,2088@0]

    where 2088 is the device ID.

  3. Initiate a delayed reconfiguration operation on the primary domain.

    All configuration changes for other domains are disabled until the primary domain reboots, at which time the new configuration for the primary domain will also take effect.

    #ldm start-reconf primary
  4. Create VFs on the PFs.
     #ldm create-vf /SYS/MB/PCIE4/IOVGEN.PF0
     
  5. Reboot the server.
  6. Add the VFs to the LDOM.
    #ldm add-io /SYS/MB/PCIE4/IOVGEN.PF0.VF0 ldom
      

    Note -  While adding VF to LDOM, LDOM should be in bound/inactive state.

    For additional information on VFs, refer to the Oracle VMServer for SPARC 3.3 Administration Guide at http://www.oracle.com/technetwork/documentation/vm-sparc-194287.html.

Related Information