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

Exit Print View

Updated: July 2016
 
 

Install the Kernel Software and Host Drivers

You must perform this procedure from the host console command line, which is typically accessible through the Ctrl+Alt+F2 key sequence.

  1. Mount the new system disk and enable SSH for the SCP.
    chroot /mnt/sysimage
    /etc/init.d/sshd start
  2. Copy the userspace RPM through SCP from TFTP server.
  3. Perform one of the following:
    • Install the userspace RPM manually.
      rpm -ivh orclovn-user-6.0.0-1.x86_64.rpm
    • Install the userspace RPM  by using YUM.
      yum install orclovn-user-6.0.0-1.x86_64.rpm
  4. Run the setup script to load the Oracle Virtual Networking software modules into the initrd (or initramfs) files.
    /opt/xsigo/bin/orclovn-setup --install 
    title Oracle Linux Server (2.6.39-400.209.1.el6uek)
    
    Oracle Linux Server release 6.4
    
    Creating new initrd using /sbin/xgmkinitrd /boot/initrd-2.6.39-400.209.1.el6uek.img 2.6.39-400.209.1.el6uek
    
    Running /sbin/mkinitrd -f --preload mlx4_ib --preload mlx4_core --preload xscore --preload xsvhba --preload xsvnic --with dm-multipath  /boot/initrd-2.6.39-400.209.1.el6uek.img 2.6.39-400.209.1.el6uek
    
    WARNING: using /tmp for temporary files
    
    Please use /sbin/xgmkinitrd /boot/initrd-2.6.39-400.209.1.el6uek.img 2.6.39-400.209.1.el6uek to create any new initrd files.
    
    This is a wrapper script around mkinitrd which includes the Xsigo drivers
    
    Done

    Note -  The setup script runs for Oracle Linux 6, Oracle Linux 5, and Oracle VM. The script's syntax is the same regardless of server OS or hypervisor, but the output of the script differs based on the OS or hypervisor.