Target System and Source System have
OS : Windows
DB : Oracle
SAP : AS ABAP
Hardware Migration of SAP Server
Prerequisites
Install Java on C:\ Drive
Right Click My Computer --> Properties --> Advanced --> Environment Variables --> System Variables
2. Set SAPTRANSHOST
in c:\Windows\system32\drivers\etc\hosts
3. Install Oracle on the Same Drive as in the source system.
4. Patch Oracle.
5. Copy Extracted Export
6. Run SAP Installation master (SAP ERP -->Software life Cycle Options --> System Copy -->Target System Installation).
7. Copy the Database Backup
8. Restore the BACKUP (EITHER Manually or from BRTools)
Login with SIDADM
BRtool Command from command prompt brrestore –b Filename –m full
9. Copy the backup file in /oracle/SID/Sapbackup.
Copy the source system control file,Orig Log & Mirror Log file.
NOTE: Control File is mirrored on several locations please copy the control file to all locations.
10. Start Database
Login with SIDADM --> cmd --> sqlplus --> / as sysdba --> startup
After successfull startup
11. Recover database
SQL>recover database;
For Recovery Offline Redo logs must be copied to oraarch folder
12. Copy New Kernel
Copy new kernel from Source System to Target System
13. Check Schema & OPS Users
SQL>alter database open;
SQL> Select username,account_status from dba_users;
14. Set OPS Users with Script
Run --> sqlplus /nolog @oradbusr.sql SCHEMAOWNER NT COMPUTER|DOMAIN SAP_SID
sqlplus /nolog @oradbusr.sql SAPPRD NT ASCEN1 SAP_PRD;
Unlock ifuser is Locked
Run --> ALTER USER username ACCOUNT UNLOCK;
15. Set environment variables
Dbs_ora_schema = Schema Name
16. Start Application Server
17. Add SAP License
18. Maintain Profile Parameters.
Copy Trans Folder for transport requests
Switch online redo log to offline redo log.
Alter system switch logfile;
Copy the Recent control File;
Recover databse;
No comments:
Post a Comment