Oracle Linux TNSLISTENER NL-00051 Error

I recently installed the Oracle8.0.5 Web download on a SuSe6.0
Linux machine. Database starts okay, can connect using SQL*PLUS
on the server but get the error below when starting the listener
oracle$ lsnrctl start
LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 15-APR-99
20:45:27
(c) Copyright 1997 Oracle Corporation. All rights reserved.
Starting /app/oracle/product/8.0.5/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 8.0.5.0.0 - Production
System parameter file is
/app/oracle/product/8.0.5/network/admin/listener.ora
Log messages written to
/app/oracle/product/8.0.5/network/log/listener.log
Trace information written to
/app/oracle/product/8.0.5/network/trace/listener.tr
c
Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=9)(KEY=PNPKEY))
Listening on: (ADDRESS=(PROTOCOL=tcp)(DEV=12)(HOST=192.168.0.99)
(PORT=1521))
NL-00051: internal error code, arguments: [302], [1], [], [],
Snippet of the listener trace file follows
tnslsnr: completing partial addr: (DESCRIPTION=
(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=tcp)(PORT=1521)
(HOST=PLANDATA)))
nttaddr2bnd: entry
nttaddr2bnd: exit
tnslsnr: Listening on: (ADDRESS=(PROTOCOL=tcp)(DEV=12)
(HOST=192.168.0.99)(PORT=1521))
nsevreg: begin registration process for 1
nsevreg: sgt=0, evn=1, evt[2]=0x0
nsevreg: begin notification process for 1
nsevreg: rdm=0, sgt=0, evt[0]=0x1, [1]=0x1, [2]=0x0, nrg=0
nsevreg: registering for 0x1
nsevreg: begin registration process for 3
nsevreg: sgt=0, evn=1, evt[2]=0x0
nsevreg: begin notification process for 3
nsevreg: rdm=0, sgt=0, evt[0]=0x1, [1]=0x1, [2]=0x0, nrg=0
nsevreg: registering for 0x1
tnslsnr: Reporting the following error stack:
tnslsnr: Reporting the following error stack:
NL-00051: internal error code, arguments: [302], [1], [], [],
nsmal: 493 bytes at 0x8365c80
Anybody got any ideas, I cannot find the error message (NL-
00051) described anywhere !!!!
Regards
Tim
null

Here is some quick (and sad) info :-)
anwar:~ > oerr nl 51
00051, 00000, "internal error code, arguments: [%s], [%s], [%s],
[%s], [%s], [%s], [%s]"
// *Cause: This is the generic internal error code for NPD
program
// exceptions. This indicates that a process has encountered an
// exceptional condition.
// *Action: Report as a bug - the first argument is the internal
error number
// The second argument is the "emfi" (err msg file index).
Anwar.
Tim Jones (guest) wrote:
: Anybody got any ideas, I cannot find the error message (NL-
: 00051) described anywhere !!!!
: Regards
: Tim
null

Similar Messages

  • Compiling VMtools on Oracle Linux 6.2 gives errors

    I am trying to compile the vmtools on a Oracle Linux 6.2 VMware installation. I'm getting strange compilation errors on all the vmtools. Log pasted below.
    I have found thread VMware Tools and Oracle Linux Howto and followed the items in there with no help and no change.
    yum -y install kernel-headers is all up to date
    yum -y install kernel-devel is all up to date
    Here are the issues I see:
    1. Compiling the shared folder says linux/smp_lock.h does not exist, and then fails with SPIN_LOCK_UNLOCKED undeclared and unknow field `get_sb'
    2. The network device driver fails in vmxnet.c
    3. The vmblock module fails in dentry.c
    4. The communication service fails in vmci_drv.c
    5. The VM communication interface fails in vmci_drv.c
    6. The X configuration is skipped because there are "no drivers for X.ora version: 7.9.6" (see the bottom of the log below).
    start of pasted log
    ========================================================
    [root@vdev-oem bin]# ./vmware-config-tools.pl
    Initializing...
    Stopping VMware Tools services in the virtual machine:
    Guest operating system daemon: [  OK  ]
    Virtual Printing daemon: [  OK  ]
    Unmounting HGFS shares: [  OK  ]
    Guest filesystem driver: [  OK  ]
    The module vmmemctl has already been installed on this system by another
    installer or package and will not be modified by this installer. Use the flag
    --clobber-kernel-modules=vmmemctl to override.
    Before you can compile modules, you need to have the following installed...
    make
    gcc
    kernel headers of the running kernel
    Searching for GCC...
    Detected GCC binary at "/usr/bin/gcc".
    The path "/usr/bin/gcc" appears to be a valid path to the gcc binary.
    Would you like to change it? [no]
    Searching for a valid kernel header path...
    Detected the kernel headers of the running kernel at
    "/lib/modules/2.6.39-200.24.1.el6uek.x86_64/build/include".
    The path "/lib/modules/2.6.39-200.24.1.el6uek.x86_64/build/include" appears to
    be a valid path to the kernel headers of the running kernel.
    Would you like to change it? [no]
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmhgfs-only'
    make -C /lib/modules/2.6.39-200.24.1.el6uek.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/backdoor.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/backdoorGcc64.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/bdhandler.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/cpName.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/cpNameLinux.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/cpNameLite.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/dentry.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/dir.o
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/file.o
    /tmp/vmware-root/modules/vmhgfs-only/file.c:120: warning: initialization from incompatible pointer type
    CC [M] /tmp/vmware-root/modules/vmhgfs-only/filesystem.o
    /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:48:28: error: linux/smp_lock.h: No such file or directory
    /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:72: error: âSPIN_LOCK_UNLOCKEDâ undeclared here (not in a function)
    /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:137: error: unknown field âget_sbâ specified in initializer
    /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:137: warning: initialization from incompatible pointer type
    /tmp/vmware-root/modules/vmhgfs-only/filesystem.c: In function âHgfsGetSbâ:
    /tmp/vmware-root/modules/vmhgfs-only/filesystem.c:493: error: implicit declaration of function âget_sb_nodevâ
    make[2]: *** [tmp/vmware-root/modules/vmhgfs-only/filesystem.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmhgfs-only] Error 2
    make[1]: Leaving directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    make: *** [vmhgfs.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmhgfs-only'
    The filesystem driver (vmhgfs module) is used only for the shared folder
    feature. The rest of the software provided by VMware Tools is designed to work
    independently of this feature.
    If you wish to have the shared folders feature, you can install the driver by
    running vmware-config-tools.pl again after making sure that gcc, binutils, make
    and the kernel sources for your running kernel are installed on your machine.
    These packages are available on your distribution's installation CD.
    [ Press Enter key to continue ]
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmxnet-only'
    make -C /lib/modules/2.6.39-200.24.1.el6uek.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    CC [M] /tmp/vmware-root/modules/vmxnet-only/vmxnet.o
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c: In function âvmxnet_probe_deviceâ:
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c:1007: error: âvmxnet_change_mtuâ undeclared (first use in this function)
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c:1007: error: (Each undeclared identifier is reported only once
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c:1007: error: for each function it appears in.)
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c: In function âvmxnet_load_multicastâ:
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c:2915: error: âstruct net_deviceâ has no member named âmc_listâ
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c:2925: error: âstruct net_deviceâ has no member named âmc_countâ
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c:2926: error: dereferencing pointer to incomplete type
    /tmp/vmware-root/modules/vmxnet-only/vmxnet.c:2927: error: dereferencing pointer to incomplete type
    make[2]: *** [tmp/vmware-root/modules/vmxnet-only/vmxnet.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmxnet-only] Error 2
    make[1]: Leaving directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    make: *** [vmxnet.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmxnet-only'
    The fast network device driver (vmxnet module) is used only for our fast
    networking interface. The rest of the software provided by VMware Tools is
    designed to work independently of this feature.
    If you wish to have the fast network driver enabled, you can install the driver
    by running vmware-config-tools.pl again after making sure that gcc, binutils,
    make and the kernel sources for your running kernel are installed on your
    machine. These packages are available on your distribution's installation CD.
    [ Press Enter key to continue ]
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmblock-only'
    make -C /lib/modules/2.6.39-200.24.1.el6uek.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/block.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/control.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/dbllnklst.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/dentry.o
    /tmp/vmware-root/modules/vmblock-only/linux/dentry.c: In function âDentryOpRevalidateâ:
    /tmp/vmware-root/modules/vmblock-only/linux/dentry.c:107: error: implicit declaration of function âpath_lookupâ
    make[2]: *** [tmp/vmware-root/modules/vmblock-only/linux/dentry.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmblock-only] Error 2
    make[1]: Leaving directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    make: *** [vmblock.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmblock-only'
    The vmblock module enables dragging or copying files from within a host and
    dropping or pasting them onto your guest (host to guest drag and drop and file
    copy/paste). The rest of the software provided by VMware Tools is designed to
    work independently of this feature (including guest to host drag and drop and
    file copy/paste).
    If you would like the host to guest drag and drop and file copy/paste features,
    you can install the driver by running vmware-config-tools.pl again after making
    sure that gcc, binutils, make and the kernel sources for your running kernel
    are installed on your machine. These packages are available on your
    distribution's installation CD.
    [ Press Enter key to continue ]
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmci-only'
    make -C /lib/modules/2.6.39-200.24.1.el6uek.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciDatagram.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciEvent.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciGuestDs.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciGuestKernelIf.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciKernelIf.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciProcess.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciQueuePair.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciUtil.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmci_drv.o
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c:91: error: unknown field âioctlâ specified in initializer
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c:91: warning: initialization from incompatible pointer type
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c: In function âvmci_initâ:
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c:151: error: implicit declaration of function âinit_MUTEXâ
    make[2]: *** [tmp/vmware-root/modules/vmci-only/vmci_drv.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmci-only] Error 2
    make[1]: Leaving directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    make: *** [vmci.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmci-only'
    The communication service is used in addition to the standard communication
    between the guest and the host. The rest of the software provided by VMware
    Tools is designed to work independently of this feature.
    If you wish to have the VMCI feature, you can install the driver by running
    vmware-config-tools.pl again after making sure that gcc, binutils, make and the
    kernel sources for your running kernel are installed on your machine. These
    packages are available on your distribution's installation CD.
    [ Press Enter key to continue ]
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmci-only'
    make -C /lib/modules/2.6.39-200.24.1.el6uek.x86_64/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciDatagram.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciEvent.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciGuestDs.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciGuestKernelIf.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciKernelIf.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciProcess.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciQueuePair.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmciUtil.o
    CC [M] /tmp/vmware-root/modules/vmci-only/vmci_drv.o
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c:91: error: unknown field âioctlâ specified in initializer
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c:91: warning: initialization from incompatible pointer type
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c: In function âvmci_initâ:
    /tmp/vmware-root/modules/vmci-only/vmci_drv.c:151: error: implicit declaration of function âinit_MUTEXâ
    make[2]: *** [tmp/vmware-root/modules/vmci-only/vmci_drv.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmci-only] Error 2
    make[1]: Leaving directory `/usr/src/kernels/2.6.39-200.24.1.el6uek.x86_64'
    make: *** [vmci.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmci-only'
    The VM communication interface socket family is used in conjunction with the VM
    communication interface to provide a new communication path among guests and
    host. The rest of this software provided by VMware Tools is designed to work
    independently of this feature. If you wish to have the VSOCK feature you can
    install the driver by running vmware-config-tools.pl again after making sure
    that gcc, binutils, make and the kernel sources for your running kernel are
    installed on your machine. These packages are available on your distribution's
    installation CD.
    [ Press the Enter key to continue.]
    The module vmxnet3 has already been installed on this system by another
    installer or package and will not be modified by this installer. Use the flag
    --clobber-kernel-modules=vmxnet3 to override.
    The module pvscsi has already been installed on this system by another
    installer or package and will not be modified by this installer. Use the flag
    --clobber-kernel-modules=pvscsi to override.
    Detected X.org version 7.9.6.
    No drivers for X.org version: 7.9.6.
    Skipping X configuration because X drivers are not included.
    Creating a new initrd boot image for the kernel.
    Starting VMware Tools services in the virtual machine:
    Switching to guest configuration: [  OK  ]
    Guest operating system daemon: [  OK  ]
    Virtual Printing daemon: [  OK  ]
    The configuration of VMware Tools 8.3.2 build-257589 for Linux for this running
    kernel completed successfully.
    You must restart your X session before any mouse or graphics changes take
    effect.
    You can now run VMware Tools by invoking the following command:
    "/usr/bin/vmware-toolbox" during an X server session.
    To enable advanced X features (e.g., guest resolution fit, drag and drop, and
    file and text copy/paste), you will need to do one (or more) of the following:
    1. Manually start /usr/bin/vmware-user
    2. Log out and log back into your desktop session; and,
    3. Restart your X session.
    Enjoy,
    --the VMware team                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Actually, I did exactly that:
    yum -y install gcc
    yum -y install kernel-uek-devel-`uname -r`
    yum -y install kernel-uek-headers-`uname -r`
    The headers with the uname gave an error that the headers do not exist. The others ran fine.
    I did:
    yum -y install kernel-uek-headers
    and that worked.
    However, NONE of this changed the errors - they were exactly the same before and after. The problem is still not resolved.
    However, I did try a different approach. I found the VMware Operating System Packages (OSPs) through the following link: http://www.vmware.com/download/packages.html. I installed that, and it seemed to work fine.
    The problem that we had, which was the original reason why I wanted to have the VMware tools, was that the disk was sized too small and I thought with the tools we could resize the disk. It didn't work, we could not edit the size in the VMware console. So we ended up blowing away that VM and are in the process of recreating it at a larger size. I'll take a snapshot of the state before the OSP install so I can test the compile version in case someone posts something useful here.

  • Oracle linux 6 iptables SNAT error!

    hello every one
    I use oracle linux 6.1,and use iptables do snat, but the POSTROUTING CHAIN can't receive packets (i see it use 'iptables-save')
    echo 1 > /proc/sys/net/ipv4/ip_forward
    'iptables-save' like this:
    # Generated by iptables-save v1.4.7 on Tue Jun 14 22:44:05 2011
    *nat
    :PREROUTING ACCEPT [268:25801]
    :POSTROUTING ACCEPT [1:108]
    :OUTPUT ACCEPT [1:108]
    -A POSTROUTING -j LOG --log-prefix "POSTROUTING:"
    -A POSTROUTING -s 10.0.0.0/8 -o eth0 -j SNAT --to-source x.x.x.x
    COMMIT
    # Completed on Tue Jun 14 22:44:05 2011
    # Generated by iptables-save v1.4.7 on Tue Jun 14 22:44:05 2011
    *filter
    :INPUT DROP [0:0]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [537:176247]
    -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
    -A INPUT -p icmp -j ACCEPT
    -A INPUT -i lo -j ACCEPT
    -A INPUT -i eth1 -p tcp -m state state NEW -m tcp dport 22 -j ACCEPT
    -A INPUT -j REJECT --reject-with icmp-host-prohibited
    -A FORWARD -j LOG --log-prefix "FORWARD:"
    -A FORWARD -j REJECT --reject-with icmp-host-prohibited
    thanks!

    Best to ask this type of question on a firewall list - iptables can be pretty complex.
    I have my own version of DNAT rules - unsure how similar that would be to SNAT.
    This was done primarily via hacking and testing as I'm not a firewall guy. So there could be a better way to configure it. However, none of the examples I found at that time on the net worked for me across interfaces - so I had to roll my own despite my networking experience being largely limited to networking programming.
    The need was to NAT incoming Oracle client traffic 1521/tcp across interfaces. The core of the NAT script I wrote (that has been doing the intended job for a number of years now) look as follows:
    ..snipped..
    CreateNATroute()
    # usage:        PORT-IN PORT-OUT IN-NETWORK NAT-OUT INF-IN INF-OUT
            SRCPORT=$1
            DSTPORT=$2
            SRCIP=$3
            DSTIP=$4
            INFIN=$5
            INFOUT=$6
            # NAT TCP traffic:
            #       from SRCIP and DSTPORT on INTERFACE IN
            #       to DSTIP and DSTPORT
            iptables        --table nat                             \
                            --append PREROUTING                     \
                            --protocol tcp                          \
                            --source $SRCIP                         \
                            --dport $DSTPORT                        \
                            --in-interface $INFIN                   \
                            --jump DNAT                             \
                            --to-destination $DSTIP:$DSTPORT
            # MASQUERADE TCP traffic:
            #       from SRCIP
            #       to interface INTERFACE OUT for DSTIP
            iptables        --table nat                             \
                            --append POSTROUTING                    \
                            --out-interface $INFOUT                 \
                            --source $SRCIP                         \
                            --destination $DSTIP                    \
                            --jump MASQUERADE
            # FORWARD CHAIN (punching holes for NAT port proxy)
            iptables        --table filter                          \
                            --append FORWARD                        \
                            --protocol tcp                          \
                            --in-interface $INFIN                   \
                            --out-interface $INFOUT                 \
                            --destination $DSTIP                    \
                            --dport $DSTPORT --sport 1024:65535     \
                            -m state --state NEW                    \
                            --jump ACCEPT
            # Firewall Forwarding Filter for $INFOUT
            iptables        --table filter                          \
                            --append FORWARD                        \
                            --out-interface $INFIN                  \
                            -m state --state NEW,ESTABLISHED,RELATED\
                            --jump ACCEPT
            # Firewall Forwarding Filter for $INFIN
            iptables        --table filter --append FORWARD         \
                            --in-interface $INFIN                   \
                            -m state --state ESTABLISHED,RELATED    \
                            --jump ACCEPT
            # Firewall Input Filter for $INFIN
            iptables        --table filter --append INPUT --in-interface $INFIN             \
                            --protocol tcp --dport $DSTPORT                                 \
                            --jump ACCEPT
    }

  • 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

  • Oracle-Linux 11g Install error

    Hi guys,
    After starting Ora installer on Linux I'm getting this error:
    Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
    : No such file or directory
    I downloaded 11g twice thinking that maybe the files are corrupt but both times got the same error as above directory does not exist when I unzip Oracle 11g db files... ???
    Please help.
    I downloaded 11g twice thinking that maybe the file is corrupt but both times got the same error as above directory does not exist when I unzip Oracle db files...
    Please help.
    Thank you very much.
    Art.

    I already closed the session... I started Oracle Installer as a super user in Oracle-Linux:
    ...@localhost database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 120 MB. Actual 21968 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 3999 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-13_08-24-59PM. Please wait ...
    Invalid source path '../stage/Components/oracle.jdk/1.5.0.17.0/1/DataFiles' specified for unzip. Unzip command failed. Please check oraparam.ini and specify a valid source path.
    The problem I think is that directory '.../oracle.jdk/...' does not exist.
    Thank you very much.
    Art.
    Edited by: user6248369 on Feb 13, 2011 6:24 PM

  • Oracle linux 6.3: (yum update)  [Errno 14] PYCURL ERROR 22

    Hi all,
    i get this error when i try to update a new fresh instalation of OL 6.3
    yum update
    Downloading Packages:
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/apr-1.3.9-5.el6_2.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"
    Trying other mirror.
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/bind-libs-9.8.2-0.10.rc1.el6_3.2.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"
    Trying other mirror.
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/bind-utils-9.8.2-0.10.rc1.el6_3.2.x86_64.rpm: *[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403"*
    Trying other mirror.
    it's the firts update after install from dvd.
    also i get the same error with wget:
    wget http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/apr-1.3.9-5.el6_2.x86_64.rpm
    --2012-08-02 15:43:39-- http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/apr-1.3.9-5.el6_2.x86_64.rpm
    Resolviendo public-yum.oracle.com... 141.146.44.34
    Connecting to public-yum.oracle.com|141.146.44.34|:80... conectado.
    Petición HTTP enviada, esperando respuesta... 403 Forbidden: header 'Content-Type' value denied
    *2012-08-02 15:43:39 ERROR 403: Forbidden: header 'Content-Type' value denied.*
    it's only yum problem:
    wget google.cl
    --2012-08-02 15:44:44-- http://google.cl/
    Resolviendo google.cl... 173.194.42.31, 173.194.42.23, 173.194.42.24, ...
    Connecting to google.cl|173.194.42.31|:80... conectado.
    Petición HTTP enviada, esperando respuesta... 301 Moved Permanently
    Localización: http://www.google.cl/ [siguiendo]
    --2012-08-02 15:44:45-- http://www.google.cl/
    Resolviendo www.google.cl... 173.194.42.31, 173.194.42.23, 173.194.42.24, ...
    Reusing existing connection to google.cl:80.
    Petición HTTP enviada, esperando respuesta... 200 OK
    Longitud: no especificado [text/html]
    Saving to: `index.html.1'
    [ <=>                                                                                                       ] 13.012 --.-K/s in 0s
    2012-08-02 15:44:45 (77,6 MB/s) - `index.html.1' saved [13012]
    Please really need help here!
    thansk
    Edited by: 950590 on 02-ago-2012 13:43

    i think so,
    just installed from DVD on default options
    this is the */etc/yum.repo.d/public-yum-ol6.repo* (with no modification)
    [ol6_latest]
    name=Oracle Linux $releasever Latest ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=1
    [ol6_ga_base]
    name=Oracle Linux $releasever GA installation media copy ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/0/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=0
    [ol6_u1_base]
    name=Oracle Linux $releasever Update 1 installation media copy ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=0
    [ol6_u2_base]
    name=Oracle Linux $releasever Update 2 installation media copy ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/2/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=0
    [ol6_u3_base]
    name=Oracle Linux $releasever Update 3 installation media copy ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/3/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=0
    [ol6_UEK_latest]
    name=Latest Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=1
    [ol6_UEK_base]
    name=Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    gpgcheck=1
    enabled=0

  • Oracle linux 6.3: (yum update) [Errno 14] PYCURL ERROR 18

    Hi all,
    I installed yesterday Oracle Linux 6.3 in the first time and when I tried to do yum update I got the following error:
    [root@ole6 ~]# yum update
    Loaded plugins: refresh-packagekit, security
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/i386/repodata/primary.xml.gz: [Errno 14] PYCURL ERROR 18 - "transfer closed with 1639799 bytes remaining to read"
    Trying other mirror.
    Error: failure: repodata/primary.xml.gz from ol6_latest: [Errno 256] No more mirrors to try.
    How can I solve this problem?
    Thanks in advanced.

    Hi Avi,
    Thanks for your reply. as I said this is my first time installing Linux so not all the terms are clear to me.
    I installed OL6.3 through Oracle VirtualBox 4.1.18.
    anyway, I did what you recomanded and it's still not working:
    [root@ole6 ~]# yum clean all
    Loaded plugins: refresh-packagekit, security
    Cleaning repos: ol6_UEK_latest ol6_latest
    Cleaning up Everything
    [root@ole6 ~]# yum update
    Loaded plugins: refresh-packagekit, security
    ol6_UEK_latest | 1.2 kB 00:00
    ol6_UEK_latest/primary | 2.3 MB 00:10
    ol6_UEK_latest 64/64
    ol6_latest | 1.4 kB 00:00
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/i386/repodata/primary.xml.gz: [Errno 14] PYCURL ERROR 18 - "transfer closed with 1574263 bytes remaining to read"
    Trying other mirror.
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/i386/repodata/primary.xml.gz: [Errno 14] PYCURL ERROR 18 - "transfer closed with 1459575 bytes remaining to read"
    Trying other mirror.
    Error: failure: repodata/primary.xml.gz from ol6_latest: [Errno 256] No more mirrors to try.
    when I tried to download http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/i386/repodata/primary.xml.gz
    by IE of my host (Windows) I succeed but when i tried to do the same through Firefox of the virtual machine the download stopped after approximally 15MB which is similar to what happened with the PYCURL ERROR 18 above.
    Are there any configuration I need to set in my linux installation or maybe in the oracle virtualbox setting?
    Thanx,
    Yosi

  • Error while installing juicer on oracle linux 6

    Hi Team,
    I have juicer installation on my plate, i installed ruby and rubygem as pre-requisite for juicer but while running below command after successful installation i am getting error stating "cannot load such file -- nokogiri/nokogiri".
    while i have installed nokogiri already.
    ~# juicer --version
    /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require': cannot load such file -- nokogiri/nokogiri (LoadError)
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:36:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri.rb:27:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:59:in `rescue in require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:35:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/base.rb:1:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer/install/closure_compiler_installer.rb:2:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `block in require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `each'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:61:in `require_all_libs'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/lib/juicer.rb:66:in `<top (required)>'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/site_ruby/2.0.0/rubygems/custom_require.rb:55:in `require'
      from /usr/local/lib/ruby/gems/2.0.0/gems/juicer-1.1.1/bin/juicer:3:in `<top (required)>'
      from /usr/local/bin/juicer:19:in `load'
      from /usr/local/bin/juicer:19:in `<main>'
    ~]# gem list
    *** LOCAL GEMS ***
    closure-compiler (1.1.10)
    cmdparse (2.0.5)
    dev-utils (1.0.1)
    extensions (0.6.0)
    json (1.8.1)
    juicer (1.1.1)
    mini_portile (0.5.2)
    minitest (5.0.8)
    nokogiri (1.5.6, 1.5.0)
    rake (10.1.0)
    rdoc (4.0.1)
    rubyzip (0.9.9)
    I need your urgent help on this as I am totally stuck here. Thanks in advance.

    When asking a question is often helps to explain what the software is good for and how to reproduce the problem. This is not a juicer or ruby forum and there are probably not many if any user familiar with juicer in this forum. But for what it's worth, the following works in Oracle Linux 6.3 x86 and probably other release versions:
    curl -L https://get.rvm.io | bash -s stable --ruby
    source /usr/local/rvm/scripts/rvm
    ruby --version
    ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
    gem install --verbose juicer
    juicer --version
    juicer 1.1.1
    juicer help
    Usage: juicer [global options] COMMAND [options] [ARGS]
    Available commands:
        help            Provide help for individual commands
        install         Install a third party library
        list            Lists all dependencies for all input files/patterns
        merge           Combines and minifies CSS and JavaScript files
        verify          Verifies that the given JavaScript/CSS file is problem free
        version         Show the version of the program
    Global options:
        -v, --verbose                    Be verbose when outputting info
        -q, --quiet                      Only log warnings and errors
        -h, --help                       Show help
            --version                    Show the version of the program
    P.S. nokogiri requires Ruby version >= 1.9.2.

  • Errors installing Oracle 10.2 on Oracle Linux 6.3

    I'm encountering this error from runInstaller:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-11-13_05-47-27PM. Please wait ...[oracle@ora01 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-11-13_05-47-27PM/jre/1.4.2/lib/i386/libawt.so: libXt.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I'm running Oracle Linux 6.3.
    I've spent hours searching for any missing libraries and installed all the ones that are pre-requisites.
    Has anyone seen these errors before installing Oracle 10.2 on Oracle Linux 6.3 64 bit?
    Oracle 11.2 has installed without problem.
    Edited by: SamM2 on Nov 12, 2012 11:07 PM

    Hi,
    some similar problem.
    libXp.so.6: cannot open shared object file: No such file or directory
    Hope that helps.
    *T                                                                                                                                                                                                                                                                   

  • Rapidwiz - libXtst.so.6 error when installing EBS R12 on Oracle Linux 6.3

    Hello All,
    I am getting libXtst.so.6 error when installing EBS R12 on Oracle Linux 6.3
    I could not find the exact file to download. Can anyone of you help me to the proper location.
    Thanks in advance.

    987696 wrote:
    Hello All,
    I am getting libXtst.so.6 error when installing EBS R12 on Oracle Linux 6.3
    I could not find the exact file to download. Can anyone of you help me to the proper location.
    Thanks in advance.Please see these docs -- Search for "libXtst.so.6".
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle Forms Upgrade to 10.1.2.3 fails with error /usr/lib/libXtst.so.6: undefined reference [ID 1120527.1]
    Thanks,
    Hussein

  • Version error installing SOA on Oracle Linux

    Hi,
    I'm trying to install Oracle SOA Suite 10g (10.1.3.1.0, soa_linux_x86_101310_disk1.cpio) on Oracle Linux 5, but I'm getting the following error:
    Checking operating system version: must be redhat-Red Hat Enterprise Linux AS rele
    ase 3, redhat-Red Hat Enterprise Linux AS release 4, redhat-Red Hat Enterprise Lin
    ux ES release 3, redhat-Red Hat Enterprise Linux ES release 4 or SuSE-9
    Failed <<<<
    Is Oracle Linux not compatible with SOA? My understanding is that Oracle Linux 5 is basically Redhat 4:
    cat /proc/version
    Linux version 2.6.18-53.el5 ([email protected]) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Sat Nov 10 18:24:52 EST 2007.
    Thanks,
    Yi

    You require a patch 6339508 which provides replacement pre-requisite tests. To use it you need to add two parameters to the runInstaller command as shown below.
    ./runInstaller PREREQ_CONFIG_LOCATION=<PATCH_LOC>/prereq –paramFile <PATCH_LOC>/oraparam.ini
    PATCH_LOC is the location where you unzipped the 6339508 patch. With these new parameters the installer correctly recognizes Oracle Enterprise Linux as a supported platform. Note that OEL needs some specific patches when used with SOA Suite and these need to be installed prior to running the installer. Check the documentation for details.
    cheers
    James

  • Signon page gives invalid OS error, using Firefox on Oracle Linux

    Installed PeopleSoft HCM 9.2 (PT 8.53.02) using Oracle Virtualbox VM template. Installed X Windows and GNOME Desktop and virtualbox guest additions. When I connect to the signin page using firefox (17.x) on this same VM which is running Oracle Linux, I get the unsupported OS errror. Checked browser.xml and that looks fine.
    Error: We've detected that your operating system is not supported by this website. For best results use one of the following operating systems ....
    Any help would be appreciated.
    Thanks
    DS.

    user13635748 wrote:
    Interesting, I didn't know that. But the error message does list "Oracle Enterprise Linux" as one of the supported options.Hmmm, that's right, rather embarrassing. However, according to the all certification matrix that I can read on My Oracle Support, Linux is no where supported for web browsing.
    Seems a bit paradoxal. It probably has to be reported to the support, I don't think that's a VM peculiar issue.
    But why not using the web browser from the host instead of the one from the guest VM ? Will 'solve' if that's a Windows host...
    Nicolas.
    Edited by: N Gasparotto on May 8, 2013 9:18 PM

  • Step 6 error insufficient disk space in oracle linux

    hi am in step 6 installing my oracle oracle in oracle Linux am getting insufficient disk space on this volume for the selected oracle
    i have this dir oracle_base = /u01/app/oracle/product
    sofware location /u01/app/oracle/product/11.2.0/db_1
    database file location /u01/app/oracle/product/oradata
    how can i check space becuase is have enough space
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    i type free -m
    total used free shared buffers cached
    Mem: 1988 1844 143 0 36 1365
    -/+ buffers/cache: 443 1545
    Swap: 3999 0 3999
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    Edited by: Tshifhiwa on 2012/01/27 3:44 PM
    Edited by: Tshifhiwa on 2012/01/27 4:05 PM

    Tshifhiwa wrote:
    hi am in step 6 installing my oracle oracle in oracle Linux am getting insufficient disk space on this volume for the selected oracle
    i have this dir oracle_base = /u01/app/oracle/product
    sofware location /u01/app/oracle/product/11.2.0/db_1
    database file location /u01/app/oracle/product/oradata
    how can i check space becuase is have enough space
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    i type free -m
    total used free shared buffers cached
    Mem: 1988 1844 143 0 36 1365
    -/+ buffers/cache: 443 1545
    Swap: 3999 0 3999
    Edited by: Tshifhiwa on 2012/01/27 2:40 PM
    Edited by: Tshifhiwa on 2012/01/27 3:44 PM
    Edited by: Tshifhiwa on 2012/01/27 4:05 PM<Sigh!>
    http://lmgtfy.com/?q=check+disk+space+in+linux

  • Oracle Linux 6.2 with RAC 11g cluster install fails on root.sh ioctl

    I have 2 HP Servers I'm trying to install a cluster to.
    I've tried Oracle Linux 6.2 and 6.3 with the same error on both nodes when running the root.sh script.
    I have tried the permissions, run-levels, etc that I have found in the forum and nothing has worked except the deconfigure works great. /u01/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig -force
    root.sh Errors:
    Adding daemon to inittab
    CRS-4124: Oracle High Availability Services startup failed.
    CRS-4000: Command Start failed, or completed with errors.
    ohasd failed to start: Inappropriate ioctl for device
    ohasd failed to start at /u01/app/11.2.0/grid/crs/install/rootcrs.pl line 443.
    I can't see whats wrong, I did use ASM to configure iSCSI disks from a storage device which appeared to work correctly:
    # oracleasm listdisks
    VOL1
    VOL2
    VOL3
    VOL5
    # ls /dev/oracleasm/disks/
    VOL1 VOL2 VOL3 VOL5
    When I created the disks with ASM I used multipath successfuly:
    # oracleasm createdisk VOL1 /dev/mapper/23535333762373932
    The other node can see the disks just fine with oracleasm listdisks
    I chose 3 disks for the OCR - VOL1-3
    There was one forum work around to edit the $GRID_HOME/crs/install/s_crsconfig_lib.pm which I did no Oracle Linux 6.3 to no avail. I also tried using NFS mounted volumes for the OCR drives but got the same error.
    Using the install: linux.x64_11gR2_grid

    oracleasm (aka asmlib) may not be supported on RHEL(OEL) 6.x. You do NOT need asmlib and it's days are numbered.
    upon review of this document, even though it was for 10g, it still appears to be relevant
    "10g: Using Openfiler iSCSI with an Oracle RAC database on Linux [ID 371434.1]"
    and
    udev utility can be used for disk mounting consistency between the nodes. It is the preferred tool. Note:371814.1 explains how to use the udev option.
    and
    Can't install GI 11gr2 (11.2.0.3) root.sh fail
    Edited by: onedbguru on Dec 13, 2012 3:40 PM

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

Maybe you are looking for

  • Web report without userid and password

    Hi Experts, I exported a BW web report to excel spreadsheet and sent it through mail to others, When recepients tried to open that exported spreadsheet, It is prompting for userid and password. I dont want this to be happened and it should open witho

  • My fiancee accidentally deleted my iphoto app. When we got the computer it didn't have a disk with the applications on either, can I get it back?

    Hello everyone, its pretty much as easy as the question in the title bar, my fiancee has deleted iphoto by accident. I didnt get any disk with the computer when i got it (its a macbook - the white model, ive had it nearly 2 years) and i know this for

  • File to JDBC Scenario through BPM

    Hello All, Kindly help me to create a below XI scenario using BPM. Scenario: I want to take the file data and update the details in JDBC and if the records gets updated, i mean update count > 0 then only i want to archive file otherwise i dnt want to

  • Firefox doesn't open with profile even after creating a profile through Profile Manager.

    I created a profile of Firefox yesterday using Profile Manager. And placed it in a virtual encrypted drive created by TrueCrypt. But Firefox didn't open with the profile. Instead it opened in default setting that Firefox usually gets when newly insta

  • How to stop the "Elapsed Time" counting without stop the program running?

    我使用Labview 8.2,配合USB DAQ來做測試治具.目的: 當檢測到某個電壓(Analog Input)到達某個電壓值(5V)之後,開始啟動計時.若是在15秒之內,另一個電壓值降為0之後為正常​,此時停止計時(但是數值不能歸零):若是超過15秒還沒有降到0伏,則表示錯誤,此時亮起紅色 indicator警示,但是時間仍然繼續計時,直到電壓降到0為止才停(但是數值不能歸零). 我使用 Elapsed Time 模組來使用,可是問題是如何讓該模組停止計時同時不能將時間歸零?因為此模組只有