Diff Patch Level on External web and Source Server

Hi ,
Version - 11.5.10.2
We recently setup our external web server in DMZ on Linux while our source system
is running on Solaris.
We followed 238276.1 doc to migration the middle tier to linux. We were asked to check
both systems should have same Patch level.
I have doubts here
o Since we have only one DB Tier, and we copied APPL_TOP from Source solaris and
convert the files to linux. we installed IAS and 8.0.6 home from Universal installer
Is it possible to have diff patch level on both instances. as we have only DbTier
and the only way [ I know ] to check whether we have patch applied or not is
query to database or using OAM as it would show the same patch.
o if there is possibility to have diff. patch level then how can we detect this and what is the way to apply patches on one server [ Adadmin ? ]
o Can you please point me to any DOC which can give clarity how diff. type of patches
we can have in Apps.
Regards,
Jagjeet Singh

Plan on applying the Linux and Solaris versions of all applications patches to the respective servers.
How To Apply a Patch in a Multi-Server Environment
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=136342.1
Patches must always be applied in their entirety. If you apply a patch to update
your filesystem, you must also apply the corresponding database and generation
portions of the patch if they are included. When updating the filesystem in a
multi-server environment, you should apply the patch on all servers.
You can see what patches have been applied to which nodes in OAM on the Applied Patches page. Oracle will not advise you to have patch differences, otherwise supportability comes into question due to partial patch application.

Similar Messages

  • BI Content patch level on BI system and source system

    Hi all, hope you can help
    our BI and ECC6 systems are separated. My question is, do we need to be on the same BI_CONT patch level in BI and ECC6? Our current patch level in BI is 7.0.3 level 9 and in ECC6 we have not loaded any patches, however we have BI content which was delivered with the install.
    Regards
    Charl

    Plan on applying the Linux and Solaris versions of all applications patches to the respective servers.
    How To Apply a Patch in a Multi-Server Environment
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=136342.1
    Patches must always be applied in their entirety. If you apply a patch to update
    your filesystem, you must also apply the corresponding database and generation
    portions of the patch if they are included. When updating the filesystem in a
    multi-server environment, you should apply the patch on all servers.
    You can see what patches have been applied to which nodes in OAM on the Applied Patches page. Oracle will not advise you to have patch differences, otherwise supportability comes into question due to partial patch application.

  • Help me Decide on OpenBSD or Solaris as my web and file server please

    Hi
    5 questions
    i have been using OpenBSD as my Web and file server for a while now
    and FreeBSD as my Desktop
    i decided on OpenBSD as my Server because of its Security
    1) But now i hear Solaris is the most Secure OS pn the Planet? is this true
    And which is real Unix?
    i seem to always have trouble with things such as PHP on OpenBSD
    Most of my pages run as *.html but i also have a forum which uses PHP 4
    But all my PHP pages come up blank..
    i am always encountering errors using PHP
    2) If i Switch to Solaris will it b even harder to use or
    is it precompiled with PHP 4 and higher when i install Apache
    3) Also what about cgi and the ability to use *.htaccess files should i use them
    4) Also i i still would like to generate SSH keys ssh-keygen
    is that possible?Forcing the user to login using only a key and
    not a password on SSH
    5) Does Solaris have any Linux compatibility as well?as FreeBSD has
    Concider me a newbie even though i use to post on this forum once before
    i am always experimenting trying new things out
    Message was edited by:
    heatherval

    Either will work just fine. Since you're asking in the Sun forums, you should receive more Solaris replies of course! :-)
    The weak point in your setup (as far as security goes) would be the use of PHP either way...

  • Bex Patch level for Windows 7 and SAP GUI 710

    Hi,
    We have the machine with following config:
    O.S  - Windows 7
    SAP GUI - 710
    MS Office 2007
    When a user logs into Bex Analayzer, clicks on Add-ins he gets an error message in German.
    Same kind of problem was encountered with Office 2003, but MS fix 907417 solved the problem.
    But i am not able to find any such fix for Office 2007.
    Can anyone tell me what should be the patch level of Bex in this case?

    Hi,
    What is the exact error message you are getting?
    Thanks
    Riyez

  • Solaris 10 11/06 - Cannot access external web sites from server

    Hi,
    I am relatively new with Solaris so I hope this is something simple. I just installed Solaris 10 11/06 with the `Secure By Default` option.
    From the command line I can use dig and nslookup to resolve external web sites fine, but if I try to use the update conection manager (desktop), mozilla browser (desktop), or pkg-get (command line) it fails to resolve the external sites. I have a valid resolv.conf file and I have named installed and running.
    It is on a LAN with other servers that have no problems with external access. I am running as root in all instances, so is there some permissions issue I am missing with this install/release?
    I don't want to open up the install more than I have to.
    Thanks,

    Hi again,
    I figured it out. The nsswitch.conf file was not referencing dns as part of the `hosts` and ipnodes` resolution methods. Once I added this and restarted named it worked.
    group: files
    hosts: files dns
    ipnodes: files dns
    networks: files
    -----------------------

  • Web and appln server

    hi once again
    Yet another question : What is the difference between a web server and application server? Functionally how do the 2 differ? Can one assume the functions of both? Please Help

    Web servers handle static content like HTML pages.
    There is a hierarchy of app servers.
    Servlet/JSP engines have Web servers built into them, so they can also handle static content. But they also can act as a container for servlets and JSPs, so they can also handle dynamic content. You can use JDBC to access a database and do 3-tier architectures with servlet/JSP engines.
    J2EE app servers have Web server and servlet/JSP engine built into them, soi they can also handle static and dynamic content. But they can also act as a container for EJBs. They support the entire J2EE suite: servlets, JSPs, EJBs, transactions, messaging, naming, etc.
    EAI servers can tie together multiple J2EE app servers.
    MOD

  • Deployment of Flex app to web and app server

    Hi
    I'm working on putting a Flex front-end on an existing J2EE
    app which gets deployed as an ear file. The architecture consists
    of web server, app server and database server. Is the following
    approach to deployment possible / recommended?
    My Flex app will be deployed to the web server. The J2EE ear
    file will be deployed to the app server (Weblogic). BlazeDS will be
    bundled within the ear file as a war file. Remote Objects will be
    configured in my BlazeDS configuration files to enable me to access
    the code in my J2EE app. In the compiler options of my Flex app,
    I'll be setting the server root folder and server root URL to point
    to the BlazeDS war file on my app server.
    At present I'm at the stage where I can run my Flex app
    directly from Flex builder on my development PC and it's able to
    connect tto the J2EE app, which is running on the app server
    (Weblogic) also on my development PC. I can't find documentation
    explaining how to extend this to work on a multi-tier architecture.
    Thanks
    David

    Hi,
    I replied to your post in FDS forum. Please visit the URL
    below for the response.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=583&threadid=1373523
    Hope this helps.

  • Web and Application Server

    Hi
    My web and application roles for SharePoint are on a single server in which the hardware failed.  I have SQL and the databases on another server.  Is it possible to rebuild the server and connect it to these databases to restore the data?
    Thanks

    As suggested by Scot, Rebuilding a server with the same Farm configuration database is not good to go because you may get some encountered error when associating the existing configuration databases.
    Suggesting you to create a new SharePoint farm with same build version and then attach the content databases to this newly created farm.
    Thanks 
    Ramu                                                                                                                                                                            

  • **Diiferences web and app server**

    hi techs
    i am a newbie to application server concept.
    first i want to know why we need application server.
    and what is the difference between web server and application server.

    You need to install "Webconnector" plugin to connect to Sun One webserver and App server..
    The webconnector pluging comes with Appserver binary.
    Dakshin.

  • How do I fix the web and wiki server - error reading settings?

    Hello,
          I upgraded to OS X Mountain Lion and installed the OS X Server.  The Wiki pane has the error message "Error Reading Settings".  The Websites pane looks fine, but when I click on "View Server Website", I get the webpage that simply says "Server Error".  (I am wondering if these are interrelated, which is why I put them in the same discussion.)  I will note that the admin tools must have changed since trying to follow the discussions for previous versions of the Server leads to paths that are not present.  Any suggestions on what to try would be most appreciated.  Many thanks!

    Hello.  Unfortunately, serveradmin is indeed one of those paths/tools that are no longer present in the new version of OS X Server.  Either that, or it is renamed to something new that I am not aware of.  However, doing a ps -A | grep -i postgres, I get the below.  I am not sure if this really means postgres is running or not.  Looking in system.log file, I am noticing a weird error (attached).  Any thoughts on this would be most appreciated.  Many thanks!
    --------- ps -A | grep -i postgres -------
    3709 ??         0:01.67 /Applications/Server.app/Contents/ServerRoot/usr/bin/postgres_real -D /Library/Server/PostgreSQL/Data -c listen_addresses= -c log_connections=on -c log_directory=/Library/Logs/PostgreSQL -c log_filename=PostgreSQL.log -c log_lock_waits=on -c log_statement=ddl -c log_line_prefix=%t  -c logging_collector=on -c unix_socket_directory=/var/pgsql_socket -c unix_socket_group=_postgres -c unix_socket_permissions=0770
    3724 ??         0:00.79 postgres: logger process                          
    3726 ??         0:02.08 postgres: writer process                          
    3727 ??         0:01.45 postgres: wal writer process                          
    3728 ??         0:02.25 postgres: autovacuum launcher process                          
    3729 ??         0:05.38 postgres: stats collector process                          
    6591 ??         0:00.01 postgres: caldav caldav [local] idle                       
    20614 ttys000    0:00.00 grep -i postgres
    ---------- system.log postgres error? --------------
    Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local wikiadmin[20810]: [main.m:81 73290180 +0ms] PID 2655 in /tmp/wikiadmin-is-running.pid is stale, removing
    Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local wikiadmin[20810]: [main.m:86 73290180 +0ms] Failed to remove /tmp/wikiadmin-is-running.pid: Permission deniedJul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local wikiadmin[20810]: [main.m:99 73290180 +0ms] wikiadmin is already running (pid=2655), check /tmp/wikiadmin-is-running.pidJul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local collabd[8654]: [CSConnectionPool:141 9be8000 +162ms] Schema is STILL out of date (0 < 69) after launching wikiadmin, update failed! collabd will refuse to run until this is fixed.Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local collabd[8654]: [CSConnectionPool:152 9be8000 +0ms] Could not open a connection to Postgres. Please make sure it is running and has the correct access.Jul 25 21:33:32 toshiro-k-ohsumis-macbook-pro.local collabd[8654]: [PGCConnection:148 9be8000 +4ms] Error in TXN: Error executing query [INSERT INTO entity_attrs (entity_uid_fk, attrs_bin) VALUES ($1, $2)]: ERROR:  bind message supplies 0 parameters, but prepared statement "" requires 2        (                0   CoreFoundation                      0x00007fff8d8ca716 __exceptionPreprocess + 198                1   libobjc.A.dylib                     0x00007fff8e824470 objc_exception_throw + 43
                    2   PostgreSQLClient                    0x00000001099929ae -[PGC
    Connection checkResultOK:forSQL:] + 360
                    3   PostgreSQLClient                    0x00000001099935bd -[PGC
    Connection executeUpdate:withParams:] + 879
                    4   CSService                           0x00000001098e9298 -[CSContentService insertEntityAttributesRow:inTable:withGUID:] + 275
                    5   CSService                           0x00000001098ea1fc __57-[CSContentService _internalCreateEntity:asUser:withACL:]_block_invoke_0 + 586
                    6   PostgreSQLClient                    0x00000001099925a2 -[PGCConnection transactionInBlock:onError:] + 62
                    7   CSService                           0x00000001098e9f3f -[CSContentService _internalCreateEntity:asUser:withACL:] + 771
                    8   CSService                           0x000000010990b3e5 __88-[CSContentService createEntitiesFromTemplate:withData:andVariables:andACL:andLanguage:]_block_inv oke_0 + 898
                    9   PostgreSQLClient                    0x00000001099925a2 -[PGCConnection transactionInBlock:onError:] + 62
                    10  CSService                           0x000000010990b004 -[CSContentService createEntitiesFromTemplate:withData:andVariables:andACL:andLanguage:] + 237
                    11  CSService                           0x000000010990b5f1 -[CSContentService createEntitiesFromTemplate:withData:andVariables:andACL:] + 126
                    12  CSService                           0x000000010990ba6b -[CSContentService createEntitiesFromTemplate:] + 124
                    13  CSService                           0x000000010990cd84 __24-[CSContentService init]_block_invoke_02420 + 225
                    14  PostgreSQLClient                    0x00000001099925f7 -[PGCConnection transactionInBlock:onError:] + 147
                    15  CSService                           0x000000010990c4f4 -[CSContentService init] + 789
                    16  CSService                           0x00000001098bb11b -[CSLocalServiceLocator allocateService:] + 191
                    17  CSService                           0x00000001098bb1c7 -[CSLocalServiceLocator locateService:] + 108
                    18  CSService                           0x00000001098c1cf7 -[CSServiceBase locateService:] + 70
                    19  CSService                           0x00000001098d3f55 __42-[CSSessionService unauthenticatedSession]_block_invoke_0 + 35
                    20  CSService                           0x00000001098c26d7 -[CSServiceBase disableRefObjsInBlock:] + 279
                    21  CSService                           0x00000001098d3e13 -[CSSessionService unauthenticatedSession] + 200
                    22  CSService                           0x00000001098d452f -[CSSessionService currentOrNewSession] + 59
                    23  CSService                           0x00000001098d58a5 -[CSSessionService enterMagicalAuthRealm] + 51
                    24  CoreFoundation                      0x00007fff8d8bdcac __invoking___ + 140
                    25  CoreFoundation                      0x00007fff8d8bdb47 -[NSInvocation invoke] + 263
                    26  CSService                           0x00000001098bc50f -[CSServiceDispatcher executeRequest:asPartOfBatch:usingServiceImpl:] + 1507
                    27  CSService                           0x00000001098bc9be -[CSServiceDispatcher executeRequest:] + 114
                    28  collabd                             0x0000000109851393 +[CSServiceDispatchHTTPRouter routeServiceRequest:response:] + 705
                    29  collabd                             0x000000010984fe37 __53-[CSRoutingHTTPConnection httpResponseForMethod:URI:]_block_invoke_0 + 73
                    30  collabd                             0x000000010985286c __56-[CSHTTPBackgroundResponse initWithConnection:andBlock:]_block_invoke_0 + 185
                    31  libdispatch.dylib                   0x00007fff82b49f3d _dispatch_call_block_and_release + 15
                    32  libdispatch.dylib                   0x00007fff82b460fa _dispatch_client_callout + 8
                    33  libdispatch.dylib                   0x00007fff82b4723e _dispatch_worker_thread2 + 304
                    34  libsystem_c.dylib                   0x00007fff8cc0cceb _pthread_wqthread + 404
                    35  libsystem_c.dylib                   0x00007fff8cbf71b1 start_wqthread + 13

  • E3000 external storage and media server problem

    I have connected my LaCie rugged drive to the router and would like to use it as backup storage and as a way to stream video to my PS3.
    When I go to my advanced settings for the router and go to the storage heading I can see my LaCie and its specifications.  There is a button next to it that says "claim", which I press, but nothing happens.
    I don't have the option to create a shared folder, and I can't access the drive from my Mac.
    Does anyone know what I'm doing wrong here?
    On a somewhat related note, I've enabled the media server and can find it on my PS3, but there is nothing in the root folders.  How do I put stuff (movies, music,etc.) into these root folders? 

    Thanks, that did help.  I attached a different drive to the router and was then able to create a shared folder.
    I can now see the shared folder on my Mac.  I open this folder and there's the icon with my network name.  I double click on the network name and I get a popup with the following message:  "Select the SMB/CIFS shared volume you want to connect to." and then a drop down box with the name of the shared folder I created and a public folder.  I select the shared drive I created and click OK.
    I then get another popup with the following message:
    SMB/CIFS File System Authentication
    Enter the workgroup or domain and your user name and password to access the server.
    Already filled out in the Workgroup or Domain is the name of one of the folders I created on the share drive.  Under username is my name and password is blank.  I enter in the password for the network and click OK.
    I then get the following message: The alis "'my network name'" could not be opened because it could not be found.  
    and then the message gives me the following options:
    Delete Alias
    Fix Alias
    OK
    It won't let me delete the alias
    I've tried fixing the alias, but when I click on the option to do this, it just takes me to my file folder structure and asks me to choose a file.  I'm not sure what I should do here.
    Any idea on what to do so I can access the shared folder I created?
    Also, on our other computer which runs windows I'm not sure how to create a root folder.  How do I do this?

  • JAVA PATCH LEVEL

    Hi Experts,
    I need small information on JAVA Patch level.
    Presently we are on Patch level 15 in portal system and latest patch available in market place is 19.
    Please guide me which patch level can i go and apply.
    Regards
    Jan

    The best practice is to go with one step lesser than the highest patch available, because to get the fiexes to the problems with the highest patch will take some time and the 18 patch should have got the fixes by the time highest patch is released. and also you might get the possible issue with the patch 18 from the people who already adopted it or from the market place (you can get the report on impacts ) before proceeding to apply. The other point you need to consider is the patch 19 functionality and its immediate applicability as per your scenario.
    Thank you,
    Shyam

  • Patch level 19 not working

    hi experts !!!
    dis is vamsi krishna
    ,actually i want to upgrade my sap b1 2007 to patch level 19.
    but when i install upgrade with patch level 19.it updates.
    and when i  start sap application its throws error saying that
    "DATABASE IS NOT CONSISTENT , PLEASE CHECK THE LOG FILE FOR MORE INFORMATIION"
    please experts , help me out if there's any solution

    Hi,
    Please restore the DB to where it was before you applied the patch.
    Take the DB to a test environment and try the upgrade again? Also might be worthwhile to try a different patch to apply?
    Finally contact SAP Support
    Regards,
    Paul

  • How to data insert Source server and Linked server (Target Server) at same transaction

    I have try several times for Data insert Source server and Linked server (Target Server) at same transaction.  I am using Begin transaction.  but Source server is completed and Linked server error (or Linked server Completed and source server
    ERROR). at this moment I want ROLL back. how?

    Hi
    Run below query by changing to yourr linked server name and see if DTC is enable or not.. if not
    Begin distributed transaction
    select * from [ServerName].master.dbo.sysprocesses
    Commit Transaction
    To enable MSDTC on each Web server on Windows Server 2008
    Click Start, click Run, type dcomcnfg and then click OK to open Component Services.
    In the console tree, expand Component Services, expand Computers, expand My Computer, and then expand Distributed Transaction Coordinator.
    Right click Local DTC, and click Properties to display the Local DTC Properties dialog box.
    Click the Security tab.
    In the Security Settings section, click Network DTC Access.
    In the Client and Administration section, select Allow Remote Clients and Allow Remote Administration.
    In the Transaction Manager Communication section, select Allow Inbound and Allow Outbound.
    In the Transaction Manager Communication section, select Mutual Authentication Required (if all remote machines are running Windows Server 2003 SP1), select Incoming Caller Authentication Required (if running MSDTC in a cluster), or select No Authentication
    Required if some of the remote machines are pre-Windows Server 2003 SP1. No Authentication Required is the recommended selection.
    Select Enable XA Transactions, and then click OK.
    Repeat steps 1 through 9 on the other Web servers.
    Thanks
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • SP 09 patch level upgradation

    Hello All,
    We are planning for SP09 patch level upgradation.
    I have below doubts.
    1. What will happen to our modificaiton to the standard jsp page.
    2. What will happen to our modification in the action classess and java classes.
    Please help us by providing what all pre cautions we need to take before we do this patch level  upgrade .
    Thanks and Regards
    Shanto Aloor

    Hi,
    After applying the patch , you will get integration conflicts in your DTR view in NWDS.
    If there are any custom developments in the files where the patch is applied, those files will be listed in
    the conflicting files. Here you need to resolve conflicts accepting the changes from batch but also keeping the custom code intact.
    This activity needs to be done very carefully.
    The standard java files will be updated , but will not be shown in conflicts. If you have customized any std classes make sure that you are using the latest one.
    Regards
    Antony

Maybe you are looking for

  • New to oracle report builder

    Dear all; Please pardon me. I am new to oracle report builder and I am trying to accomplish the following. First and foremost please find my pl/sql queries below. Kindly note, all the queries have been tested and I just need to be able to input those

  • Installing lion onto external drive frozen during OSX install

    I was trying to install lion into a clean hardrive, using lion recovery. it's downloaded the first part, and the imac has restarted once and loaded up the "install Mac  OS X " page, it said it was going to take 25mins to install. It's frozen, about 2

  • Issues with Iphone 4

    I have an Iphone 4 and when i plug the phone into the USB port on the computer, it keeps blinking. It blinks continuously between charging and not charging. It makes the sound as if you were plugging it in and unplugging quickly

  • RBO vs CBO : Are you going to maintain RBO in DBMS?

    Hello, Oracle? I'm facing many critics about the type of SQL optimization from customer. I'm still using RBO in application SQL because, sometimes, your automatic optimization (analyze) make the execution plan of performance-oriented SQL worse and th

  • HT1353 can a generation 2 ipod touch be updated to 4.3 ios?

    can a generation 2 ipod touch be updated to 4.3 ios?