How to do the system copy ?
can u plz expalin me step by step process
Answer Posted / harry
#Pre – Requisites :
No of Drives should be same in both Source Server & Target Server. (Not Mandatory)
Drive Names should be same in both Source Server & Target Server. (Not Mandatory)
Installation of Database & SAP should be same in both Source Server & Target Server.
STOP SAP & Oracle SERVICES AND EMPTY FOLLOWING DIRECTORIES :
Go to Target Server & Stop all services (oracle & SAP both).
#Now Delete the All files inside the following Directories.
SAPDATA_HOMEsapdata1sysaux
SAPDATA_HOMEsapdata1system
SAPDATA_HOMEsapdata1 emp
SAPDATA_HOMEsapdata1undo
SAPDATA_HOMEsapdata1cntrl
SAPDATA_HOMEsapdata2 sr3_1 ………sr3_n
SAPDATA_HOMEsapdata3 sr3702_1 ……… sr3702_n
SAPDATA_HOMEsapdata4sr3usr_1
SAPDATA_HOMEoriglogAcntrl
SAPDATA_HOMEoriglogBcntrl
SAPDATA_HOMEsapdata1cntrl
PLACE BACKUP FILE IN SAPBACKUP DIRECTORY
Place the xxxxxxxx.and File In Sap backup Folder
SAPDATA_HOME sapbackup
The File Name Will Be Like This belerzpm.and
Open Cmd Prompt And Run This Command
BRRESTORE –m full –b xxxxxxxx.and –d disk –c
Now The Restoration Process Has Started
Again Delete Oracle Control Files under these directories that comes after restoration
SAPDATA_HOME origlogAcntrl
SAPDATA_HOME origlogBcntrl
SAPDATA_HOME sapdata1cntrl
Create trace file in source server using this command:
SQL>Alter database backup controlfile to trace;
Copy this trace file to target server and rename to control.sql.
Now modify this control.sql
Delete all before “startup mount” & after “CHARACTER SET UTF8;” in control.sql
Change
<source SID> to <target SID>
REUSE –> SET
NORESETLOGS –> RESETLOGS
Now, Put this Control.sql to C drive on <TARGET SID> SYSTEM.
Start Oracle Services
SQL> @C:CONTROL.SQL;
Copy all archive logs to SAPDATA_HOMEoraarch & Run these commands
SQL> RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
SQL>ALTER DATABASE OPEN RESETLOGS;
Create Users as per note 50088.
Start SAP Services.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to add authorizations, how you will maintain profiles?
can u explain step by step procedure of DB REFRESH..Ravi
How to identify a particular T_Code has been modified or not? If yes, how to identify who modified particular T_Code in current system?
what can we do if shadow instance is down and getting up in prepare phase of upgrade
Can any one tell me , what is the role of SAP Security Admin in BW Security and APO Security ?
What is the database backup strategy in your company?
what is the difference b/w 4.6c & 4.7EE?
Hello Guys, If any body looking for "SAP Vendor Invoice Management (VIM) Training", Please Contact Me,We will covers all SAP VIM topics along with end to end ICC, Document pipeline xECM, Enterprise scan etc. Email ID :kakumanusasikanth@gmail.com
what are the current support stack levels at market place?
I want to change five dialog work processes into batch. Where can I do this?
What will you do if u got Update failure?
how can i decleare select-options in module pool table control?
What is the purpose of tdevc ?
What will happen during the export process?
What are the different types of rfc and explain what transactional rfc is?