Oracle® Virtual Networking Host Drivers for Oracle Linux 7 Release Notes

Exit Print View

Updated: January 2016
 
 

Activate Oracle Virtual Networking Service

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

  1. Turn on 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 OVN modules.
    # /opt/xsigo/bin/orclovn-setup –install
  5. Reboot the host.

    By default, the orclovn-user package chooses the first UEK kernel from your current grub.conf file. Wait until the host reboots, and then proceed to the next section.