cancel
Showing results for 
Search instead for 
Did you mean: 

Online System Copy

Former Member
0 Kudos

Hi All,

Can any one has done Online system copy? My costumer wants me to do system copy without taking the shutdown of the Production server.

If any one has done please guide me on that.

thanks in advance

GV

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Online system copy is completed..

Thansk for ur great help...

Former Member
0 Kudos

Hi!

Yes you can. The case I most know is using ORACLE in Windows or UNIX.

First of all you must define the system type (ERP, BW, APO...) because there's different recovery strategies for each system type.

In case of a SAP R/3 or ERP system here's the macro steps you should do...

1. Backup online on PRD system

2. Define PRD system structure on QAS system. You can rename QAS filesystem structure

3. PRD ORACLE on QAS system

3.1 Create ORACLE SERVICE (if you use WINDOWS)

3.2 Create a link from QAS ORACLE_HOME to PRD ORACLE_HOME and change the environment or install a PRD instance (only software) on QAS server

ex: ln -s /oracle/QAS /oracle/PRD

4. Restore PRD database on QAS Server

5. Recover PRD database on QAS Server using offline redologs

6. startup PRD' (recovered DATABASE) on QAS server

7. Generate CONTROL.SQL script using Java system copy tools (see system copy guide)

8. shutdown PRD' database

9. Move filesystem/directory structure from PRD' to QAS, repair QAS environment if needed

10. execute CONTROL.SQL to generate new QAS database

11. Do post activities

12. done!!!

PS: you must know system copy procedure and you must use system copy guide as help

Cheers,

Fernando Figueiredo

Former Member
0 Kudos

Hi,

I am very new to basis, can anyone send the document for theis

Former Member
0 Kudos

>

> Hi,

>

> I am very new to basis, can anyone send the document for theis

I think Fernando already posted a good guide. For the details you should stick to the Systemcopy Guide.

And perhaps to some oracle docs

regards

Peter

Former Member
0 Kudos