About OEL 5.4 kernel

Hi,
I have tried with OEL5.4.It has 2.6.18 kernel.But higher version 2.6.32 is also available.Is there any specific reason to inlcude lower version?

Frits is correct, but let me elaborate.
Also, Oracle Enterprise Linux is a freely-available version of its Red Hat counterpart. A distribution release is a snapshot in time, and enterprise-level customers prize stability. As a wise man once told me: "Newness is not a virtue." He was right.
The key point here is software configuration control.
So, a distribution release point comes when a group of packages is considered to work well together. Bingo, burn a DVD. Lock down the package versions. On to the next release...
Bugs crop up, and are fixed. These are the errata updates, and you need an Unbreakable Linux Network license to get them. But the distribution release versions are not altered: a 1.0 distribution release remains a 1.0 distribution release forever. If you hit the bug and need the update, then you graft the new package version into your local package inventory, but that does not change the canonical original release.

Similar Messages

  • Question about ASE 15.7 kernel mode – process vs threaded

    Hi there,
    This question is related to upgrading Sybase ASE Server
    from version 15.5 to version 15.7 on Sun Solaris SPARC Operating System
    (Solaris 10). For the upgrade, I need to choose between threaded kernel and
    process kernel mode.
    1> Is the process kernel mode in ASE 15.7 identical to
    process kernel in ASE 15.5? Are there any changes to process kernel mode
    between version 15.5 and 15.7? With all the other configurations on the Solaris
    host being same (Number of CPUs, RAM, Storage, Sybase ASE Configuration
    parameter values like total memory, engines), will the performance on ASE 15.7
    in process kernel mode be same as on ASE 15.5?
    If there are differences in performance, what are they? What should I be monitoring on ASE 15.7 to see
    if there is performance issue on the ASE Server?
    2> For the threaded kernel mode, are there any performance
    overheads like more CPU usage? We are not planning to change the hardware
    configuration of the Solaris host during the upgrade.  What values should I be monitoring at the OS
    level OR Sybase ASE level to make sure that there are no performance issues? Is
    there any particular parameter that needs to be monitored closely when we
    change to threaded kernel mode?
    Are there any Sybase Configuration parameters that I need
    to tune for the New threaded kernel mode? If so, do you have any performance
    tuning tips (white papers, technical documents) for threaded kernel mode?
    3> What is SAP Sybase recommendation on which Kernel mode I
    should be using? I researched the SAP Knowledge Base articles for
    recommendations on which Kernel mode to use and I could not find a definitive answer.
    Thanks,
    Raj

    Actually with Solaris on SPARC, there is a very key consideration - you should be on ASE 15.7 sp50 or sp100 or higher AND have applied the kernel jumbo patch (Oracle BugID 16054425) from Solaris that fixes the issue in which they prohibited OS threads from issuing KAIO calls.   Then in ASE, you need to configure the 'solaris async i/o mode' parameter.
    The changes between threaded and process mode kernels should be transparent to your application.  Generally speaking, SAP recommends 'threaded' kernel mode - and specifically for SAP applications only certifies 'threaded' kernel mode.    For custom applications, you *could* use either - although, depending on how many engines you run and what chipset you are on, you might see better performance with one vs. the other - typically threaded kernel mode is better, although there are exceptions.
    Generally, the main difference is that in process kernel mode, each engine did disk and network IO polling.   Due to OS security restrictions, this often meant that a engine had to process the disk IO in which it submitted...or for networking, your SPID had to run on your network engine for any network IO.  In threaded mode, there is a single parent process with engine tasks (threads) and IO tasks (threads).   Consequently, for customers used to running in the 10's of engines, we suggest a starting point of reducing the number of engines by 2 to give the IO tasks CPU time.
    One reason why threaded mode is often better is due to OS scheduling.   With hardware threaded cores, most OS dispatch schedulers do a better job of spreading the threads across the cores before utilizing the threads when a process is multi-threaded with POSIX threads - then a multi-process/kernel threaded implementation.   At one customer, we proved that we consistently got the best performance with threaded kernel and the only way we could match it with process kernel was to use OS cpu affinity to bind the ASE engine processes to individual cores.
    However, one consideration is that older SPARC Niagara chips (T1-T4) were notoriously bad at network handling for some reason.   As a result, one of the recommendations for ASE on SPARC Niagara chips is to run the same number of network engines as the number of cores ASE is using.   One solution to that is in Solaris 11 (I think) where Solaris finally started being able to handle network interrupts better - I also think the T5/T6 are much better chips - but I have no customer experience data to go on there.

  • A little question about compiling my own kernel

    Hii, How can I know please, wich moudle is loaded in my current kernel and being used?
    for example, if I have now the RAID xxxx , and I don't use it, so when compiling my own Kernel, I don't need it.
    How can I know wich ones arn't needed?

    Ok Lsmod I know, is there any thing else?

  • Question about using uuid in kernel boot argument

    Have my root partition on sda3 with uuid-> 81222792-bd9f-47d6-8d28-b4b59d93cbac
    Grub is able to boot if I use either:
    root=/dev/sda3
    or
    root=/dev/disk/by-uuid/81222792-bd9f-47d6-8d28-b4b59d93cbac
    But not by using:
    root=UUID=81222792-bd9f-47d6-8d28-b4b59d93cbac
    Do I need to do some steps if I want to use root=UUID=xxx syntax in the root partition of the grub/grub2 bootloader?

    Found this link on Google http://en.gentoo-wiki.com/wiki/Initramfs.  In short it tells that you need some support in the initrd image.  Since both kernel26.img and kernel26-fallback.img failed to boot using root=UUID=xxxx syntax, then I guess that support is not included by default on our images.
    Since working/hacking the initrd/mkinitcio is atm too much for me to handle, I hope someone with more experience can give me some light in the issue.

  • Why is kernel-2.6.9 (OEL-4) faster than kernel-2.6.18 (OEL-5) ?

    Hi,
    as long as RHEL-5 and then OEL-5 have been released, I have been wondering why my own programs, compiled and run on RHEL-5/OEL-5, are slower than the same programs compiled and run on RHEL-4/OEL-4 on the same machine. This is really barmy since gcc-4.1, shipped with RHEL-5/OEL-5, is very aggressive compiler and produces faster binary code than gcc-3.4.6, shipped with RHEL-4/OEL-4. I verified this hundred times testing both compilers on RHEL-4/OEL-4 and RHEL-5/OEL-5. The 4.1 compiler always produces faster executable on the same OS.
    The problem is obviously in kernel-2.6.18. There is something in the kernel (maybe scheduler?) that slows down the execution of programs. But what? I experimented with changing various kernel boot parameters (eg "acpi=off" etc), even tried to recompile the kernel many times with various combinations of config parameters, and nothing helps. Thus, I'm still wondering whether the problem is solvable by disabling one or more config parameters and recompiling the kernel, or is deeply embedded in the main kernel code.
    Is there anybody in this forum who experienced the same, say running OEL-4 before migrating to OEL-5?
    Here are two examples showing different execution times on OEL-4.5 (kernel-2.6.9-55.0.5.0.1.EL.i686, gcc-3.4.6-8.0.1) and OEL-5 (kernel-2.6.18-8.1.10.0.1.el5, gcc-4.1.1-52.el5.2). The first example is trivial but very sensitive to overal system load and kernel version. The second example is "Sieve of Eratosthenes" - the program for finding prime numbers (CPU bound).
    EXAMPLE 1.
    /*  Simle program for text screen console  */
    /*  very sensitive to overall system load  */
    /*  and kernel version                     */
    #include <stdio.h>
    int main(void)
        register int i;
        for(i = 0; i < 1000000; i++)
         printf(" %d ", i);
        return 0;
    /* end of program */
    $ gcc -O2 -o example1 -s example1.c
    $ time ./example1The average execution times on OEL-4.5 and OEL-5 are as follow:
    Mode      OEL-4.5         OEL-5
    real      0m3.141s        0m4.931s
    user      0m0.394s        0m0.366s
    sys       0m2.747s        0m4.563s
    ----------------------------------As we can see, the program on the same machine, compiled and run on OEL-4.5 (gcc-3.4.6 and kernel-2.6.9) is 57% faster than the same program compiled and run on OEL-5 (gcc-4.1.1 and kernel-2.6.18), although gcc-4.1.1 produces much faster binary code. Since the times the process spent in user mode are almost equal on both OS, the whole difference is due to the time the process spent in kernel mode. Note that kernel mode (sys) is taking 66% more time on OEL-5. It tells me that "something" in the kernel-2.6.18 slows down the execution of the program.
    In the second example OEL-4.5 is also faster than OEL-5, but the differences in execution times are not so drastic as in the first example.
    EXAMPLE 2.
    /*           Sieve of Eratosthenes           */
    #define GNUSOURCE
    #include <stdio.h>
    #include <stdlib.h>
    #define MAX_PRIME_AREA 100000
    #define REPEAT_LOOP 10000
    int main(void)
        int prime, composite, count;
        char *sieve_array;
        if ((sieve_array = (char *) malloc( (size_t) (MAX_PRIME_AREA + 1))) == NULL)
         fprintf(stderr,"Memory block too big!\nMemory allocation failed!\a\n");
         exit(EXIT_FAILURE);
        for(count = 0; count < REPEAT_LOOP; count++)
         for(prime = 0; prime < (MAX_PRIME_AREA + 1); prime++)
                 *(sieve_array + prime) = (char) '\0';
         for(prime = 3; prime < (MAX_PRIME_AREA + 1); prime += 2)
             if (! *(sieve_array + prime) )
              *(sieve_array + prime) = (char) 'P';  /* offset prime is a prime */
                 for(composite = (2 * prime); composite < (MAX_PRIME_AREA + 1); composite += prime)
                  *(sieve_array + composite) = (char) 'X';  /* offset composite is a composite */
            /* DO NOT COMPILE FOR TEST !!!
            fprintf(stdout, "\n%d\n", 2);
            for(prime = 3; prime < (MAX_PRIME_AREA + 1); prime += 2)
                if ( *(sieve_array + prime) == 'P' )
                    fprintf(stdout, "%d\n", prime);
        free(sieve_array);     
        return 0;
    /* End of Sieve of Eratosthenes */The average execution times on the same machine on OEL-4.5 and OEL-5 are:
    MAX_PRIME_AREA     Mode         OEL-4.5         OEL-5     
                       real         0m9.196s        0m10.531s
       100000          user         0m9.189s        0m10.478s
                       sys          0m0.002s        0m0.010s
                       real         0m20.264s       0m21.532s
       200000          user         0m20.233s       0m21.490s
                       sys          0m0.020s        0m0.025s
                       real         0m30.722s       0m33.502s
       300000          user         0m30.684s       0m33.456s 
                       sys          0m0.024s        0m0.032s
                       real         1m10.163s       1m15.215s
       400000          user         1m10.087s       1m14.704s
                       sys          0m0.075s        0m0.079s
    ---------------------------------------------------------Does this ring a bell with anyone? Any clue why?
    N.J.

    An hour? Hard to believe or is your hardware that
    old?An hour? That's a super good time for 3 kernel
    packages (i686, xen and PAE) with all modules, plus 3
    kernel-devel packages, plus debuginfo package of
    150-580 MB where smart people at Red Hat decided to
    put uncompressed vmlinux image which is necessary for
    kernel profiling and debugging. Ah, I had a different kernel make process in mind.
    Oracle doesn't ship
    debuginfo package. Of course, this is when I build a
    "complete suite" of kernel rpm packages using
    unmodified spec file. And, to be honest, it takes
    much more than an hour, maybe even two hours. Another
    thing is compiling single i686 kernel without
    building a package. But it also takes at least half
    an hour. Anyway the time significantly depends on how
    many modules are selected to be built in.That what I was looking for.
    What's your time to build a single kernel (which
    version?) with default set of modules ? On which
    hardware ? I've only access to a root server right now, which is
    cat /proc/cpuinfo | grep "model name"
    model name      : AMD Athlon(tm) 64 Processor 3700+with about 2GB of RAM
    free -m
                 total       used       free     shared    buffers     cached
    Mem:          2024       1957         67          0        368       1291
    -/+ buffers/cache:        297       1727
    Swap:         3827         24       3803under
    uname -a
    Linux base 2.6.22-gentoo-r5 #5 PREEMPT Mon Sep 10 22:32:37 CEST 2007 i686 AMD Athlon(tm) 64 Processor 3700+ AuthenticAMD GNU/LinuxThis is what i did
    cd /usr/src/linux
    make clean
    time nice -n  19 genkernel --lvm2 --makeopts="-j2" --oldconfig all
    * Running with options: --lvm2 --makeopts=-j2 --oldconfig all
    * Linux Kernel 2.6.22-gentoo-r5 for x86...*
    mount: /boot mounted successfully!
    * config: >> Running oldconfig...
    * config: --no-clean is enabled; leaving the .config alone.
    *         >> Compiling 2.6.22-gentoo-r5 bzImage...
    *         >> Compiling 2.6.22-gentoo-r5 modules......
    real    17m30.582s
    user    16m8.480s
    sys     1m9.000sWhat could helped here was that I've switched off some modules and (maybe) the use of ccache.
    C.

  • About compiling a kernel with ABS

    So I was following the guide on the wiki about compiling a new kernel with ABS. I wanted to try and make a kernel that didn't need to use initramfs. I thought I could do it by not enabling the kernel to have the ability to use initramfs, and I think I also added the right modules to be built into it not have them be modules ( any idea if I can make sure I chose the correct drivers). After I was done I needed to install in using pacman -U. It told me it conflicted with kernel26 or something, and it asked if I wanted to replace it. Do I want to replace the current with the new? Or can I have them side by side? I know I can have multiple kernels, so it confused me a little.

    Still new with all this, but I'm pretty sure you don't want to replace your current kernel, or you could mess your system up should your newly compiled kernel not work.
    When you created your PKGBUILD did you by any chance forget to change its name? You should have something like "pkgname=linux-custom" (there's more to change, check the wiki for the full list) instead, so that your new kernel will be called "linux-custom" (or whatever you call it), and it can be installed alongside the (Arch) official "linux"
    After that, you can put both in your bootloader, and boot the one you want. But yeah I think you definitely want to keep the official kernel alongside yours, just in case.

  • Question about kernel compilation from wiki

    Hello,
    I compile kernel in line with arch wiki (http://wiki.archlinux.org/index.php/Ker … rom_Source). In paragraph '2. With makepkg and pacman (Recommended)' are lines:
    mv [kernel location]/* src/
    cp -r [kernel location]/* src/
    Does it make sense? First I move [kernel location] to src/ (I think it should be '/src/') and then I copy nonexistent [kernel location] to the same path.
    Thanks
    #edit:
    I looked through word 'either' So now I'm not sure with this:
    (my build directory is ~/kernelbuild)
    1. in ~/kernelbuild create 'src' directory
    2. copy ~/kernelbuild/linux-2.6.30.5/* src/
    Am I right?
    Last edited by cinan (2009-08-22 12:16:34)

    Commands are correct, but as I said I was little confused about names/terms (eg kernel location-kernel source, making directory usr). I hope the wiki page will be more clear for users who never compiled custom kernel.

  • ATI display driver fails to work with new kernel

    Hi,
    I've just upgraded from
    OEL kernel-2.6.18-194.11.3.0.1.el5.x86_64
    to most current
    OEL kernel-2.6.18-194.11.4.0.1.el5.x86_64
    and got the problem with ATI display driver. Whenever I perform kernel upgrade, I have to recompile vendor-provided ATI display driver downloadable from AMD/ATI site, because system ATI driver, provided by OEL/RHEL as kernel module, doesn't work properly (too slow). I did that hundred times and never had a problem. This time the problem is that after upgrading to new kernel and recompiling the existing ATI display driver (Revision 10.8), it doesn't work anymore, even though it worked perfectly with previous kernel. I cannot even start X11 (glibc problem reported with stack traces!!!). The newest ATI display driver (Revision 10.9) "works" with new kernel, but display is awfully slow making any serious work impossible. It is even slower than system-provided ATI driver.
    I am pretty sure the problem is in new kernel. As I have no backup of old kernel files and couldn't download the previous OEL kernel files from ULN, neither binary nor source (the files do not exist on ULN anymore, only the recent kernel files), I downloaded the previous kernel source from ftp.redhat.com, compiled the kernel and downgraded to it, recompiled ATI display driver, and everything works properly and fast as before upgrading. I can remember that ULN site used to have all kernel versions prior to actual one and cannot understand why Oracle dropped this practice. As I have an ULN account, I certainly want to have OEL patched kernel.
    My question is: does anybody know how and where I can download the previous OEL kernel-2.6.18-194.11.3.0.1.el5.x86_64 binary rpm files or at least source rpm file?
    Maybe Sergio or Tommy can help?
    Thanks in advance.
    NJ

    I have experienced the same with Ubuntu some years ago - specific feature (hack?) that was implemented in the kernel was deprecated. This was used by the display driver for an onboard Intel graphics chipset. Beryl (which was subsequently merged with Compiz) turned into a horribly slow experience. As far as I recall, a subsequent kernel patch "fixed" things as a number of users were affected, of which many complained very loudly.
    Anyway, I think the lesson here is that OEL is not really the correct distro to use for a desktop. A broken ATI driver for the OEL kernel? Does not really feature in the scheme of things for OEL support. Oracle Grid/RAC/Enterprise/Standard Edition do not care. Oracle's application servers (Apache, Weblogic, etc) do not care. Etc.
    Sure, GUI desktop access to an OEL server is needed (like when running dbca or an installer) - but that can easily and effectively be done using vncserver for example and running twm.
    You may be able to fix/work-around the problem with the current kernel update.. you may be able to roll back the update. But what about the next time when some other component does not work after a patch or an update? Surely it is a lot less stressful and frustrating to rather use a desktop distro, like Ubuntu, instead?

  • A dozen+ Kernel Panics, suspect system issues - what to try?

    Hello!
    Well, in the last few weeks, my poor little Powerbook has lost its mind. I keep having Kernel panics for no apparent reason. Here's the story so far:
    1. I upgraded to Leopard (archive/install) from Tiger, in November.
    2. In early January, I had at least one kernel panic. Not sure what happened. By the middle of January, I had 3 or 4, and on (about) the 15th, I had three kernel panics in the span of an hour - and the lower ram card wasn't being recognized. I took it to the Apple store, where the tech said that it was the infamous "lower ram-slot issue" that plague my model Powerbook.
    3. Once I got the powerbook back from the shop, it seemed to work quite well - fast, stable, panic-free. This week, however, I've had at least 6 or 7 kernel panics - at least 4 of them in the last 24 hours. A few of these weren't the usual "you need to restart your mac" window, but rather a long list of console-like text from the BSD subsystem itself
    It seems to be related to the software - or perhaps Dashboard. Dashboard client has been running out of control this week - and started to go nuts about when the kernel panics started to occur. In fact, one of these "BSD" panics said that the dashboard client hung the computer. Thus, I moved all of my user (non-apple) widgets out of the library folder - effectively removing them from dashboard. This has prevented dashboard client from going nuts, but hasn't stopped the kenel panics. The ones that have occurred since seem to occur when using Safari or MS Word 2004, and one (another BSD panic) said that Window Server hung.
    I've repaired permissions many times, used Disk Utility to verify the boot volume (it was OK), and zapped the PRAM and PMU - no luck.
    I've had some other hardware and software issues:
    First, Spotlight crashes when I attempt to search for something with a common name and have my 4 external hard drives attached... (One with Time Machine backups, one with other backups, and the rest with large volumes of video editing files). This issue probably isn't related to the kernel panic issue though, since it only occurs if I spotlight gets really bogged down - say, I search on "mac" and get 5000 returns...
    Sometimes, if I have the power adapter plugged in and then boot up or wake the Mac, it sometimes won't recognize the adapter and thus run off battery. The solution? Unplug the adapter from the Mac and the wall, then plug both sides in. This occurs at least once a day, having become a much worse issue since sending it into Apple. This makes me think that I may have a issue with the power supply system in the Powerbook, and may be one of the causes of the panics. Again, zapping the PMU and PRAM, hasn't helped. Nor has deleting every power-related plist file.
    The ram issue seems to have stopped, and I'm not sure the power issue could cause this - so I don't know what to do about this. It's happening a lot, but it's not exactly predictable - it would be difficult to reproduce for the Mac Genius, should I run to the Apple store. Since I suspect it's a software issue, I'm also not sure they can do anything about it. If Apple can't do anything about it, I plan on doing an Erase-install of Leopard, then carefully installing software - one thing at a time - to see if I can find the culprit. If worst comes to worst, I'll downgrade to Tiger...
    So then, the questions, summed up are:
    1. Do you have any idea what could be going on?
    2. Can apple do anything about a software-related kernel panic issue?
    3. If Apple can't fix it, and an erase-install won't work, when else can I try?
    Sorry for the long post, and thanks a bunch for the help, I appreciate it.
    -Dan

    K, well i'll try to find the log on the backup clone I made - the Powerbook is currently in the Apple store for diagnostics. Hopefully, then can figure out what the deal is, but it will likely require an archive/install.
    When I was there, he opened one of the logs in console - and it showed literally thousands of errors - all from "kernel". Wow, i have no idea what happened. He said that it may be bit-rot on the part of some of my applications, but there's probably not much they can do if it's not a hardware problem. sigh
    Anyway, I'll look for the log on the backup volume when I get a chance. Thanks, I suppose you're right about you being forced to guess without the log. Didn't think about that... O:-)

  • MacBook pro no longer starts after a month of kernel panics. What to do?

    After about a month of kernel panics, my Mac crashed one more time and will no longer start. It sits at a black screen and just beeps, sometimes once, three times or more. I've been waiting for a friend to bring me an osx startup disk so I can fix it from the disk utility, but in the meantime I've been avoiding suspect programs as well as starting the computer holding command + s and typing /sbin/fcsk fy as many people have told me, and each time it said my hard drive was all right. My friend is coming back this week with the disk, but I am afraid it will be impossible even to boot from that. Does anyone have any suggestions? I don't have apple care or a warranty so going to the nearest apple store (one hour away) or the nearest servicer (a few minutes away) doesn't seem good. What should I do? I'm also slightly worried because I installed a firmware update not long before the panics started, to get around the region limitations of the DVD drive. I'm hoping this didn't cause any problems, since these panics seem to be related to RAM but the timing is just too convenient. Could this be a factor?

    Thanks again BDAqua, and sorry for the long delay between reponses. The computer's been out of sight and out of mind for me the past few weeks, but my wife reminded meabiut it this morning.
    So I tried the repair disk function within disk utility on the install disc, and everything seemed to be ok. I got a message in green that says "the volume Jeffs OW Mac appears to be ok." And then "Volume repair complete." I also noticed that the capicity of the drive appeared to be 119.69 GB and the available space 119.61 GB, which I guess meant the drive was completely empty but working.
    So I tried once again to restore from my time machine backup, and wonder of all wonders, it worked this time! Two hours of restoration later, I'm writing to you now from the restored computer, and my wife is thrilled (and thinks I'm a genius!). So thank you thank you thank you for taking the time to walk me through the steps! I really appreciate it!
    But now we're afraid to try again to upgrade to Snow Leopard. Do you think there's any reason trying again would throw the computer into another state of confusion, flux, and ultimately disaster, or should I just give it a shot? It's a 2009 Macbook Pro 2.2 GHz Intel Core 2 Duo, with 2GB 667 MHz DDR2 SDRAM, running OS X 10.5.8. Perhaps it just can't handle the new software?
    All the best, and thanks so much again!
    Jeff

  • R12.1.1 certified with OEL 6.3? I failed to install on it.

    Hi there
    anyone could help shed the light for R12 installation problem on linux.
    1. have anyone success install R12 on OEL 6.3 ( kernel 2.6.39-200.24.1.el6uek.x86_64 which higher that in installation note 761566.1 )?
    2. is it ok if I installed required OS library that newer than version in installation note ID 761566.1 ( e.g, in note requires gcc 4.4.4 I use 4.4.6 )?
    3.if both answer is positive. Could you help look in details error of rapidwiz I facing
    autoconfig on DB and APP are completed, all listener completed, DB start but below 5 area failed RW-50015: Error
    HTTP
    Vitual Directory
    Login page
    help page
    JSP
    in OPMN log show something like..
    12/09/26 20:06:28 [ons-internal] ONS server initiated
    12/09/26 20:06:28 [pm-internal] Create pm state directory: /d02/applR12/VIS/inst/apps/VIS_bankcorei3/ora/10.1.3/opmn/logs/states
    12/09/26 20:06:28 [pm-internal] PM state file does not exist: /d02/applR12/VIS/inst/apps/VIS_bankcorei3/ora/10.1.3/opmn/logs/states/.opmndat
    12/09/26 20:06:28 [pm-internal] OPMN server ready. Request handling enabled.
    12/09/26 20:06:28 [ons-listener] 66.114.124.140,6100: BIND (Cannot assign requested address)
    12/09/26 20:06:38 [ons-internal] ONS server initiated
    12/09/26 20:06:38 [pm-internal] PM state directory exists: /d02/applR12/VIS/inst/apps/VIS_bankcorei3/ora/10.1.3/opmn/logs/states
    12/09/26 20:06:38 [pm-internal] PM state file does not exist: /d02/applR12/VIS/inst/apps/VIS_bankcorei3/ora/10.1.3/opmn/logs/states/.opmndat
    I feel I almost there! but this error hit me after redo 3 time! any advice would be very appreciated.
    Bank

    1. have anyone success install R12 on OEL 6.3 ( kernel 2.6.39-200.24.1.el6uek.x86_64 which higher that in installation note 761566.1 )? I think R12.1.1 is not certified for OEL6.3, i think 6.1 is latest oracle has certified.
    2. is it ok if I installed required OS library that newer than version in installation note ID 761566.1 ( e.g, in note requires gcc 4.4.4 I use 4.4.6 )?No, OS library mentioned in installation doc should be used.
    autoconfig on DB and APP are completed, all listener completed, DB start but below 5 area failed RW-50015: Errorwhat is complete error in rapidwiz log. check below note for more on log location:-
    How to locate the log files and troubleshoot Rapid Install for Release 12.0.x and 12.1.x [ID 452120.1]
    Thanks,
    JD

  • SATA Kernel Panic Issue?

    Hey all,
    I had made a post earlier about a seemingly random kernel panic that didn't have a specific task when panicking, and when I posted the error report I got a reply saying that it was a failure of a sata drive or in the controller. I use the OWC Data Doubler in place of my optical drive (have for years and it's worked flawlessly) and when I looked at it after receiving that comment, the connector ribbon that connects it to the logic board was ripped in two spots. I replaced that and still I am having kernel panics.
    Can anyone see in the error report below to confirm if it is still a SATA device or controller, and if so, is there a way to find out more information as to whether it is the device or the controller? (or even if it's the 500GB 7200RPM drive in the HDD slot or if it's the SSD Data Doubler in the optical drive slot?
    Interval Since Last Panic Report:  88441 sec
    Panics Since Last Report:          3
    Anonymous UUID:                    2B319B20-D972-4261-B2F5-FB5EE37FD105
    Sun May 13 22:10:21 2012
    panic(cpu 2 caller 0xffffff7f81f7d237): "AppleAHCI: slot (0) reused, newFIS = 0xaaef8027 : 0x00000000 : 0x00000000 : 0x00000000, currentFIS = 0x002f8027 : 0x00000010 : 0x00000000 : 0x00000001, PxCI = 0x00000001, PxSact = 0x00000000\n"@/SourceCache/AppleAHCI/AppleAHCI-230.0.7/AppleAHCIPort.cpp:3872
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8161a8bc70 : 0xffffff8000220792
    0xffffff8161a8bcf0 : 0xffffff7f81f7d237
    0xffffff8161a8bd70 : 0xffffff800063ce01
    0xffffff8161a8bdd0 : 0xffffff7f81f7d45b
    0xffffff8161a8be20 : 0xffffff7f80e73bfe
    0xffffff8161a8be50 : 0xffffff7f80e750e4
    0xffffff8161a8be80 : 0xffffff7f80e90cb8
    0xffffff8161a8beb0 : 0xffffff7f80e9132f
    0xffffff8161a8bed0 : 0xffffff7f80e90eb3
    0xffffff8161a8bef0 : 0xffffff7f80e901ee
    0xffffff8161a8bf70 : 0xffffff800023dbbc
    0xffffff8161a8bfb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAHCIFamily(2.0.8)[A87ECAB9-7A66-3817-8135-809EA2C7EF36]@0xfff fff7f80e72000->0xffffff7f80e7dfff
             com.apple.driver.AppleAHCIPort(2.3)[8998D70D-B1C2-3518-9F83-472CDD31ED52]@0xfff fff7f81f78000->0xffffff7f81f8ffff
                dependency: com.apple.iokit.IOAHCIFamily(2.0.8)[A87ECAB9-7A66-3817-8135-809EA2C7EF36]@0xfff fff7f80e72000
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[F63D4ABE-42DA-33EF-BADD-3415B0CB0179]@0xffff ff7f80793000
             com.apple.iokit.IOAHCIBlockStorage(2.0.3)[5DA3BC9C-B45A-3580-8100-E1B4659D714A] @0xffffff7f80e8a000->0xffffff7f80e9efff
                dependency: com.apple.iokit.IOAHCIFamily(2.0.8)[A87ECAB9-7A66-3817-8135-809EA2C7EF36]@0xfff fff7f80e72000
                dependency: com.apple.iokit.IOStorageFamily(1.7.1)[5DF14080-C47C-3393-9176-6A2CD3CFE1CB]@0x ffffff7f80800000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 11550086119154
    last loaded kext at 612344444756: com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.0 (addr 0xffffff7f80c07000, size 106496)
    loaded kexts:
    com.wdc.driver.1394_64HP          1.0.1
    at.obdev.nke.LittleSnitch          2.5.1
    com.apple.driver.AppleFireWireStorage          3.0.1
    com.apple.driver.initioFWBridge          3.0.1
    com.apple.driver.IOFireWireSerialBusProtocolSansPhysicalUnit          3.0.1
    com.apple.driver.LSI_FW_500          3.0.1
    com.apple.driver.Oxford_Semi          3.0.1
    com.apple.driver.StorageLynx          3.0.1
    com.apple.iokit.SCSITaskUserClient          3.2.0
    com.apple.driver.AppleUSBCDC          4.1.17
    com.apple.driver.AppleBluetoothMultitouch          70.12
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleHDAHardwareConfigDriver          2.2.0f3
    com.apple.driver.AppleHDA          2.2.0f3
    com.apple.driver.AppleMikeyDriver          2.2.0f3
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.kext.ATIFramebuffer          7.1.8
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleSMCPDRC          5.0.0d0
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d0
    com.apple.ATIRadeonX3000          7.1.8
    com.apple.driver.AppleMuxControl          3.0.16
    com.apple.driver.AppleLPC          1.5.8
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.driver.AppleIntelHD3000Graphics          7.1.8
    com.apple.driver.AppleUSBTCButtons          225.2
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.5f11
    com.apple.driver.AppleUSBTCKeyEventDriver          225.2
    com.apple.driver.AppleUSBTCKeyboard          225.2
    com.apple.driver.AppleIRController          312
    com.apple.driver.CoreStorageFsck          182.11.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.0.3
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AirPort.Brcm4331          530.4.20
    com.apple.driver.AppleSDXC          1.2.0
    com.apple.iokit.AppleBCM5701Ethernet          3.1.2b2
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleAHCIPort          2.3.0
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleUSBUHCI          4.4.5
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.8
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          193.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.3
    com.apple.driver.AppleIntelCPUPowerManagement          193.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.0
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.1.0
    com.apple.iokit.IOFireWireSBP2          4.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.0
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleBluetoothHIDKeyboard          160.7
    com.apple.driver.AppleHIDKeyboard          160.7
    com.apple.driver.AppleMultitouchDriver          231.4
    com.apple.driver.IOBluetoothHIDDriver          4.0.5f11
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.0
    com.apple.driver.DspFuncLib          2.2.0f3
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.driver.AppleHDAController          2.2.0f3
    com.apple.iokit.IOHDAFamily          2.2.0f3
    com.apple.iokit.IOAudioFamily          1.8.6fc17
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleSMC          3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d0
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.driver.IOPlatformPluginFamily          5.1.0d17
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.kext.ATI6000Controller          7.1.8
    com.apple.kext.ATISupport          7.1.8
    com.apple.driver.AppleThunderboltEDMSink          1.1.8
    com.apple.driver.AppleThunderboltEDMSource          1.1.8
    com.apple.driver.AppleThunderboltDPOutAdapter          1.8.2
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.driver.AppleIntelSNBGraphicsFB          7.1.8
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleFileSystemDriver          13
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.2
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.2
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.4
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.5f11
    com.apple.iokit.IOBluetoothFamily          4.0.5f11
    com.apple.driver.AppleUSBMultitouch          227.1
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.driver.CoreStorage          182.11.0
    com.apple.driver.AppleThunderboltNHI          1.5.5
    com.apple.iokit.IOThunderboltFamily          2.0.0
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IOEthernetAVBController          1.0.1b1
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.5
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.6
    com.apple.iokit.IOStorageFamily          1.7.1
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.4 GHz, 12 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x857F, 0x483634353155363446393333334700000000
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    Serial ATA Device: OWC Mercury Electra 6G SSD, 120.03 GB
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: FA GoFlex Desk, 0x0bc2  (Seagate LLC), 0x50a1, 0xfa130000 / 6
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 9
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    FireWire Device: My Passport 071D, WD, 800mbit_speed

    So here's the deal, don't expect SATA III devices to work on the optical port.  I just went thru this on both my 2009 and 2012 13" MBP's.   The 2009 is SATA II (3Gps) and the 2012 is SATA III (6Gps).   A SATA III SSD (OWC 6G) will only connect at 1.5 Gps on the 2009.  On the 2012, it actually connects at 6 Gps, but every drive I tried crashed (dropped drives, file errors, kernel panics), including a Samsung 830 and  Seagate Momentus XT 750.  Out of desperation, I stuck the (slow 500 Gb) Apple HD in, it connects at 3 Gps and works like a champ.   Check your System Info on SATA info.   If you have a 2009, don't waste your $$$ on high end SSDs or drives.  If you have newer, BEWARE, you're likely to have issues with high end SATA III devices.    On the bright side both Samsung and OCZ V4 work great on the main drive (450 MB/s read) and boots in 10 seconds!!      The optical drive SATA port is a major issue for everyone ( like me ) who buys MBPs because they can trip them out, this is a real nagging issue/obstacle.   This is a firmware issue that needs to be addressed by Apple. I'm hoping for a firmware update and that Apple isn't doing this intentionally.

  • 64 bit kernel

    Hello.
    I've upgraded to Snow Leopard from Leopard a couple of weeks ago, and I've read about the 64 bit kernel boot option, but I can't seem to get it to work (Software section in the *System Profiler* says "_64-bit Kernel and Extensions: No_").
    Here is a rundown on the tech info of my mac:
    % *Macbook Unibody* (bought at early 2009, before it was changed to be the Macbook pro) - MacBook5,1
    % The output of "_ioreg -l -p IODeviceTree | grep firmware-abi_" says its EFI64
    % I did an upgrade and not a clean install
    % I tried holding down the 6 and 4 keys while booting (before the gray screen appeared) and the System Profiler still showed that it's not a 64 bit kernel
    % I changed my /Library/Preferences/SystemConfiguration/com.apple.Boot.plist file to have:
    *<key>Kernel Flags</key>*
    <string>arch=x86_64</string>
    and still no 64 bit kernel according to system profiler.
    % I installed all the updates from apple (currently at 10.6.2)
    % The Extension section in System Profiler lists the following as NOT 64bit:
    $ BSDKernel6.0
    $ CHUDKernLib
    $ CHUDProf
    $ CHUDUtils
    $ IOKit6.0
    $ Libkern6.0
    $ Mach6.0
    $ System6.0
    So - why is it not booting 64 bit kernel, and how can I fix it/make it boot 64 kernel ?
    All the tech info shows it should do it (except maybe for the listed extensions which are not 64bit, but there's not reason that they won't be, if I did a normal upgrade to Snow Leopard, the efi is 64, and other users with the same details can boot 64 bit kernel).
    Thank you very much for any help!

    welcome to Apple discussions, gshockoman !
    check this thread http://discussions.apple.com/thread.jspa?messageID=10741164&#10741164.

  • [solved] kernel configuration for clarkdale server

    Update: I guess since the arch kernel config works there's really nothing to improve.
    Hey everyone,
    i'm about to compile a kernel for a server with intel clarkdale hardware, intel i3-530.
    Up to now i only compiled kernels for my consumer laptop.
    1) Is there any option in particular i should pay attention to when compiling a kernel for a server system?
    And regarding the i3-530:
    2) Should i just pick x86 generic cpu support or something else?
    3) Are there any patches right now to improve support for clarkdale?
    Thanks,
    demian
    P.S.: I guess i should choose 2.6.33-rc7 since real clarkdale support is supposed to come with 2.6.33? Usually i just pick the latest stable version.
    Last edited by demian (2010-02-12 11:39:48)

    graysky wrote:Your xfers are via scp... are the files large or numerous small files?  Have you the ability to use jumbo  frames on your network if the network is a GigLAN backbone?  If so, you'll have to test to see if a non-standard 4000 or 9000 mtu size improves xfers.
    thanks for your rapid response and i googled about it, but unfortunatelly i dont have a gigLan in the lab but usually all file transfered exceed 5GB of size.
    Would the scheduler have a significant impact on performance? The servers are used individually (not sharing load like in a bewoulf cluster)
    The disk I/O operations are mostly about writes into the output files (a few number of bytes per write), would reiserfs be superior to ext3 ?
    PS.: i'm feeling really stupid for not reading more about the kernel26-lts for it has all the major options i was thinking about.
    Last edited by Duca (2009-09-27 18:26:34)

  • Kernel Task RAM Usage

    I'm just wondering what's up with the RAM usage on my macbook. Right when I start up 500MB of RAM is being used (wired and active), 100MB of it being the kernel task. After a typical session of use, I close all programs and find that the RAM usage is about 800MB and the kernel task is using 250MB. Just wondering why the kernel task's RAM usage creeps up like that and doesn't go back down. It's just a little perplexing to have the same exact programs running and be down 300MB of free RAM.

    I was having the same problem and looked into it, this may help:
    http://discussions.apple.com/thread.jspa?messageID=11084568&#11084568

Maybe you are looking for

  • The new podcast app is using up my data plan

    The new "podcast app" is using up my data plan like crazy! Its costing me much much more money now to listen to my podcast. They want donations to keep them "free" but this is much much futher from free. What is going on! I want it to go back to the

  • Reformatted ipod nano using disk utility - no longer works

    Idiotically I decided to use disk utility to reformat my 8Gb iPod nano (5th Gen) as I wished to use it temporarily as a USB drive compatible with Mac and Windows. Now that I wish to use it again as Apple intended, I find that iTunes does not recognis

  • No audio with chrome

    i try to watch a video, and the actual video is fine, its the audio that doesnt work. I have tried many different things, i have done 3 system restores, i have researched all day, nothing has worked. (and yes the audio is not turned all the way down

  • Migo unplanned delivery cost

    Hi all,            Can I put delivery cost to separate account or G/L account during MIGO?               What are the configuratiosn for this …. Regards Sanjay

  • How to replace a disk within a parity space

    I have been searching the net for better documentation on this, but so far not a lot of information on what happens when I want to do the following (this is for home use - I am not a storage admin): I had a JBOD array with 8 disks in it.  3x3TB and 5