SYNC TIME ON APPLICATION SERVERS AND DATABASE SERVERS

Our case is:
We have system used for north america (NA) and system used for Europe (EUP).
North American users are using NA systems (say P510 system), Europe users are using EUP systems (say P710 system).The system time on NA systems are EDT, the system time on EUP systems are CEST
for exmaple:
NA systems:
[CA096658@st1lx014 ~]$ date
Tue Sep 29 20:45:31 EDT 2009
EUP systems:
[CA096658@st1lx008 ~]$ date
Wed Sep 30 02:29:28 CEST 2009
P510 is the production system for NA, there are 4 application servers, 2 database servers, RAC, the system time show up on the os on these 6 servers are not sync, we want to sync the system time on these 6 servers to be the same EDT time. same thing to EUP systems, we want to sync the system time to be the same CEST time.
We need to change that at the unix level, my question is:
1) do we need to change anything at the database and application level ?
2) before we change the time at the unix level, do we need to shutdown application and database ?

>
1) do we need to change anything at the database and application level ?
>
AFAIK, you do not have to change anything. EBS has the capability to perform timezone conversion. Pl see MOS Doc 330075.1 (User Preferred Time Zone Support Guidelines for Applications 11i10CU2)
>
2) before we change the time at the unix level, do we need to shutdown application and database ?
>
It is best practice to shut down all applications/databases before changing server time.
HTH
Srini

Similar Messages

  • ARCHITECTURE OF SAP R/3 AND APPLICATION SERVER AND DATABASE SERVER IN ABAP

    ARCHITECTURE OF SAP R/3 AND APPLICATION SERVER AND DATABASE SERVER IN ABAP?
    PLEASE EXPLAIN

    hi
    <b>Presentation Server</b>
    It is actually a program named sapgui.exe.
    It usually installed in user’s workstation.
    The interface accepts the input from the user in the form of keystrokes, mouse-clicks, and function keys, and sends these requests to the application server.
    It receives and displays the result from the application server.
    <b>Application Server</b>
    An application server is a set of executables that collectively interpret the the ABAP/4 programs.
    Each application server has a profile called application server profile, that specifies its characteristics when it starts up and while it is running. It specifies:     
    1. Number of processes and its types.          
    2.Amount of memory each process may use.
    3. Length of time a user is inactive before being automatically logged off.
    If your ABAP/4 program requests information from the database, the application server will format the request and send it to the database server
    <b>Database Server</b>
    The database server is a set of executables that accepts database requests from the application server.
    These requests are passed on to the RDBMS (Relation Database Management System).
    The RDBMS sends the data back to the application server.
    The RDBMS  may run on database server’s computer or may be installed on its own computer.
    The components of application server are dispatcher, dispatcher queue, work process.
    All requests that come in from presentation servers are directed first to the dispatcher.
    The dispatcher writes them to the dispatcher queue.
    The dispatcher pulls the requests from the queue on a first-in, first-out basis.
    Each request is then allocated to the first available work process.
    A work process handles one request at a time.
    The work process needs two memory areas, the user context and the roll area.
    The user context is a memory area that contains the information about the user.
    The roll area is a memory area that contains about the program execution.
    <b>User Context</b>
    User context is a memory area that contains the characteristics of a user that is logged on the R/3 system.
    1)It holds,     user’s current settings.               
    2. The users authorizations.          
    3. The names of the programs the user is currently running.
    When a user logs on, the user context is allocated for that logon. When logs off, it is freed.
    <b>Roll Area     </b>
    A roll area is a memory that is allocated by a work process for an instance of a program.
    It holds the information needed by R/3 about the program execution, such as:     1. The values of the variables               
    2. The dynamic memory allocations          
    3. The current program pointer.
    Each time a user starts a program, a roll area is created for that instance of the program.
    If two users are using the same program at the same time, two roll areas will exist-one for each user.
    The roll area is freed when the program ends.
    Both roll area and the user context play an important roll in dialog processing
    <b>pls reward points dor useful ans</b>
    <i>regards
    vivek</i>
    Message was edited by:
            Vivek Saxena

  • Load balancing between application server and database

    Hi,
    is there any load balancing between the application server and the database? Consider we have a single instance of an application server that sends database queries from different clients to the database. Are the requests queued in some way at the application server, allowing to control the flow of the queries (e.g. queries from "more important" clients might be sent with a higher priority)?
    Thanks for your help!

    Hi Victor/Jim/Volker,
    Thanks a lot for all the responses..
    Just wanted to let you guys know that my installation finished successfully.
    The thing which confused me was that my Qtime, Qdate and everything else was showing correct values..
    Well, my problem I set the environmental variable PASE_TZ to the EST time zone on a SYS level using WRKENVVAR>F4>SYS and added the variable. I logged off and the sidofr logged off, but one user which should have logged off and didn't was the "SAPINST"(my installation user) which was logged in the subsystem TMKSVR00.
    Even when I had closed the SAPINST installlation program, the user doesn't log off...it just sits there until and unless u shut him out of the system using the option 4 on wrkactjob for ending the JOB(SAPINST logged in the system below the TMKSVR00 subsystem)
    So since the SAPISNT user never logged of, his environmental variables were not initilized properly, even after the changes...
    This thought came to me almost after a 6 hours of wasting my time searching for notes here and there...
    I think when u end/stop the install in SAPINST, the SAPINST user should log off the AS400 system, but I have noticed, it never does...although when u restart the installation, if u have noticed it shows you the log on for the SAPINST user in the TMKSVR screen...
    Its kind of buggy, I would say...
    I have noticed, that even when I log on to AS400 from home or from a remote PC using Emulator, it shows me logged in the subsystem and even after i have logged of, it still shows me there...
    Anyway, thanks a lot guys...for all your responses..
    Just wanted to let you know all.
    Thanks
    Abhi

  • (IMP)Application module and database connection

    Hi,
    How application module pooling and database connection pooling is working ?
    Currently i m facing a problem like if i am creating 10 browser session then it doesn't mean that i'll have only 10 db sessions. While closing the browser session of application module time out respective db session is not removed.
    In this case, invalid db session are created in bulk which is crashing database sometime. We have writter script to kill those session periodically but in this case if application module is accessing such dbconnection then we are getting session killed error or not logged in error.
    To over come we need to bounce the server (middle tier).
    Is there any proper way to solve this or am i doing something wrong ?
    Please let me know if you need any more details.
    Thanks in advance
    Devang

    Thanks for your prompt reply Ricky.
    I just found out that in some of the JSP pages in application
    <jbo:ReleasePageResources/> is not written. Should this problem arise because of this?
    could you please tell me how can I release page resources in UIX pages ?
    Datasources.xml file content
    <data-source class="com.evermind.sql.DriverManagerDataSource"
    name="AITDS"
    location="jdbc/AITCoreDS"
    pooled-location="jdbc/pooled/AITPDS"
    xa-location="jdbc/xa/AITXADS"
    ejb-location="jdbc/AITDS"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username=<USERNAME>
    password=<PASSWORD>
    url=<URL>
    inactivity-timeout="30"
    />
    bc4j.xcfg file
    <BC4JConfig>
    <AppModuleConfigBag>
    <AppModuleConfig name="GsaServerModuleLocal">
    <DeployPlatform>LOCAL</DeployPlatform>
    <JDBCDataSource>jdbc/AITCoreDS</JDBCDataSource>
    <jbo.project>gsa</jbo.project>
    <AppModuleJndiName>oracle.appsit.gsa.server.GsaServerModule</AppModuleJndiName>
    <java.naming.factory.initial>oracle.jbo.common.JboInitialContextFactory</java.naming.factory.initial>
    <ApplicationName>oracle.appsit.gsa.server.GsaServerModule</ApplicationName>
    </AppModuleConfig>
    </AppModuleConfigBag>
    </BC4JConfig>
    Let me know if you need any more detail.
    Thanks in advance
    Devang

  • Slow transfer speed between existing servers and new servers

    I have an issue with copying files to a new HP physical server with Esxi 5.5 host and Windows 2012 Server from anywhere in our current network.  
    We have an older HP server with Esxi 3 and multiple Windows 2003 vms, including a domain controller, file server and sql server (our current environment).   I installed a new HP DL380 Gen 8 server and installed Esxi 5 and two Windows 2012 servers,
    one is a DC and one is a file server (our future environment).  
    Currently the new 2012 DC a second domain controller; have not made it the first domain controller yet.   The 2012 file server is a member server.  Same network IP range, static, same subnet, same gw.
    When I try to copy files from our current environment – to either of the Windows 2012 servers it crawls, like 100kb/sec or less.   It is slow between 2003 and 2012 servers, either direction, and between my Windows 7 and the 2012 server.  Does
    not matter if I use windows to copy or robocopy.  It is very fast between the 2003 servers in the current environment and between my windows 7 and the current servers.  Downloads from the Internet do not seem slow.  I have done the following
    to try to resolve with no success:
    Some forums have suggested disabling Large Send offload on the nic card – usually Broadcom cards, ours are intel, but      I tried it anyway with no success.
    Some forums suggested turning off digital signing in group policy, no success.
        Some forums suggest SMB2 can be a culprit, I disabled it on the 2012 server with no change in speed.  
    I made sure all the updates are complete on the new 2012 file server.
    Turned the server firewall off to be sure it wasn’t blocking something; no antivirus installed yet.
    I contacted Vmware to make sure the virtual switch and nics were set up correctly on Esxi 5, they said they are.
    I checked the physical Cisco switch settings to make sure it looked fine.   The current and future physical servers were      all connected to the same physical switch.
    I switched out the network cable
    I moved the network cable to a different switch.
       I checked to be sure DNS was set up correctly.
       I checked firewall settings on the Esxi 5.5.
       Current HP Service pack is installed on the Gen 8 Server.
    I am running out ideas.   Any suggestions?

    Hi,
    Would you like to adjust to RSS, NetDMA and TCP Offload?
    http://blogs.technet.com/b/networking/archive/2008/11/14/the-effect-of-tcp-chimney-offload-on-viewing-network-traffic.aspx
    Hope this helps.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • CVP servers and VXML Servers clustering

    Hi ;
    Can I install the CVP servers and the VXML Servers as cluster (so any change at one of the server will be existed in the others without need to repeat the work)?
    To distribute the load on these servers (the CVP Server and the VXML Server), should I use load balancer or any other suggested method?
    Regards
    Bilal

    Hello Bilal
    You can't have CVP in cluster for centralized configuration. You need to configure each of them seperately.
    For the load ballancing,
    For Call Signalling, you can use Gatekeeper if you use H323. And you can use SIP Proxy Server like CUPS or CUSP for load balancing.
    Since VXML server uses HTTP, you can CSS to do the load balancing.
    Hope this helps.
    thanks
    - abu

  • About application server and database sever

    where does apllication server and database server located in a us client project
    Edited by: madhu sudhan on Feb 21, 2008 11:02 AM

    Interface: it is a program that performs communication with External system from SAP.
    There are two types of interfaces:
    1. Inbound Interface: External system sends the data to SAP
    2. Outbound Interface: SAP sends the data to External system.
    Let's take a scenario:
    There are two Systems SAP ERP and Seibel CRM
    Scenario1: Whenever an Order is created in Seibel CRM system it has to be transferred to SAP where the Order confirmation, Delivery and Billing will be performed. This can be enabled by using IDOC as inbound interface.
    Scenario2: Whenever a New customer is Created in SAP ERP this customer data has to be transferred to Seibel CRM using Outbound IDOC / RFC.
    Basically interfaces are implemented using RFC, BAPI, ALE/IDOC.
    INTERNALLY SAP IS 3-TIER ARCHITECTURE

  • Help !!! unable to run application server and database in one mechine.

    OS:Redhat advance Server 3 update 3
    Error message:error starting ORMI server port 12401: address in already in use.
    But i edit ias/opmn/conf/opmn.xml change the ORMI port in random,the error all the same.
    my install step is :
    1. install Oracle database 10.2.0.1 use user "oinstall"
    2.unset the oracle entironment install Oracle Application Server 10.1.3 use user "oinstall" too. then throw that error.
    3.delete ias folder,install ias agant with database starting,error all the same.
    4.delete ias folder ,install ias agent with a other user "oracle",error all the same.
    all the needed rpms is installed,install test is all successed...
    who can tell me why ? thanks a lot.
    Message was edited by:
    [email protected]

    Error message:error starting ORMI server port 12401: address in already in use.
    But i edit ias/opmn/conf/opmn.xml change the ORMI port in random,the error all the same. Did you use "netstat" command to check whether specified port is really occupied by another service?

  • W32time /monitor when syncing time in in PDC from external time servers

    Hi,
    I have moved the PDC to a new DC in our lab environment (from 2003 to 2012r2).
    Computers and domain controllers are syncing time from the PDC and the PDC is syncing time from external servers. This is working according to event log in PDC and computers.
    But, when running w32tm /monitor on the PDC it says:
    dc01 ***PDC *** ....
    ICMP 0ms delay
    ntp +0.000 offset from dc01
    ref id: (unknown) [0x5c089E0a]
    What does the hex code says in this context "ref id: (unknown) [0x5c089E0a]"? I expected the external time server here.
    When running w32tm /query /peers it lists the two time servers that we use:
    Peer: 10.158.x.x
    State Active
    Peer: 10.159.x.x
    State active.
    Is the 0x... as ref id normal? What is that refering to?
    Thanks,
    Oskar

    ref id: (unknown) [0x5c089E0a] is still present after running the commands:
    net stop w32time
    w32tm /unregister
    w32tm /register
    net start w32time
    and then reconfiguring for external time source.
    This must be a presentation error in Server 2012 R2. If running w32tm /monitor on a server 2003 dc instead of 2012 r2 dc it is presenting
    ref id: (unknown) [10.158.x.x] instead of ref
    id: (unknown) [0x5c089E0a].
    Also, if running w32tm /query /configuration and looking at the field type it says:
    Type: NTP (Local)
    NTPServer: 10.158.x.x 10.159.x.x (local) which means that it is synching externally. This is also shown in the event logs.
    Do you agree this is only a presentation issue?
    /Oskar

  • Remote desktop connection limit in windows 2003 administration as well as in the mixed environment of windows 2003 and 2008 servers

    RDP protocol i.e. Remote desktop connection is configured to perfrom and manage  software administration of ORACLE application and database servers which runs on windows 2003 server.   Two sessions are allowed on each of these servers for database
    administrators. The question is: 
    a) if network administrators who perform window server administration (50+) are included in
    2 sessions limit or do they manage all these servers through Console Session which is separate from the remote desktop connection limits of 2 sessions.  
    b) How is the 2 sessions  limit prescribed by microsoft (more of a licensing limit) handled in the mix environment of windows 2003 and 2008 server where all these servers are managed on the VMWARE?
    avnish sharma

    Hi Avnish,
    Thank you for posting in Windows Server Forum.
    By default any windows server will provide 2 remote session for administration purpose only. No matter which administrator is accessing that server. If you will connect the console session then 3.One server is accessed by 3 Session (console + Remote +
    Remote). When the particular server reached this limit then any working administrator will receive a message to log out as other user trying to access the session or if we had provided the setting then new user is restricted to login.
    If you want more than 2 remote desktop session than you need to purchase TS\RDS CAL, install TS\RD Licensing role, activate it first and then configure CAL on it. There are 2 types of CAL available (USER & DEVICE). You can purchase CAL according to your
    company requirements.
    Hope it helps to understand!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • SQL script based on hostname and database name?

    I am trying to write a script that I can run on several unix servers and databases that will do different sql statements based on which server and database it is being run in.
    Something like:
    if hostname = 'A' and database name = 'D' then do this
    else if hostname = 'B' and database name = 'F' then do that
    I have tried many diifferent combinations of shell scripts and sql scripts but can't seem to get anything that works.
    Can someone help me out? Thanks.

    Since you are already able to get he db and host info, you are well on your way to branching based on that information. All you need is the basic framework:
    declare
      db VARCHAR2(30);
      host VARCHAR2(30);
      sqlcmd VARCHAR2(4000);
    begin
      select sys_context('userenv','host') host
           , sys_context('userenv','db_name') db_name
        into host
           , db
        from dual;
      case
        when db = 'XE' and host = 'mypc' then
          sqlcmd := q'[local_package.do_something('parm1', :db, :host)]';
          execute IMMEDIATE sqlcmd USING db, host;
        when db = 'DEV' and host in ('serv1','serv2') then
          sqlcmd := q'[different_packge.do_something('parm1', :db, :host)]';
          execute IMMEDIATE sqlcmd USING db, host;
        else
          dbms_output.put_line('unrecognized db/host combination: '||db||', '||host);
      end case;
    end;
    /In this example I've used dynamic SQL since not all instances are guaranteed to have any or all of the package procedures referenced in the dynamic sql. With out the dynamic sql, you would get errors and be unable to run the script on any instance lacking one or more of the reference package procedures..

  • Sync Time Frame Settings

    During the original 7 months using the Z10 my emails and calendar had synced perfectly with Outlook with the Sync Time Frame of 30 days setting. Yesterday I changed the sync time frame to FOREVER and my SENT emails and sub-folders no longer synced. After changing back to 30 days, most folder synced properly immediately except for the DRAFTS folder which is still not syncing a day later.
    Anyone else experience these?
    A sync time frame longer than 30 days and shorter than forever would be a huge improvement - i.e.: 180 days, 365 days, 720 days.

    It seems many people are having email issues with Windows Live/ Hotmail/ Outlook accounts since the Outlook outage last Thursday...I still can't get my emails to my z10, though I can now access my emails over the browser...

  • How to Integrate real time data between 2 database servers

    How to Integrate real time data between 2 database servers
    May 31, 2006 2:45 AM
    I have a scenario where the data base (DB2 400) is maintained by AS 400 application and my new website application based on j2ee platform access the same database also but the performance is very low. So we have thought of introducing new oracle data base which will be accessed by j2ee application and all the data from db 400 database will be replicate to oracle data base. In that scenario the only problem is of real time data exchange between 2 databases. How do we achieve that considering both the application As400 and j2ee website application are running in parallel and accessing the same information lying on DB2 400 database. We have to look at transaction management also.
    Thanks
    Panky
    DrClap
    Posts:25,835
    Registered: 4/30/99 Re: How to Integrate real time data between 2 database servers
    May 31, 2006 11:16 AM (reply 1 of 2)
    You certainly wouldn't use XML for this.
    The process you're looking for is called "replication". Ask your database experts about it.
    I predict that after you spend all the money to install Oracle and hire consultants to make it replicate the DB2/400 database, your performance problem will be worse.
    panks
    Posts:1
    Registered: 5/31/06 Re: How to Integrate real time data between 2 database servers
    May 31, 2006 11:55 PM (reply 2 of 2)
    Yeajh I now that its not a XML solution.
    Replication is one of the option but AS400 application which uses DB2/400 DB is highly loaded and proposed website also uses the same database for retrieval and updation purpose.All the inventory is maintained in the DB2/400 database so I have thought of introducing new oracle database which will be accessed by new website and it will have all the relevant tables structure along with data from DB2/400 application. Now whenever there is a order placement from new website then first it should update the oracle database and then this data shuold also migrate to db2/400 application at real time so that the main inventory which is lying on db2/400 should be updated on real time basis because order placement is aslo possible from As400 application. So the user from As400 application should not get the wrong data.
    Is it possible to use MQ products??
    -Panky

    Hi,
    the answer to your question is not easy. Synchronization or integration or replication data between 2 (or more) database servers is very complicated task, even though it doesn't look like.
    Firstly I would recommend to create good analysis regarding data flow.
    Important things are:
    1) what is primary side for data creation. In other words on which side - DB2 or Oracle - are primary data (they are created here) and on which side are secondary data (just copies)
    2) on which side are data changed - only in DB2 side or only on Oracle side or on both sides
    3) Are there data which are changed on both side concurrently? If so how should be conflicts solved?
    4) What does it mean "real time"? Is it up to 1 ms or 1s or 1 min or 1 hour?
    5) What should be done when replication will not work? I mean replication crash etc.
    BTW. The word "change" above means INSERT, UPDATE, DELETE commands.
    Analysis should be done for every column in every table. When analysis is ready you can select the best system for your solution (Oracle replication, Sybase replication server, MQ, EJB or your proprietary solution). Without analysis it will be IMHO gunshot into the dark.

  • Best practice approach for seperating Database and SAP servers

    Hi,
    I am looking for a best practice approach/strategy for setting up a distributed SAP landscape i.e separating the database and sap servers. If anyone has some strategies to share.
    Thanks very much

    I can imagine the most easiest way:
    Install a dialog instance on a new server and make sure it can connect nicely to the database. Then shut down the CI on the database server, copy the profiles (and adapt them) and start your CI on the new server. If that doesn't work at the first time you can always restart the CI on the database server again.
    Markus

  • Is it possible to deploy SharePoint or its Service Applications on: multiple DB-Servers and multiple SQL Instances?

    Hello Forum,
    We have a SharePoint 2013 farm (Enterprise edition) that uses one single SQL Server 2012 (Standard edition). That statement means: All my SharePoint DBs e.g. (Config, Admin, Content, and Service Apps) DBs are hosted and running onto one single instance e.g.
    Server1\SQLInstance1.
    We have some new requirements to install and configure BI tools such as: PerformancePoint services and PowerPivot. BI tools require either SQL Server 2012 Enterprise or BI editions, and we do NOT want to upgrade our current SQL Server1\SQLInstance1
    Instead, We have other separate SQL Server instance which is enterprise edition let's name it (ServerX\InstanceX) that is running standalone, and we are thinking or using it, and my 2 questions are:
    1) Can we use this other separate
    SQL Server instance which is enterprise edition to host the create and hosts the DBs of PerformancePoint services and PowerPivot ?
    2) My second question is the same: Can I create PerformancePoint services application in my SharePoint farm, But in the Database Server field, I fill up
    the details of the other DB server ServerX\InstanceX  which is the one that is SQL
    enterprise edition ? Will this work ?
    Any official Microsoft resources/links tell that it is possible to deploy SharePoint or its service applications on multiple DB-Servers and multiple SQL Instances?

    Thank you Alex and Anil,
    What are the ramifications of that?
    I mean, Assuming that I have created such a farm where most of SarePoint DBs in Standard SQL instance while the PerformancePoint service application and others e.g. PowerPivot and reporting service are deployed and configured onto other Enterprise SQL instance.
    Are there any recommendations or concerns that you would like to draw my attention to ?

Maybe you are looking for

  • Reports never finish running

    Reports in Config Manager when run in the browser often (not always) do not finish when we run them, they just hang on the spinning circle. Searching pointed me to this thread: Report never finishes, but our net admin said our HTTPS idle timeout is s

  • Error in BAPI_CONTRACT_CREATE

    Hi, I'm using FM BAPI_CONTRACT_CREATE and I'm getting the error "Field selection PT5K not defined". Does anyone know what this means and what I should do? Thanks.

  • TS1541 new mac mini. woke it up from sleep mode, user password suddenly not working. ideas?

    After initial set up left the brand new mac mini for an hour or so. On return, the password that had been working thus far was entered but did not work. cannot now login to brand new mini. Ideas please?

  • Is there a way to allow users to paste in a graph from Excel into a textfield?

    I have not seen this capability, wondering if it is possible.  Users of my form will need to past in a graph they created in Excel as part of the write-up they will discuss in a textfield.  Barring that, is there a way to identify an image object tha

  • 10.5.6 Won't Install: Encounters Error

    Usually I get an alert that a system update is available but was reading Digg when I saw it come over the 'Net. I hit Software Update and sure enough, a 190meg update to 10.5.6 was available. I went ahead and downloaded it using the Software Update f