Oracle Linux 6.3 TIPC LKM is missing...

Hi All,
Does anyone know what has happened with the tipc loadable kernel module in OL 6.3?
In 6.2, it was here:
# ls -lh /lib/modules/$(uname -r)/kernel/net/tipc/tipc.ko
-rwxr--r--. 1 root root 218K Dec 10 2011 /lib/modules/2.6.32-300.3.1.el6uek.x86_64/kernel/net/tipc/tipc.ko
But in 6.3, it is not longer present anywhere:
# uname -a
Linux OpenSAFfire1 2.6.39-200.29.2.el6uek.x86_64 #1 SMP Sat Jul 14 10:50:56 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
# find / -name tipc.ko
The software I am trying to run (http://devel.opensaf.org/), uses the follow logic on startup to load the tipc module:
TIPC_MODULE=/lib/modules/$(uname -r)/kernel/net/tipc.ko
function tipc_configure ()
echo "Inserting TIPC mdoule..."
if ! test -f "$TIPC_MODULE" ; then
modprobe tipc
else
insmod "$TIPC_MODULE"
fi
So if the tipc module is not found, it attempts to use modprobe:
# modprobe tipc
FATAL: Module tipc not found.
Thanks,
Gerald

GeraldK wrote:
This might be an issue for customers running Oracle OpenSAFfire, but we can cross that bridge when we get there.I'm the Principal Program Manager for the UEK/UEK2 - if you're an internal user, please email me (firstname dot lastname at oracle dot com) with your requirements, so I can submit an ER to the UEK development team: we really don't want to impact other Oracle products. :)

Similar Messages

  • OpenLDAP missing after EPM 11.1.1.4 fresh install on Oracle Linux 5.8 32bit

    Hello,
    I try install Oracle EPM Foundation 11.1.1.4 on Oracle Linux 5.8 32Bits.
    No error with installTool.sh but the openLDP directory missing in $HYPERION_HOME/product/Foundation
    I have found the openLDAP files after extrac from productCommonComponents/assembly.dat
    some can help me ?
    Regards

    Where's the WebLogic Server home???
    Else you should attach this to an existing WebLogic domain
    kind regards
    Michel
    Edited by: Michel Schildmeijer on 20-okt-2011 15:57

  • Libraries missing while installing Oracle 11.2g on Oracle Linux 6.2

    Hi,
    i just installed oracle linux 6.2 and started to isntall Oracle 11.2g server.
    so first i installed the yum install oracle-rdbms-server-11gR2-preinstall_
    but when i run the prerequisite check on OUI it shows some libraries missing. the issue is that the libraries are installed but the version doesn't match.
    ex: when i query rpm -q libaio it shows that i have installed libaio-0.3.107 but in OUI it shows that libaio-0.3.105 is missing.
    is this normal or should i go and install also the previous versions of the missing libraries?

    Thanks for your quick response... but;that's the problem... I don't know what path/directory should I use... I know that the RPM is installed:
    Line: -----
    Command:
    # rpm -qil libaio-0.3.107-10.el6.i686
    Output:
    Name : libaio Relocations: (not relocatable)
    Version : 0.3.107 Vendor: Oracle America
    Release : 10.el6 Build Date: Tue 06 Jul 2010 10:32:58 AM CDT
    Install Date: Thu 10 May 2012 12:54:11 AM CDT Build Host: ca-build19.us.oracle.com
    Group : System Environment/Libraries Source RPM: libaio-0.3.107-10.el6.src.rpm
    Size : 32198 License: LGPLv2+
    Signature : RSA/8, Mon 03 Jan 2011 02:07:00 PM CST, Key ID 72f97b74ec551f03
    URL : http://git.kernel.org/?p=libs/libaio/libaio.git
    Summary : Linux-native asynchronous I/O access library
    Description :
    The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a
    richer API and capability set than the simple POSIX async I/O facility.
    This library, libaio, provides the Linux-native API for async I/O.
    The POSIX async I/O facility requires this library in order to provide
    kernel-accelerated async I/O capabilities, as do applications which
    require the Linux-native async I/O API.
    /lib/libaio.so.1
    /lib/libaio.so.1.0.0
    /lib/libaio.so.1.0.1
    /usr/share/doc/libaio-0.3.107
    /usr/share/doc/libaio-0.3.107/COPYING
    /usr/share/doc/libaio-0.3.107/TODO
    Line: -----
    which directory should I use as {real_file}?
    ln -s {real_file???} {alias_name}

  • UnixODBC missing on Oracle Linux 5.8 x64

    I am at the PreReq checks stage of the process and I get an error saying that unixODBC is missing. I am using Oracle Linux 5.8 x64 and am trying to install Oracle Enterprise 11.2.0.1 x64. Here's the error:
    http://i.imgur.com/NyUv2.png
    If I do
    yum list | grep unixODBC
    I get:
    This system is not registered with ULN.
    ULN support will be disabled.
    unixODBC.x86_64 2.2.11-10.el5 installed
    unixODBC-devel.i386 2.2.11-10.el5 installed
    unixODBC-devel.x86_64 2.2.11-10.el5 installed
    unixODBC-libs.i386 2.2.11-10.el5 installed
    unixODBC-libs.x86_64 2.2.11-10.el5 installed
    freeradius-unixODBC.x86_64 1.1.3-1.6.el5 el5_latest
    freeradius2-unixODBC.x86_64 2.1.12-3.el5 el5_latest
    unixODBC.i386 2.2.11-10.el5 el5_latest
    unixODBC-kde.i386 2.2.11-10.el5 el5_latest
    unixODBC-kde.x86_64 2.2.11-10.el5 el5_latest
    unixODBC64.x86_64 2.2.14-3.el5 el5_latest
    unixODBC64-devel.i386 2.2.14-3.el5 el5_latest
    unixODBC64-devel.x86_64 2.2.14-3.el5 el5_latest
    unixODBC64-libs.i386 2.2.14-3.el5 el5_latest
    unixODBC64-libs.x86_64 2.2.14-3.el5 el5_latest

    yum install unixODBC fixed it, sorry!

  • Missing packages while installing 11gr2 on oracle linux 6 os

    hi,
    i am installing Oracle 11gR2 on oracle Linux 6 OS via a vmware.
    i bum into this problem of not able to install the required packages:
    glibc-2.3.4-2.41
    compat-libstdc++-33-3.2.3 (64bit)
    elfutils-libelf-devel-0.97
    libaio-devel-0.3.105
    libgcc-3.4.6
    libstdc++-3.4.6
    unixODBC-2.2.11 (64bit)
    unixODBC-deve-2.2.11
    pdksh-5.2.14
    i try to rpm -qa | grep <packges name>
    [root@rcat lib64]# rpm -qa | grep glibc
    glibc-devel-2.12-1.132.el6.x86_64
    glibc-common-2.12-1.132.el6.x86_64
    glibc-2.12-1.132.el6.x86_64
    glibc-headers-2.12-1.132.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio
    libaio-0.3.107-10.el6.x86_64
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep compat-libstdc++
    [root@rcat lib64]# rpm -qa | grep elfutils
    elfutils-libs-0.152-1.el6.x86_64
    elfutils-0.152-1.el6.x86_64
    elfutils-libelf-0.152-1.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libaio-devel
    libaio-devel-0.3.107-10.el6.i686
    libaio-devel-0.3.107-10.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libgcc
    libgcc-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep libstdc
    libstdc++-4.4.7-4.el6.x86_64
    libstdc++-devel-4.4.7-4.el6.x86_64
    [root@rcat lib64]# rpm -qa | grep unixODBC
    [root@rcat lib64]# rpm -qa | grep pdksh
    it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    Appreciate if there is any help here. pointing to any website i can quickly download the packages cos trying to download the iso takes me more then 13 hour!.

    >>it seem like the packages i have on my oracle linux 6 os is of higher version compared to what oracle 11gR2 database installer is asking for which is of lower version.
    i can't seem to find/download those packages individually from any website.
    I am trying to download the oracle linux 5 os iso with the hope i can find the lower version packages from the iso disc.
    You should find all rpms and their right version (as required by installer) onto linux 6 iso.
    For some rpms the installer can like higher versions but not for all. For some rpms installer requires the exact version.
    HTH
    Pradeep

  • How to configure Oracle Linux 6.5 to request ip address from dhcp server

    I have installed Oracle Linux 6.5 (minimal installation) on a virtual machine created on VMware vSphere 5.5.   I have tried to configure dhcp during the installation by editing IPv4 Settings of System eth0 to use Automatic (DHCP) but somehow it does not work.
    Then I changed the ifcfg-eth0 to use static ip address and that works.
    Here is the content of /etc/sysconfig/network:
    NETWORKING=yes
    HOSTNAME=TESTOL
    Here is the content of /etc/sysconfig/network-scripts/ifcfg-eth0 using static ip address:
    DEVICE=eth0
    TYPE=Ethernet
    UUID=xxxxxxxx.xxxx-xxxx-xxxxxxxxxxxx
    ONBOOT=yes
    NM_CONTROLLED=yes
    BOOTPROTO=none
    HWADDR=xx:xx:xx:xx:xx:xx
    IPADDR:##.##.###.###
    PREFIX=24
    GATEWAY=##.##.###.###
    DNS1=##.##.###.###
    DOMAIN:test.com
    DEFROUTE=yes
    PEERDNS=yes
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    Based on my understanding, I should able to use dhcp by changing ifcfg-eth0 (I commented the parameters not needed for dhcp by adding #) but I have tried the following ifcfg-eth0 and it does not work:
    DEVICE=eth0
    TYPE=Ethernet
    UUID=xxxxxxxx.xxxx-xxxx-xxxxxxxxxxxx
    ONBOOT=yes
    NM_CONTROLLED=yes
    #BOOTPROTO=no
    BOOTPROTO=dhcp
    HWADDR=xx:xx:xx:xx:xx:xx
    #IPADDR:##.##.###.###
    #PREFIX=24
    #GATEWAY=##.##.###.###
    DNS1=##.##.###.###
    #DOMAIN:test.com
    DEFROUTE=yes
    PEERDNS=yes
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    I have also tried to add GATEWAY=##.##.###.### to /etc/sysconfig/network but that does not help.
    I have checked that dhclient package is installed by using rpm -qa dhclient.
    I'm new to Linux.
    Thanks for any help

    If this is your first experience with Oracle Linux, I recommend you perform a default installation instead of going minimal, which is just going to make things more difficult for no good reason. Enterprise Linux is not MS Windows and the difference between default and minimal installations do not compare.
    You also do not want to use the rpm utility to install any software and use yum instead. The yum utility is standard. Rpm does not resolve software dependencies.
    Your ifcfg-eth0 script is missing the line that specifies to use DHCP:
    BOOTPROTO=dhcp
    You can also use the network configuration utility, even in text mode, by typing the following at the command prompt of root:
    system-config-network
    If the above utility is not installed:
    yum install system-config-network-tui
    You will have to configure an appropriate yum repository file. The process is explained in the Oracle Linux release notes:
    https://oss.oracle.com/el6/docs/RELEASE-NOTES-U5-en.html
    See 3.2.3. About Oracle Linux Installation Media
    Then insert the DVD or attach the DVD iso image to your virtual machine and mount it as following:
    mkdir -p /media/ISOimage
    mount /dev/cdrom /media/ISOimage
    The path "/media/ISOimage" should be the same as you specified in the yum repository file.
    After that you can use the yum utility to list or install software.

  • OS Package Error while installing SOA 11.1.1.5.0 on Oracle Linux

    Hi,
    I am trying to install SOA Suite 11.1.1.5.0 on Linux Environment.
    While doing the prerequisite checks, I am getting some errors wrt operating system packages and kernel parameters.
    The queries I have is:
    1) If these packages are not installed, will it have some adverse effect on my installation?
    2) Also, how from where can I download these packages and how do I install them?
    OS Version is: Oracle Linux 5 Update 7
    The log for the prerequisite checks is pasted below:
    Root
    Checking operating system certification
    Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: enterprise-5.4
    Check complete. The overall result of this check is: Passed
    Checking recommended operating system packages
    Checking for gcc-4.1.0-28.4; found gcc-4.1.2-51.el5-i386.           Passed
    Checking for gcc-c++-4.1.0-28.4; found gcc-c++-4.1.2-51.el5-i386.           Passed
    Checking for setarch-1.6-1; found setarch-2.0-1.1-i386.   Passed
    Checking for sysstat-5.0.5-1; Not found.  Failed <<<<
    Checking for libstdc++-4.1.0-28.4; found libstdc++-4.1.2-51.el5-i386.        Passed
    Checking for libstdc++-devel-4.1.0-28.4; found libstdc++-devel-4.1.2-51.el5-i386.  Passed
    Checking for compat-libstdc++-296-2.96-132.7.2; found compat-libstdc++-296-2.96-138-i386.         Passed
    Checking for compat-db-4.1.25-9; Not found.      Failed <<<<
    Checking for control-center-2.8.0-12; found control-center-1:2.16.0-16.el5-i386.  Passed
    Checking for glibc-common-2.3.4-2.9; found glibc-common-2.5-65-i386.   Passed
    Checking for binutils-2.16.91.0.5-23.4; found binutils-2.17.50.0.6-14.el5-i386.      Passed
    Checking for make-3.80-202.2; found make-1:3.81-3.el5-i386.    Passed
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Some recommended packages are missing (see above).
    Recommendation: You may actually have installed packages which have obsoleted these, in which case you can successfully continue with the install. If you have not, it is recommended that you do not continue. Refer to the product release notes to find out how to get the missing packages and update the system.
    Checking kernel parameters
    Checking for VERSION=2.6.18; found VERSION=2.6.18-274.el5xen.           Passed
    Checking for hardnofiles=4096; hardnofiles=1024.            Failed <<<<
    Checking for softnofiles=4096; softnofiles=1024.  Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    Checking Recommended glibc version
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-65
    Check complete. The overall result of this check is: Passed
    Checking physical memory
    Expected result: 1024MB
    Actual Result: 3336MB
    Check complete. The overall result of this check is: Passed
    Any help will be appreciated.
    Cheers,
    Varun

    Hi Avi,
    Thanks for your reply.
    I was able to install the packages, not eactly the same way as u told but I downloaded them from http://public-yum.oracle.com/ and installed them manually. Was also able to change parameters.
    And Bingo, there was no pre-requisite failures while installing SOA.
    One of the probs that I'm facing now is that when I try to access the WLS Console of SOA after creating domain, I'm able to open it on the local machine using IP and localhost. But it doesn't work the same way when I use hostname. It gives an error saying No Route to the Host. Also I'm not able to access WLS Console from any other machine using IP address of the machine.
    Any inputs that can be of any help.
    Cheers,
    Varun

  • Installing 11gr2 in Oracle Linux 6.3 (./runInstaller - permission denied)

    Whenever i try to run ./runInstaller in terminal,
    i get the error as Permission denied ,
    While installing oracle linux 6.3 , i have given root password and in terminal ,
    even though being a root user, can't install the Oracle Database 11gr2.
    I know, there are many tutorials about installing 11gr2, i followed almost all from different sites, but stuck with Permission denied.
    Pls help me anyone, as am a beginner in the field of Linux environment.
    Thanks...
    Edited by: flixblixclix on Jan 1, 2013 10:51 PM

    979352 wrote:
    Whenever i try to run ./runInstaller in terminal,
    i get the error as Permission denied ,
    While installing oracle linux 6.3 , i have given root password and in terminal , trying to install as root is a clear indication that you either haven't read the Installation Guide, or you are choosing to ignore it. If you missed or chose to ignore the point that the installation should not be done as root, who knows what else you missed or chose to ignore.
    From Oracle® Database Installation Guide
    11g Release 2 (11.2) for Linux ( http://docs.oracle.com/cd/E11882_01/install.112/e24321/inst_task.htm#BABJGGJH)
    4.5.1 Running Oracle Universal Installer
    For any type of installation process, start Oracle Universal Installer and install the software, as follows:
    Logon as the Oracle software owner user (typically, oracle) to the computer on which you want to install Oracle components.
    even though being a root user, can't install the Oracle Database 11gr2.
    I know, there are many tutorials about installing 11gr2, i followed almost all from different sites, but stuck with Permission denied.
    Pls help me anyone, as am a beginner in the field of Linux environment. Read the Installation Guide. Read all of it. Believe it.
    >
    Thanks...Edited by: EdStevens on Jan 1, 2013 8:24 AM

  • Oracle Linux 5.7 kernel panic when installing R12

    Hi Everyone,
    I've a small issue which I like to share and hopefully you are able to help solving it. I've downloaded and installed VMware Player 4 and Oracle Enterprise Linux 5.7 (32 bit) as a guest Virtual Machine on my Window 7 machine. I've also downloaded and extracted all the required zip files and folders for eBusiness released 12 (Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86 [32bit]) from the eDelivery web site. Then, I shared a Windows folder (containing those extracted folders of the R12 eBusiness files and folders) and mount it in the Oracle Enterprise Linux 5.7 under '/tmp/r12installfiles/'.
    I ran the ./rapidwiz and the all the tests were OK and then I confirm installing R12 by hitting the 'Next' button. But for several times now, whenever it passes Step 2 when I navigate to the VM guest (because I was doing something on the main host - Window 7), the Oracle Linux OS was always blinking with 'Cap Locks' and 'Scroll Lock' keys and I believe it must have been linux kernel panic. And I could not proceed any further. I had this problem three times, whether I was installing the VISION database or the Fresh database, I still have the same error. It was very time consuming and frustrating. Does anyone have this problem?
    Were there any steps that I've missed? Like patching the Linux OS before installing R12 or other steps or processes. Please provide the appropriate steps and instructions as well as the links where I could download them. Thank you for your assistance.
    Regards,
    John

    John,
    Thank you for your reply, can you direct me the link for the Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]) document, please? Thank you.You can get it from MOS website -- Go to https://support.oracle.com and type your username/password then search for "761564.1" and you should get the doc.
    If you have no MOS access, please note that we cannot post the contents of MOS docs as this violates Oracle support agreement policy.
    Thanks,
    Hussein

  • Rapidwiz fails on database step for 12.1.1 on Oracle Linux 5.7

    I am trying to install Oracle EBS 12.1.1 on Oracle Linux 5.7 64 bit platform.
    The issue is that after I followed the requirements including set kernel parameters by using the oracle-validated RPM package, the install fails on database creation step.
    Below are logs:
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@ebsdb01:1526:VIS
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ebsdb01)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ebsdb01)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    I checked network interfaces and can ping the hosts. Here is my network /etc/hosts file:
    127.0.0.1 localhost.localdomain localhost
    112.2.2.10 ebsapp01.local.com ebsapp01
    112.2.2.11 ebsapp02.local.com ebsapp02
    112.2.2.20 ebsdb01.local.com ebsdb01
    Any ideas how to solve this issue? I even used latest release of Rapid Install wizard and no luck.

    RDA is a diagnostic script for looking at requirements and settings from MOS.
    I run this way:
    perl rda.pl -T hcve
    with results:
    Test "Oracle E-Business Suite Release 12 (12.1.1) Preinstall (Linux x86 and x86_64)" executed at 01-Feb-2013 20:05:23
    Test Results
    ~~~~~~~~~~~~
    ID NAME RESULT VALUE
    ====== ==================== ======= ==========================================
    A00100 OS Type RECORD OL5 64
    A00200 OS Certified? PASSED Adequate
    A00210 RPM OL4/32 OK? SKIPPED Not Oracle Linux 4 32-bit
    A00220 RPM OL4/64 OK? SKIPPED Not Oracle Linux 4 64-bit
    A00230 RPM OL5/32 OK? SKIPPED Not Oracle Linux 5 32-bit
    A00240 RPM OL5/64 OK? FAILED [libstdc++-devel(i386)] not installed
    A00241 RPM OL6/32 OK? SKIPPED Not Oracle Linux 6 32-bit
    A00242 RPM OL6/64 OK? SKIPPED Not Oracle Linux 6 64-bit
    A00250 RPM RH3/32 OK? SKIPPED Not Red Hat Enterprise Linux 3 32-bit
    A00270 RPM RH4/32 OK? SKIPPED Not Red Hat Enterprise Linux 4 32-bit
    A00280 RPM RH4/64 OK? SKIPPED Not Red Hat Enterprise Linux 4 64-bit
    A00290 RPM RH5/32 OK? SKIPPED Not Red Hat Enterprise Linux 5 32-bit
    A00300 RPM RH5/64 OK? SKIPPED Not Red Hat Enterprise Linux 5 64-bit
    A00301 RPM RH6/32 OK? SKIPPED Not Red Hat Enterprise Linux 6 32-bit
    A00302 RPM RH6/64 OK? SKIPPED Not Red Hat Enterprise Linux 6 64-bit
    A00310 RPM SLES9/32 OK? SKIPPED Not SuSE Linux Enterprise 9 32-bit
    A00320 RPM SLES9/64 OK? SKIPPED Not SuSE Linux Enterprise 9 64-bit
    A00330 RPM SLES10/32 OK? SKIPPED Not SuSE Linux Enterprise 10 32-bit
    A00340 RPM SLES10/64 OK? SKIPPED Not SuSE Linux Enterprise 10 64-bit
    A00342 RPM SLES11/64 OK? SKIPPED Not SuSE Linux Enterprise 11 64-bit
    A00350 Motif Link PASSED MotifLinkOK
    A00360 ENV Variable Unset SKIPPED Not SuSE Linux Enterprise 10
    A00370 Got Software Tools? PASSED tools_found
    A00400 IP Address RECORD 122.2.2.2
    A00410 Domain Name RECORD local.com
    A00420 DNS Lookup FAILED nslookup IP_address
    A00430 /etc/hosts format PASSED Adequate IPv4 entry
    A00440 SysNetw File PASSED SysNetOK
    A00450 NoNetwProf File PASSED OK
    A00460 DNS Settings RECORD DNSOptionsOK
    A00470 Net Service Access? PASSED NonExist
    A00480 Port 6000 PASSED Free
    A00500 Kernel Params OK? PASSED KernelOK
    A00510 Port Range OK? FAILED HighValue
    A00520 Limit Processes PASSED Adequate
    A00530 Limit Descriptors FAILED Less than 65536
    A00600 ApplTierDirectory RECORD /d01
    A00610 A_T Valid? PASSED ATexists
    A00620 A_T Permissions OK? PASSED CorrectPerms
    A00630 A_T Disk Space PASSED OK
    A00640 Space in tmp PASSED AvailableI do not understand why I have to ask for the Doc ID 3 times!
    If you are running the one in (RDA 4 - Health Check / Validation Engine Guide [ID 250262.1]), then I believe it is only available for "Linux-x86 Platforms" (32-bit).
    2) I notice issue with DNS configuration:
    [root@ebsdb01 rda]# nslookup 122.2.2.2
    Server: 122.2.2.2
    Address: 122.2.2.22#5
    ** server can't find .in-addr.arpa.: NXDOMAINThis is a network issue, please check with your network admins/team.
    3)
    So this leads me to my next question, when I use nslookup to search the domain on the DNS server for the host, it resolves successfully. BUT, when I run nslookup against the IP address
    it cannot find it in DNS. Would this be the root cause of why my installation keeps failing? I have verified checksums and software is fine. I am still missing a couple RPMs but do not believe this is what causing the install to fail yet in light of the network connection errors that Rapidwiz keeps throwing at me.All network files/settings can be found in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]).
    Thanks,
    Hussein

  • How to install ASM instance in oracle linux 6.1

    Hi,
    I have installed oracle linux 6 and upgraded to oracle linux 6.1 (32 bit) for testing purpose.
    here is details of some commands
    [root@rac2 ~]# uname -a
    Linux rac2.test 2.6.32-131.0.15.el6.i686 #1 SMP Fri May 20 15:00:01 EDT 2011 i68 6 i686 i386 GNU/Linux
    [root@rac2 ~]# modprobe -l | grep oracle ####No output####
    [root@rac2 ~]# rpm -qa| grep oracleasm ####No output####
    [root@rac2 ~]# modprobe /etc/oracleasm
    FATAL: Module /etc/oracleasm not found.
    Please suggest me, do i have to download any other package for enable oracle asm.

    Hi,
    I have done these setup and still i am not able to create disk in asm. i have created partition with fdisk with name sdd2,sde2,sdf2
    here is the output of few command--
    [root@rac2 ~]# uname -r
    2.6.32-100.34.1.el6uek.i686
    [root@rac2 ~]# rpm -qa | grep oracle*
    oracle-logos-60.0.11-9.el6.noarch
    oraclelinux-release-notes-6Server-5.i686
    oraclelinux-release-6Server-1.0.2.i686
    oracleasm-support-2.1.5-1.el6.i686
    [root@rac2 ~]# /etc/init.d/oracleasm configure
    Configuring the Oracle ASM library driver.
    This will configure the on-boot properties of the Oracle ASM library
    driver. The following questions will determine whether the driver is
    loaded on boot and what permissions it will have. The current values
    will be shown in brackets ('[]'). Hitting <ENTER> without typing an
    answer will keep that current value. Ctrl-C will abort.
    Default user to own the driver interface [oracle]:
    Default group to own the driver interface [oinstall]:
    Start Oracle ASM library driver on boot (y/n) [y]:
    Scan for Oracle ASM disks on boot (y/n) [y]:
    Writing Oracle ASM library driver configuration: done
    Initializing the Oracle ASMLib driver: [  OK  ]
    Scanning the system for Oracle ASMLib disks: [  OK  ]
    [root@rac2 ~]# /etc/init.d/oracleasm status
    Checking if ASM is loaded: yes
    Checking if /dev/oracleasm is mounted: yes
    [root@rac2 ~]# ls -la /dev/sd*
    brw-rw----. 1 root disk 8, 0 Sep 14 15:57 /dev/sda
    brw-rw----. 1 root disk 8, 1 Sep 14 15:58 /dev/sda1
    brw-rw----. 1 root disk 8, 2 Sep 14 15:57 /dev/sda2
    brw-rw----. 1 root disk 8, 16 Sep 14 15:57 /dev/sdb
    brw-rw----. 1 root disk 8, 17 Sep 14 15:58 /dev/sdb1
    brw-rw----. 1 root disk 8, 48 Sep 14 16:14 /dev/sdd
    brw-rw----. 1 root disk 8, 50 Sep 14 16:14 /dev/sdd2
    brw-rw----. 1 root disk 8, 64 Sep 14 16:14 /dev/sde
    brw-rw----. 1 root disk 8, 66 Sep 14 16:14 /dev/sde2
    brw-rw----. 1 root disk 8, 80 Sep 14 16:14 /dev/sdf
    brw-rw----. 1 root disk 8, 82 Sep 14 16:14 /dev/sdf2
    [root@rac2 ~]# /etc/init.d/oracleasm createdisk ASM01 /dev/sdd2
    Marking disk "ASM01" as an ASM disk: [FAILED]
    [root@rac2 ~]#
    [root@rac2 ~]# tail -20 /var/log/oracleasm
    Creating /dev/oracleasm mount point: /dev/oracleasm
    Loading module "oracleasm": oracleasm
    Mounting ASMlib driver filesystem: /dev/oracleasm
    Reloading disk partitions: done
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    Reloading disk partitions: done
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    Reloading disk partitions: done
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    Disk "ASM01" does not exist or is not instantiated
    Writing disk header: done
    Instantiating disk: oracleasm-instantiate-disk: Unable to create ASM disk "ASM01": Permission denied
    failed
    Clearing disk header: done
    [root@rac2 ~]#
    I have tried to find out solution but did not get anything in google.
    Please suggest if any solution or may be i missed some setup.
    Ram

  • Oracle Linux 6 - stuck on Welcome Setup Screen, black screen on CTRL+ALT+F*

    Oracle Linux 6 DVD x64.
    Installed fine. I selected gnome for UI + all dev packages as I will be doing some dev work on the box.
    After install it boots okay and the Welcome setup screen shows up. It allows me to setup connection to ULN, create a user, enable kdump etc. These functions work fine, but right after I finish setting it all up (i.e. the last setting I see is the kdump enable/disable screen), the box goes into limbo state after pressing [Finish] button.
    The screen turns black and that's it.
    Also when I tried to switch from the Welcome setup screen to a terminal mode, i.e. by pressing CTRL+ALT+F1 (tried ...+F2 also) the box gets stuck too. There is no way to go back to the X session, i.e. CTRL+ALT+F6 (F7, F8). It is just stuck on the black screen.
    Here's some specs:
    Motherboard: ASUS P8H67-M Pro (with B3 revision of Sandy Bridge)
    CPU: Intel I5-2500 (VPRO) (BX80623I52500)
    Memory: Kingston HyperX 8GB (compatible with m/b + run memtest86 for hours without error)
    Video: using built in Intel HD (could this be the issue?)
    After re-boot I'm back to Welcome setup screen.
    Notes:
    1. Boots fine if 'singleuser' is appended to the kernel boot line in GRUB, but that's not the point. I would like to run UI.
    2. I have tried removing 'rhgb' and 'quiet' kernel boot parameters to no avail. I have actually stripped the kernel boot line in GRUB down to 'ro' and that would not help either.
    3. Ubuntu 10.10 x64 runs fine.
    4. Windows 7 x64 runs fine.

    You may have a hardware or system bios issue in combination with the existing drivers. Have you checked the vendors home page for your system? What clues exit in the log files in /var/log?
    It sounds like you are using a Latop. Oracle Linux, like RHEL is not designed for desktop and mobile computers. Installation success will depend on your hardware compatibility, but you will very likely be missing appropriate drivers for wireless, video and power management.
    If Enterprise Linux is a requirement and you are not using it as the primary OS, or if the computer hardware lacks support, how about installing Oracle Virtualbox and install Linux as a guest OS - I'm pretty sure this should work.

  • Oracle Linux 6 u3 Installation via FTP

    There is a need to install OS (Oracle Linux 6.3) via FTP. The installation process started fine, but after I'd finished with partitions layout and hit "next" on the window displaying "boot loader operating system list", error appeared.
    the error: "Unable to read package metadata from repository. This maybe due to missing repodata directory. Cannot retrieve repository metadata(repomd.xml) for repository".
    Ftp shared folder is OS iso file itself.

    What you are trying to accomplish is creating a local mirror of the software distribution. If you can't download from a mirror and you have the install DVD, copy the complete content and structure to a locally hosted HTTP or FTP directory.
    As already mentioned, you need to specify the path to the root of the installation from where you can browse the "repodata" and "server" directory.
    You can see what the installation is looking for by opening the repodata directory and analyzing "repomod.xml". This will show you the relative path and filename including the primary.sqlite.bz2 file.
    Make sure all your files and directories in the installation root have world read and execute privileges (chmod -R 755 /install dir) and make sure your ftp server is setup accordingly providing the right FTP_HOME and permissions. Also, what is your FTP server, does it support Unix filenames or translate them?
    You can probably try another machine use FTP to connect to the installation source and see if you can navigate inside the directories and get the files.

  • 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.

  • Oracle LINUX 6.3 ISO has problem

    Hi All,
    I'm trying to install Oracle Linux 6.3 on my i5 desktop. Initially I installed it without disk check, the install was successfull but the OS would behave strangely. Buttons were invisible and messages on screen were not visible properly.
    I tried installing it 3 times but at the time of install also button labels were missing.
    Then I tested the DISK and it showed its corrupt.
    Y'day I downloded the ISO from Oracle Official site (edelivery) again but disk test for it also failed.
    I have Oracle 6.2 also and disk check for it was successfull.
    But when I try to install it on my desktop my system goes in standby mode automatically.
    So tehre are issues
    1) Not able to install Linux 6.3 as downloads are corrupt.
    2) Not able to install Linux 6.2 as system gos in standby mode when booting from DVD.
    Thanks in advance.

    You can verify the integrity of the ISO download by comparing your SHA-1 checksum with the information shown under the "View Digest" button at the Oracle edelivery download page. If the checksum is fine, the problem is your system.

Maybe you are looking for

  • I cannot get iTunes Match to sync music to my iPhone.  Please help.

    Since getting a new iPhone 6, my music is all messed up.  I turned on iTunes Match and it tells me that I have 8886 songs now available in iCloud.   But the songs never appear on my iPhone.  I tried turning iTunes Match off and on but the only thing

  • Reverse back to Tiger 10.4.x

    What's the best way to downgrade from Leopard back to 10.4.x? Since upgrading to Leopard I can no longer print. Others have encountered similar problems (check the printing forums). Anyway I was think of going back to 10.4 until HP or Apple can put t

  • FPCJ Cash Desk fields populate through event 6060

    Hi All, I have a requirement to populate fields of Cash Desk tcode FPCJ through event 6060 ( reading bar code) but no idea how this event will get trigger .I checked it is not getting trigger through FPCJ. For testing , Contract Acc (VKONT) is filled

  • Error SQL:1114 in execution of query

    Hi Experts, When I execute a query, I show the message "Waiting for server response" and then happens the next error "Error SQL:1114 System error in program SAPLRSDRC y FORM 1114" Can Anyone help me? Thanks

  • Bullet (unordered) sublists within number (ordered) lists are displayed incorrectly

    In my FrameMaker source, I've got the usual L1 Bullet List, L2 Number List, L3 Bullet Sublist, L4 Number Sublist styles defined. I've imported the source by reference into RoboHelp, and I've mapped the FrameMaker styles via fmstyles.css to RoboHelp s