Move Mid-Tier onto another server

Hi all
The infrastructure (OracleHime1incl IASDB) and mid-tier (OracleHime2 portal and OracleHime3 discoverer) 10g Rel2 are installed on a windows 2003 server.
I would like to know how to move the mid-tier (Portal and Discoverer) onto another new windows 2003 server thus improving performance. The server is used solely for reporting. Portal uses "portal providers".
Or would it be better to move the infrastructure?
Is there documentation on this?
Thanks

The Oracle Application Server Administrator's Guide describes how to move the Infrastructure to a new host. See:
http://download-west.oracle.com/docs/cd/B14099_19/core.1012/b13995/chginfra.htm#i1011823
and:
http://download-west.oracle.com/docs/cd/B14099_19/core.1012/b13995/chginfra.htm#i1012229
Helen

Similar Messages

  • Move Central Instance to Another Server

    Hello expert,
    Now we have a distributed system: CI on server 1, DB on server 2. Now we want to move the CI to another server 3 without change the DB server.
    We get some information from link Move the central instance to another server in SAP
    We have few questions:
    1. Can we change the SID of CI with method provided in link?
    2. Any other additional steps should we do?
    Thanks & Best Regards,
    Tong Ning

    Hi Tong,
    You can install a new SAP instance (CI) on the new server as your DB is not moving and is on different host, and replicate important files from your old CI host.
    For eg, the host file, services file, trans directory and some work directory contents.
    Also, if your server on same OS or different ?
    You should check the compatibility of new OS and DB in service market place (PAM).
    For changing SID, please use standard guides and tested WIKI links.
    Regards,
    Divyanshu

  • Loading a movie on html from another server

    I have a question: I have a form on Flash and I want to make
    the swf file a part of a HTML page.
    Here is the(for me) tricky part: on Flash I use an external
    php-file to send the information back to me, but the server where
    the HTML page runs is an ASP.Net server. So I came up with the idea
    to load the swf file from another server that runs the php-script.
    But is not working.
    Does anyone know if what I am doing is correct? Do I have to
    write some code on flash or the HTML-page? Or do I just have to go
    and learn ASP.Net?
    Thanks a lot for any information.
    Norman Parra

    No. Movies are not eligible for iTunes in the Cloud (the movie studios won't grant Apple the necessary permissions, reportedly). So if you want the movie on another computer, you have to copy it there yourself from your work computer. Copy the movie to some removable medium or shared location, then just drag it into the iTunes window on your laptop.
    Regards.

  • Best Method to Move Partitioned Data to Another Server

    Hi,
    In our company we have a monthly maintenance to move one partition from many partitioned tables to another server. I want to know what is the following:
    1- Best way to do this task and to move table partitions to another database on another server?
    2- When I delete table partition, do I need to analyze the table or rebuild the indexes?
    Appreciate your prompt response.
    Thanks

    2- When I delete table partition, do I need to analyze the table or rebuild the indexes?What do you mean by delete table partition? If you mean truncate or drop parition then you should use "UPDATE GLOBAL INDEXES" clause in order to avoid rebuilding global indexes as shown in the below examle:
    create table TAB1 ( Value number(10))
      partition by range(value)
      partition p1 values less than (10),
      partition p2 values less than (20),
      partition p3 values less than (30),
      partition p4 values less than (40),
      partition p5 values less than (50)
    insert into tab1
    select rownum
    from dual connect by rownum < 50;
    commit;
    create index tab1_indx1 on tab1(value);
    sql> select index_name, status
      2  from user_indexes
      3  where index_name = 'TAB1_INDX1';
    INDEX_NAME                     STATUS
    TAB1_INDX1                     VALID
    sql> alter table tab1 drop partition p2 UPDATE GLOBAL INDEXES;
    Table altered.
    sql> select index_name, status
      2  from user_indexes
      3  where index_name = 'TAB1_INDX1';
    INDEX_NAME                     STATUS
    TAB1_INDX1                     VALID
    sql> alter table tab1 drop partition p3;
    Table altered.
    sql> select index_name, status
      2  from user_indexes
      3  where index_name = 'TAB1_INDX1';
    INDEX_NAME                     STATUS
    TAB1_INDX1                     UNUSABLEMohamed Houri

  • Move apps tier to new server

    Hi all,
    here we have 2 node setup
    node 1 : apps + db (cm + db)
    node 2 : apps (web + forms)
    requirement is we want to move node 2 to new server bcoz os team wants to do some maintainance on node 2.
    is this possible to move only node 2 (web + forms) to new server through rapid clone n sync with existing cm and db node or we have to move entire setup to new servers
    links n MOS doc ids highly appreciated
    versions:
    apps : 11.5.9
    db: 9.2.0.8
    os : RHEL 4
    Thanks,
    Haafiz

    Yes it is possible and all you need to do is the following (you don't need to move node1):
    - Install OS on the new server + OS pre-req software and packages
    - Run preclone on node 2
    - Shutdown the application on node 2 and copy the files to the new node
    - Run postclone on the new node
    - Clean FND_NODES and run AutoConfig
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) (Doc ID 316806.1)
    Cloning Oracle Applications Release 11i with Rapid Clone (Doc ID 230672.1)
    How to get a clean Autoconfig Environment ? (Doc ID 391406.1)
    Thanks,
    Hussein

  • How to move a database to another server

    Hi - I am new to Oracle and am used to SQL Server. In SQL Server there was a DETACH and ATTACH DATABASE command that would allow you to make a copy of a database and all structures including triggers, procedures, indexes etc. Make a copy and reattach the database on the new server. I assume that the same is possible in Oracle but I can't seem to find the equivilent command(s). So how does one move a database? I take it that the SQL Server equivilent to database is in Oracle called a schema? Other than creating a sql script for each object, is there a overall process to move my application?

    You could do one of the following:
    1) Create a full export, create a another database with a script or DBCA, create the appropriate sized tablespaces, import to the new database.
    2) If you are copying to the same OS you could shutdown the database, copy all the datafiles, logfiles, control files, etc. to the appropriate locations, rename the datafiles, control files, etc. as needed, and open the database.
    3) Use RMAN to duplicate the database if it has been backed up using the RMAN utility.
    4) If you already have a backup of all the datafiles, logfiles, control files, etc. from a backup you could copy those to the appropriate locations, rename the files as needed, and open the database.
    I would suggest changing the database name. I can go into more detail on any of these if needed.

  • Must Move 10g Database To Another Server

    Good morning,
    Well, right in the middle of my implementation, I've learned that we must change to a different physical server for the 10 g database. Wonderful.
    I have installed several patches. Will a consistent backup of the db capture those patches? After I restore to the new server, will I have to reinstall all patches?
    Don't most patchsets modify the Oracle instance as well as the database?
    Thanks, John

    Have you tried the clone features? On DBCA, there is a clone database option. If you use Enterprise Grid Control, they have a clone database from one server to another and you can choose different instance name and different file structure. This has the additional benefits of no need to bring down the current database. Also you can try the clone.pl to clone the oracle_Home. I have not tried one with patches but I guess it will include every thing under ORACLE_HOME. It will handle most but I still have trouble with the data control setup but then I recreate everything from scratch

  • Move zenworks databases to another server?

    How do i move our zenworks databases from an old (soon to be retired) server
    to a new one which hasnt had any zen s/w installed on it yet?
    I cant see anything about this in the group, and the novell KB hasnt been
    too fruitful, so i thought i'd ask here
    thanks in advance,
    Steven

    James,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Move MW db to another server

    What are the specific steps post Oracle Home & db move , besides ofcourse the necessary network and listener setup ?

    You will need to change the xdb setup for MW http listener and ftp listener if you need different ports. You will need to setup the ssh or rsh privileges between the new MW host and the target apps hosts being upgraded.
    You should also rerun the configuration on any active projects from sysadmin and from the configuration section of the project drop down.

  • Required config changes to move DB to another server

    Can someone provide instructions on what config changes need to be done to move the database to another server?  I am assuming there is documented instructions to accomplish this task, but I can not find them.
    Thanks.

    Hi Doug,
       I have not tried just moving the DB, but check out this link.
    https://service.sap.com/~sapidb/011000358700000307832005E/TemplatesWebAS_640sr1.htm
    Click on the link for "Homogeneous and Heterogeneous System Copy".  This is the documentation on how to copy Web AS systems.  It has info on doing the DB copy.  I think you will find what you need there.
    John

  • Not found Mid-tier

    Hi
    in a server (a) I have installed the infrastructure and in another server (b) it installs mid-tier, this to mid-tier in the server (b) aims at the infrastructure of the server (a), but when entrance with the OEM in the server (A) , to only shows the infrastructure me, but it does not show installed mid-tier to me in the server (b), although mid-tier I settle of satisfactory form, How I can verify that I am installed mid-tier correctly aiming at the infrastructure?
    Hector ulloa Ligarius

    The web-based admin user interface, called EM Application Server Control console (or iasconsole), is per instance. So both infra and mid-tier have one "OEM" each. In your case you should have something like:
    http://name-A:1810/emd/console/ and http://name-B:1810/emd/console/
    Try bouncing both AS Control servers:
    $ emctl status iasconsole
    $ emctl stop iasconsole
    $ emctl start iasconsole

  • Rel 2 Mid-Tier with Rel 1 Infrastructure?

    We installed AS/10g Release 1 (9.0.4), with Mid-Tier on one server and Infrastructure on another. Is it possible to install Release 2 (10.1) Mid-Tier using the Rel. 1 Infrastructure?

    Krrish,
    So do you mean that the BPEL respository was already there when you did the install? If yes, then that explains the mismatch error. You should always clean up the old references if doing a reinstall. Drop the user and schemas related to PM and do a reinstall.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How can I redirect my feed on MobileMe to another server?

    iTunes is currently pulling my feed from my MobileMe account: http://web.me.com/myusername/podcast.xml. I want to move the feed to another server. I understand that I can create a new feed, publish it, and then edit the old feed with the <itunes:new-feed-url> tag. But that will only update iTunes subscribers.
    Is there a way to redirect non-iTunes subscribers? Ordinarily I'd use a 301 redirect, but obviously I don't have that kind of control over the MobileMe server. Am I out of luck?

    Yes, you need to add the announcement to the old feed. In fact I would suggest simply making a short 'episode' containing only the announcement, to get people's attention, rather than placing it within a full episode. And then you needn't have the announcement in the new feed, where it would be redundant.

  • MDM DB Migration to Another server (OS may change for DB)

    Hi MDM Expert
    We are currently using MDM 5.6 SP06 with HA (Microsoft Cluster) Active/Passive.
    DB and MDM both are running on same machine
    Now we want to move our Database to another server (OS May change on target DB).Please note we just want to move DB only not MDM Server component
    After DB move to another server we also wanted to have DB in HA, i mean Active/Passive and i know we need additonal to make it HA
    Can you please refer us any document which will help us for accomplish this requirement?
    Also let us know if there will be any negative implication on MDM Servers component after moving DB to another server
    We are also using Oracle failsafe for MDM HA configuration
    I really need expert help here
    Thanks in advance
    Thanks
    Deelip

    Hello Augusto,
    if i understood you correct only the host of the database is changed. The ABAP and JAVA instances are still running on the same host as before?
    If yes then this is pretty easy ... you can shutdown and copy the database with scp/rsync .. or if you have a shared storage you can just remap the disks to the new server.
    As you described, that the hostname of the DB host will change you have to do 2 things
    1) Change hostname of entries in tnsnames.ora (for more information about tnsnames check sapnote #562403)
    2) Change the host connection entry in the secure store of the Java instance (http://help.sap.com/saphelp_nwpi71/helpdata/de/ec/9432d189c445cdacdc7e520981b4b6/content.htm / Database Schema password should be change or not)
    Regards
    Stefan

  • How can I move the ODI Work Repository from one server to another server?

    How can I move the ODI Work Repository from one server to another server?

    Hi,
    If you would like to move your source models, target models and project contents from Work repository 1 to another work repository.
    I.e. Dev. server to Prod Server.
    1. Firstly, replicate the master repository connections i.e. with same naming conventions manually
    2. Go to Dev. Server work repository -> File Tab -> Click on Export work repository (save it in a folder)
    3. After exporting, you can view the xml files in the folders.
    4. Now, Open the Prod. server and make sure you already replicated mas. rep. details.
    5. Now, right click on model and import source model in synonym mode insert_update (select source model from the folder where your xml file located)
    6. Similarily, import again target then Project.
    Now, check. It should work.
    Thank you.

Maybe you are looking for