Copy paste from one server to another

Hello

I just thought with the installation of EMP in a server and copy the file system after installation to the other server.

Would like to know if it's possible.

It's

1. perform a complete installation in Server A.
2 using the backup of system files (option IBM TSM) option.
3. load the data in the backup from Server B, Server B now will all the system files as server has (both servers have the same name)

Can I now use server B to perform all the activities as A server, without any changes/configuration?


Thank you
Mathieu

http://docs.Oracle.com/CD/E17236_01/EPM.1112/epm_high_avail_11121.PDF
on page 23

There are generally 3 ways to do it, described in the doc, you describe option 1 where they are on separate networks with the same name:

Hostname specifications
EPM System Disaster Recovery deployment requires a way to resolve the references to the host
between the production and standby sites. Make sure your configuration using one of these
options, listed in order of preference:
-Production and standby are on separate networks. Fully qualified host names can be the same in both sites.
-Production and standby sites have different DNS which resolves to the correct IP address host names in their network.
The backup site can have an expectation of DNS that is activated when a disaster occurs.
-Production host names are resolved to a local IP address on the site of relief effort through a file/etc/hosts.

If you have separate networks, both servers have the same name but are completely separate and everything, including the database server is the same then Yes, you describe the first scenario of DR. I would recommend the hosts file option as it would ensure that guests always resolve to what you expect.

Nick

Tags: Business Intelligence

Similar Questions

  • Scheduled tasks are stored in a file that can be copied easily from one server to another?

    We have a multitude of scheduled tasks.  When moving from one server to another, we currently re-enter manually the tasks.  There are problems which the least is my strike capability.  The tasks are saved in a XML or any other file type that I could just copy from one server to the other instead of re-entering?

    Thank you!

    The file is \cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\neo-cron.xml

    See also: http://helpx.adobe.com/coldfusion/kb/purpose-location-xml-configuration-files.html

  • copy objects from one server to another schema

    Hello.


    Oracle 11g running on multiple servers.


    Is it possible to copy tables and procedures, at the same time
    from one server to another using sqlplus?


    For example, I would like to do something like this:


    From sqlplus on server1:


    create or replace mytable from dblink_server2.mytspace.mytable;


    Any suggestions are greatly appreciated.


    Thank you.

    user652257 wrote:
    Why does in SqlPlus but not in my procedure?

    You need a direct privilege to create objects to work through the procedures or plsql.

    Grant Create Table to user1;

    HTH

    SS

  • Can not copy / paste from one folder to another.

    Just recently, I can't copy and paste a word document to a different folder, and my office is locked and can not move icons. I've unlocked settings, also tried to reconstruct the dates. Running advanced system of care. Creates a new user. Nothing works. My computer as most of the people is a tool and not used to play games, it's time to implement a different system, that is to say Windows 7 or wait 8. I honestly thought that XP Pro has been very stable and I have all the important issues in over 5 years, and in this case. This is the result of an update?

    Hello

    1 did you change your computer, after which the issue started?
    2. the issue of copy paste only occurs with Microsoft Word?

    Windows XP is still very stable and reliable. If you want to upgrade to Windows 7 or Windows 8, you can do it. It's a good idea to upgrade your operating system to get used to a new User Interface that would give you a new experience altogether.

    Follow these steps and check if the problem persists.

    Step 1:

    Test the issue in safe mode.

    Step 2:

    If the problem does not occur in safe mode, I suspect that there is a conflict of software of third party causing the problem to occur. I suggest that you start your computer in a clean boot State in order to eliminate conflicts of third party software.

    Note: The steps in the article to restart your computer as usual.

    Step 3:

     http://www.Microsoft.com/security/scanner/en-us/default.aspx

  • Copy schemas from one server to another?

    Hi all

    I have two servers, server1, server2, all two database 11g R1. I would like to move 175 patterns, its data, privileges and other things in these patterns from server1 to server2. Server1 to may other schemas. I asked it to find the size of these patterns and it is about 115GB. What is the best method to perform above transfer?

    If schema1 has a select statement on Object1 schema2 then same privileges need to be copied in server2.

    I come from the non - dba.

    Thank you.

    I would use either Data Pump or the former import / export tool to export and then import in the second database.

    Either will work.

    Example:

    http://www.rossgroupinc.com/documents/DataMigration.PDF

    Best regards

    mseberg

  • Tip action copy/paste from one project to another

    Hi all

    Is it possible to copy the script to a tip of a first draft action and stick it in another project?

    Thank you

    The answer is, sorry, no. It is related to the required unique ID for every object referenced or used in advanced actions. Please enter a feature request in support of my pleading to have the ability to export/import shares advanced, to add a comment for them and to be able to print them. Only when the sufficient number of users will support these applications, they will be taken into account, at least I hope.

    There is a possible solution, which I explained by an example in a blog: Advanced acttions can be transferred by transforming the source into a model project and create the second project target based on this model. Save an existing project as a model is not possible once again (another of my feature requests), but simply to replace the extension by CPTL CPTX will do the trick.

    Here's the blog I'm talking about:

    Model for reuse the script

    Lilybiri

  • How to use the copy utility for app from one server to another

    Hello
    I use hyperion 9.3.1 and I want to synchronize two applications on different server, I know how to use the utility to copy of app, but on the same server, I think that we can also use this utility to copy the application from one server to another using the properties file but I dnt know how to do it because the example is SQL and I am using and database oracle
    can you guys please help.

    Published by: sharad sapra on March 31, 2011 11:33

    Hello

    1. create a property file (this example is relevant if you have a repository of ORACLE, you can find more information in http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_hp_admin/frameset.htm?ch09s01s01.html]):

    SOURCE_APP_JDBC_CATALOG = SOURCE_APP
    SOURCE_APP_JDBC_DRIVER = Hyperion.JDBC.Oracle.OracleDriver
    SOURCE_APP_JDBC_URL = jdbc:hyperion:oracle://RepositoryDatabaseServer; SID = DatabaseSID
    SOURCE_APP_JDBC_USERNAME = schemaName
    SOURCE_APP_JDBC_PASSWORD = schemaPassword
    SOURCE_APP_JDBC_DATABASE_TYPE = ORA
    SOURCE_APP_OLAP_SERVER = olapServerName:port
    SOURCE_APP_OLAP_USERNAME = olapUserName
    SOURCE_APP_OLAP_PASSWORD = olapUserPassword
    SOURCE_APP_OLAP_APPNAME = SOURCE_APP

    TARGET_APP_JDBC_CATALOG = TARGET_APP
    TARGET_APP_JDBC_DRIVER = Hyperion.JDBC.Oracle.OracleDriver
    TARGET_APP_JDBC_URL = jdbc:hyperion:oracle://RepositoryDatabaseServer; SID = DatabaseSID
    TARGET_APP_JDBC_USERNAME = DatabaseSchemaName
    TARGET_APP_JDBC_PASSWORD = DatabaseSchemaPassword
    TARGET_APP_JDBC_DATABASE_TYPE = ORA
    TARGET_APP_OLAP_SERVER = olapServerName:port
    TARGET_APP_OLAP_USERNAME = olapUserName
    TARGET_APP_OLAP_PASSWORD = olapUserPassword
    TARGET_APP_OLAP_APPNAME = TARGET_APP

    2. open CMD and type copyapp /S:yourSourceAppName T:yourTargetAppName P:yourPropertiesFileName.properties /L:yourLogFileName.log

    Once the migration has been successful, you must update your users using the UpdateUsers.cmd (UpdateUsers.cmd and PlanningUserName PlanningUserPassword TARGET_APP).

    I hope this helps...

    Kind regards
    André

  • Oracle9i database from one server to another server.

    I am an Oracle Pl/SQL Developer. We will migrate the database to Oracle9i from one server to another server (both are unix solaris). What are all the meterics we must ensure the Migration succeeded.

    rp0428 wrote:

    user12223156 wrote:

    OK, what about triggers, sequences, synonyms and links from DB? This will affect anything?

    If you stop the database cleanly and then copy all THE files to a new installation of the same version of Oracle on another machine using the same folder structure (a COLD backup) it can not miss anything.

    Re-reading the initial recognition, seeing that they do NOT change the versions of Oracle and do NOT change their operating system, it would seem that a cold backup and a restore would be the preferred method.  Very probably fewer service interruptions and a guaranteed relentless, nothing will 'disappear' from the database...

  • When I copy something from one page to another, it seems to change text color or background, that I do not understand why he never used to do.

    When I copy something from one page to another, it seems to change text color or background, that I do not understand why he never used to do.

    Whether it's text or only a shape it changes its color to something else when I copy and paste on.

    Do you mean 'page' or 'site '?

    If you copy something from another site, the reason may be, to have different, but all also named colours on each site.

    It would be normal and causes the noticed effect.

  • Computer scientists moved us from one server to another. The change of server name has left me with an orphan sync partnership.

    Our it staff moved us from one server to another.  Although I did a sync with all my spotted "available offline" files before the move, the change of server name left me with an orphan sync partnership.  Is anyway to disconnect this partnership?  I have not been able to find a way.  Thank you.

    original title: orphans of sync partnership

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for Windows Vista Networking forums. Please ask your question in forum Windows Vista Networking TechNet.

    http://social.technet.Microsoft.com/forums/en-us/itprovistanetworking/threads

  • How to migrate from one server to another (home of the workspace) html file

    Hello

    Does anyone know how to move an html file that is attached as a home page for the workspace from one server to another server?
    When I try to use the export option, I do not see this file to select.


    Thanks in advance,
    PM

    You can use the feature of LCM.

    THX

  • Copy data from one schema to another. Reopen the Question

    Hello

    I had asked this question earlier to copy data from tables of one schema to another in the same database using the database link. In my previous post have mentioned below.
    Re: copy data from one schema to another.
    Now I am faced with the question for the remote copy of database

    I have created a DB connection between my local system and the remote database. with the chain of connection as shown below
    CREATE THE DATABASE PUBLIC LINK "MERU_DEV_LOCAL_DEV".
    CONNECT TO MERUDEV IDENTIFIED BY MERUDEV WITH THE HELP OF "MERUPROD";
    In the above script
    LOCAL DEVELOPMENT scheme IS
    REMOTE schema is MERUDEV
    I try to copy remote database to my local database tables using the script below.
    network_link DEVELOPMENT impdp = schema MERU_DEV_LOCAL_DEV = MERUDEV remap_schema = MERUDEV:DEVELOPMENT TABLE_EXISTS_ACTION = REPLACE
    But the copy of the table does not occur. What could be the problem? Please suggest me or do I need to modify the script

    Thank you
    Sudhir

    You can:
    -monitor the BONE with ps - ef
    -monitor data pump: jobs are dba_datapump_jobs and dba_datapump_sessions
    -monitor with logops: v$ session_longops

  • What is the process to move the VCenter SQL DB from one server to another?

    I read the threads for the displacement of vCenter Server and it's local database from one server to another. My situation is a little different.

    VirtualCenter Server 2.5 build 174768 has it's SQL database on another server.  We're going to retire that SQL server only and move just the DB to a new SQL Server - current vCenter server will not be affected.

    I'm trying to figure out how knowledge current vCenter once used SQL server (DCMNMSSQL02) DB is now on the server DCMSQL07 - which all on stays of DB.

    Hello.

    You must update the DSN on the server vCenter.  See the article kb 7960893 for more information.

    Good luck!

  • copy data from one database to another

    Hello

    I want to copy data from one database to another.

    I have two patterns such as

    dev1/dev@ORCL
    DEV2/dev@DCEL


    I have same tables dev1 and dev2 (tables)
    but I have not given in dev2 (tables).
    now, I want to copy dev1 (tables) in dev2 (tables).

    You can also use the database link:

    select * from dev1.emp@orcl;
    

    What database are you connected to?
    You must create and use the links in the database for all other databases.

    For example if you are connected to the database A and to retrieve data from database B, you must create a connection of database in base B

    create database link B connect to  identified by  using 'B';
    

    Then you can retrieve data from database B with

    select * from [yourschema.]yourtable@B;
    

    This will work only for tables that are visible to the user that you used in the definition of database link.

    Published by: hm on 10.08.2011 22:15

  • How to change the Web server from one server to another server

    Hi all

    Can you please provide the document to change the location of the web server from one server to another server?

    Thanks in advance.

    Thank you and best regards,
    Siva Prasad B

    Siva Prasad says:
    Hi Michel,.

    Coping PS_HOME just move the web server?

    And Michel and I said earlier that you need to reinstall your Web server... and to redeploy the PIA, which is not clear?

    Nicolas.

Maybe you are looking for

  • "You have reached the limit for the reservations authorized by customer.

    I got this error, whatever i use different apple ID. and also another telephone number of her present on ireserve. But if I try to use another type of government identification. This works. I don't know why the apple system can keep to see my id pers

  • Y480: cannot install OneKey Recovery

    Hi Please help,. I have lenovo i7 y480, runs in windows ultimate 32 bit I do not have the recovery disk Operating system is preinstalled My problem is there is no ONEKEY RECOVERY software installed in it and I really want to restore my y480 to factor

  • get a sign of caution on the connection on the taskbar icon

    I get a sign of caution on the connection on the taskbar icon. I phoned B.T and they said it was a new DSL box I needed and then the problem will be solved. I put the new adsl fillter on and there is still a sign of caution on the task bar and I keep

  • Help! The I can't hear out of earpiece when to pass or receive phones.

    Help, please! When receive or make phone calls, I can't hear anything on the earpiece on my Palm Pixi Plus. The speaker is the only thing that works. Someone knows how to fix this? Help, please.

  • Libraries linking problem, Re active link error, bug

    I just opened my Photoshop file in which I have about 30-40 active I linked to a library I have for this file. Weird... I wonder to reissue some of the asstes that I have and they do not appear in my library... and they can be changed. However. Photo