High Pages out in Windows 2003 64 bit

Recently we've installed ten application servers to help our AS/400. We've moved all the users to the logon group and all uses only this servers.
As I said the central instance is AS/500 v5r3, the aplication server are Windows 2003 64 with sp1.The kernel is also 64 bit ( 640 unicode ). The sap release is 4.7 enterprise. The configuration of the server is:
- 2 Opteron processor with two kernel each.
- 16 Gb of RAM.
- 20 Gb of paging file ( following the SAP recommendations ).
The sap parameters have also been changed. Using perfmon and the st06 transactions i can see that the page out is too high. Is any reason for that ? Any recommendation ?

no, not yet. But we will do, when we have a fix for it. Until then the situation is as it has developed in the past 12 Years:
The page out story is as old as SAP R/3 on Windows and related to the mechanism called extended memory within R/3 and Windows Memory Management. It is not a special issue to the 64 Bit Windows platforms.
In order to support bigger memory configurations on 32 Bit Windows and Linux extended memory (ABAP Memory) is implemented in a way that only the active user context of an ABAP user is part of a work process virtual address space. Before a work process processes a user request the memory pages of the user context (abap memory of the modus etc) are mapped into the work process virtual address space. At the end of the processing in the work process the context is rolled out - the related memory pages are detached from the work process virtual address space.
In Windows Memory Management this action (unmapping) is handeld in a similar way as the Working Set Trimmer works (which gets active when system comes in a short of memory state): unmapped unmodified pages where added to a standby list, modified pages are added to the modified page list. In all Windows versions the pagewriter will start cleaning up the modified page list (writing modified pages back to their backing store -pagefile- the page changes the status to unmodified and is added to the standby list) if the modified pages list contains more than a certain number of pages. The different Windows versions have different algorythms how many pages are written back to pagefile, but the threshold for starting the action is identically from Windows 2000 Professional to Windows 2003 Server Datacenter Edition for IA64: 800 Pages - or 3.2 MB (a very,very small number)
In the past Microsoft explains that the reason for this behaviour is related to prepare memory shortage situations: as long as the system has sufficient resources it will preventively page out modified memory pages in a moderately manner. In case of a memory shortage they can drop the pages off the standby list and can immediately use the physical memory for new memory requests, without first writing them to pagefile. When Windows 2003 was introduced we obtained a significantly higher pagout rate compared to Windows 2000. Microsoft explains this with the necessity of some changes in memory management caused of kernelmode locks we had in some configurations. As long as sufficient memory is provided these pagesouts should not be a bootleneck for the overall performance of the system, claimed Microsoft.
Comparing the situation today and 7 years (4.6C days) ago you can see, thattwo factors have changed dramatically:
1. processor performance has increased rapidly.
2. the average size of a user context increased in a similar way and with them the number of modified pages in a transaction.
but one thing did not change that fast: disk spead. capacity has increased a lot but the number of spindles, surfaces and RPMs are stil the same. So a random accesses to a 4k page needs nearly the same time as 3 years ago.
we have shown Microsoft where the problem sticks in their operating system by modifying the Windows Management variable which defines the modified page list maximum in the Windows kernel using the Windows Kernel Debugger.
It immediately brings down pageouts to 0 the overall pageout rate is reasonable.
It's like Doping: it helps a lot, but is completly unsupported and you can't oversee the side effects.
But you know: changing this part of Windows code needs extended testing - there is a lot of other software running on them - not only SAP and fixing this issue must not harm the performance of any other software (like Database, Exchange, Internet Information Server......).
Maybe it helps to open a message at Microsoft, in order to show them they have customers having some problems with the operating system performance.
regards
Peter
regards
Peter

Similar Messages

  • Oracle (64 bit) on Windows 2003 ( 64 bit )

    Hi Guys,
    Im trying to install Oracle Release 2 (9.2.0.2) on Windows 2003 (64 bit) , but failed. It pops up following error.
    "The image file setup.exe is valid, but is for a machine type other than the current machine."
    Can somebody help on this.
    rgds
    -ruwan

    If, on the next page http://www.oracle.com/technology/software/products/oracle9i/htdocs/win64soft.html
    you click on product certification information, you can see "Certify - Oracle's Certification Matrices".
    If you choose "View Certifications by Platform", etc, and you arrive here http://www.oracle.com/technology/support/metalink/index.html
    If you choose "View Certifications by Product", etc, and you arrive here http://www.oracle.com/technology/support/metalink/index.html, and you can read "32-bit/64-bit Information, read this http://www.oracle.com/technology/support/metalink/index.html.
    As I well understand, on EM64T, install Windows 2003 32-bits, after what you can install Oracle 9.2.0.2 64-bits.
    If anybody can confirm it...
    Nicolas.

  • Anyone running UPK 3.5 (Server) on Windows 2003-64 bit?

    I am trying to install UPK 3.5 Server on Windows 2003-64 bit, with the Oracle 11g client, connecting to an 11.1.0.7 Oracle database that's on a remote server. The installation is failing with a connectivity error that I suspect is related to the 64-bit configuration. But before I throw in the towel and revert to Windows 2003-32 bit, I thought I'd see if anyone out there is successfully using the 64-bit version who can help me out.
    Thanks in advance for your assistance,
    Janene

    Ok, So I am finally able to install UPK 3.5.1 on Windows 2008 Server 64 bit.
    My database sit on linux machine which is OEL 5 64 bit.
    Now , I am facing different issues :( .. like windows authntication and user privilges even though the user i am using in installer has SYSDBA privilges still it doesnt take it
    installation guide is pathetic .. sorry to say ..
    my solution was this ..
    The development team has gotten back to me. They have requested stated the following:
    "This error is an Oracle message. We have addressed this particular error a few times. The error message indicates that our installer is not finding an Oracle ODBC driver to use to make the connection. The installer looks in the registry for the HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers key to find any with "Oracle" in the name to try connecting with. Please get a screenshot of this registry key."
    If the registry is empty, please attach the screenshot and navigate to: http://www.oracle.com/technology/software/tech/oci/instantclient/index.html.
    Unzip the 32 bit into C:\Oracle\instantclient_11_1_X32 folder. You have to unzip both the instantclient-basic-win32-11.1.0.6.0.zip and instantclient-odbc-win32-11.1.0.6.0.zip.
    After unzipping, run the odbc_install.exe this will install and register the driver for the 32 bit into the (HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\ and HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI\ODBC Drivers).
    thanks guys .. please always share ur solutions..

  • Issue with SAP Authentication in a Windows 2003 64 Bits Server

    Hi Experts
        I have an issue in a Windows 2003 64 Bits Server in CMC when i'm in the authentication section i choose SAP the Role Import works fine and I can see the Users Group from SAP BW but the users don't appear.
        I try the same thing in a Windows 2003 32 Bits with the same parameters and works fine i can see de User Groups and The Users from the same BW Server.
    I Think i could be a problem with the 64 bits server the issue is the users from SAP BW are not imported.
    Regards Marvin Soto.

    Hi Ingo,
                  we have some thing similar issue. can you please help us out.
    We Imported users and in options we selected concurrent and every thing worked fine up to 1 month and then automatically our license key say you have only 2 named users. we have a license key for 100 named users now. do we need to delete all the concurrent users from sap now and we need to re-import them by selecting named in options tab of sap. what is the work around for this. i tested by changing the one of the sap user profile to named instead of concurrent, then i am able to login to infoview using sap credentials but when i open a report its says you don't have enough license to perform this operation. can i know why is this happening.
                Environment:
                                       BOBJ XI 3.1, SUN SOLARIS, SAP INTEGRATION KIT.
    Thanks,
    SK.
    Edited by: Siva Vallabhaneni on May 27, 2009 3:28 PM

  • Need installation document for OEM 11G on windows 2003(32 bit).

    Hi,
    As a part of my project, i need to install the OEM 11G on windows 2003(32 bit) machines and targets also windows 2003. there i need to install again agent 11g(11.1.0.1) and target DB is 10.2.0.4.
    I have done the installation of OMS successfully and installed the agent 11g on target as well. i am facing challeges in configuring the database from OMS. i tried couple of options but nothing is working out. Finally i decided to cross check the installation procedure once again with the previously completed ones. could any body share the same.
    in breif i have done following.
    1) installed RDBMS 11G on OMS server.
    2) insalled java 1.6.18.
    3) installed WLS 10.3.2
    4) installed the OMS 11G(11.1.0.1)
    On agent side i installed agent 11g(11.1.0.1) to monitor a database which is of 10.2.0.4 version.
    agent,listeners are reflecting on OMS with up status but DB is showing as "metric collection error". i tried all the possible options like removing and reconfiguring and agent clearing and agent restart etc...but no use. also i in the Oracle installation document, they mentioned as we need to set user equavelence between OMS and agent server but not sure of this, which i have not done. is this compulsary?
    Sorry for putting all the things in one single thread.
    Thanks in-advance.
    Regards
    DBA.

    Did you check if the database is configured in GC?
    If you can't connect using sqlplus to the user dbsnmp make a connection to the database: alter user dbsnmp identified by <password> account unlock;
    In GC go to Targets, All Targets select the DB concerned and hit Configure. Enter the dbsnmp user password etc. After a while you will see the result: DB shows Up (I hope)
    Eric

  • MLR.EXE on Windows 2003 64 BIT using WOW64

    Hi
    I have installed a SAP SCM 5.0 system on Windows 2003 64 BIT/MS SQL 2000.
    The SCM consultant needs the MLR.EXE exe installed on the OS for the RFC connection 'CALL_MLR', I have followed OSS Note 301569, copied the exe to the OS in the /usr/sap/<SID> directory, but when I run the exe i get the error :
    <b>'The application has failed to start because LIBRFC32.DLL was not found. Re-installing the application may fix this'</b>
    The note mentions you have to run WOW64 environment for 32 bit applications on 64 BIT OS, we are on Windows 2003 64 BIT SP1, so we should have WOW64  environment, the documentation I have read on WOW64 says it should run seamlessly as WOW64 hands the program as the address space in the program shows its a 32 BIT application.
    LIBRFC32.DLL is in the C:\WINDOWS\system32 folder, this is in the path on the server, so it should be found.
    I've ran the MLR.EXE on my 32 BIT Windows XP desktop to check its not a corrupted version, and it works ok, so its definitely a compatibility problem with Windows 2003 64 BIT.
    Has anyone setup MLR.EXE in a scenario like this, or has run 32 BIT Applications on Windows 2003 64 BIT using WOW64?
    Thanks.

    I believe the mlr.exe needs the correct version of 32bit librfc32.dll. 32bit program cannot call a 64bit dll file.  So you'll probably need to find that particular librfc32 file. It's probably a non-unicode 32bit file too.  I believe you can find  one at SWDC in service marketplace. Just do a search in all categories for librfc32.dll.  Heres a note about librfc32.
    Note 336693 - Replacing the librfc32.dll on a Win 32 Platform
    Wondering why the librfc32.dll from your ECC didn't work in the other system. Maybe there's another copy of librfc32.dll in your directory path that mlr.exe found and not the one in your \windows\system32 directory.
    I guess I would try and find out how many librfc32.dll and if not, try downloading those from SWDC and test those out.
    Good luck.
    regards,
    Laurence...
    disclaimer:
    The content of this message is my personal opinion only and, the statements I make here in no way represent my employer's position on the issue, nor am I authorized to speak on behalf of my employer on this matter.
    Not sure if your

  • Link to downlaod 10.2.0.4 for windows 2003 64-bit

    hi, can you help me to provide link to download 10.2.0.4 for windows 2003 64-bit?
    Thanks

    On the OTN site there's a download page with 10.2.0.4 for Windows Vista x64 and Server 2008 x64, but for "plain" Windows x64, I see only the base 10.2.0.1 release.
    So you would need a Patch Set for 10.2.0.1 -> 10.2.0.4.
    For retrieving/being allowed to use Patch Set releases, you need Support (or SULS as the service is called in contractual terms) and a support web account.
    Edited by: orafad on Jan 7, 2009 1:00 PM

  • CSA 4.5.1(657) high cpu usage on windows 2003 sp1

    Hi,
    We have experiancing high cpu usage on windows 2003 sp1, when somebody logs in remotely. The server has 1gb of ram and the cpu is 2ghz. The Cisco Trust Agent (1.0.55) is installed also.
    When somebody logs in remotely the process okclient goes to 100% cpu and eats all the available RAM and the machine starts to swap, the pagefile has grown to 1gb. This is not all the time though, only in some cases like this one.
    Could this be due to some specigic policies associated with this machine be the cause of such behaviour?

    Hi Rossen,
    It could be due to some @remote rule but first some questions:
    What is the server function?
    What groups is it in?
    Does it have 2 enabled NICS?
    Is it sharing anything other than admin shares?
    Is it a member of AD\Domain or standalone?
    Why is the CTA installed?
    Why is your page file dynamic and not static and why is it only 1GB (should be 1.5x physical RAM)? Growing a page file is a slow and painful process.
    You can try some things right away:
    Either remove if from the groups that have @remote rules or put the server in a group with no rules\policies at all. That will tell you if it's the agent or the rules causing the problem.
    Good luck!
    Tom

  • Migrate Oracle EBS 12.1.3 from Microsoft Windows 2003 32-Bit to Linux

    Hi
    We are currently using Oracle EBS 12.1.3 on Microsoft Windows 2003 32-Bit. We are planning to migrate to linux. I have gone through the certification matrix and the following versions certified with Oracle EBS 12.1.3
    1. Linux x86 Oracle Linux 5
    2. Linux x86 Oracle Linux 4
    3. Linux x86 Red Hat Enterprise Linux 5
    4. Linux x86 SLES 10
    Question #
    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to Linux

    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3No.
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to LinuxApplication Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    To migrate the database you can use export/import or transportable tablespaces -- Refer to these docs for details:
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Thanks,
    Hussein

  • Windows 2003 64 bit and Oracle Client install issues

    A bit of background. We are a Microsoft shop using SQL Server 2005 / Windows 2003 64 bit servers. We need to have ODBC drivers and Oracle OLE provider to connect and transfer data vis SSIS.
    We have installed a package (ODAC10203x64.zip) for OADC 10.0.2.3 which we downloaded from the Oracle website.
    We see the software in the program file group. We cannot find the Oracle ODBC drivers, also can't find the Oracle OLE Provider. However the Oracle installation package shows the Oracle OLE Provider has been installed even though we cannot find it anywhere.
    Any suggestions?

    Hi!
    But I get the warning
    Unable to get information about path
    LABEL.ASC\ using GetVolumeInformation. Operating system error message: The filename, directory name, or volume label syntax is incorrect.
    INFO 2010-09-27 14:42:10.140
    Execute step SetPermissionsForSapdatahome of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0
    WARNING 2010-09-27 14:42:14.734
    Unable to get the name of a domain controller for domain .
    INFO[E] 2010-09-27 14:42:46.234
    FSL-01027 Account user="ORA_IDS_DBA" does not exist.
    INFO[E] 2010-09-27 14:47:16.281
    FSL-01027 Account user="Administrators" does not exist.
    Actually, my PC is not in Domain, its in workgroup.
    So installation is stop at the create database phase
    so please suggest me How to solve the problem
    Thanks
    Ganesh

  • Installation of oracle8i on windows 2003 64 bit

    Hi,
    We have oracle 8.1.7 on windows 2003 32 bit, now we want to migrate our system to 64 bit windows with oracle 10.2.0.4.
    But when we we are trying to install oracle 8.1.7 on windows 2003 with 64 bit we receive below error.
    ORA-12546 tns permission denied.
    Kindly help us to resolve the same. as after installation of 8.1.7 we can be able to migrate the database to 10g.
    It is not possible to use import export due to application dependency.
    Kindly advice
    Abhay.

    ahk wrote:
    Hi,
    Thanks for the reply,
    After doing import of the production schema on the 64bit server with 10g.
    users are not able to log in into the application as password encryption description is not at all happening, as a result users are not able to log in to the application.What sort of password encryption? Did it have anything to do with the character set by any chance?
    Is it ok if we apply 8.1.7.4 patch on production server, move that backup on 64 bit server & directly migrate it to 10g 64bit. (While doing the testing we have applied the 8.1.7.4 patch on the 8.1.7.0 database on 32 bit & application worked fine with no problem)As you have indicated that there were problems getting the 8i installation to work on a 64 bit server, I would again advise to upgrade to 10g on the same server and then migrate to 64 bit edition on 64 bit server.

  • 10g memory question on windows 2003 64-bit

    oracle 10.2.0.4
    windows server 2003 sp2 64-bit
    We have a 10g database running on a windows 2003 64-bit with 32GB memory. We set the sga max and target to 10GB and cache to 5GB.
    When I look at the task manager, I see there is only 1GB of free memory left. We only have the database running on this server. I would expect a lot more free memory on this server. What would account for the difference? thx
    32GB - 10GB (db) - 5GB (cache) - 6.5GB (20% OS) = 10G

    Handle:      user13153528
    Status Level:      Newbie
    Registered:      May 24, 2010
    Total Posts:      38
    Total Questions:      15 (15 unresolved)
    so many questions without ANY answers.
    so, what is windows doing with the other memory, how do I see it?OS file system cache

  • R12 Cloning from Windows 2003 64 bit to Windows 2008 R2 64 bit

    Dear Gurus,
    I have a 12.1.3 applications and 11.2.0.2 database running on Windows 2003 *64 bit*. Now I need to perform a migration from Windows 2003 to Windows 2008 R2 64 bit. Please confirm if we can directly perform a clone from 2003 64 bit to 2008 R2 64 bit using Rapid clone?
    Thanks in advance!
    -Khan

    We are in Windows 2003 32bit on Applications and Windows 2003 64 bit for database. This architecture was certified as per Support which we had confirmed via SR.Correct.
    BTW the reason for raising this thread is that the clone failed for db Tier at a very first go with the below error where it states unknown OS Windows 2008 R2.
    E:\TEST\oracle\11.2.0\appsutil\clone\bin\..\jre\bin\java.exe -Xmx600M -cp E:\TES
    T\oracle\11.2.0\appsutil\clone\jlib\java;E:\TEST\oracle\11.2.0\appsutil\clone\jl
    ib\xmlparserv2.jar;E:\TEST\oracle\11.2.0\appsutil\clone\jlib\ojdbc5.jar oracle.a
    pps.ad.context.CloneContext -e E:\TEST\oracle\11.2.0\appsutil\clone\bin\..\conte
    xt\db\CTXORIG.xml -validate -pairsfile C:\Users\APDF38~1.ADM\AppData\Local\Temp\
    2\adpairsfile_2800.lst -stage E:\TEST\oracle\11.2.0\appsutil\clone 2> C:\Users\
    APDF38~1.ADM\AppData\Local\Temp\2\adcfgclone_2800.err && echo %ERRORLEVEL% > C:\
    Users\APDF38~1.ADM\AppData\Local\Temp\2\adcfgclone_2800.res
    RC-20011: Fatal: Failed to retrieve OS name. The following OS string returned fr
    om System.getProperty("os.name") is unknown: Windows Server 2008 R2
    Can't open Exception in thread "main" java.lang.ExceptionInInitializerError:
    Invalid argumentPlease see these docs.
    How to Overcome Windows 2008 Being Unrecognised by AutoConfig and rapid Clone? [ID 1270782.1]
    Running adbldxml.pl On Windows 2008 R2 Dbtier Fails On Unknown: Windows Vista [ID 1263136.1]
    Thanks,
    Hussein

  • Inplace and side by side upgrade from windows 2003 64 bit R2 contains SSRS 2008 R2 to windows 2008 64 bit R2

    Hello All,
       Case 1 -In place upgrade
       I would like to do in place upgrade from windows 2003 64 bit R2 that contains SSRS 2008 to windows 2008 R2 64 bit. The upgrade would be happened at OS level not at SSRS level.
       I would like to know what are the  necessary steps should be taken  prior/during/post  upgrade from SSRS end  as we can not rollback if there is some issue with in place upgrade.
      Case 2-Side by side upgrade
      I would like to do side by side migration from windows 2003 32 bit  that contains SSRS 2008 to windows 2008 R2 64 bit. The side by side  would be happened at both OS level and  SSRS level.
      I would like to know what are the  necessary steps should be taken  prior/during/post side by side migration  from SSRS end.

    Before doing anything Take backups .
    In case of reporting services..
    Back up your symmetric key. For more information.
    Back up your report server databases and configuration files. For more information.
    Back up any customizations to existing Reporting Services virtual directories in IIS.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Thanks,
    Shashikant

  • CF8 on Windows 2003 64-bit  (virtual?)

    We are trying to bring up a new Windows 2003 64-bit server,
    running both ColdFusion 8 and .NET Runtime 2.0
    We are having multiple problems, and not much of anything is
    running, and I am beginning to wonder whether there is a problem
    with 32-bit CF8 and 64-bit .NET trying to run on IIS 6 at the same
    time?
    Does anyone have this kind of setup sucessfully installed?
    Would like to get a few pointers.
    Alternately, thinking about running a 32-bit virtual server
    on the 64-bit OS, and installing CF8 in that virtual server.
    Does this make sense for a PRODUCTION server?
    Rick Colman

    ColdFusion 8.01 is in beta currently and it has 64 bit
    windows support. Why not give it a try at
    prerelease.adobe.com?

Maybe you are looking for

  • Messages on the Mac (10.8.4) no longer syncs with iMessages sent between iOS devices

    I've been running Messages on the Mac since the Beta, and I've always had messages sync to the Mac and all iOS devices. In the last week, the Mac no longer posts imessages... only messages sent from the Mac trigger the Messages app to start tracking

  • Is Oracle 8i bundled with PTG

    Oracle 8i and OAS or Apache JServ are one of the prerequisites for Oracle Portal-to-Go, are these bundled as part of the PTG package or has to be purchased/downloaded independently. Thanks in advance

  • Photoshop Elements 2.0 downloads freezes the program

    When I open Photoshop Elements it starts to download new files and then the Photoshop program freezes. I am able to use all the other programs but I can not use Photoshop and I am unable to close the program or opt out of downloads. Can anyone tell m

  • Portlet can not be contact

    Hello, System spec: Portal 904 db 9.0.1.5 notbook memory: 1G The problem: We have a problem with one of our Portal 904 portlet. After registering 2 Web providers, one to create a graph and one an outlook portlet on a notebook. we test them in our off

  • Using Mac Mini with HP 2009M 20" LCD

    Hi. I'm planning to buy the new Mac Mini and an LCD. Have bumped into the HP 2009M, which has both VGA and DVI inputs. Because I'm budgeting carefully, I'm trying to find an LCD with DVI connectivity, and would want to avoid buying myself a separate