Oracle® Virtual Networking Host Drivers for Oracle Linux and Oracle VM Installation and Boot Guide

Exit Print View

Updated: July 2016
 
 

Enable the Oracle Virtual Networking Service

This procedure describes how to activate the Oracle Virtual Networking service, which is called xsigo.

  1. Turn on the Oracle Virtual Networking Service:
    chkconfig xsigo on
  2. Verify that the service is running:
    chkconfig –list xsigo
    xsigo           0:off   1:off   2:on    3:on    4:on    5:on    6:off
  3. Re-create the INITRD with Oracle Virtual Networking modules inserted into it.
    /opt/xsigo/bin/orclovn-setup --install

    By default, the orclovn-user package chooses the first UEK from your current grub.conf file.

  4. (Oracle Linux 7 hosts only) Enable the ovn.service module.
    systemctl enable ovn.service
  5. Reboot the host server.

    By default, the orclovn-user package chooses the first UEK from your current grub.conf file.