[Solved] System with Linux 3.14 (intel_pstate) noticeable less...

... responsive and significantly slower (some numbers below) under light/medium workload, even when compared with ondemand (up_threshold 95). What happened to that famous race to idle concept? Relevant bug report https://bugzilla.kernel.org/show_bug.cgi?id=70941 (apparently "fixed")
"Tests" on 2500k (4 cores SB @ stock freq.):
1) in tmpfs
for num in {1..50000}; do
dd if=/dev/urandom of=file$num.log bs=10k count=1
done
2) Sunspider 1.0.2 https://www.webkit.org/perf/sunspider-1 … river.html
3) rsync in tmpfs
Results:
Linux 3.14 intel_pstate /w powersave governor (default)
1)
real 2m7.609s
user 0m5.060s
sys 0m12.797s
2)
run 1 - 200.9ms +/- 1.9%
run 2 - 199.1ms +/- 1.9%
run 3 - 202.3ms +/- 1.0%
3)
first run: $ time rsync -aAX /tmp/modules /tmp/test
real 0m1.692s
user 0m2.033s
sys 0m0.887s
second run: $ time rsync -aAX /tmp/modules /tmp/test
real 0m0.578s
user 0m0.267s
sys 0m0.270s
Linux 3.14 ondemand up threshold 95 (intel_pstate=disable)
1)
real 1m35.773s
user 0m4.947s
sys 0m12.890s
2)
run 1 - 154.3ms +/- 0.8%
run 2 - 155.2ms +/- 0.8%
run 3 - 154.0ms +/- 0.7%
3)
first run: $ time rsync -aAX /tmp/modules /tmp/test
real 0m1.097s
user 0m1.210s
sys 0m0.620s
second run: $ time rsync -aAX /tmp/modules /tmp/test
real 0m0.473s
user 0m0.200s
sys 0m0.230s
Linux 3.13.9 intel_pstate /w powersave governor (default)
1)
real 1m3.553s
user 0m15.353s
sys 0m42.444s
2)
run 1 - 155.4ms +/- 0.9%
run 2 - 154.6ms +/- 0.5%
run 3 - 153.9ms +/- 1.1%
3)
first run: $ time rsync -aAX /tmp/modules /tmp/test
real 0m1.014s
user 0m1.351s
sys 0m0.353s
second run: $ time rsync -aAX /tmp/modules /tmp/test
real 0m0.344s
user 0m0.154s
sys 0m0.149s
Last edited by gedgon (2014-06-24 09:29:23)

same here (Fedora 20). i7-4800MQ on 3.13 in-rest at 2.7 GHz, on 3.14 800MHz. Boot times 30% up. A wrapper around commands shows elapsed times for "systemd-analyze blame". Both kernel boots in "powersave" governor:
4 times command execution on kernel 3.13:
.121303
.124094
.122310
.125066
and the same in kernel 3.14:
.442166
.442842
.447207
.430436
upping the --min through cpupower to 2.7 GHz I stell don't get the perf of 3.13:
.139518
.140489
.139541
.136105

Similar Messages

  • How to run DB13 in a Distributed System with Linux+Oracle

    Hello all,
    We have a ERP system which runs on Distrbuted environment(APP server and DB runs on different hosts), OS and DB is RHEL 6.5 and Oracle 11.2.0.3, ECC6.0 EHP7 runs on Netweaver 7.4
    now we would like to backup the database, to run brtools via command line is no problem, but if I run it with Db13, error will occur.
    ============================================
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRBACKUP On host sapsrvcepdblan
    Parameters:-jid ALLOG20140620190905 -u / -c force -t online -m all -p initCEP.sap -a -c force -p initCEP.sap -s
    d
    SAPXPG_START_XPG_LONG: sy-subrc: 01005
    destination = SAPXPG_DBDEST_SAPSRVCEPDBLAN
    number of retries =  1
    SAPXPG_START_XPG_LONG: sy-subrc: 01005
    destination = SAPXPG_DBDEST_SAPSRVCEPDBLAN
    number of retries =  2
    SAPXPG_START_XPG_LONG: sy-subrc: 01005
    destination = SAPXPG_DBDEST_SAPSRVCEPDBLAN
    number of retries =  3
    SXPG_STEP_XPG_START: execute_sapxpg: rc = 1.003
    SXPG_STEP_COMMAND_START: SXPG_STEP_XPG_START returned: 1.003
    SXPG_COMMAND_EXECUTE(LONG)
    <timestamp> = 20140620190906
    COMMANDNAME = BRBACKUP
    SXPG_COMMAND_EXECUTE failed for BRBACKUP - Reason: program_start_error: For More Information, See SYS
    Job cancelled after system exception ERROR_MESSAGE
    ============================================
    I searched for many many notes and SCN messages but none of them solve my issue, I have installed a standalone Gateway sevrer on database instance, and modified SM59 RFC SAPXPG_DBDEST_SAPSRVCEPDB, but the connection test for this RFC always failed.
    Could you kindly share your experiences how to solve this problem? Thanks a lot!
    Best regards,
    Fresh

    Hi Fresh,
    In a distributed environment you need to install SAP gateway instance on the DB host.
    Then in the RFC destination SAPXPG_DBDEST_SAPSRVCEPDBLAN maintain the gateway host and gateway service.
    Post this db13 should work fine.
    Hope this helps.
    Regards,
    Deepak Kori

  • [SOLVED] Microcode with Linux 3.17

    The Update to Linux 3.17 triggered this Announcement
    Microcode on Intel CPUs is no longer loaded automatically, as it needs to be loaded very early in the boot process. This requires adjustments in the bootloader. If you have an Intel CPU, please follow the instructions in the wiki.
    There, for Grub:
    For the time being, you can manually add /intel-ucode.img in your grub.cfg as follows:
    echo 'Loading initial ramdisk ...'
    initrd /intel-ucode.img /initramfs-linux.img
    I know this matches that post in arch-dev public, but IMHO it should be
    echo 'Loading initial ramdisk ...'
    initrd /boot/intel-ucode.img /boot/initramfs-linux.img
    at least that worked for me:
    # dmesg | grep microcode
    [ 0.000000] CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.126060] CPU2 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.385231] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.385238] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.385248] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.385257] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.385305] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    (And is really trivial, yes.)
    But before I mess around in the wiki (on a recent update relevant topic!), I'd like to discuss this here first.
    So what do you mean, should "/boot" be added to the wiki instructions for microcode in Grub?
    Last edited by Carl Karl (2014-10-22 23:14:19)

    There is a simple rule.
    If you have a separate /boot partition then your 'set root=...' will point to that partition, and the .img files will be at the root of the boot partition hence the /intel-ucode.img.
    If you don't have a separate /boot partition then your 'set root=...' will point to / and the .img files will be in /boot/...

  • Sharing a partion with Linux

    hi,<br>
    I have configured a dual boot system with Linux and Solaris 7. Now I want to access a harddisk from both systems, what is the best filesystem in this case and how to configure Linux and Solaris?
    <p>
    thanks
    <p>
    Hendrik Suess

    You might want to try the Acrobat.com forum.

  • [SOLVED]Updat Sync and Upgrade the system with pacman behind a proxy

    Am brand new to archlinux having used ubuntu for over a year i felt it was time to upgrade to something that would allow me to learn linux not just use it. so far i have been able to install my system and everything works fine .. however am about to update my system with pacman (just finsihed setting up networking) and am wondering how i can make pacman work with network proxy. without which i would be unble to setup the laptop with arch any help is appreciated
    Last edited by bigbrovar (2008-12-14 07:40:46)

    solved this by adding my proxy variable to .bashrc in the home dir of the user i created. and also adding it to profile.bash in the /etc/

  • How to work with file system in linux within a JSF app?

    I use this line in my backing bean to log some events:
    FileHandler fhxml = new FileHandler("../webapps/MyWebApp/Log/MyWebAppLog.xml", append);
    fhxml.setFormatter(new XMLFormatter());That works fine in windows but when I deploy it in my Tomcat 6 in linux It doesn't work. How can I work with file system in linux?

    You should never use relative paths to access the filesystem. The path would be relative to the current working directory which is not per se the same in all environments. To convert a relative web path to an absolute file system path, you need ServletContext#getRealPath(). Use this absolute file system path in the java.io stuff. In a JSF application on top of Servlet API you can get the underlying ServletContext by ExternalContext#getContext().
    Alternatively, if the file is located in one of the default paths of the classpath or if its path is added to the classpath, you can also just use ExternalContext#getResource() or even #getResourceAsStream() using just the file name.

  • JVM running with LINUX operating system on I686

    Is there a JDK that runs in an I686 machine with linux as operating system.
    I can't raise a mule server because JVM seems to not recognize the hardware.with I686.
    I am not an expert in JAVA but it seems to give the following error.
    I am getting this error. I may be wrong about JVM. But I have no problem with
    windows 2003 and windows XP.
    E/lib/boot/*.jar
    Command[0] : java
    Command[1] : -Dmule.home=$MULE_HOME
    Command[2] : -Dmule.base=$MULE_BASE
    Command[3] : -Dmule.bootstrap.library.download.description.1=javax.activation.DataSource,/javax/activation/activation/1.1,activation-1.1.jar
    Command[4] : -Dmule.bootstrap.library.download.description.2=javax.mail.Message,/javax/mail/mail/1.4,mail-1.4.jar
    Command[5] : -Dm2.repo="$M2_REPO"
    Command[6] : -Xmx512m
    Command[7] : -Djava.library.path=$LD_LIBRARY_PATH:$MULE_HOME/lib/boot
    Command[8] : -classpath
    Command[9] : $MULE_LIB:$MULE_EXE/../conf
    Command[10] : -Dwrapper.key=TK24FBmV2QO4iL1C
    Command[11] : -Dwrapper.port=32000
    Command[12] : -Dwrapper.jvm.port.min=31000
    Command[13] : -Dwrapper.jvm.port.max=31999
    Command[14] : -Dwrapper.debug=TRUE
    Command[15] : -Dwrapper.pid=12651
    Command[16] : -Dwrapper.version=3.2.3
    Command[17] : -Dwrapper.native_library=wrapper
    Command[18] : -Dwrapper.cpu.timeout=10
    Command[19] : -Dwrapper.jvmid=1
    Command[20] : org.mule.module.boot.MuleBootstrap
    Command[21] : -config
    Command[22] : hello_config.xml
    Command[23] : console0
    Launching a JVM...
    The java class is not found: org/mule/module/boot/MuleBootstrap
    Signal trapped. Details:
    signal number=17 (SIGCHLD), source="unknown"
    Received SIGCHLD, checking JVM process status.
    JVM process exited with a code of 1, setting the wrapper exit code to 1.
    JVM exited while loading the application.
    JVM was only running for 0 seconds leading to a failed restart count of 1.
    Zeins

    If you get something like$ java -version
    java version "1.4.2"
    gcj (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10)
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.maybe you should install a Sun JDK.

  • HT201303 last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    last time i bought apps by using visa gift card so iam trying to use the kind of visa gift card and the system is denying the method payment ....any idea how to solve this with my itune account ?

    A few reasons I can think of, but instead of shooting in the dark, lets check with experts who can look at your account.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • How to install JDK on LINUX Ubuntu on system with no net/wireless?

    Hello!
    I need to install JDK on LINUX Ubuntu on system with no net/wireless connection.
    What are the commands?
    Thank you!
    Edited by: 800512 on 07:29 10/01/2011

    - Download your release of choice from http://www.oracle.com/technetwork/java/javase/downloads/index.html
    - Put the file on a USB thumb drive
    - Mount that drive on the target machine
    - Follow the installation instructions.
    The Linux/Ubuntu downloads of the JDK are offline installers (i.e. the downloaded file contains everything that's required). Only Windows currently has an online installer (smaller initial download, but requires a net connection for the actual installation)
    Alternatively: install the OpenJDK from the official Ubuntu packages using apt-zip (http://wiki.debian.org/AptZip).

  • LV acquire the print information from the embed board with Linux system through serial port

    I want to acquire the print information by LV from the embed board with Linux system through serial port, like the window hyperterminal tool?
    I try to use VISA serial config function to achieve it ,but lost and prompt that is error like attachment.
    I can't sure that my idea is reasonable.
    help me
    thanks a lot!

    I ended up finding the answer to my problem. After pointing a client directly at one of the DPS systems, I saw the following error in the logs:
    [27/Jul/2009:17:11:47 -0400] - OPERATION  - INFO  - conn=3688 op=4 BIND RESPONSE err=12 msg="The server is not configured to pass through control 1.3.6.1.4.1.42.2.27.8.5.1" etime=0After adding that control OID to the allowed-ldap-controls, I could login via password auth. Adding this control also allowed for password changes to work from a client system.

  • Microsoft EOP with Linux System

    Hello,
    Is it possible to configure Exchange Online Protection, formerly known as FOPE, with Linux system. I am working for an environment where Exchange Server 2013 is located inside the local network and there is a Linux system in the perimeter network, all incoming
    and outgoing emails flows via this Linux system.
    FYI, we have a plan to remove this Linux system but right at this moment we need to keep it for few months more.

    litemotiv wrote:See this: https://bbs.archlinux.org/viewtopic.php?id=140635
    Dead right - seems like the same kernel problems!

  • May LV for Linux run in embeded linux system with ARM9 ?

    Hello All,
    May LV for Linux run in embeded linux system with ARM9 ?
    Tks and best regards!
     Bright

    No, it will only run on Intel compatible processors.
    You'll need LV Microprocessor SDK for that (AKA LVEmbedded). But you'll lose
    the MMI. And you need to build toolchains yourself (although there is a
    cygwin example shipped, and converting it to any gcc toolchain is not that
    difficult).
    There is a special LV MSDK for ARM processors, but not for all of them.
    Regards,
    Wiebe.

  • [SOLVED] firefox freezes with linux 3.14.*

    I have a lot of freezes in firefox with the new kernel.
    Program received signal SIGPIPE, Broken pipe.
    [Switching to Thread 0x7fffe0aff700 (LWP 12195)]
    0x00007ffff7bcdefb in send () from /usr/lib/libpthread.so.0
    (gdb) bt
    Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffe0afeac8:
    #0 0x00007ffff7bcdefb in send () from /usr/lib/libpthread.so.0
    Cannot access memory at address 0x7fffe0afeac8
    With linux-lts, there no problems at all. I saw this report but i dont think is related to the futex race issue.
    Any help appreciated.
    Last edited by tritonas00 (2014-04-16 15:47:09)

    because the report opener said that those freezes fixed with the 'futex' patch (included in 3.14-5).
    As he says:
    for those who have again problems despite the patch it means probably that there are another bugs further in the source code of kernel 3.14, bugs who are not necessarily related to the "futex problem"
    i will try a clean profile, thanks.
    Last edited by tritonas00 (2014-04-16 13:22:51)

  • Install PT8.53 with Linux Issue: Jolt client (ip address 192.168.196.102) does not have proper application password

    Folks,
    Hello.
    I am installing PeopleTools 8.53 with Oracle Database Server 11gR1 and OS Oracle Linux 5.10.
    Data Mover Bootstrap and Application Designer can log into Database instance successfully. My procedure to run PIA is below:
    Step 1: start Oracle Database Server and LISTENR is listening.
    Step 2: start Application Server ./psadmin and 8 processes are started.
    Step 3: start WebLogic Server PIA /opt/PT8.53/webserv/PT853/bin/startPIA.sh
    In Browser, http://192.168.196.102:8000/ps/signon.html comes up successfully. But when sign in using UserID PSADMIN and password "myname", I get the error message in Browser as below:
    The application server is down at this time.
    CHECK APPSERVER LOGS. THE SITE BOOTED WITH INTERNAL DEFAULT SETTINGS, BECAUSE OF: bea.jolt.ServiceException: Invalid Session
    We've detected that your operating system is not supported by this website. For best results, use one of the following operating systems:
    Mac OS X 10.6(Snow Leopard)
    Mac OS X 10.5(Leopard)
    iPad
    Oracle Linux Enterprise
    Mac OS X 10.4(Tiger)
    Windows 8
    Windows 7
    Mac OS X 10.7(Lion)
    Regarding Application Designer, both Database Type "Oracle" and Connection Type "Application Server", UserID "PSADMIN" and password "myname" login successfully. I view TUXLOG (current Tuxedo log file) and its last screen is below:
    191723.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191723.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191723.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191724.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191725.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191725.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191725.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191726.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    191727.lucylinux.lucydomain!JSH.32462.2485226496.-2: JOLT_CAT:1626: "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password"
    I View APPSRV_1023.LOG (current server log file) and its content is below:
    PSADMIN.32259 (0) [2013-10-23T18:55:12.134](0) Begin boot attempt on domain PT853
    PSAPPSRV.32290 (0) [2013-10-23T18:55:35.701](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/1
    PSAPPSRV.32290 (0) [2013-10-23T18:55:35.923](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_1/
    PSAPPSRV.32290 (0) [2013-10-23T18:56:19.256](2) App server host time skew is DB+00:00:00 (ORACLE PT853)
    PSAPPSRV.32290 (0) [2013-10-23T18:56:23.504](0) Server started
    PSAPPSRV.32290 (0) [2013-10-23T18:56:23.507](3) Detected time zone is EDT
    PSAPPSRV.32338 (0) [2013-10-23T18:56:25.793](0) PeopleTools Release 8.53 (Linux) starting. Tuxedo server is APPSRV(99)/2
    PSAPPSRV.32338 (0) [2013-10-23T18:56:26.003](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSAPPSRV_2/
    PSAPPSRV.32338 (0) [2013-10-23T18:57:08.871](2) App server host time skew is DB+00:00:00 (ORACLE PT853)
    PSAPPSRV.32338 (0) [2013-10-23T18:57:10.662](0) Server started
    PSAPPSRV.32338 (0) [2013-10-23T18:57:10.663](3) Detected time zone is EDT
    PSSAMSRV.32388 (0) [2013-10-23T18:57:12.159](2) Min instance is set to 1. To avoid loss of service, configure Min instance to atleast 2.
    PSSAMSRV.32388 (0) [2013-10-23T18:57:12.168](0) PeopleTools Release 8.53 (Li nux) starting. Tuxedo server is APPSRV(99)/100
    PSSAMSRV.32388 (0) [2013-10-23T18:57:12.265](0) Cache Directory being used: /home/user/psft/pt/8.53/appserv/PT853/CACHE/PSSAMSRV_100/
    PSSAMSRV.32388 (0) [2013-10-23T18:57:59.414](0) Server started
    PSSAMSRV.32388 (0) [2013-10-23T18:57:59.416](3) Detected time zone is EDT
    PSADMIN.32259 (0) [2013-10-23T18:58:48.149](0) End boot attempt on domain PT853
    PSAPPSRV.32290 (1) [2013-10-23T18:59:06.144 GetCertificate](3) Returning context. ID=PSADMIN, Lang=ENG, UStreamId=185906140_32290.1, Token=PT_LOCAL/2013-10-23-11.59.26.248432/PSADMIN/ENG/vSz0ix+wq8d+zPRwQ0Wa4hcek0Q=
    ~                                                                                                                                                        
    I think the error is indicated in TUXLOG file "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password". The application password "myname" in Browser http://192.168.196.102:8000/ps/signon.html page is not working. I use the same password "myname" to login Data Mover Bootstrap mode, Application Designer, and Application Server psadmin configuration successfully. I have tried a few other passwords in Browser http://192.168.196.102:8000/ps/signon.html page but not working.
    My question is:
    How to solve Sign In issue on http://192.168.196.102:8000/ps/signon.html that is "ERROR: Jolt client (ip address 192.168.196.102) does not have proper application password" ?
    Thanks.             

    Dear Nicolas,
    Hello. I have used the same password for "DomainConnectPswd" in the file Configuration.properties with that for Application Server setting. Eventually, UserID PSADMIN sign in http://192.168.196.102:8000/ps/signon.html successfully. PeopleTools 8.53 runs correctly in Browser.
    It seems that whether upgrade Oracle Linux 5.0 to the latest 5.10 does not have effect !
    I am very grateful to your great help for this installation of PT8.53 with Linux and Oracle Database !

  • Install HRCS 9.0 R5 with Linux Issue: upgrade Database HRCS 9.0 from PT8.52 to PT8.53

    Folks,
    Hello. I have been installing HCM and Campus Solution 9.0 with PeopleTools8.53. Server machine is Oracle Linux 5.10 and client machine is Windows XP.  My internet architecture is WebLogic11g/Tuxedo11g/OracleDatabase 11gR1. Peopletools 8.53 runs correctly in browser.
    In Oracle Linux 5.10 Database Server machine, I run the scripts "createdb10.sql, utlspace.sql, hrcddl.sql, dbowner.sql, psroles.sql, psadmin.sql and connect.sql" one by one. Then I use Data Mover to load data from Windows XP into Oracle Linux 5.10 DB instance HRCS90. The Data Mover script hrcs90ora.dms completes successfully in Windows XP. Configuration Manager is set up correctly.  But when I login into Application Designer, I cannot login and get the message as below:
    "Security Table Manager (Get): The database is at release 8.52.  The PeopleTools being run require databases at release 8.53."
    I have been following the document http://docs.oracle.com/cd/E37306_02/psft/acrobat/PeopleTools-8.53-Upgrade_02-2013.pdf to upgrade HCM and Human Resources 9.0 Revision 5 Database Instance HRCS90 in Oracle Database Server with Linux. I have been following chapter 4 task by task to do. Actually, I have run 4 scripts into HRCS90 as below:
    Task 4-3-5: run rel853.sql at SQL> in Linux.
    Task 4-3-6: run grant.sql at SQL> in Linux.
    Task 4-5-3: run ddlora.dms in Windows XP Data Mover into HRCS90.
    Task 4-6: run msgtlsupg.dms in Windows XP Data Mover into HRCS90.
    Then need to run Task 4-7 to copy project ppltls84cur Project in Application Designer. When login into Application Designer with Database HRCS90 and UserID and pwd PS, I get the same error message as below:
    "The database is at release 8.52. The PeopleTools being run require Database at release 8.53."
    Application Designer is supposed to login by Task 4-7 to copy projects but it cannot. I have tried to fing out what's wrong as below:
    In task 4-1-3: I cannot run script dbtsfix.sqr in Linux and Windows XP.
    In task 4-1-9: script ptupgibdel.sql does not have the string "End of PT8.53". There is no script ptupgibdel853.sql to run.
    In task 4-3-6: when run script grant.sql, table PSSTATUS and PSACCESSPRFL don't exist. There is only PSOPRDEFN table.
    I continue to do task by task in chapter 4 until task 4-27 that's the end, but Application Designer still cannot login. All of Application Engine Programs and SQR Programs cannot run.
    My questions are:
    First, does Oracle Database HRCS90 has table PSOPRDEFN only without table PSSTATUS and PSACCESSPRFL ?
    Second, what's the error by task 4-7 when Application Designer still cannot login ?
    Third, why Application Designer still cannot login a the end of doing chapter 4 task 4-27 ? How to solve the issue ?
    Thanks.
    Thanks.

    I'm not quite sure what you are missing, but it looks like you missed a script which could cause problems.  You need to look through your logs for errors. Are you running rel853 as the AccessID user?  I don't know how you would trash PSSTATUS in this process.
    You don't mention running this.
    Task 4-3-2:  Creating Tablespaces
    This step runs the PTDDLUPG script, which builds new tablespaces as part of the upgrade to the new PeopleSoft release.
    It creates tablespace PSIMAGE2, which doesn't exist in the datamover load you did.  Oracle moves and puts around 208 tables here when you run rel853 from what I see.
    The first line of rel853 is
    UPDATE PSSTATUS SET TOOLSREL='8.53',
                      LASTREFRESHDTTM = SYSDATE
    This is what changes the tools release, sometimes people just run this one update to gain quick and dirty access to a different version.
    I pulled this download and ran through it myself without incident doing all the steps you say, adding in 4-3-2 which you seemed to have skipped.  I built a system database.
    My hcengs.log shows
    Importing  PSSTATUS
    Creating Table  PSSTATUS
    Import  PSSTATUS  1
    Building required indexes for PSSTATUS
    Updating statistics for PSSTATUS
    Records remaining: 7686
    After import, PSSTATUS is
    SQL> select toolsrel from sysadm.psstatus;
    TOOLSREL
    8.52
    After running rel853n it's now
    SQL> COMMIT
      2  ;
    Commit complete.
    SQL> SPOOL OFF
    SQL> select toolsrel from sysadm.psstatus;
    TOOLSREL
    8.53
    I ran the other 3 quick scripts.  Not sure if it was necessary, but I reset the passwords and re-encrypted them with the new 8.53 datamover for the new salted encryption and fired up app designer.  It works.  By the way, you should probably run rel853n, it utilizes "newer" (for PeopleSoft that is) data-types than just rel853.sql that were delivered with the 9.0 application line.  Since this is a new 9.0 based app build it should be used.

Maybe you are looking for

  • Long text of InfoObject in Query Designer

    Hi Experts, In my InfoObject I have Long Text and Short Text. I have maintained both. In my Query Designer I'm only getting the short text and same text is getting displayed when I run the Report. Can anyone tell me how do I view the long text please

  • Is this possible please?

    some friends want to come over and record with gb. is there a way to record video with my onboard imac cam while recording audio in gb? ill just be using the line in on my comp from a mackie 1202-vlz pro mixer not an audio interface. thanx

  • Zoom and fit in all the screen resolution

    Dear Friends, Greetings! when i click on a full screen button, i want to zoom my flash screen for full screen for all the screen resolution. Imagine i loaded my swf in aspx page. in my swf i kept one full screen button, when i click on it it has to z

  • Server Cannot Be Contacted on Port 143

    I am trying to send a message from Mail on the same computer as the OS X Server. How can it not contact itself? The message I get is: "Unable to Connect - There may be a problem with the mail server or network. Check the settings for the account 'wbe

  • Oracle Application Server Control Console

    Hello, We have Oracle Database 10g on 1 server. Now we are installing Oracle Application Server 10g on another server (Windows 2003). We choose "J2EE AND WEB CACHE" as install type. In the end of installation, we click the welcome page and page shows