Applying Stack 25 to SOLMAN - Kernel

Dear all,
I have to apply to my Solution Manager system. It is currently on EHP1, Stack 17 (initial level, just after the installation).
Solman is a double-stack system (ABAP+JAVA).
I have some doubts :
1. For a double-stack system (ABAP+JAVA), are the using the same kernel ?
    I am asking this question because when you download it from MOPZ, you have a kernel
    for the ABAP stack and a kernel of the JAVA stack.
2. What is the recommanded sequence to apply Kernel, ABAP patchs and JAVA patchs ?
Sequence :
1. ABAP support packages
2. JAVA patchs
3. Kernel upgrade ?
Thanks in advance for your input
Best regards
SAP NetWeaverAdmin

HI
1. For a double-stack system (ABAP+JAVA), are the using the same kernel ?
If ABAP+JAVA are in a the same instance, use the same kernel, download SAPEXE and SAPEXEDB, apply kernel patch with JSPM and check that the kernel patch is update in ABAP too.
2. What is the recommanded sequence to apply Kernel, ABAP patchs and JAVA patchs ?
For Solution Manager you must to use SAINT and JSPM, I don't kwon recommend secuense but I always apply ABAP first and I don't have any problem.
I recommend this order
1. JSPM patch
2. Kernel upgrade
3. ABAP patch
4. JAVA patch
Regards
William Neira

Similar Messages

  • Issue after upgrading SOLMAN-Kernel to 700-201

    Hi Gurus,
    I have upgraded SOLMAN Kernel from 700-144 to 700-201. I have done step by step upgrade i.e.,
    700-147 to 700-175 - No issues
    700-175 to 700-201 - Server started partially.
    In the Console, the server is partially started after upgrading from 175 to 201(Yellow and Green).
    "Dispatcher Running but not connected to Message Server, J2EE: All processes  running"
    I am able to login to all clients as well as J2EE.
    are there any patch or any OSS notes to implement after upgrading to Kernel 700-201?
    SOLMAN:
    SP-17
    WIN-32
    Thanks in advance...
    Regards
    Shreeshail Ganiger

    Dear Shreeshail,
    Try to upgrade your kernel to 221, there are quite issues with 201for some installations.
    Check if your satstartsrv.exe has been updated with new version too. this you can check with file version by right clicking.
    Regards
    Shailesh

  • Bootsplash : Applying splash on a patched kernel makes a Kernel Panic

    Hi Archers,
    I tried to put a bootsplash and for that I first pached the kernel with the PKGBUILD from ABS using this HOW-TO :
    http://archlinux.veloxis.de/howtos/boot … to_us.html
    The patched kernel works very well.
    Then I wanted to add a splash using the splash utility, following this HOW-TO :
    http://wiki.archlinux.org/index.php/Bootsplash
    Then I edited the grub and rebooted.
    All I can see is a kernel panic, telling me this :
    RAMDISK : Couldn't find valid RAM disk image starting at 0
    List of all partitions :
    No file system could mount root, tried :
    Kernel Panic - VFS : Unable to mount root fs on unknown block (0,0)
    This is quite weird since some lines above I can see that the RAMDISK has been initialized :
    RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    Does anynone have an idea of what could be the cause of the problem ?
    Thanks
    ++++++++++++

    I think I've found what is the cause of the problem but this is quite weird.
    To activate bootsplash, the bootsplash option have to be activated in the kernel configuration file (config) :
    CONFIG_FBCON_SPLASHSCREEN=y
    So I added this option at the end of the config file. The other required options were already activated by default.
    After having installed the new kernel thanks to the pacman -U command, I can see in the config file, which has been automatically generated during the compilation (/boot/kconfig26), that the bootsplash option is no more activated ! The entire line has been erased.
    How can an option be erased during the compilation ? Where could I find what caused this problem ? Here is my PKGBUILD, which I think is correct : (I have deactivated the Arch logo)
    # $Id: PKGBUILD,v 1.286 2008/01/15 19:37:50 tpowa Exp $
    # Maintainer: Tobias Powalowski <[email protected]>
    # Maintainer: Thomas Baechler <[email protected]>
    pkgname=kernel26
    _basekernel=2.6.23
    pkgver=2.6.23.14
    pkgrel=3
    pkgdesc="The Linux Kernel and modules"
    arch=(i686 x86_64)
    license=('GPL2')
    groups=('base')
    url="http://www.kernel.org"
    backup=('boot/kconfig26' etc/mkinitcpio.d/${pkgname}.preset)
    depends=('coreutils' 'module-init-tools' 'mkinitcpio>=0.5.15')
    # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
    # nforce package support was abandoned by nvidia, kernel modules should cover everything now.
    # kernel24 support is dropped since glibc24
    replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
    'alsa-driver' 'ieee80211' 'hostap-driver26'
    'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
    'zd1211' 'kvm-modules')
    install=kernel26.install
    source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
    ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2
    ### next two lines only needed for rc kernel building
    #http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc9.bz2
    #http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.23-rc9-git2.bz2
    # the main kernel config files
    config config.x86_64
    # the archlinux boot logos
    #logo_linux_clut224.ppm
    #logo_linux_mono.pbm
    #logo_linux_vga16.ppm
    # standard config files for mkinitcpio ramdisk
    kernel26.preset
    mkinitcpio-$pkgname.conf
    # add possibility to load your own dsdt acpi table
    acpi-dsdt-initrd-v0.8.4-2.6.21.patch
    # fix bluetooth on some toshiba notebooks
    toshiba-bluetooth.patch
    # add additional unusual usb entry
    usb-storage-unusual-devs.patch
    # cfs scheduler backport, modified to apply with gregs stable patch
    #http://people.redhat.com/mingo/cfs-scheduler/sched-cfs-v2.6.23.8-v24.patch
    ftp://ftp.archlinux.org/other/kernel26/sched-cfs-v2.6.23.11-v24.patch
    # improve intel macintosh support
    mactel-linux-2.6.23.patch
    # update to alsa snapshot 20071124
    ftp://ftp.archlinux.org/other/kernel26/alsa-20071124.patch.bz2
    ftp://ftp.archlinux.org/other/kernel26/alsa-include-20071117.patch.bz2
    # fix broken acpi c states on buggy bioses, which violate acpi specification
    acpi-buggy-bios.patch
    # add squashfs and unionfs
    http://heanet.dl.sourceforge.net/sourceforge/squashfs/squashfs3.3.tar.gz
    http://download.filesystems.org/unionfs/unionfs-2.x/unionfs-2.1.11_for_2.6.23.9.diff.gz
    # two patches below for aufs compatibility
    put_filp.patch
    lhash-2.6.22.patch
    # fix hibernating support for saa7134 devices, implemented in .24 series finally
    hibernate-saa7134.diff
    # add possibility to undervolt certain cpus
    linux-phc-0.3.0-kernel-vanilla-2.6.23rc3.patch
    # adding genpatches from gentoo
    2405_hostap-netdev-type.patch
    # fix Leadtek_WinFast_2000
    winfast-2000.patch
    bootsplash-3.1.6-2.6.21.diff
    build() {
    [ "${CARCH}" = "i686" ] && KARCH=i386
    [ "${CARCH}" = "x86_64" ] && KARCH=x86_64
    cd $startdir/src/linux-$_basekernel
    # add upstream patch from 2.6.23 series
    patch -Np1 -i ../patch-$pkgver || return 1
    # greg kroahs stable patches, in reference to:
    # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
    # add them if needed
    # add latest CFS scheduler backport
    # in reference to lkml:
    # By popular demand, here is release -v24 of the CFS scheduler patch.
    # It is a full backport of the latest & greatest scheduler code to
    # http://people.redhat.com/mingo/cfs-scheduler/
    patch -Np1 -i ../sched-cfs-v2.6.23.11-v24.patch || return 1
    ### next 2 lines are only needed for rc kernels
    #patch -Np1 -i ../patch-$pkgver-rc9 || return 1
    #patch -Np1 -i ../patch-2.6.23-rc9-git2 || return 1
    # add custom acpi dsdt patch, in reference to:
    # http://gaugusch.at/kernel.shtml
    # http://acpi.sourceforge.net
    patch -Np1 -i ../acpi-dsdt-initrd-v0.8.4-2.6.21.patch || return 1
    # fix enabling of bluetooth on some toshiba notebooks in reference to:
    # http://bugs.archlinux.org/task/5608
    # http://www.cwrose.de/toshiba/s5200.html#bluetooth
    patch -Np1 -i ../toshiba-bluetooth.patch || return 1
    # fix I/O errors with Teac HD-35PU devices
    patch -Np1 -i ../usb-storage-unusual-devs.patch || return 1
    # get latest alsa status, in reference to:
    # ftp://ftp.suse.com/pub/projects/alsa/snapshot/driver/
    # patches are created by diffing the kernel source,
    # against the alsa-kernel/ directory from tarball.
    # status is 20071124
    patch -Np0 -i ../alsa-20071124.patch || return 1
    patch -Np0 -i ../alsa-include-20071117.patch || return 1
    # improve intel macintosh support, in reference to:
    # http://www.mactel-linux.org/wiki/Main_Page
    # http://mactel-linux.svn.sourceforge.net/viewvc/mactel-linux/trunk/kernel/
    patch -Np1 -i ../mactel-linux-2.6.23.patch || return 1
    # add possibility to undervolt certain cpus, in reference to:
    # https://www.dedigentoo.org/trac/linux-phc/
    patch -Np1 -i ../linux-phc-0.3.0-kernel-vanilla-2.6.23rc3.patch || return 1
    # fix buggy bios acpi to get c states, which violate acpi specification, in reference to:
    # http://bugzilla.kernel.org/show_bug.cgi?id=7578
    # http://bugs.archlinux.org/task/6875
    patch -Np1 -i ../acpi-buggy-bios.patch || return 1
    # fix hibernate support on saa7134
    # made by the vl4 team in the kernel plus a lot of
    # help from one of the Alsa devs. The problem is that when you suspend to
    # ram or to disk, saa7134 devices don't come out of suspend.
    # sent in by: Hussam Al-Tayeb <[email protected]>
    patch -Np0 -i ../hibernate-saa7134.diff || return 1
    # fix Leadtek_WinFast_2000
    # in reference to:
    # http://www.linuxtv.org/v4lwiki/index.php/Leadtek_WinFast_2000
    patch -Np0 -i ../winfast-2000.patch || return 1
    # adding some genpatches from gentoo, in reference to:
    # http://sources.gentoo.org/viewcvs.py/linux-patches/genpatches-2.6/trunk/2.6.23/
    patch -Np1 -i ../2405_hostap-netdev-type.patch || return 1
    # add sqashfs support, in reference to:
    # http://squashfs.sourceforge.net/
    patch -Np1 -i ../squashfs3.3/kernel-patches/linux-2.6.23/squashfs3.3-patch || return 1
    # add unionfs support. in reference to:
    # http://www.fsl.cs.sunysb.edu/project-unionfs.html
    patch -Np1 -i ../unionfs-2.1.11_for_2.6.23.9.diff || return 1
    # add put_filp and lhash patches for aufs, in reference to:
    # http://aufs.sourceforge.net/
    patch -Np0 -i ../put_filp.patch || return 1
    patch -Np1 -i ../lhash-2.6.22.patch || return 1
    patch -Np1 -i ../bootsplash-3.1.6-2.6.21.diff
    # remove the extraversion from Makefile
    ### next line is only needed for rc kernels
    #sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =-rc9|g' Makefile
    sed -i 's|^EXTRAVERSION = .*$|EXTRAVERSION =|g' Makefile
    # Arch logo!
    #cp ../logo_linux_clut224.ppm drivers/video/logo/
    #cp ../logo_linux_mono.pbm drivers/video/logo/
    #cp ../logo_linux_vga16.ppm drivers/video/logo/
    if [ "$CARCH" = "x86_64" ]; then
    cat ../config.x86_64 >./.config
    else
    cat ../config >./.config
    fi
    # build the full kernel version to use in pathnames
    . ./.config
    ### next line is only needed for rc kernels
    #_kernver="2.6.23-rc9${CONFIG_LOCALVERSION}"
    _kernver="${_basekernel}${CONFIG_LOCALVERSION}"
    # load configuration
    yes "" | make config
    # build!
    # stop here
    #msg "Stopping build"
    #return 1
    make bzImage modules || return 1
    mkdir -p $startdir/pkg/{lib/modules,boot}
    make INSTALL_MOD_PATH=$startdir/pkg modules_install || return 1
    cp System.map $startdir/pkg/boot/System.map26
    cp arch/$KARCH/boot/bzImage $startdir/pkg/boot/vmlinuz26
    install -D -m644 Makefile \
    $startdir/pkg/usr/src/linux-${_kernver}/Makefile
    install -D -m644 kernel/Makefile \
    $startdir/pkg/usr/src/linux-${_kernver}/kernel/Makefile
    install -D -m644 .config \
    $startdir/pkg/usr/src/linux-${_kernver}/.config
    install -D -m644 .config $startdir/pkg/boot/kconfig26
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/include
    for i in acpi asm-{generic,i386,x86_64} config linux math-emu media net pcmcia scsi sound video; do
    cp -a include/$i $startdir/pkg/usr/src/linux-${_kernver}/include/
    done
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers $startdir/pkg/usr/src/linux-${_kernver}
    cp -a scripts $startdir/pkg/usr/src/linux-${_kernver}
    # fix permissions on scripts dir
    chmod og-w -R $startdir/pkg/usr/src/linux-${_kernver}/scripts
    #mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/.tmp_versions
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/kernel
    cp arch/$KARCH/Makefile $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
    if [ "$CARCH" = "i686" ]; then
    cp arch/$KARCH/Makefile.cpu $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/
    fi
    cp arch/$KARCH/kernel/asm-offsets.s $startdir/pkg/usr/src/linux-${_kernver}/arch/$KARCH/kernel/
    # add headers for lirc package
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video
    cp drivers/media/video/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102 usbvideo zc0301; do
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/$i
    cp -a drivers/media/video/$i/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/$i
    done
    # add dm headers
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/md
    cp drivers/md/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/md
    # add inotify.h
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/include/linux
    cp include/linux/inotify.h $startdir/pkg/usr/src/linux-${_kernver}/include/linux/
    # add CLUSTERIP file for iptables
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/net/ipv4/netfilter/
    cp net/ipv4/netfilter/ipt_CLUSTERIP.c $startdir/pkg/usr/src/linux-${_kernver}/net/ipv4/netfilter/
    # add wireless headers
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/net/mac80211/
    cp net/mac80211/*.h $startdir/pkg/usr/src/linux-${_kernver}/net/mac80211/
    # add vmlinux
    cp vmlinux $startdir/pkg/usr/src/linux-${_kernver}
    # copy in Kconfig files
    for i in `find . -name "Kconfig*"`; do
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/`echo $i | sed 's|/Kconfig.*||'`
    cp $i $startdir/pkg/usr/src/linux-${_kernver}/$i
    done
    cd $startdir/pkg/usr/src/linux-${_kernver}/include && ln -s asm-$KARCH asm
    chown -R root.root $startdir/pkg/usr/src/linux-${_kernver}
    find $startdir/pkg/usr/src/linux-${_kernver} -type d -exec chmod 755 {} \;
    cd $startdir/pkg/lib/modules/${_kernver} && \
    (rm -f source build; ln -sf ../../../usr/src/linux-${_kernver} build)
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -m644 -D $startdir/src/${pkgname}.preset $startdir/pkg/etc/mkinitcpio.d/${pkgname}.preset || return 1
    install -m644 -D $startdir/src/mkinitcpio-$pkgname.conf $startdir/pkg/etc/mkinitcpio.d/$pkgname-fallback.conf || return 1
    # set correct depmod command for install
    sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/kernel26.install
    echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${startdir}/pkg/etc/mkinitcpio.d/${pkgname}.kver
    # remove unneeded architectures
    rm -rf $startdir/pkg/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
    I'm a newbie in the kernel world so I'm a little bit lost in all theses files and options.
    Thanks
    Last edited by jaymz_64 (2008-02-07 12:20:37)

  • ATG : Find Excluded Promotion after applying Stacking Rule

    1.Created a global promotion and  created a stacking rule to exclude the following coupon promotion.
    2.Created a coupon promotion and created a stacking rule to exclude the above global promotion.
    In the cart page, at first global promotion get applied. If I apply a coupon, global promotion gets excluded and only coupon promotion gets applied which as expected.
    But the global promotion doesn't get removed totally from the order. Only while pricing calculation it gets excluded.
    I am displaying a message for each promotion in cart page(Eg. This.is the promotion applied to the order). So the excluded promotion still displays that property.
    -When inspected on profile.getActivePromotions(profile), it gave me only Claimed promotions by the user.
    -When inspected on PromotionTools.getPromotions(profile) it gave me all global promotions for the user which didn't take in account for the excluded stacking promotion.
    Is there any OOTB way to find out this excluded promotion.

  • Solman EHP1 upgrade Stack 20 - cannot log in to system

    Hi all,
    I am currently doing a patch of Stack 20 for solman EHP1.  I was able to create the queue, was able to continue until import proper phase 2. After a while, i cannot log on the system.
    CX_WB_ED_SYNTAX_ERROR is unknown. abap program SAPMSYST had to be terminated. status LIVE of the user interface SAPLSRABAX_EXC missing.
    also we found a deadlock in the ora alert trace file.
    here are the logs:
    SLOG0944.log
    ERROR SAPK-701DRINSAPBASIS SOL I 0012 20091027160822 SAPBASISUSER SAPBASIS     cbcsapsolm 20091027142413047  
    STOP  MAIN IMPORT          SOL I      20091027160831              SAPBASIS     cbcsapsolm 20091027142413047  
    ERROR: stopping on error 12 during MAIN IMPORT
    START INFORM SAP-SYSTEM OF SOL Q      20091027160831              SAPBASIS     cbcsapsolm 20091027142413047  
    START tp_getprots          SOL Q      20091027160831              SAPBASIS     cbcsapsolm 20091027142413047  
    WARNING: System SOL. Warning.        20091027161236 :
    WARNING:       Background job RDDIMPDP could not be started or terminated abnormally.
          Please check that the R/3 system is running.
          Please check the system. Use transactions SM21, SM37, SM50.
    WARNING:       (This warning is harmless if no further warnings follow.)
    WARNING: System SOL. Warning.        20091027170810 :
    ERROR:       The following call returned with exit code -100:
    ERROR:         sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=SOL
    ERROR:       Background jobs cannot be started.
    ERROR:       Please check trace file dev_evt.
    WARNING:       (This warning is harmless if no further warnings follow.)
    STOP  imp all              SOL   7006 20091027170857              SAPBASIS     cbcsapsolm 20091027142413047  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    dev_evt
    Tue Oct 27 17:08:08 2009
    Trace File of External Event Raiser (Level=2, Append=0)
    EventID: SAP_TRIGGER_RDDIMPDP
    SAP message server host: cbcsapsolm
    SAP message server service (new): 3900
    SAP message server service (old): sapmsSOL
    MsIAttachEx: connect to cbcsapsolm / 3900
    NiIInit: allocated nitab (2048 at 0000000002980080)
    NiHsLInit: alloc host/serv bufs (100/100 entries)
    NiPGetNodeAddrList: got 1 interface(s) from operating system
              [0] IP-Address: 172.20.20.128
    NiHsLGetNodeAddr: got hostname 'cbcsapsolm' from operating system
    HN='cbcsapsolm.cbcmain.cbc.chinabank.ph'; Add[0]=172.20.20.128
    NiIGetNodeAddr: hostname 'cbcsapsolm' = addr 172.20.20.128
    NiIGetServNo: servicename '3900' = port 0F.3C/3900
    NiICreateHandle: hdl 0 state NI_INITIAL
    NiIInitSocket: set default settings for new hdl 0 / sock 1812 (I4; ST)
    NiIBlockMode: set blockmode for hdl 0 FALSE
    NiITraceByteOrder: CPU byte order: little endian, reverse network, low val .. high val
    NiIConnectSocket: hdl 0 is connecting to 172.20.20.128:3900 (timeout=5000)
    Tue Oct 27 17:08:09 2009
    SiPeekPendConn: connection of sock 1812 broke (10061-WSAECONNREFUSED: Connection refused)
    ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2835]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1812
        (SI_ECONN_REFUSE/10061; I4; ST; 172.20.20.128:3900) [nixxi.cpp    2835]
    NiICloseHandle: closing initial hdl 0
    ERROR => MsIAttachEx: NiBufConnect to cbcsapsolm/3900 failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    ERROR ***: MsAttach (host=cbcsapsolm, serv=3900), rc = -100
    MsIAttachEx: connect to cbcsapsolm / sapmsSOL
    NiHsLGetNodeAddr: found hostname 'cbcsapsolm' in cache
    NiIGetNodeAddr: hostname 'cbcsapsolm' = addr 172.20.20.128
    NiHsLGetServNo: got service name 'sapmsSOL' from operating system
    SN='sapmsSOL'; Port=0E.10/3600; PC=tcp
    NiIGetServNo: servicename 'sapmsSOL' = port 0E.10/3600
    NiICreateHandle: hdl 0 state NI_INITIAL
    NiIInitSocket: set default settings for new hdl 0 / sock 1800 (I4; ST)
    NiIBlockMode: set blockmode for hdl 0 FALSE
    NiIConnectSocket: hdl 0 is connecting to 172.20.20.128:3600 (timeout=5000)
    Tue Oct 27 17:08:10 2009
    SiPeekPendConn: connection of sock 1800 broke (10061-WSAECONNREFUSED: Connection refused)
    NiHsLGetServName: found port number 0E.10/3600 in cache
    NiIGetServName: port 0E.10/3600 = servicename 'sapmsSOL'
    ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2835]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1800
        (SI_ECONN_REFUSE/10061; I4; ST; 172.20.20.128:3600) [nixxi.cpp    2835]
    NiICloseHandle: closing initial hdl 0
    ERROR => MsIAttachEx: NiBufConnect to cbcsapsolm/sapmsSOL failed (rc=NIECONN_REFUSED) [msxxi.c      652]
    ERROR ***: MsAttach (host=cbcsapsolm, serv=sapmsSOL), rc = -100
    alert_sol
    Tue Oct 27 16:08:17 2009
    ORA-00060: Deadlock detected. More info in file f:\oracle\sol\saptrace\usertrace\sol_ora_5280.trc.
    Tue Oct 27 16:08:20 2009
    Completed checkpoint up to RBA [0x5e7.2.10], SCN: 17756362
    Tue Oct 27 16:08:22 2009
    ORA-00060: Deadlock detected. More info in file f:\oracle\sol\saptrace\usertrace\sol_ora_188.trc.
    hope you can help!
    Many thanks!
    Edited by: Jeb Barrios on Oct 28, 2009 3:11 AM
    Edited by: Jeb Barrios on Oct 28, 2009 3:13 AM
    Edited by: Jeb Barrios on Oct 28, 2009 3:15 AM

    Hi,
    Based on my checks,  in my opinion its best to open an OSS msg, as most of the time it will require the message processor on SAP side to apply some internal tool to resolve this. Since it is a matter with package stuck scenario.
    You may want to open under BC-UPG-OCS
    Hope this helps.
    Cheers
    SH

  • Solman Stack SP20 to SP27 Update

    Dear Experts,
    We are going to upgrade solman 7.0 Ehp1 SP20 system to latest sp stack sp27, customer using this system as production for Change Request Management,
    Does support package upgrade effect Change Request Management scenarios, after patch update are there any follow up activies for Change Request Management ?
    Best Regards

    Hi,
    For sure as in any Stack installation on Solman you will need to apply central note and also run Solman_setup again but for specific changes in CHARM it is better if you get a Side effect report from Marketplace.
    Regards,

  • Error while generating stack.xml file in solman

    Hi All,
    I am unable to generate a stack.xml file in solman,  below is the error.
    Also, how to select a patch for Java stack JVM in solman. Please help me.
    Thanks,
    Dheeraj

    Hi Kartik,
    Thanks for the info.
    I am trying to upgrade SAP JVM from 6.1.49 to 6.1.64,
    I tried by manually downloading the file and upload it through SUM it was not successful.
    Now I am trying with stack.xml and some product instance are not installed.
    Any suggestions??
    Regards,
    Dheeraj

  • Applyed EHP4 in all system except SolMan,will this work or required in SolM

    Hi Experts,
    we have upgraded the SP13 to SP18 for ERP and NetWeaver.  On to this we have upgraded the EHP4 for ERP and NW in ECC, BI and SRM and Portal system. We have not upgraded the EHPs in Solman System.  Now my concern is that is it necessary to upgrade the SOlMan system with the EHP (same as other systems) or not required??
    As we are having SLD in solman and lots of other configuration like CUA (Central User Administration).  If we will not apply the EHP in solman and apply only in the other system will that work fine??
    Thanks
    Narpal Singh

    Hi,
    It is not necessary to upgrade to your solman to EHP1. But it is always recommended to upgrade to latest patch level.
    Thanks
    Sunny

  • Install SAP BW Java Stack on SolMan server

    Hi.
    Regarding the single stack requirement coming in with SAP BW 7.4 my customer ask me if it is possible to move the Java Stack to the SolMan server because it has more or less nothing to do. But regarding the actual definition I am not sure if it is possible.
    I am not an infrastructure guy so I like to identify if this can be handled like this in line with the SAP guideline only and then start an internal discussion.
    Thanks in advance,
    Nils

    Hi Nils,
    Installing a second Java stack on the same machine with a different SID is perfectly fine. Personally I don't recommend it as two different SAP products (different NetWeaver versions) will be running on the same Windows, definitely requires more maintenance effort than managing two instances on different servers. The downtimes will effect both servers, one of them may encounter a server-related problem while the other working fine etc.
    Also make sure you have enough resources for both of them.
    BR,
    Alper Somuncu

  • Unable to apply SPS23 Java Stack using JSPM

    Hi,
    i'm having serious trouble getting JSPM to apply SPS23 for Solution Manager 7.0 EHP1. JSPM always rejected the XML file downloaded from Solution Manager or OSS. There are two different scenarios.
    1. JSPM can't find ISDOTNET8SP01_00-10007435.SAR in EPS/in. When i copy the file to EPS/in he rejected to apply the stack because ISDOTNET8SP01_00-10007435.SAR isn't a valid SCA file. How smart JSPM is.
    2. Tried a xml stack definition file downloaded from OSS. Now JSPM rejected to apply because he couldn't find new versions of the component. The log file (SCAN...) says : ...WARNING The same or newer version of software component BASETABLES and vendor sap.com is deployed on the system. The release and version of the software component, which is found in the Inbox directory, are 7.01 and 6.0, and the release and version of the software component, which is deployed on the system, are 7.00 and 14.0.
    Know, it though 7.01 is newer than 7.00 but JSPM thinks different. As the message is the same for all components in the end JSPM didn't find anything to apply and rejected the complete stack. Trying to apply as single stack wasn't successful too as he didn't find any target SP Level.
    Any clue ?
    We urgently need to complete the EHP1 update to start the ERP 6.0 upgrade which would already be finished if not for Solution Manager requirement to download the EHP4 stack.
    Regards

    Solution found !
    You need to update JSPM at least to 7.00 SP17 (7.00.17. Note 1280791).
    Restart JSPM, apply Stack which will update JSPM to 7.01.6.0.
    Restart JSPM nd now the rest of the Stack could be upgraded to 7.01.6.0.
    JSPM 7.00.14.3 or lower will not recognize the JSPM 7.01.6.0 update SCA which is need in order to update the other components to 7.01.6 as well.
    Regards

  • Problems applying TP / R3trans patch to 700 unicode kernel

    When trying to apply an updated TP and R3trans patch to our kernel with apyr3fix, I get errors.  Here are the details from the TP run.  If you have any ideas as to what might be the problem, please let me know. Thank you.
    ~TJ
    I found a note reference the IGS and IFSNAME duplicates, but I'm getting this with TP and r3trans.
    APYR3FIX SID(X60) SAVF(PATCHES/TP) SAVLIB(GEN700UOPT) KRNLIB(R3700U0146) GETSAVF(*NO)                                                               
    Ownership of object GETOBJINF in QTEMP type *USRSPC changed.              
    Ownership of object GETOBJINF in QTEMP type *USRSPC changed.              
    Ownership of object PCHX60 in QSYS type *LIB changed.                     
    Library PCHX60 created.                                                   
    Unpacking patch save file...                                              
    Ownership of object TPPCH in PCHX60 type *FILE changed.                   
    2 objects restored from GEN700UOPT to PCHX60.                             
    Applying Patch from PATCHES/TP *SAVF...                                   
    Library PCHX60 added to library list.                                     
    Not authorized to object X60OWNER in QSYS.                                
    Ownership of object PCHX60HYB in QSYS type *LIB changed.                  
    Library PCHX60HYB created.               
    Constraint was added.                                        
    1 constraint(s) added to file O4AFFILE.                      
    Constraint was added.                                        
    1 constraint(s) added to file O4AFFILE.                      
    File O4AFFILE in library PCHX60HYB restored.                 
    1 objects restored from PCH700UOPT to PCHX60HYB.             
    Ownership of object GETOBJINF in QTEMP type *USRSPC changed. 
    Ownership of object GETOBJINF in QTEMP type *USRSPC changed. 
    Checking patch library R3700U0146 for consistency            
    Number of invalid records found: 0                           
    Number of ILE objects missing: 0                             
    Number of IFS blobs missing in archive file: 0               
    Number of IFSNAME duplicates found: 0                        
    ---> hybrid library PCHX60HYB is consistent - OK             
    Checking target library R3700U0146 for consistency     
    Number of invalid records found: 0                     
    Number of ILE objects missing: 0                       
    Number of IFS blobs missing in archive file: 0         
    Number of IFSNAME duplicates found: 2                  
    ---> hybrid library R3700U0146 is inconsistent - ERROR 
    Target library R3700U0146 is inconsistent.             
    Errors occurred in command.                            
    Errors occurred in command.                            
    Library PCHX60 removed from library list.              
    APYR3FIX: Patch installation failed (see joblog)       
    Errors occurred in command.                            
    Errors occurred in command.

    Hi,
    Not authorized to object X60OWNER in QSYS
    can you provide the job log.
    try to Change RSTOBJ *CMD with EDTOBJAUT (i.e. WRKOBJ, option 2) and give *USE to R3OWNER.
    if it's already authorized
    then execute
    FIXR3OWNS LIB(<krnlib>) OBJ(*ALL)
    then execute APYR3FIX
    also check following forum to apply patch on i5/OS
    Kernel patch
    also check following sap note if you apply tp patch higher then level 140
    Note 1137680 - i5/OS: 700 tools no longer function after applying a patch
    regards,
    kaushal
    Edited by: kaushal malavia on May 13, 2008 11:00 AM

  • Applying patch to the kernel

    Hello,
    I need to apply this patch to the kernel.
    http://pastebin.com/wpmFi38k
    Do you know how to do?

    slithery wrote:Edit - That patch is 3 years old. Are you sure that a) it's still needed b) it's compatible with current kernels?
    There is a fairly recent discussion on lkml about that patch: https://lkml.org/lkml/2014/9/22/630. So it seems the patch has some use, but is a poor workaround instead of a porper fix of the underlying problem.
    Last edited by progandy (2015-01-03 18:06:33)

  • SAP ERP6  product version missing in SMSY for EHP4 upgrade Solman 7

    Hello
    I am trying to install Ehp 4 but when i try to create the new system as SAP ERP6 in solution manager (SMSY )but  product version is missing  ?
    iam now stuck any ideas will be welcome as i need to get the stack.xml  inorder to proceed with EHP installer

    Hi,
    Check below notes before proceeding with EHP download in solman,sap has recommaned to apply these notes when we tried to download EHP,
    Must Implemeted
    1238929 MOPZ: Solution Is Not Selected in Work Center
    1240389 Maintenance optimizer transaction with incorrect Java host
    1243197 MOPZ: Add Caption for Product and Stack of Stack Delta XML
    1246549 Status were reset to step 1 after Download Basket approval
    1247550 present all avaliable systems in mopz step 1
    1250781 SMSY: Error for Java system components from the SLD
    1255219 Java systems w/o ABAP instance in maintenance optimizer
    1262239 SMSY: Database name *LOCAL
    1273095 SMSY: Incorrect database server (Java)
    1306173 Maintenance Optimizer: Enhancement Package Stacks
    1308152 MOPZ: Check configuration for stack delta XML generation
    1311841 Maintenance Optimizer: Rename stack delta index file
    1319083 Maintenance Optimizer: Technical corrections
    1326123 MOpz: Error "Update product data in Solution Manager"
    1357565 MOpz: Maintain a system where EHP is installed
    1402615 Translate hostname in Mopz to lower case
    1407905 MOpz: Error when withdrawing in step 4
    Cannot be implemented, but manual steps must be performed.
    1141296 Solution Manager: ERP product data missing
    1165587 Maintenance Optimizer: Enhancement Package stack selection
    1277035 Solution Manager: EHP4 product data missing
    Between what is your present stack level of solman
    Regards
    Uday

  • SOLMAN 7.1 SP3 CONFIGURATION

    Dear All,
    As i am in the configuration phase of Solman 7.1,i have completed the steps of SYSTEM PREPARATION and BASIC
    CONFIGURATION except configuration of Willy Introscope Agent.
    As i have to configure the Maintenance Optimizer.
    Can anyone tell me what prerequistes should be maintenaned to configure MOPZ?
    Should i go with the Managed System Configuration first or i can directly start with the MOPZ Configuration?
    Kindly guide me,as i am new into this.
    Thanks & Regards
    Ajitabh

    Dear All,
    I am new to Solution Manager, I have installed Solman7.1 with initial stack, without applying SP3 or SP4 I have started solman_setup at standard configuration
    1) I have selected local SLD, and gave SLD data like host name : solman host etc  because we dont have separate standalone central sld,  we have systems like SAP ECC6.0 EHP5, PI7.3 and Portal 7.3, we are using PI7.3 system SLD is the Master SLD for ECC & Portal.  So at the time of solman standard configuration SLD step we have selected local SLD and gave solman hostname for SLD host name.  SLD task run successfully.
    2) At LMDB step I am unable to complete it properly, I dont know which user name I need to give to sync SLD and LMDB, so I skipped that step and perfomed BASIC Cofiguration with Willy Agent steps keeping as postpond
    3) I need to upgrade to ECC HCM component to Ehp5 605 as my ECC is Central Application SAP_APPL 605 sp05 now, I am facing problem at the time of generating target stack file thro solman MOPZ (it is giving COVNT_DATA_LOSS ABAP Dump error) so we decided to apply latest patch SP04 for solman
    Please guide how to config LMDB and MOPZ, where can I get step by step configuration for this?  I really appreciate if anyone help me out.
    Thanks and Regards
    Sudbang

  • [SOLVED]How to patch the kernel? And other questions

    Like the same user who started this thread I'm suffering from hibernation resuming troubles using kernel 2.6.38. In that thread was posted a soluttion that involves patching the kernel.
    The patch to apply is this:
    http://git.kernel.org/?p=linux/kernel/g … e3e9fc8684
    Waiting for the bug to be corrected and a new version supplied is not an option, because this laptop is my main computer and I heavly rely on hibernation.
    Here's my trouble now. I don't know if it is possible to patch without recompiling the whole kernel, or it has to be compiled with that patch applied. I have seen the archlinux's wiki guide about compiling the kernel, but found nothing about applying patches (maybe I didn't searched with enought depth).
    In case there is needed a full compilation, should I use the vanilla kernel, the Arch Linux one or any of the AUR ones (I said AUR because they're the first that came to my mind)? Should i expect a performance gain with this (apart from fixing the hibernation bug)?
    Maybe i'm just doing a bunch of dumb questions, and the only thing I need is to search deeply on the wiki. In that case, please tell me. If not, I rather get some answers around kernel patching and / or compiling questions.
    Edit: In addittion, it is possible that all this questions are just newbie ones, I don't know, but as I am willing to learn from this I will appreciate any info or documentation about it.
    Thank you.
    Last edited by ethail (2011-04-12 06:30:48)

    From the source tree (/usr/src/linux-whatever) execute
    patch -p1 < /path/to/fix.patch
    then recompile kernel from the source tree.
    Basically that consists of executing the following commands from the source tree:
    make menuconfig
    make
    make modules_install
    cp -v System.map /boot/System.map-CUSTOM
    cp -v arch/x86/boot/bzImage /boot/vmlinuz-CUSTOM
    mkinitcpio -k 2.6.38-CUSTOM -g /boot/kernel-CUSTOM.img
    and you need to add menu entry in /boot/grub/menu.lst
    -k 2.6.38-CUSTOM should corespond to /lib/modules/2.6.38-CUSTOM (replace 2.6.38-CUSTOM with the name of your module directory, name depends on the kernel version and suffix that you gave in menuconfig). Regarding kernel configuration in menuconfig - I can't help you, you could use arch stock kernel config (zcat /proc/config.gz > /usr/src/linux-whatever/.config)
    I do these kind of things this way - maybe someone else have a more elegant solution.

Maybe you are looking for