Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1528888.1
Update Date:2015-07-06
Keywords:

Solution Type  Technical Instruction Sure

Solution  1528888.1 :   How to Add Oracle Virtual Network Linux Drivers to a Redhat Boot Disk  


Related Items
  • Oracle Fabric Interconnect F1-15
  •  
  • Oracle Fabric Interconnect F1-4
  •  
Related Categories
  • PLA-Support>Sun Systems>SAND>Network>SN-SND: Oracle Virtual Networking
  •  




In this Document
Goal
Fix


Applies to:

Oracle Fabric Interconnect F1-15 - Version All Versions and later
Oracle Fabric Interconnect F1-4 - Version All Versions and later
Information in this document applies to any platform.

Goal

 Learn how to add Oracle Virtual Network Linux Drivers to a Redhat Boot Disk.

Fix

Steps to add Oracle Virtual Network Linux drivers to a RedHat boot disk.


As root, perform the following steps:

mkdir /tmp/rhdd
cd /tmp/rhdd
cp /vol/isos/redhat/RHEL5u2/rhel-5.2-server-x86_64-dvd.iso .
cp /vol/builds/releases/2.2.0/release/drivers/linux/redhat/xsigo-boot-2.6.18-92.el5-2.2.0-x86_64.tar .
tar xf xsigo-boot-2.6.18-92.el5-2.2.0-x86_64.tar
mkdir mnt
mount rhel-5.2-server-x86_64-dvd.iso mnt/ -o loop
mkdir rhel5
rsync -av mnt/ rhel5/.
umount mnt/
rmdir mnt/
./xg-insert-dd xsigo-rhdd-2.6.18-92.el5-2.2.0-x86_64.img rhel5/isolinux/initrd.img -iscsiboot=xsigo-iscsiboot.tgz
mv rhel5/isolinux/xsigo-initrd.img rhel5/isolinux/initrd.img
cd rhel5/
mkisofs -o ../rhel-5.2-server-custom-x86_64-dvd.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -m TRANS.TBL .
cd ..
/usr/lib/anaconda-runtime/implantisomd5 rhel-5.2-server-custom-x86_64-dvd.iso

 Insert blank dvd into burner:

cdrecord dev= "/dev/cdrom-sr0" gracetime=2 fs=4096k driveropts=burnfree -v -useinfo speed=48 -dao -eject -pad -data ./rhel-5.2-server-custom-x86_64-dvd.iso

 

NOTE: your dev line and speed will be different on your system. Also note that during install, some USB DVD burners have compatibility issues where you may be prompted to insert the distribution media into the drive even though it already is in the drive.

 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback