Oracle Linux 6.6 w/ UEK3 boots to EL 2.6 kernel

I have just installed Oracle Linux 6.6 with the UEK3 kernel. Everything is up-to-date and the 3.8.13-68.el6uek.x86_64 kernel is set as the default boot kernel, but the machine always boots to 2.6.32-504.12.2.el6.x86_64, which is the specified crash kernel. I don't know why the 3.8 kernel is failing.
How can I debug this?
Thanks,
Kory

# cat /boot/grub/grub.conf
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Oracle Linux Server Unbreakable Enterprise Kernel (3.8.13-68.el6uek.x86_64)
        root (hd0,0)
        kernel /vmlinuz-3.8.13-68.el6uek.x86_64 ro root=/dev/mapper/vg_oracleapps-lv_root LANG=en_US.UTF-8 rd_NO_MD console=hvc0  KEYTABLE=us SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_DM rd_LVM_LV=vg_oracleapps/lv_root rd_LUKS_UUID=luks-39dab2f9-e3cb-4bee-8947-dc050c04d251 rd_LVM_LV=vg_oracleapps/lv_swap rhgb quiet numa=off transparent_hugepage=never
        initrd /initramfs-3.8.13-68.el6uek.x86_64.img
title Oracle Linux Server Red Hat Compatible Kernel (2.6.32-504.12.2.el6.x86_64)
        root (hd0,0)
        kernel /vmlinuz-2.6.32-504.12.2.el6.x86_64 ro root=/dev/mapper/vg_oracleapps-lv_root LANG=en_US.UTF-8 rd_NO_MD console=hvc0  KEYTABLE=us    SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_DM rd_LVM_LV=vg_oracleapps/lv_root rd_LUKS_UUID=luks-39dab2f9-e3cb-4bee-8947-dc050c04d251 rd_LVM_LV=vg_oracleapps/lv_swap rhgb quiet numa=off transparent_hugepage=never
        initrd /initramfs-2.6.32-504.12.2.el6.x86_64.img
title Oracle Linux Server Unbreakable Enterprise Kernel (3.8.13-44.1.1.el6uek.x86_64)
root (hd0,0)
kernel /vmlinuz-3.8.13-44.1.1.el6uek.x86_64 ro root=/dev/mapper/vg_oracleapps-lv_root LANG=en_US.UTF-8 rd_NO_MD console=hvc0  KEYTABLE=us SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_DM rd_LVM_LV=vg_oracleapps/lv_root rd_LUKS_UUID=luks-39dab2f9-e3cb-4bee-8947-dc050c04d251 rd_LVM_LV=vg_oracleapps/lv_swap rhgb quiet numa=off transparent_hugepage=never
initrd /initramfs-3.8.13-44.1.1.el6uek.x86_64.img
title Oracle Linux Server Red Hat Compatible Kernel (2.6.32-504.el6.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.32-504.el6.x86_64 ro root=/dev/mapper/vg_oracleapps-lv_root LANG=en_US.UTF-8 rd_NO_MD console=hvc0  KEYTABLE=us SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_DM rd_LVM_LV=vg_oracleapps/lv_root rd_LUKS_UUID=luks-39dab2f9-e3cb-4bee-8947-dc050c04d251 rd_LVM_LV=vg_oracleapps/lv_swap rhgb quiet numa=off transparent_hugepage=never
initrd /initramfs-2.6.32-504.el6.x86_64.img

Similar Messages

  • Oracle Linux virtual machines failing to boot

    We have 2 oracle linux virtual machines on one host machine, both running Oracle Linux release 6 update 2 for X86_64. Both were built identically with oracle 11 installed on them. Both machines were working ok until this morning when the host machine rebooted. After the reboot, the virtual machines now hang during the boot process. The login prompt never comes up. The database does not start up on both machines. The machines are up enough that I could putty into them. In  startup.log, the following is listed for the two machines. One is named demo, the other test.
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 4 12:24:02 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area  438423552 bytes
    Fixed Size            2214136 bytes
    Variable Size          331351816 bytes
    Database Buffers      100663296 bytes
    Redo Buffers            4194304 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u02/oradata/demo/redo02.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    /u01/app/oracle/dbhome_1/bin/dbstart: Database instance "demo" warm started.
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 4 13:06:49 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area  438423552 bytes
    Fixed Size            2214136 bytes
    Variable Size          331351816 bytes
    Database Buffers      100663296 bytes
    Redo Buffers            4194304 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 3665
    Session ID: 1 Serial number: 5
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    /u01/app/oracle/dbhome_1/bin/dbstart: Database instance "test" warm started.
    The demo machine is looking for a redo log file. The file does not exist. If that file ever existed, what would make that file disappear? The test machine does not have any redo log files either but the test one is not even looking for it.
    What could have gone wrong with these?

    user7222768 wrote:
    We have 2 oracle linux virtual machines on one host machine, both running Oracle Linux release 6 update 2 for X86_64. Both were built identically with oracle 11 installed on them. Both machines were working ok until this morning when the host machine rebooted. After the reboot, the virtual machines now hang during the boot process. The login prompt never comes up. The database does not start up on both machines. The machines are up enough that I could putty into them. In  startup.log, the following is listed for the two machines. One is named demo, the other test.
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 4 12:24:02 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area  438423552 bytes
    Fixed Size            2214136 bytes
    Variable Size          331351816 bytes
    Database Buffers      100663296 bytes
    Redo Buffers            4194304 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1: '/u02/oradata/demo/redo02.log'
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    /u01/app/oracle/dbhome_1/bin/dbstart: Database instance "demo" warm started.
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Oct 4 13:06:49 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORACLE instance started.
    Total System Global Area  438423552 bytes
    Fixed Size            2214136 bytes
    Variable Size          331351816 bytes
    Database Buffers      100663296 bytes
    Redo Buffers            4194304 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 3665
    Session ID: 1 Serial number: 5
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    /u01/app/oracle/dbhome_1/bin/dbstart: Database instance "test" warm started.
    The demo machine is looking for a redo log file. The file does not exist. If that file ever existed, what would make that file disappear? The test machine does not have any redo log files either but the test one is not even looking for it.
    What could have gone wrong with these?
    Perhaps not all the file system mounted.
    Does /u02/oradata/demo exist?
    How about /u02/oradata
    How about /u02

  • Oracle Linux 6.4 Do Not Boot After GUI Installation

    Hi Guys,
    I installed Oracle Linux 6.4 in my Virtual Box Machine with Minimal Option.
    There was only command page withouth any GUI.
    and then i have installed 'X Window System' and 'General Purpose Desktop'
    by writing
    yum groupinstall -y 'X Window System'
    yum groupinstall -y 'General Purpose Desktop'
    I changed /etc/inittab run level from 3 to 5
    when i test it with by writing
    init 5 and startx command. It worked and i could see GUI Desktop
    BUT
    when i shutdown system and re-open system. Page remains as shown below. Any help will be making me so happy.
    Thank you from now.

    Dude!
    solved the problem. I have issued your suggestion and i have received error with yum installation as shown below,
    But then i have updated operating system with
    #yum update
    i reboot the system with
    #reboot
    and then i go into /etc/inittab file
    #vi /etc/inittab
    at the very end of file. I have changed runlevel 3 to 5 as you said.
    and i test it with
    #init 5
    It worked !
    Thanks Dude!

  • Oracle Linux 5.6 - Do I need to keep the xen kernel  ?

    I am using the Oracle Linux 5.6 kernel 2.6.32-100.26.2.el5  also know as the UEK Release 1 in an OVM x86_64 environment.
    Question: Since the Guests are paravirtualized and require Xen specifc I/O drives ( network, disk, etc. ) does that mean I need to keep the Xen kernel rpms, i.e.,
    kernel-xen-2.6.18-238.0.0.0.1.el5
    kernel-xen-devel-2.6.18-238.0.0.0.1.el5
    and this entry in /boot/grub/grub.conf
              title Oracle Linux Server (2.6.18-238.0.0.0.1.el5xen)
              root (hd0,0)
             kernel /vmlinuz-2.6.18-238.0.0.0.1.el5xen ro root=LABEL=/ numa=off
             initrd /initrd-2.6.18-238.0.0.0.1.el5xen.img
    The main driver for this question is I am trying to determine if these rpms are accessed in any way when the UEK Release 1 is in use. If so, then I will need
    to heed to the Security Scan results against the xen kernel version  otherwise I will ignore them and move forward.
    Thanks
    Mark E. LLoyd
    Data Center Technology
    Accenture

    The following is from the OL 6.5 release notes:
    https://oss.oracle.com/el5/docs/RELEASE-NOTES-U6-en.html
    Hardware virtualized guest with kernel-uek-2.6.32-100.35.1.el5uek and higher
    Unbreakable Enterprise Kernel version kernel-uek-2.6.32-100.35.1 adds support for paravirtualized drivers in a harware virtualized guest on Oracle VM. Starting this kernel version hardware virtualized guests which are not configured to use paravirtualized drivers will need an additional kernel boot parameter "xen_emul_unplug=never" in /etc/grub.conf:
    kernel /vmlinuz-2.6.32-100.35.1.el5uek ro root=/dev/VolGroup00/LogVol00  xen_emul_unplug=never
    With kernel-uek-2.6.32-100.35.1 and higher, the default is to present only paravirtualized drivers when running in a hardware virtualized guest on Oracle VM. Adding this kernel boot parameter makes the kernel also present the emulated drivers as it did before (e.g. the 8139cp network driver may no longer load if this parameter is not set).
    Older version of Unbreakable Enterprise Kernel do not have support for hardware virtualized guest that uses paravirtualized drivers (PVHVM).

  • How to compile Oracle Linux source?

    I accidentally downloaded source DVD "Oracle Linux Release 5 Update 2 source - DVD" instead of installable ISO image. Is there anyway I can compile it to make bootable ISO image?
    I tried to search this forum as well as other places but couldn't find any information hence thought of opening a thread before I proceed to download correct file which will again take 10+ hrs with my Internet speed :(
    Any help is highly appreciated. Also I need to know which packages are required to be installed for compiling the source if at all that is possible. I am using Ubuntu 11.10 Desktop.
    Thanks in advance for any help and hope to get a reply soon :) I need to urgently install Oracle 11gR2 on it.
    Edited by: user6582219 on Apr 12, 2012 1:10 AM
    While browsing the forum for any possible solution I came to a thread that discuss installation of a package oracle-rdbms-server-11gR2-preinstall. When searched through search engine I came to know about recent certification Oracle 11gR2 on Oracle Linux 6, here is the link https://blogs.oracle.com/linux/entry/announcing_oracle_database_11g_r2
    https://blogs.oracle.com/linux/entry/announcing_oracle_database_11g_r2
    Thing is I already have Oracle Linux 6 Update 2 (the latest) installed on my machine in dual boot mode so I dropped the idea of installing version 5.2. As per the documentation 11gR2 was not certified earlier on Linux 6.2 so I thought of installing 5.2 but it is not necessary now.
    I would still appreciate if someone could answer my question just for knowing the procedure compiling source. May be it can help someone else trying to achieve this.
    I have another couple of important questions and need guidance from the experts over here. I am not sure if it is appropriate to open a new thread but for now I am posting them here.
    Before proceeding here are my environment details:
    Machine: x86 32 bit with 2 GB RAM/250 GB HD.
    OS: Kubuntu 11.10 Desktop and Oracle Linux 6 Update 2 in dual boot mode.
    Here are my partition details for your reference but as I am planning to do the installation from the scratch following new ideal scheme you can jump to last paragraph following the line "*********************************" for my questions.
    Unfortunately my partition plan went wrong and here is what I have now:
    Disk /dev/sda: 250.1 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x3d5ba9e1
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 1002047 500000 83 Linux
    /dev/sda2 151525080 361253654 104864287+ 7 HPFS/NTFS/exFAT
    /dev/sda4 1003518 151001087 74998785 5 Extended
    /dev/sda5 1003520 7002111 2999296 82 Linux swap / Solaris
    /dev/sda6 7004160 11001855 1998848 83 Linux
    /dev/sda7 11003904 51001343 19998720 83 Linux
    /dev/sda8 51003392 110041087 29518848 83 Linux
    Partition table entries are not in disk order
    /dev/sda1 here is /tmp, /dev/sda2 is my data partition, I have separate /home / (root) partition for Kubuntu and remianing around 20 GB in extended partition is used for Oracle Linux 6.2 with default Oracle suggested LVM partition. I also have separate /boot for Kubuntu and I chose not to install grub while installing Oracle Linux. I later modified grub.cfg to add entries for Oracle Linux and now I can boot both OSs successfully.
    My issue now is I cannot extend 20 GB space (in extended partition) that I have given to Oracle though I have around 40 GB space available. This is because I alreay have 4 primary partitions (one for /boot others for "data" and one extended partition). So I have to make primary partition out of free space and install Oracle in a single partition without following recommended partition layout scheme.
    Now I want to do the installation of both the OS from the scratch and really need an advice on partition layout scheme. Here is summary of what I wan to achieve:
    1. Keep the "data" partition (primary) intact and carve an ideal partition layout for both the OS with separate /boot, /tmp, /home, swap (and may be for /usr???). Also may be I can share swap?
    2. How do I go about using LVM and is it recommended for this case? What would be ideal locations for each partitions and sizes? I already used 100 GB for "data" so now I want to keep 60 GB for Oracle Linux (and Oracle DB for which I will again make few sub-partitions) and remaining will be for Kubuntu.
    Well, I am not sure if this is the right place to ask these questions but since I can see very knowlegeable top contributors here that are willing to help novice users I thought of posting these questions.
    I would really really appreciate if someone can provide me rough draft of partition scheme in my case considering the sub-partitions needed for Oracle DB. I went thorugh number of forums and documentations to come up with solutuion and finally thought of getting help after much confusion.
    I really need to carefully plan this time because it's third time I am doing reinstallation from the scratch because of poor plan I followed previously.
    Thank you very much in advance and please let me know in case more information is needed from my side.
    Regards,
    Ramesh

    I accidentally downloaded source DVD "Oracle Linux Release 5 Update 2 source - DVD" instead of installable ISO image. Is there anyway I can compile it to make bootable ISO image?Google will be your best friend for such a question, for instance, "Creating a Custom centos Linux bootable ISO Image". There is no need to duplicate the effort. I recommend you download the correct installation DVD, e.g. 5.8
    Thing is I already have Oracle Linux 6 Update 2 (the latest) installed on my machine in dual boot mode so I dropped the idea of installing version 5.2. As per the documentation 11gR2 was not certified earlier on Linux 6.2 so I thought of installing 5.2 but it is not necessary now.So you don't need to install 5.2 anymore, but you want the information how to compile a installation DVD from the 5.2 source anyway?!
    I have another couple of important questions and need guidance from the experts over here. I am not sure if it is appropriate to open a new thread but for now I am posting them here.Questions may be important for you, but not necessarily for others. No one will complain if you create a new thread for particular questions or subjects. It is better to separate your topics and questions rather than creating a multi-mega thread, which does little to help anyone else but you. It means more work on your end, but it will be easier for anyone to participate or answer your questions, and it will allow you to better award answers.
    Regarding your partitioning questions: It is generally difficult to address such topics in a forum. You are asking for a book of information. My advice is to drop the old fashioned concepts of dual or triple boot options and install Oracle VirtualBox instead. It will make all of these questions obsolete and you can use whatever defaults when installing your virtual machine guest OS. Its a far more superior way of dealing with multiple operating systems on one and the same computer.
    I am using Ubuntu 11.10 Desktop.
    I need to urgently install Oracle 11gR2 on it.For what it's worth, if you can combine the two source below you should be able to install and run 11gR2 on Ubuntu 11.10.
    Install Oracle 11gR2 on Ubuntu Linux 11.04 (64-bit) Howto
    Install Oracle 11gR2 on Ubuntu Linux 11.04 (64-bit) Howto
    Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto
    Oracle 11gR2 Express Edition on Linux Ubuntu 11.10 howto
    However, check out VirtualBox.

  • How to install oracle 11g on oracle linux 6.1.

    Hello everyone here at oracle forum.!
    I'm new on using the linux and i badly need to learn it including the Oracle Database for making PHP website.
    Because of this i downloaded all the packages of Oracle Linux Release 6 Update 1 Media Pack for x86 (32 bit) at E-Delivery.
    Now i was having a hard time figuring out how to install all the 4 ISO images. the only one that worked was was the boot.iso that installed the Oracle Linux 6 without the DB.
    So what would i do to use the 3 updates?
    I burnt them all one by one on different DVD but it wont look for the other packages.
    So please guys bare with me and help me figure out how to use the other 3 packages for i know it has the Oracle Database.
    Oracle Linux Release 6 Update 1 source DVD 1 V26570-01
    Oracle Linux Release 6 Update 1 source DVD 2 V26571-01
    Oracle Linux Release 6 Update 1 Boot iso image for x86 (32 bit) V26573-01

    Oracle Linux does not install any Oracle Database. You don't need the source and boot.iso DVD. You can boot and install the system from the Oracle Linux 6.1 installation DVD. The boot.iso is useful for a network install and the source DVD if you want to compile everything yourself.
    As far as I know, Oracle Database has not been certified for Oracle Linux 6 yet. That does not necessarily mean you cannot install Oracle Database on Oracle Linux 6 yet, but you will run into problems with software requirements, package dependencies and perhaps incompatibilities, i.e. ext4 file system.
    I think your best option is to install Oracle Linux 5 and certainly use Oracle VirtualBox. If you are new to Linux you probably cannot use Linux as your primary OS yet, and VirtualBox will allow you to install and re-install without jeopardizing your primary host OS. You can also download pre-build virtual machines for Virtualbox from http://www.oracle.com/technetwork/community/developer-vm/index.html which might have everything you need installed and ready to use.

  • Oracle Linux versioning

    Hi Avi, i'm quiet confuse if the release and distributions:
    uname -a on my server show me 2.6.32-200.13.1.el5uek, that mean that it's a Entreprise Linux 5 ?
    what the diff betwenn OEL5, OEL6 EL5UEK, EL6UEK, i'm lost.
    Oracle Linux kernel appear as UEK ?
    I just go to edelivery and found theses download :
    1) Oracle Linux Release 6 Update 4 for x86_64 (64 Bit)     V37084-01     3.5G
    2) Oracle Linux Release 6 Update 4 Boot iso image for x86_64 (64 bit)     V37088-01     197M
    3) Oracle Linux Release 6 Update 4 UEK Boot ISO image for x86_64 (64 bit)     V37090-01     196M
    4) Oracle Linux Release 6 Update 4 source DVD 1     V37086-01     3.1G
    5) Oracle Linux Release 6 Update 4 source DVD 2     V37087-01     1.9G
    If I build a server with the 1) what will be the result of a uname -a ?
    What the purpose of the number 2 and 3 ?
    So many questions ....
    Edited by: 952690 on 24 mai 2013 08:02

    952690 wrote:
    uname -a on my server show me 2.6.32-200.13.1.el5uek, that mean that it's a Entreprise Linux 5 ?Yes.
    what the diff betwenn OEL5, OEL6 EL5UEK, EL6UEK, i'm lost.There is no OEL, just OL. :) Oracle Linux 5 (OL5) and Oracle Linux 6 (OL6) are completely different major versions of Oracle Linux. Each of those has two kernels, the Red Hat Compatible Kernel (RHCK) or the Unbreakable Enterprise Kernel (UEK).
    Oracle Linux kernel appear as UEK ?Yes.
    I just go to edelivery and found theses download :
    1) Oracle Linux Release 6 Update 4 for x86_64 (64 Bit)     V37084-01     3.5GThis is the complete install DVD, which includes both the RHCK and UEK as well as most of the packages available for OL6.
    2) Oracle Linux Release 6 Update 4 Boot iso image for x86_64 (64 bit)     V37088-01     197MThis is a small bootable image that uses the RHCK during install but only contains the installation program, but none of the packages. You need to have the contents of the ISO from (1) available somewhere on your network.
    3) Oracle Linux Release 6 Update 4 UEK Boot ISO image for x86_64 (64 bit)     V37090-01     196MThis is a small bootable image that uses the UEK Release 2 kernel during install but only contains the installation program, but none of the packages. You need to have the contents of the ISO from (1) available somewhere on your network. This image also has btrfs support during installation, something that (1) and (2) do not.
    If I build a server with the 1) what will be the result of a uname -a ?The default kernel is 2.6.39-400.17.1.el6uek, but it will also install the RHCK 2.6.32-358.el6.

  • Oracle Linux 6.4 Bootable disk?

    Hello, I am about to download Oracle Linux 6.4 and install it on a 32 bit computer.
    How can I make a bootable disk so when I reboot this computer it goes straight into the install process?
    Do I download Oracle Linux Release 6 Update 4 for x86 (32 Bit) and then download Oracle Linux Release 6 Update 4 Boot iso image for x86 (32 bit)?
    Do i burn the content of the Oracle Linux Release 6 Update 4 Boot iso image for x86 (32 bit) on the same disk as the  Oracle Linux Release 6 Update 4 for x86 (32 Bit)?
    Can someone please tell me how to do this?

    Installing a 32-bit OS on reasonable and recent hardware does not make sense. It will only limit your addressable memory and disk space for no good reason.
    Anyway, you need to download the binary software distribution image, which is about 2 - 4 GB. You do not need the boot or source media.
    Before burning the DVD, make sure to verify the checksum of the downloaded ISO image. It is not unlikely that the download is corrupted and won't work properly.
    You can find the checksum value when clicking the View Digest button on the E-Delivery software download web page.
    Under Microsoft Windows, see the following knowledgebase article:
    http://support.microsoft.com/kb/841290
    Under Linux and Mac OS X, enter the following at the system command prompt (Terminal):
    openssl sha1 name.iso
    The checksum must match!
    To burn the iso image to DVD:
    http://windows.microsoft.com/en-US/windows7/Burn-a-CD-or-DVD-from-an-ISO-file
    For information using Apple Mac OS X and older versions of MS Windows:
    http://www.wikihow.com/Burn-ISO-Files-to-DVD
    And last not least, remember to set the media startup priorities of you computer BIOS accordingly: Floppy, DVD, Harddrive, Network.

  • Oracle Linux NTFS how-to

    h1. Oracle Linux NTFS how-to
    Author: Dude
    Version: B, 22-Jan-2012
    h2. Purpose
    This document contains instructions how to install NTFS support under Oracle Enterprise Linux version 4, 5 and Oracle Linux version 5 and 6.
    h2. Topics
    1) Determine Kernel Architecture and Distribution
    2) Setup Software Repositories
    3) Install the NTFS Kernel Driver and Software
    4) Find and Mount a NTFS Device
    5) Notes
    h3. 1) Determine Kernel Architecture and Distribution
    Open a Terminal command prompt and enter the following to check if your system is x86 or x86_64:
    # uname -m
    x86_64If you see "i686" or "i386" instead then your system is x86.
    # cat /etc/redhat-release
    Red Hat Enterprise Linux AS release 4 (Nahant Update 9)The above example shows you are running Enterprise Linux version 4.9
    h3. 2) Setup Software Repositories
    You will need to setup access to two software repositories.
    Oracle ULN or public yum:
    The installation of RPM software packages can be complex due to software conflicts or package dependencies. It is easier to use a software manager like "yum", which will automatically resolve package dependencies and prompt you to download required software if necessary.
    For those who do not have a support subscription and access to Oracle ULN, Oracle provides a public YUM software repository to give you free online access to the standard software distributions. Simply follow the instructions outlined at http://public-yum.oracle.com. You only need to enable the software repository that matches your version according to the previous step.
    Reproforge:
    The NTFS driver is provided by the Repoforge alias RPMforge software repository. For more information about Repoforge, please see http://repoforge.org/faq. NTFS-3G is a stable, full-featured, read-write NTFS driver for Linux and other operating systems. For more information check http://www.tuxera.com/community/ntfs-3g-download, where you can also download the source code should you prefer to compile your own NTFS driver.
    Depending on your current distribution and kernel architecture, you need to install the following:
    Oracle Enterprise Linux 4.x x86:
    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el4.rf.i386.rpm
    # rpm -Uvh rpmforge-release-0.5.2-2.el4.rf.i386.rpm
    Oracle Enterprise Linux 4.x x86_64:
    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el4.rf.x86_64.rpm
    # rpm -Uvh rpmforge-release-0.5.2-2.el4.rf.x86_64.rpm
    Oracle Enterprise Linux / Oracle Linux 5.x x86:
    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
    # rpm -Uvh rpmforge-release-0.5.2-2.el5.rf.i386.rpm
    Oracle Enterprise Linux / Oracle Linux 5.x x86_64:
    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
    # rpm -Uvh rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
    Oracle Linux 6.x x86:
    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
    # rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm
    Oracle Linux 6.x x86_64:
    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
    # rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpmh3. 3) Install the NTFS Kernel Driver and Related Software
    The software packages required to support NTFS depends on your current Linux distribution:
    Oracle Enterprise Linux 4.x:
    # yum install dkms dkms-fuse fuse fuse-ntfs-3g
    Oracle Enterprise Linux / Oracle Linux 5.0 - 5.2:
    # yum install dkms dkms-fuse fuse fuse-ntfs-3g
    Oracle Enterprise Linux / Oracle Linux 5.3:
    NTFS support under Oracle Enterprise Linux 5.3 is broken and you should consider to upgrade to the 5.4 or later. (https://bugzilla.redhat.com/show_bug.cgi?id=481495)
    Oracle Enterprise Linux / Oracle Linux 5.4 - 5.x:
    As of Oracle Enterprise Linux 5.4 the the kernel fuse module (dkms, dkms-fuse) is included in the kernel and should not be installed.
    # yum install fuse fuse-ntfs-3g
    Oracle Enterprise Linux / Oracle Linux 6.x:
    # yum install fuse fuse-ntfs-3g h3. 4) Find and Mount a NTFS Device
    You can use the "blkid" command to identify attached devices. For instance:
    sudo blkid
    /dev/sda1: LABEL="/boot" UUID="73efxxxxxxxxxxxxx_TYPE="ext3" TYPE="ext2"
    /dev/dm-0: UUID="22a2d704-f75dxxxxxxx595df" SEC_TYPE="ext3" TYPE="ext2"
    /dev/dm-1: TYPE="swap" UUID="3b74fxxxxxx411c-8671-2244b8735866"
    /dev/sdb1: TYPE="ntfs"
    {code}
    In the above example, device "/dev/sdb1" contains a NTFS partition.
    To mount the NTFS volume according to above example under the /mnt directory:
    {code}
    sudo mount.ntfs /dev/sdb1 /mnt
    {code}
    h3. 6) References
    http://wiki.centos.org/TipsAndTricks/NTFS
    h3. 6) Notes
    <font color="blue">
    <font size="2">
    If you experience problems with these instructions, please add only a couple of lines with a link to your own thread explaining the details. I spent some time and effort to create this how-to in the hope that it will be useful. If you would like to use these instructions for your own blog or website, please include a link to this source.
    Thanks!
    </font>
    </font>
    Kind regards and best of luck!
    Dude.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I'm afraid there is no general answer. It depends how your device is connected, i.e. internal, usb, etc.?

  • Re: Oracle Linux versioning

    Dear replier
    can you please also give details for option 4 & 5
    1) Oracle Linux Release 6 Update 4 for x86_64 (64 Bit)     V37084-01     3.5G
    2) Oracle Linux Release 6 Update 4 Boot iso image for x86_64 (64 bit)     V37088-01     197M
    3) Oracle Linux Release 6 Update 4 UEK Boot ISO image for x86_64 (64 bit)     V37090-01     196M
    4) Oracle Linux Release 6 Update 4 source DVD 1     V37086-01     3.1G
    5) Oracle Linux Release 6 Update 4 source DVD 2     V37087-01     1.9G
    I see DVD1 & DVD2 thought this will be having the complete installation but after i download and write these ISO files to DVD's
    DVD is not bootable.
    which one to use for download and install.

    Oracle Linux is licensed under GPL and requires that the source code is freely available. The source DVD's contain the source code packages and not the OS installation media. All you need to start up and install Oracle Linux on your computer from DVD in your example is number 1.

  • Can`t Reboot after Oracle Linux Rel.6 Installed

    Previously the Desktop PC had WINDOWS 7 and Debian Linux installed with GRUB controlling the dual boot between Debian and Windows 7. It worked fine.. no problems. Decided to go with Oracle Linux as I will be installing some Oracle products on this PC.
    Installed Oracle Linux over Debian. The Oracle Linux install completed successfully and requested a reboot. On reboot the process stops on the GRUB step showing...
    GRUB Loading.
    Welecome to GRUB!
    error: file not found.
    Entering rescue mode...
    grub_rescue
    Seems to be missing a file on the Linux side to initiate the dual boot sequence.
    1. Does Oracle Linux have GRUB available for dual boots.
    2. If not, then is there some tool available to control dual boots with Oracle Linux and Windows 7.

    Reran the entire Oracle Linux install and ensured the boot loader was put in the Master Boot Record. I selected 'Change Device' to confirm the Master Boot Record option was highlighted.
    Here are my partitions on disk 'sdb' :
    Disk
    Device Size (MB) Mount Point Type
    sdb
    sdb1 2000 / ext4
    sdb2 8000 swap
    sdb3 180780 ext3
    Rebooted system when the Oracle Iinux install finished - successfully... but once again encountered the following:
    GRUB Loading.
    Welecome to GRUB!
    error: no such device: 121d0490-81aa-4f10-a2fa-17ca257b27f4
    Entering rescue mode...
    grub_rescue
    Followed your instructions to fix the problem, and at the shell prompt # entered these commands :
    chroot /dev/sysimage
    grup-install /dev/sdb
    Message returned:
    Installation finished. No errors encountered
    This is the contents of the device map /boot/grub/device.map
    # This device map was generated by anaconda
    (hd0) /dev/sdb
    Rebooted system... same GRUB error message was displayed.
    What am I missing? Never had this problem with Debian !

  • Diff between oracle linux and oracle enterprise linux?

    hi all,
    i am new to this flavor of Linux. I know oracle linux has red hat source, but i am confused about the difference betweek oracle linux which comes in versions 4 (upto update 8) and 5 (latest update being 5).
    i need to install oracle enterprise linux at a client place, so i gota know the difference.
    Should i be installing oracle Linux first and then run the rpm of "Unbreakable Enterprise Kernel"? or is the "Unbreakable Enterprise Kernel" only for customers who require this kernal on oracle linux update 5 x86_64?
    thanks

    waldorfm wrote:
    From what I understand Oracle Enterprise Linux (OEL) is a rebranded version of Red hat Enterprise Linux (RHEL).
    Oracle Linux (OL) is OEL plus Oracle optimization and custom, newer kernel. OL with Oracle "Unbreakable Enterprise Kernel" is available as x86_64 only and was introduced based on OEL or RHEL 5.5.
    You can install OEL 5.4 and easily upgrade to OEL 5.5, PMFJI, but can you point me to docs on how to make that upgrade? The timing of this msg on the forum was exquisite, as I started looking at that just today. I have an OEL 5.4 installation and would much rather upgrade to 5.5 than to have to rebuild from scratch.
    I did a yum install kernel with the 5.5 version of the public-yum-el5.repo. That went without a hitch and now reports "2.6.32-100.0.19.el5 #1" where I was 2.6.18-164.el5, but I also see
    [root@myserver ~]# uname -a
    Linux myserver 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    [root@myserver ~]# cat /etc/enterprise-release
    Enterprise Linux Enterprise Linux Server release 5.4 (Carthage)
    [root@myserver ~]# cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 5.4 (Tikanga)Bottom line is that I am charged with updating the kernel to a 2.6 version newer than 19 Sep, or applying a patch for the compat_alloc_user_space() function, and am not sure exactly how to proceed from here.
    if you like or start to install from version 5.5, and then install OL 5.5 by downloading the Oracle public yum repository and follow the instructions at http://public-yum.oracle.com

  • Oracle Linux 6.1 guest fails to boot on VM 3.0.2

    Hi,
    I've been using the templates to create vm guests successfully, so time to push the boundary again!
    I've created a Linux 6.1 PVM guest and, after a little trial and error to get the install boot working, I managed to run through the Linux install process. I then changed the boot in VM Manger to remove the Network boot option and restarted the VM guest and it failed to start. I checked the ovs-agent.log on the server and it has this error message.
    failed (1): Error: (2, 'Invalid kernel', "elf_xen_note_check: ERROR: Not a Xen-ELF image: No ELF notes or '__xen_guest' section found.")
    I'm not sure if its relevant but the grub.conf file looks like this:
    title Oracle VM Server-ovs (xen-4.0.0 2.6.32.21-38ovs)
    root (hd0,0)
    kernel /xen.gz dom0_mem=544M
    module /vmlinuz-2.6.32.21-38xen ro root=UUID=32f4fe8e-cc96-43db-9125-4097ec18024d
    module /initrd-2.6.32.21-38xen.img
    title Oracle VM Server-ovs serial console (xen-4.0.0 2.6.32.21-38ovs)
    root (hd0,0)
    kernel /xen.gz console=com1,vga com1=57600,8n1 dom0_mem=544M
    module /vmlinuz-2.6.32.21-38xen ro root=UUID=32f4fe8e-cc96-43db-9125-4097ec18024d console=tty0 console=ttyS0,57600n8
    module /initrd-2.6.32.21-38xen.img
    Has anyone got ideas why it is failing for me ?
    Thanks

    Mark C wrote:
    I've created a Linux 6.1 PVM guest and, after a little trial and error to get the install boot working, I managed to run through the Linux install process. I then changed the boot in VM Manger to remove the Network boot option and restarted the VM guest and it failed to start. I checked the ovs-agent.log on the server and it has this error message.That's the grub.conf from your Oracle VM Server, not from your guest. If it's from your guest, you installed Oracle VM, not Oracle Linux 6.

  • Dual  Boot Pre install Windows 7 with  oracle linux  on a dell laptop

    I'm new in linux. want to install oracle linux on my dell aptop. it has existing windows 7. how can i install oracle linux without affecting win 7 files.
    is oracle linux can be install on laptop.

    My advice to you is, since you have established such a reputation on this board, on issues that you don't have any knowledge or don't feel comfortable about, please just keep quiet. I don't think your job is to answer every question that has been posted on this board. Recklessly, or worse, knowingly, providing a wrong answer is much worse than no answer at all. These are serious personal accusations. Are you trying to make some noise to create some visibility for yourself? Please don't steal any of my limelight! ;-)
    Personally, I don't particularly appreciiate many of your responses to some of the questions that I posted. To me, your responses are rude, idiotic (and insults to my intelligence)!Sorry, I have no idea what makes you so upset. Are you just making this up? What questions and answers are you taking about?
    Are you referring to this post: Ralink RT5390 Does Not Work on the UEK Kernel
    May I quote/remind you of your own posting:
    We installed OL6.3 and Ubuntu 12.04 on a new Asus X45A notebook. It has a Ralink RT5390 wireless card. With Ubuntu, both wifi and video work flawlessly. However, the wifi driver (from elrepo) does not work for the the uek kernel (2.6.39). While the wifi driver works when boot into the RHEL kernel (2.6.32), it created an "even bigger problem" in that the video starts at about 1/10 from the left edge of the screen.
    But again, please no one be fooled by my overly optimistic and simplistic comments*. The reality is, I am glad OL6 desktop works at all.
    * For example, I actually installed OL6 on 4 notebooks, one of them "does not work" because I couldn't dim the screen. I did not intend to lie, but subconsciously, I somewhat forgot that there was this failed case.
    So what are you really trying to tell us/me here?
    I think you have shot yourself in the foot here. I'm afraid the best I can offer to you is to remove my response if you remove your post.
    User Profile for Ping-Wu
    Handle:      Ping-Wu
    Status Level:      Newbie
    Registered:      Oct 8, 2012
    Total Posts:      13
    Total Questions:      2 (2 unresolved)
    Name      Ping-Wu
    Location      Hawaii Linux
    Occupation      Attorney
    You will never hear from me again...Too bad ;-)

  • Oracle Linux 6 kernel panic boot !!!!

    I'm running Oracle Linux 6.3 on a VMware machine which based on a HP Proliant BL620c G7 server.
    I've installed IBM Websphere version 8.5 and IBM HTTP Server version 8.5.
    After installing VMware tools for this machine, I was asked to reboot the server, but on start we got a kernel panic such as below:
    Kernel panic - not syncing: Attempted to kill init!
    Pid: 1, comm: init Not tainted 2.6.39-300.26.1.el6euk.x86-64 #1
    Call Trace:
    [<ffffffff81502a9b>] panic+0x91/0x1a8
    [<ffffffff8105e4b2>] ? enqueue_entity+0x52/0x210
    [<ffffffff8106e6cb>] forget_original_parent +0x32b/0x330
    [<ffffffff8106e6cb>] ? sched_move_task+0x9d/0x150
    [<ffffffff8106e6eb>] exit_notify+0x1b/0x190
    [<ffffffff8106f7ee>] do_exit+0x1fe/0x430
    [<ffffffff8106fa75>] do_group_exit+0x55/0xd0
    [<ffffffff8106fb07>] sys_exit_group+0x17/0x20
    [<ffffffff8150dc82>] system_call_fastpath+0x16/0x1b
    Could anyone give me a pointer as to what is or even could be causing this? I'm completely stumped at this point
    Thanks,

    It looks like the system has trouble opening or finding the /boot volume. I don't think it is an incompatibility with your hardware. You might however want to make sure you installed a recent VMware version and have correct settings to support x64 guest OS. I'm not using VMware anymore, but under VirtualBox such issue can be due to missing I/O apic and VT-x support in the BIOS.

Maybe you are looking for

  • I am still not able to use itunes match or cloud between my ipad and macbook air

    I wonder if the problem of not beig alble to use itunes match between my ipad and my Macbook air is because i have the two set up on different email addresses so that I can use facetime between the two devices,if so how do I remedy that? I also have

  • HT1904 Hiding songs in my iTunes Match library

    I have subscribed to iTunes Match, and now my entire music library is visible to my kids. I've got some songs that have explicit lyrics and explicit titles (think Team America: World Police soundtrack). Is there a way for me to hide these songs so th

  • Convert system date into mm-dd-yyyy format

    Hi everyone, I am developing an web application in jsp.In my application when a client enters his information like name,email etc, they are copied into the database.What i need now is at the same time the system date also has to enter into the databa

  • Lightbox Next and Prev not showing up

    I have been googling this for some time and can't find a solution. I have fully installed a lightbox, it works fine but the prev and next images dont show up, they're working but I can see them. Most forums say it is the path, but this seems to be fi

  • Add file type icons to links using CSS - DW CSS problem?

    Hi, I want to add file icons to links using CSS. How to do this is clearly described in the article found HERE. A most useful feature I REALLY want to use However the CSS code shown below is not recognized by DW CS3. In the CSS Styles window shows "(