Solaris 10 kernel patch upgrade

Hi all,
i am in a process of upgrading the kernel patch of a solaris 10 x64 machine, the present kernel patch is "5.10 Generic_144489-06 i86pc i386 i86pc" the updated kernel patch that i am going to upgrade to is patch "144501-19".
could you please let me know if there is any special handling to undergo the upgrade or it is only sufficient to follow the 144501-19 README file?
i know that i should put the system on the single user mode level and i have to have a valid OS backup before doing the patchadd, but if i am missing anything else please let me know
thanks

Hello,
if you are having system filesystems (/ /usr /var ...) on software RAID1 devices, best practise is to split mirrors and have most recent actual copy of the system (or create current ZFS snapshot if using ZFS on root),patch it in single user mode or use Live Upgrade functionality and create alternate boot environment and patch the ABE on running system (you can find various info in Oracle Docs or get inspired by various blogs:http://nilesh-joshi.blogspot.com/2011/10/oracle-solaris-patching-using-live.html). I always patch kernel and other system components using PCA patching utility - have a look on project homepage http://www.par.univie.ac.at/solaris/pca/ it's really advanced and helpful tool. It can save you lot of time when solving dependecies and also downloading the patches.
Good luck

Similar Messages

  • Kernel Patch upgrade results into error

    Recently, we upgraded our R/3 640 kernel from patch number 196 to 327. It went successful.
    But now, the Sales and order team is having problem in saving the orders(VA02, VA01).
    While saving Sales order, error pops up saying "dialog step number missing". 
    Kindly suggest.

    Hi ppl,
    The problem has been resolved.
    As i said, problem wasnt with the upgrade, but came thereafter, functional team faced issues while switching between the windows.
    Problem was with the Gui level, it needed to be upgraded too after the kernel patch upgrade.
    Thanks a lot for putting your thoughts.
    Thanks

  • Backup error after kernel patch upgrade

    Hi.
    I have a backup problem after the kernel patch upgrade.  I have SAP R3 4.6C on HPUX11.0 with an Oracle 8.17 database.
    I have upgraded kernel patch from 1655 to 2337.
    Afterward, I am getting following backup error:
    BR280I Time stamp 2007-11-06 09.29.01
    BR279E Return code from '/usr/sap/HAD/SYS/exe/run/backint -u HAD -f backup -i /oracle/HAD/sapbackup/.bdwnpztp.lst -t file_online -c': 2
    BR232E 0 of 115 files saved by backup utility
    BR280I Time stamp 2007-11-06 09.29.01
    BR231E Backup utility call failed
    Does anyone know how to correct this?
    Thank you.

    Hi Jun,
    backint is a link file that is in SAP kernel directory which links to the backup client on the server.
    eg:
    lrwxrwxrwx   1 root     other         32 Aug 13  2004 backint -> /usr/openv/netbackup/bin/backint
    As part of kernel upgrade process, the kernel is backed up, mostly on the disk before upgrading. Check if this link exists and recreate it in the kernel directory, if no backup was done, compare it with other systems to get the details of the backint link.
    Cheers,
    Nisch

  • Static library not accessed properly after Solaris Kernel patch update !

    Hi,
    We are facing a sever issue in our application after our customer updated the Solaris 10 kernel patch u9 to u10.
    We have two static libraries libdlib.a and libDLIB.a, with exactly same code base, but these two libraries are scattered across the code base and linked by many shared objects in our application.
    However, one of the shared objects that links to "libdlib.a" library tries to access a function from "libDLIB.a". This behavior is causing a crash at a later point, since that shared object is supposed to access the function from "libdlib.a". Moreover, we found this is happening through the use of dbx.
    I'm unable to understand why this problem surfaced after kernel patch update, though still the shared object works fine on Solaris 10 u9 patch.
    Flow is something like this :
    1. syslogrecorder.so gets loaded by one of the processes.
    2. syslogrecorder.so is linked to "libdlib.a" at compile time, so it uses "libdlib.a" function DLIB_LoadLibrary and gets a handle to all the function pointers of the loaded library ( The purpose of DLIB_LoadLibrary is to load a shared library dynamically using dlopen )
    3. syslogrecorder.so tries to do a "dlsym" and to do that it needs access to the library handle which we got in previous call DLIB_LoadLibrary. So syslogrecorder.so calls another function from DLIB_ProcAddress, which actually gives back the access to the loaded shared library.
    Here is a catch in step 3, it is supposed to call DLIB_ProcAddress from the libdlib.a but as we observed from dbx output it does so by calling DLIB_ProcAddress from libDLIB.a and hence fails to give back the access to loaded shared library, causing crash at a later point in code.
    Can someone put some light here that why this could happen ??
    Thanks
    Kuldeep

    To clarify: You did not modify or rebuild any of your binaries, but after installing a kernel patch, the application stopped working. Most likely, something about your application depended on a accidental behavior of the runtime loader. That accidental behavior changed due to the patch, and your application failed.
    For example, if there is a circular dependency among shared libraries, the loader will break the cycle at an arbitrary point to establish an initialization order. By accident, that order might work, in the sense of not causing a problem. A change to the loader could cause the cycle to be broken at a different point, and the resulting initialization order could cause a now-uninitialized object to be accessed. I'm not saying this is what is wrong, but this is an example of a dependency on accidental loader behavior.
    Finding your actual problem will require tracing the sequence of operations leading up to the failure. You are more likely to find help in a Solaris linker forum. AFAIK, there are currently no Oracle forums for Solaris, and the old OpenSolaris forums have been converted to mailing lists. You can try the "tools-linking" list found on this page:
    http://mail.opensolaris.org/mailman/listinfo
    I also suggest you review the paper on best practices for using shared libraries written by Darryl Gove and myself:
    http://www.oracle.com/technetwork/articles/servers-storage-admin/linkinglibraries-396782.html
    If you have a service contract with Oracle, you can use your support channel to get more help.
    Edited by: Steve_Clamage on May 18, 2012 3:21 PM

  • Solaris kernel patch levels

    I have engineers asking for a particular kernel patch level to be installed on machines.
    Is there anywhere that lists the kernel patch level on releases and hardware updates for Solaris 8-10?
    Thanks,
    Duane

    Please start with Sunsolve (http://sunsolve.sun.com) and Sun documentation (http://docs.sun.com) web sites.

  • Kernel patch upgrade for multiple instance

    Hi expert,
    I want to know will we follow the same process while upgrade the kernel patch only for Multiple ABAP STAK.
    We have system which has 3 instances....................so my question is exactly where we ned to put the kernel files (Generlly it should be in /EXE or /RUN file)and in which instance.......

    1.If I copy the patches only in central instance will it affect to all other instances.....?
    If you have configured your SAP system correctly then Yes, Kernel upgrade in Central Instance will reflect in Dialog Instances also.
    2.what is the concept of SAPMNT..(/sapmnt/SID/exe ).........?
    /sapmsnt/SID/SYS/exe -> to share the kernel across the instances
    3.What is the difference between EXE and RUN directory ............will it make any difference if I copy into EXE folder instead of
    /usr/sap/<SID>/SYS/exe/run is located on the host system of the R/3 instance and is for locally-stored executables
    /sapmsnt/SID/SYS/exe/run -> Central Instance directory
    /usr/sap/<SID>/SYS/exe - Dialog Instance directory
    you can check the values of DIR_EXECUTABLE or DIR_CT_RUN (if you are using sapcpe) to determine the kernel directories for central and dialog instances respectively

  • Kernel Patch Upgrade

    Hi all,
    We have our production system which is on ECC 6.0 with Oracle 10.2.0.2.The CI is on HP-Ux and there are 3 Application servers on Linux. All are on kernel patch level 95 and we need to update the kernel patch level to 124 in all the CI+apps
    I just wanna know if the scenario below is correct
    1)stopsap  on all the apps
    2)stopsap on the CI
    3)Do the kernel upgrade on CI
    4)Start sap on CI,chec if its fine
    5)Then update kernel in individual apps and start sap on the apps server.
    I guess its right..But just wanted to know if this is the best possible thing or something else is better than the above scenario.
    Regards
    Bharathwaj V

    Hi Bharathwaj V,
    your scenario sounds good.
    Just some remarks:
    - after stopping the app server / CI, also stop saposcol before changing the kernel
    - make sure to run the same patchlevel on all appservers and CI (you seem to know about this already)
    - run "saproot.sh <SID>" as root after changing the kernel before restarting the CI and appservers. saproot.sh is contained in the exe-directory, it will set the exe-settings of saposcol and br*
    - because of the special settings of saposcol and br*, you'll have to change the kernel files as root
    - keep a backup of the old kernel (copy exe to exe_PL95) until you are sure everything works fine.
    Best regards,
      Elmar.

  • Kernel patch Upgrade Form 994 to1068(40B_EXT)

    Hi,
    We are migrating OS,DB From V5R2 to V5R4. We are currently working with COM kernel on our OLD boxes. Now we have applied 4.0B_EXT kernel 994 successfully from CD(51020599) in new Box. Now need to apply 1068 patch to support our V5R4 box. How can i apply 1057/1068 patch available in archive service market?.
    Detail Steps are appreciated/rewarded.
    SAP Version : 4.0B
    Thanks
    Jibin.

    Hi victor,
    As you know we have migrated our SAP 4.0B from V5R2 to V5R4, now we are facing some problem when we access table CDPOS, we get SQL -901 dump. In the dev_w0 trace, iam getting "Missing PTFs from the IBM InfoAPAR" but all the PTF's are upto date when i check with from OS and SAP(CHKR3PTF). Here is trace file
    Directory /usr/sap/QAS/DVEBMGS10/work
    Name: dev_w0
    trc file: "dev_w0", trc level: 1, release: "40B"
    ACTIVE TRACE LEVEL 1
    ACTIVE TRACE COMPONENTS all, M
    M
    M Tue Dec 18 12:12:42 2007
    M ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 112) dpxxdisp 0876
    M
    M relno 40B
    M
    M makevariant 40B_EXT
    M patchlevel 1068
    M compiled on OS/400 V5R3
    M compiled at Feb 21 2007 16:54:22
    M pid 112
    M
    X <ES> client 0 initializing ....
    X ES initialized.
    M calling db_connect ...
    C
    C Tue Dec 18 12:12:43 2007
    C Connection to database done without problems.
    C ==== Init of DbSl ego structure done, values ====
    C SAPSYSTEMNAME = QAS
    C process class = dialog process
    C workprocess id = 0
    C local host = chisap1.chisap1
    C dbhost = chisap1
    C dbname = QASchisap1
    C dblib = R3QASDATA
    C application server = DVEBMGS10
    C db connect type = LOCAL
    C pid = 112
    C dbjobname = DISP
    C dbjobuser = SAP10
    C dbjobno = 054174
    C wpjobname = DISP
    C wpjobuser = SAP10
    C wpjobno = 054174
    C dbversion = V5R4
    C da_cache_size = 100
    C reopen = ON
    C timeout_retry = 3
    C ODP threshold = 1200
    C ODP commit thresh. = 1210
    C ODP open thresh. = 1250
    C nqe_optimize_method = O - All I/O (compatibility mode)
    C query_compl_reval = O
    C Start DB monitor: DBMON: functionality disabled (see as4/dbmon/enable)
    M
    M Tue Dec 18 12:12:48 2007
    M db_connect o.k.
    X
    X Tue Dec 18 12:12:57 2007
    X <ES> client 0 initializing ....
    X ES initialized.
    A
    A Tue Dec 18 12:13:00 2007
    A Attached to PXA (address SPP:0000 :19efQP0ZSHMK11006I401:0:0:2, size 3688736)
    S
    S Tue Dec 18 12:13:06 2007
    S initialize debug system
    T Stack direction is upwards.
    T debug control: prepare exclude for printer trace
    T new memory block SPP:0000 :1aefDISP SAP10 054174 :3565d0:1:2
    S
    S Tue Dec 18 12:13:07 2007
    S 1 spool work process(es) found
    S frontend print server enabled
    S printer list size is 150
    S queue size (profile) = 300
    S hostspool list size = 3000
    S found processing queue enabled
    S found spool memory service RSPO-RCLOCKS at SPP:0000 :19efQP0ZSHMK11049I404:65180:2:2
    S doing lock recovery
    S setting server cache root
    S
    S Tue Dec 18 12:13:08 2007
    S found spool memory service RSPO-SERVERCACHE at SPP:0000 :19efQP0ZSHMK11049I404:653e0:3:2
    M ThSetProcessPriority: Run priority adjusted to 20
    M MBUF info for hooks: MS component UP
    M EnqIdCheck is active
    M EnqIdCheck is active
    E
    E Tue Dec 18 12:13:16 2007
    E ObjShMem_CheckAuthoritativeEnqId: EnqId is initial in ShMem
    E ObjShMem_CheckAuthoritativeEnqId: Overwrite incoming auth EnqId, continue
    E EnqId inscribed into initial ObjShMem: (ObjShMem_CheckAuthoritativeEnqId)
    E -SHMEM--
    E EnqId: EnqTabCreaTime/RandomNumber = 18.12.2007 12:13:08 1197960188 / 112
    E ReqOrd at Srv: TimeInSecs/ReqNumberThisSec = 18.12.2007 12:13:16 1197960196 / 1
    E ReqOrd at Cli: TimeInSecs/ReqNumberThisSec = 18.12.2007 12:13:16 1197960196 / 1
    E Status: STATUS_OK
    E
    B dbtran INFO (init_connection '<DEFAULT>' DB400:A.01.00):
    B max_blocking_factor = 20, max_in_blocking_factor = 40,
    B min_blocking_factor = 10, min_in_blocking_factor = 10,
    B prefer_union_all = 0, prefer_union_for_select_all = 0,
    B prefer_fix_blocking = 1, prefer_in_itab_opt = 1,
    B convert AVG = 1, alias table FUPD = 1,
    B escape_as_literal = 0, opt GE LE to BETWEEN = 0,
    B select * = 0x1,
    B use_hints = abap->0, dbif->0, first->0,
    B rule_in->0, rule_fae->0, concat_fae->0
    M
    M Tue Dec 18 12:15:03 2007
    M SecAudit: new day, change current audit file
    M SecAudit(check_daily_file): audit file opened /usr/sap/QAS/DVEBMGS10/log/20071218
    B
    B Tue Dec 18 12:15:46 2007
    B dbrclu2.c : info : my major identification is 3282948402, minor one 10.
    B dbrclu2.c : info : Time Reference is 1.12.2001 00:00:00h GMT.
    C
    C Tue Dec 18 12:17:15 2007
    C *** ERROR => Missing PTFs from the IBM InfoAPAR (OSS note 144149)
    http://dbsldb4. 5255
    C PTF 5722SS1/SF99504 not found. DB Fix Pack, Order SF99504. The DB fixpack, SF99504
    C PTF 5722SS1/SF99539 not found. Hiper Fix Pack, Order SF99539. The current
    C PTF 5722JV1/SF99291 not found. Java Fix Pack, Order SF99291. The JDK fixpack, SF99291
    C *** ERROR => Error -901 in function exec_cached_op
    http://dbsldb4. 7725
    C Cursor name: "CACHEDCSRN00018"
    C Library name: R3QASX0000
    C Package name: CDCLS
    C Statement name: "IOEINEHBOOHFIAAA"
    C withhold: NO
    B ***LOG BY4=> sql error -901 performing SEL on table CDCLS 6347
    B ***LOG BY0=> SQL system error. Job=054174/SAP10/DISP. Refer to dev. trace of dev_w0 (ST11). 6347
    B dbtran ERROR LOG (hdl_dbsl_error): DbSl 'SEL'
    B FHDR: {tab='CDCLS ', fcode=5, mode=2, bpb=0, dbcnt=0, crsr=1,
    B   hold=0, reuse=0, xfer=0, pkg=0, upto=0, init:b=0,
    B   init:p=00000000000000000000000000000000, init:#=0, wa:p=00000000000000000000000000000000, wa:#=0}
    B dbtran ERROR LOG (hdl_dbsl_error): DbSl SEL'
    B STMT:
    B CRSR: {tab='CDCLS ', id=-1, hold=0, prop=0, maxin=1, fae:blk=10,
    B   con:nm='R/3', con:id=0, con:vndr=2, val=2,
    B   key:1=0, key:#=5, xfer=0, xin:#=0, xout:#=0, upto=0,
    B   wa:p=8000000000000000EEA0F6CE59381800, init:p=00000000000000000000000000000000, init:#=0, init:b=0}
    M ***LOG R68=> ThIRollBack, roll back () thxxhead 9613
    X <ES> RecoverAll
    X <ES> RecoverFreeList
    X <ES> RecoverAll
    X <ES> RecoverFreeList
    A
    A Tue Dec 18 12:17:18 2007
    A Tue Dec 18 12:17:18 2007
    A ABAP/4 Program /1BCDWB/DBCDPOS .
    A Source /1BCDWB/DBCDPOS Line 598.
    A Error Code DBIF_RSQL_SQL_ERROR.
    A Module $Id: //bas/40B/src/absapsql.c#2 $ SAP.
    A Function ExecuteCall Line 5285.
    A SQL error -901 occurred when accessing table CDPOS ..
    A
    I try to delete SQL packages(DLTR3PKG) sucessfull.but no use still we are get dump.
    Please advise to sort out the error.
    Regards,
    Jibin.

  • Kernel patch update for solaris 10 x86

    I have Solaris 10 06/06 installed on x86 machine which is using svm and clustered with another node. The kernel revision is 118855-19 from the uname -a output. I am looking for the kernel patch updation and I heard 118855-36 is the latest one. Shall I go ahead with this patch and what r the dependency patches for this.
    If anyone done this please suggest and guide me..

    For Solaris 10 x86 the latest offered with smpatch is 125101-07 and yes it may be recommended to patch. Then again you said clustered with sun cluster? You may want to check the documentation and if your machines aren't facing the internet you may wait for 7/07 to hit the street and do an upgrade.

  • Solaris 10 kernel Patch 127127-11

    we need to apply solaris 10 kernel Patch 127127-11 in our prod server as a prerequisite for oracle10g patch set 10.2.0.4 installation
    but i found a Doc 242366 (May Cause a system Panic from ip_wput_ioctl()).It is mentioned in doc that Binary relief is available through normal
    support channels.Is that Binary complete fix of this problem?If yes, then i need that binary please give me the link where i can download the binary,
    If not, then what is the solution of this problem.?
    Thanks

    These kinds of binary hotfixes/IDR's are only available through sun support to contract customers.
    If your concerned, I suggest you raise a support case.
    That being said, 127127-11 is kinda old. So I would be surprised if the bug hadnt been fixed by now.
    Its been replaced by either 137111 or 137137.
    Ive upgraded at least a dozen systems past that level and never seen a problem.
    So it can't be too common..

  • Upgradation of kernel patch in clustred enviroment

    hi
    i have to upgrade the kernel patch from 144 to 205
    we have a clustering in our production server
    ECC6.0
    HP-UX
    Oracle 10g
    can anyone guide me step by step how to do this .
    regards
    Aditya Rathore

    Hi,
    See the below threads,
    [Kernel Upgrade on Solaris Cluster Failed;
    Thanks
    Shambo

  • ABAP and Kernel Patches for Upgrade and Conversion in 4.6C

    Hi,
    We are in a process of upgrade and unicode conversion for the source release 4.6C (Kernel  46D_EXT Patch 2225).
    "Combined Upgrade&Unicode Conversion Guide"  for "SAP Basis 4.6C u2192 SAP NetWeaver 7.0 application Server ABAP Unicode Including Enhancement Package 1 Support Package 01 - 06" , In Software Requirements step,  it says
    "3. Import 4.6D Kernel patch 2326 from SAP Service Marketplace according to SAP Note 19466"
    We wanted to know whether "IT IS ABSOLUTELY NECCESSARY TO GO FOR THE KERNEL PATCH 2326".  We dont have "EBCIDIC code pages" in our MDMP system.
    We need to know  becauase we are also doing OS migration from AIX to Sun and this step will add to our production downtime.
    Please advice what are the other causes we should go for the kernel 2326.
    Regards

    Hello Mr. Nils Buerckel,
    Thanks for the reply.
    We wanted to be very sure whether we should used Kernel 46D Kernel patch 2326 (As it is specifically mentioned in the SAP CU&UC guide and in SAP Note 867193, It is mentioned that  "This patch contains enhancements that are required to execute the "INDX Analysis" scan)
    OR
    Can we go for the latest kernel patch avaialable at market place? And Will the latest kernel patch also contains the "enhancements that are required to execute the "INDX Analysis" ?
    Please reply
    Thanks

  • Applied Kernel Patch to Solaris 10 on v40z, no longer auto boots

    I recently updated the patches on a v40z machine including a kernel patch. After rebooting, the machine would no longer automatically boot to Solaris. Instead it would just wait for user input at the Grub bootloader screen. Anyone experienced this or have a solution?
    I believe the patch in question is 118855-19
    # bootadm list-menu
    The location for the active GRUB menu is: /boot/grub/menu.lst
    default 0
    timeout 10
    0 Solaris 10 6/06 s10x_u2wos_09a X86
    1 Solaris failsafe

    SOLVED:
    Disabled ECC in the bios (though Windows and Gentoo Linux show now trouble whatsoever with my ECC memory, solaris doesn't like it)

  • Last kernel patch for Solaris 10 x86 screwed up my kernel

    Hi,
    The last kernel patch for Solaris 10 x86 (sorry I can�t remember the patch id, but the revision is 30), available from Sun Update Manager screwed up my system.
    The system is still booting but in maintenance mode: smf can't start because of repository corrupted. Given instructions to restore the repository does not work because / filesystem is mounted read-only...
    As I am not a solaris expert, I will reinstall it from CD. I hope I won't loose the filesystem.
    I was used to blindly trust Sun solaris patches, that was a mistake.
    Laurent.

    i dont know why but still i do get default log in into the single mode
    after startup
    Requesting maintenance mode
    (See /lib/svc/share/README for aditional information. )
    Root password for system maintenance (control-d to bypass):i did removed the patch installed before so now
    SunOS jorgito 5.10 Generic_118844-26 i86pc i386 i86pcand finaly i do have milestone like this
    bash-3.00$ svcprop restarter | grep mile
    options/milestone astring svc:/milestone/multi-user:default
    dont know what to do else, also tried to synchronize boot-archive from solaris failsafe ...

  • Kernel patch updation for solaris 10 x86

    I have Solaris 10 06/06 installed on x86 machine which is using svm and clustered with another node. The kernel revision is 118855-19 from the uname -a output. I am looking for the kernel patch updation and I heard 118855-36 is the latest one. Shall I go ahead with this patch and what r the dependency patches for this.
    If anyone done this please guide me..

    Patch 118855-36 is the latest kernel patch for Solaris 10 on x86 and its dependencies are:
    113000-01 117435-02 118344-14 119043-09 119255-14 121264-01 122035-01 123840-01 (or greater)
    Whether you should go ahead and install the patch is up to you, if possible try it out on a test box first. For better advice on this matter, I would suggest posting in the Solaris 10 forum as this forum is for the Sun Update Connection, Patch Manager & PatchPro toolsets.

Maybe you are looking for

  • Tutorial: Virtual Numpad on laptops that don't have one built-in

    Hi all! After getting so much good help from the people on Arch forums, I thought it was time to give back. You remember how on older laptops, you would hit numLock and a portion of your keyboard would become a numpad? (specifically, the 789uiojklm k

  • Hook up wifes computer to net

    CAn some one tell me whats involved (not actual step by step- but in general) for hooking up my wifes puter to the net ? Mine is a 9/07 mini now on the net hard wired to the cable wire. My wife brought the office computer home (a 1/06 mini) and want

  • I am no longer able to complete my payment.

    Can you cancel my subscription for me?

  • XI IDES Software

    I've seen in eBay that there is windows version of IDES training software which will have XI + SAP 4.7+ ECC+ Netweaver other products etc and can be used for only personal learning purpose. My question is, has any one tried that software? is it relia

  • How can I retrieve lost pictures on my ipad

    How can I retrieve lost pictures on my iPad?