How to migrate a suspended domain from one server to another?

I am using oracle vm server 2.2.2 and i am trying to create the disaster recovery strategy for my environment
Initially i have successfully paused the vm VM1 using the "xm save VM1 suspended_file " command and save the memory to a file named suspended_file
then i backed up the directory under OVS/runnning_pool on the magnetic tape includind the suspended file
when i tried to restore the vm1 to a new server i was not able to restore the vm using the xm restore command.I have import the virtual machine from vm manager and therefore the paths in configuration file contains the correct paths pointing to the images in the new server pool.
however the following error appears when run the xm restore suspended_file
Error :disk image does not exit /old_path_to_the_image
For unknown reason the suspended file contains the old path to the disk image.Is there any way to alter the suspended file in order to point to the new directory
If i start the vm ignoring the suspend file could cause any problems ?
thanks in advance.
i am waiting for your responses

If all of the database files, including the binaries, are on a SAN you might be able to...
1. Cold backup of everything - database files and binaries.
2. Dismount the SAN volumes from the old server.
3. Mount the SAN volumes to the new server - using the same mount points.
4. Start up the database on the new server.
If the OS version/release are the same between new and old, that should be about all you need to do.
If the OS is same but upgraded to new version/release you will want to relink the Oracle executables before starting up.

Similar Messages

  • How can you move the objects from one server to another?

    how can you move the objects from one server to another?

    Hi,
    Collecting objects for Transporting
    1. rsa1->transport connection
    2. left panel choose 'object type', middle panel choose 'infocube' and 'select objects'
    3. then choose your infocube and 'transfer'
    4. will go to right panel, choose collection mode 'manual' and grouping only 'necessary objects'
    5. after objects collection finished, create request
    6. If they are $TMP, then change the package.
    7. When you click the Save on the change package, it will prompt for transport. Here you can provide an existing open transport request number, or if you like here itself you can create a new one.
    8. You can check the request in SE09 to confirm.
    Releasing Transport Request  
    Lets say you are transporting from BWD to BWQ
    Step 1: In BWD go to TCode SE10
    Step 2: Find the request and release it (Truck Icon or option can be found by right click on request #)
    Note: First release the child request and then the parent request
    Steps below are to import transport (generally done by basis )
    Step 1: In BWQ go to Tcode STMS
    Step 2: Click on Import queue button
    Step 3: Double Click on the line which says BWQ (or the system into which transport has to be imported)
    Step 4: Click on refresh button
    Step 5: High light the trasnport request and import it (using the truck icon)
    Transport
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b5/1d733b73a8f706e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/0b/5ee7377a98c17fe10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/224381ad-0701-0010-dcb5-d74236082bff
    Hope this helps.
    thanks,
    JituK

  • How Can I Copy an database from one server to another ?

    Hi All,
    I need to copy an existing database from one server to another server. I want to maintain all the settings from the source database.
    I´m not used to Oracle database and i´d be glad for any help.
    How can I do this ? Do I need to backup and restore in the other server ? Do I need to copy files from one server to another ?
    Any help will be really appreciated.
    Carlos.

    I think a simpler approach, other than using RMAN, is to do a database export from the source and then import them into the target database. But you will need to do some ground work on the target, i.e, create database, tablespaces, and schemas (with their name the same as those in the source database.)

  • Migration of company code from one server to another

    Dear Sir/Madam,
    We are in the process of migrating company code from one server to another server. We have activated the company code with ewt in old server on 01.10.10. We have to migrate the same company w.e.f. 01.11.10 to new server.
    we have two options one is to migrate the company without ewt activation where we can take all the open items and trial balance and then activate ewt and do the required health check up in ewt.
    second option is to activate the ewt and then migrate , here the issue is that if open items are migrated after ewt activation the tds gets calculated again.
    In indian scenario we have to pay the tds (challan updation) by 7th of next month, if we migrate then this is not possible because in the new server we do not have the data in the table required for clearing the entries. We are thinking of doing the challan updation in the old server itself.
    Can you suggest us the option through which we can migrate the company code. If you have any other option then please suggest.
    Prashant P. Zinge

    Thanks

  • Issue in migrating analysis service job from one server to another

    Hi All,
    I'm migrating analysis services from one server to another, within the source server there is a job with the name
    denreportingprocess which executes a batch file within local drive on server. I have moved all the analysis services cubes from the source server to destination and all the databases on the source server have been restored to destination.Verified
    cubes are pointing to the correct database by modifying the connection string within the datasource part of the cube databases.
    I have copied the entire process folder from source to destination and edited the code within the run file and code within the job pointing the locations to new server.
    Below is the job code, it is running a batch file placed in E drive
    E:\MSSQL10_50.MSSQLSERVER\process\run.cmd
    Below is the text within the batch file (windows command script)
    E:\MSSQL10_50.MSSQLSERVER\process\ASCMD -S "servername" -i "E:\MSSQL10_50.MSSQLSERVER\process\Process.xmla"
    -o "E:\MSSQL10_50.MSSQLSERVER\process\Log.txt"
    Below are the list of files within the folder E:\MSSQL10_50.MSSQLSERVER\process
    ASCMD
    process.xmla
    Logs.txt
    run
    When I run the job it is failing with below error message
    Ascmd: Exception trying to impersonate user: Access to the path 'E:\MSSQL10_50.MSQLSERVER\process\log.txt' is denied.
    Ascmd: Execution failed: Access to the path 'E:\MSSQL10_50.MSQLSERVER\process\log.txt' is denied.
    Thanks in Advance.
    Regards, Kranthi

    Hi Visakh,
    Thanks for the reply, I have mapped the account under which the job was running to D drive, now it can access the file but job is still failing and error is not that informative.
    Below is the error message with which the job is failing, where can i find this output file with errors
    Executed as user abc_agent. C:\Windows\system32>E:\MSSQL10_50.MSSQLSERVER\process\ASCmd -S "servername" -i "E:\MSSQL10_50.MSSQLSERVER\process\process.xmla" -o "E:\MSSQL10_50.MSSQLSERVER\process\Log.txt"   Microsoft
    (R) Analysis Services 2008 Command Line Tool  Version 10.0.87.5 X86  Copyright (C) 2008 Microsoft Corporation.  All Rights Reserved.Ascmd: Check the output file for errors.  Process Exit Code 1.  The step failed.

  • How do we migrate the OWB mapping from one server to another server?

    Here is my situation.
    Source server
    ================
    Project name : SOURCEOWB
    Under this project, we have two module(MBTSOURCE, MBTTARGET).
    In connection explorer, the locations are DW_MBT_SR, DW_MBT_TR.
    We have 15 mappings on this project.
    Source schema name is TXMBT_DW.
    Target schema name is MBTTX_DW.
    I want to migrate the whole thing to new server.
    Here are the info about target location. After migrating to new server, i need to rename
    as below.
    Project name : CA_SOURCEOWB
    Under this project, we have two module(CA_MBTSOURCE, CA_MBTTARGET).
    In connection explorer, the locations are CA_DW_MBT_SR, CA_DW_MBT_TR.
    Source schema name is CA_TXMBT_DW
    Target schema name is CA_MBTTX_DW
    Here are my steps i followed.
    ===============================
    1. Created the source and target schemas in new machine.
    2. Create a new workspace
    3. Export the mapping with dependent objects from source server and imported in new server.
    4. changed the source and target location successfully.
    5. Renamed the project namd, module names as i needed successfully.
    But only issue is, i am not table to change the location name.
    Again, i tried the below steps.
    1. uninstall the workspace and create the workspace
    2. create source and target locations as i needed(CA_DW_MBT_SR,CA_DW_MBT_TR).
    3. import only mapping
    4. Able to register the mapping
    Here i am not able to configure the module for newly created locations.
    I right clicked on module and click Configure, go to Stream Administrator and not able to find
    the source and target locations over there.....
    How do we resolve this?
    My data warehouse is runing for each state. I want to copy one state mapping and import into
    another state and customize the mapping. I have hard time to change the location name. Because,
    location name has state code. I can not use the same location name for all other state.
    Any help is highly appreciated.

    Hello Oleg, Thanks for your input.. It helps... but the problem is not completly solved.
    let me explain my whole steps. Plesae review and let me know if i missed anything.
    1. Created new workspace. the workspace is successfully created.
    2. Login to new workspace.
    3. Go to Locations, create source location(entered host name,username, password etc)
    4. Created target location(entered host name,username, password etc), go to db connector on target location, created new db connector and linked the source location here.
    5. Exported mapping and import into new workspace.(I can not use the location name in the exported workspace).
    6. Renamed the project name, module name as i needed.
    7. Double click the module name under Oracle and changed the meta data location and data locations.
    8. Right click on soure and target module and click configure, change the the location and streams administrator.
    9. Right click on mapping and go to configure, go to table operators and change the location as i need.
    10.Right click on target module(under oracle), click generate. On this step, i get the below error
    VLD-1141: Internal error during mapping generation.
    Java.lang.ArrayIndexOutOfBoundsExeception
    11. Go to control center, register the source and targert and followed the step 10. I get the same error.
    I am almost close to complete this task. But i got stuck in the last step.

  • How to copy procedures and packages from one server to another?

    Hi,
    I have 439 packages and 178 procedures located in one server called MAXWELL.
    I need to copy these objects to another server called TITAN.
    The schema names is SPCBR in both servers.
    So both servers have an instance running with this schema SPCBR.
    SPCBR in TITAN server has their tables with table data which was generated by an export/import process from MAXWELL server.
    However, procedures and packages were not copied by the export/import because I used the clause 'tables'.
    Now, what can I do in order to equalize procedures and packages in both databases? I can't risk in damaging or duplicating data in my database located in TITAN server, ok?
    Thanks,

    Another simple alternative, according to AskTom (http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:454220160386)
    ---------------- getcode.sql ----------------------------
    set feedback off
    set heading off
    set termout off
    set linesize 1000
    set trimspool on
    set verify off
    spool &1..sql
    prompt set define off
    select decode( type||'-'||to_char(line,'fm99999'),
    'PACKAGE BODY-1', '/'||chr(10),
    null) ||
    decode(line,1,'create or replace ', '' ) ||
    text text
    from user_source
    where name = upper('&&1')
    order by type, line;
    prompt /
    prompt set define on
    spool off
    set feedback on
    set heading on
    set termout on
    set linesize 100
    ------------------- eof --------------------------------
    it extracts one procedure, function or package to a file. Thats it. If you
    wanted to get all of the procedures in a schema extracted to the current working
    directory, you would run a script:
    --------------- getallcode ---------------------------
    set termout off
    set heading off
    set feedback off
    set linesize 50
    spool xtmpx.sql
    select '@getcode ' || object_name
    from user_objects
    where object_type in ( 'PROCEDURE', 'FUNCTION', 'PACKAGE' )
    spool off
    spool getallcode_INSTALL.sql
    select '@' || object_name
    from user_objects
    where object_type in ( 'PROCEDURE', 'FUNCTION', 'PACKAGE' )
    spool off
    set heading on
    set feedback on
    set linesize 130
    set termout on
    @xtmpx.sql
    ---------------- eof ---------------------------------
    You can see how to filter on that one by adding to the where clause if you want.
    Just run @getallcode_INSTALL to run all of the scripts...

  • Migrate Oracle Apps Instance from one server to another

    Hi All,
    We are planning on migrating our Production Oracle Apps Instance(11.5.10.2 and 9.2.0.8) on HP Tru64 UNIX OS on one server to a different server(Node name change) with the same OS. This is a single node, single OS user instance(Apps and DB on the same box). Can you please give me a brief idea on how to go about doing this?
    Thank you.
    Edited by: Ora_Apps_DBA on Jul 5, 2011 12:50 PM

    Since you will be using the same OS, then you can simply use Rapid Clone to migrate the Application/Database.
    Rapid Clone Documentation Resources, Release 11i and 12 [ID 799735.1]
    Make sure you have all OS pre-req. software and packages installed on the target nodes before you clone the instance.
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    Recommendations to Install Oracle Applications 11i [ID 294932.1]
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Thanks,
    Hussein

  • Steps in migrating Web and mailman from one server to another

    I am minimally skilled so am taking this slowly
    I currently have a server set to manage several websites all on the same IP forwarded from a DSL modem. Also Mailman provides list distribution for several of the websites. That box also serves as a primary DNS within my subnet behind the modem. My question is what services to I transfer first to make sure I have it right. Shooting from the hip, I would say I do it in this order:
    ~ Set up the multiple web sites on the new server.
    ~ Set up mail services on the new server
    ~ Set up the mailman services on the new server.
    ~ Change the port forwarding on the modem from the old box to the new one so the outside world now gets sent to the new server
    ~ Change DNS services for the intranet
    Does this sequence make sense or am I missing something?

    Actually, I migrated using a process in this thread:
    http://discussions.apple.com/message.jspa?messageID=6390958#6390958
    and it worked very well. Had to do a lot of clean-up to get Apache to work correctly but now it does.

  • HOW TO TRANSPORT THE STANDARD TEXT FROM ONE SERVER TO ANOTHER?

    After creating the standard text in SO10 transaction
    it will not ask for any transport request no while saving ,
    i want to transport the standard text from development to test server.
    how can we do that?

    Hi Riaz,
    To transport a Standard Text through a transport request , you need to attach the standard text through the transaction RSTXTRAN.
    After executing the report RSTXTRAN , you can enter first the task name then the Object as TEXT , then the name of the standard text , ID as ST, then the language as EN or something else .then execute.
    you cannot attach a standard text to an unassigned task.Firat you have to either activate a smartform or a script with that task then only you have to attach a standard text.
    I think your query is almost answered .
    Reward if you please.
    Thanks & regards,
    Ram

  • Migration FR and WA from One Server to Another Server

    Hello,
    I have two servers (one development, one production). Now I have all the FRs and WA reports created and tested with user security and preferences setup property on the test server, I would like to migrate all the reports together with the user/group/preferences, etc , to the production server.
    What is the best practice? I have also installed 9.3.1 migration utility. But it seems does not work for 9.3.1 (All 2 servers are running on 9.3.1, with separate instances of SQL servers, shared services, etc).
    Thanks in advance

    Hi
    Use LCM utility....
    Regards
    Celvin

  • Best Way to Migrate an application from one server to another

    I couldn't seem to find the best way to this by Googling. If you have two instances of Sun Web Server 7, and you want to migrate a web application from one server to another, what is the best way to that?

    I am sorry. My question was poorly worded after some hours of frustration. What I am really trying to do is develop a base virtual machine snapshot with Sun Web Server Loaded and a base set of applications.
    When the need arises, I need to deploy another VM and start it up. There seems to be some issue with the host name of the VM and the administration server, or something. It is my impression that as longs as I have everything contained in one directory like /webserver, I should be able to copy everything to a new machine and start it up. I know I need the listeners listening on all ip addresses and the jdk being used would need to be in that directory as well. Is there anything I am missing here or that I need to watch out for?

  • Moving users from one server to another using Shared Services

    How do you migrate users and groups from one server to another from Hyperion Shared Services in version 9.3.1?
    When users were provisioned from EAS on version 7.x we could use Migration Utility but now since users are provisioned using Shared Services, what is the approach to be followed?

    Someone will probably give you a real-world example of how to do it, but to get you started you may want to review the Hyperion Security Administration guide, section "Migrating Native Directory" which discusses that you need to first install the Import/Export Utility on your Shared Services server, then create an export file, then go to your target Shared Services Server and long story short, import it.
    -Karen

  • Moving SharePoint from One server to another

    Hi,
    We are in the process of migrating our current sharepoint farm server to another server.
    Our scenario
    WFE Servers  = SERVER01 AND SERVER02
    APP Servers   = SERVER03 AND SERVER04
    SQL Server   = SERVER05
    New WFE Servers = SERVER06 AND SERVER07
    New APP Servers = SERVER08 AND SERVER09
    New SQL Server = SERVER10
    Please does anyone know the best approach for migrating a sharepoint farm from one server to another.
    My current approach will be to
    FOR THE SQL SERVER
    1.    stop all processes that might be using sharepoint such as search, sptimer using the net stop cmdlet on SERVER05
    2.    back up all sharepoint content databases
    3     Copy and restore the backed up databases on the sql server using the same name to ensure permissions are not      tampered with on SERVER10
    4.    Ensure the firewall on the new sql server is open on port 1433
    5.    Configure a new SQL Alias on the new server so that SharePoint can point to the new sql server
    6.   Restart all the stopped processes in 1 above.
    However, my questions are
    Is the above the right approach?
    How do i migrate the WFE and APP servers -  do i need to reconfigure sharepoint on both wfe nd app server and then do a mount-spcontentdatabase cmdlet?
    Please advise is urgently needed
    Kind Regards
    Louis
    thanks

    Hi Louis,
    check those sites for details
    http://www.akspug.org/Blog/Post/20/Migrating-from-one-SharePoint-2010-farm-to-another-SharePoint-2010-farm
    https://conradjonesit.wordpress.com/2013/07/13/migrate-sharepoint-2010-content-to-new-farm-part-1-install-sql-instance/
    https://conradjonesit.wordpress.com/2013/07/13/migrate-sharepoint-content-databases-2010-to-a-new-farm-part-2-install-sharepoint/
    https://conradjonesit.wordpress.com/2013/07/13/migrate-sharepoint-content-databases-to-a-new-farm-part-3-move-content-database/
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • How to migrate html file (workspace homepage) from one server to another

    Hi,
    Does any one know how to move a html file that is attached as homepage for Workspace from one server to another server?
    When I try using Export option, I dont see this file to select.
    Thanks in advance,
    PM

    You can use LCM functionality.
    Thx

Maybe you are looking for

  • Cannot send email just get a 'relaying' error messgae

    Hi Apologies if this has already been asked:- i have an iphone 4 and have upgraded to the latest version of ios.  But since then I cannot send emails from either my aol or hotmail account. I just get this error message:- A copy has been placed in you

  • How to contact a representative by phone in the UK?

    I called their number in the UK (0844 209 0611), and it doesn't pass me to a human help. only stupid questions about my iphone (why is it neccesary? it's not relevant to every case) and than keep talking ********. the voice quality is also terrible a

  • Should I close my account?

    My computer was stolen, is it better to close the account?

  • How come no .plist for GB in prefs?

    Hi How come there's no .plist for GB in the prefs?

  • Keep with following paragraph

    I'm trying to keep two paragraphs together. I set the check box for the paragraph above but it doesn't join the next paragraph on the page below. Now if I edit the text on the next page, the paragraph moves down as I would like, but if I make any edi