Oracle® Virtual Networking QDR and EDR Host Drivers for Oracle Linux 7.2 Release Notes

Exit Print View

Updated: November 2016
 
 

Activate the Oracle Virtual Networking Service

Enable the Oracle Virtual Networking service, which is named xsigo.

  1. Activate the Oracle Virtual Networking service.
    # chkconfig xsigo on
  2. Verify that the Oracle Virtual Networking service is on.
    # chkconfig –list xsigo
    
    xsigo 0:off 1:off 2:on 3:on 4:on 5:on 6:off
  3. Enable the ovn.service service.
    # systemctl enable ovn.service
  4. Run the setup script to load Oracle Virtual Networking modules.
    # /opt/xsigo/bin/orclovn-setup -k 3.8.13-98.7.1.el7uek.x86_64 -o native –i

    For more information about the options available with this utility, type:

    # /opt/xsigo/bin/orclovn-setup --help
  5. Reboot the host.

    Wait until the host reboots, and then proceed to the next section.