- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Copy using RMAN tools (SAP)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 06:06 AM
тАО05-04-2005 06:06 AM
System Copy using RMAN tools (SAP)
I'm looking to perform a system copy from a production system to a quality system. My backend is Veritas netbackup. In the past we had used sap delivered tools (backint) to perform a backup and then alternate client restore. However, now we are using the RMAN interface to Veritas.
Therefore, I'm not sure on the best way to do the system copy. It will be going from SID PRD to SID QAS. We would like take an online backup and then restore that backup with SID name change to the other server.
Does anyone have suggestions or documentation?
I appreciate everyones support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 09:12 AM
тАО05-04-2005 09:12 AM
Re: System Copy using RMAN tools (SAP)
Oracle rman is not what we used for database replication at the employer I just departed. We did database cloning for the task you present.
Shut down database, take a cold OS copy. Convert that new copy on a different machine to a new instance name.
That procedure is documented at http://technet.oracle.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 09:23 AM
тАО05-04-2005 09:23 AM
Re: System Copy using RMAN tools (SAP)
Yes - you are correct - I was referring to Oracle. Currently we take an online backup and replicate the database. I would like to take an online backup using RMAN or explore the functionality of duplicate database within rman to accomplish the task described above. If anyone can give some advice that would be great.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 12:23 PM
тАО05-04-2005 12:23 PM
Re: System Copy using RMAN tools (SAP)
It├В┬┤s easy to duplicate your database with rman.
First, create your stand by database then, when restoring from rman, you could do an "set newname for datafile
After this, you set up the duplicate command from rman and restore + recover.
We user Data Protector, so I have no idea on what commands you will use in Veritas Netbackup.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 09:52 PM
тАО05-04-2005 09:52 PM
Re: System Copy using RMAN tools (SAP)
since you mention using RMAN to take a copy of your production database, can I suggest you read these Metalink doc (I don't know your Oracle version)
Note:73912.1 RMAN: Creating a Duplicate Database
Note:245262.1 Create a Duplicate Database with NOCATALOG on Same Node
Note:228257.1 RMAN Duplicate Database in Oracle9i
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2005 11:08 PM
тАО05-04-2005 11:08 PM
Re: System Copy using RMAN tools (SAP)
If you are planing to have this database in another server you don't need to change the server SID (much more easy to do). You just change the database name for clients:
PRD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host =
(Port = 1531)
)
)
(CONNECT_DATA = (SID = PRD)
)
)
QAS =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host =
(Port = 1531)
)
)
(CONNECT_DATA = (SID = PRD) -- Here is the same SID on the server...
)
)
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2005 02:03 AM
тАО05-05-2005 02:03 AM
Re: System Copy using RMAN tools (SAP)
some things to think about:
1) If you want to have the QAS part of your SAP-transport landscape afterwards you must change the SID. If it is going to become a standalone sandbox, you do not need this.
2) If your backuptool uses a catalog database for RMAN and you backup PRD and QAS within the same catalog database you must do the restore with RMAN and re-incarnate the db, otherwise both databases will have the same DB-ID for RMAN, which can generate a real mess in your backups.
3) if you do not have a catalog-database (RMAN will register bacups in Controlfiles in this case) and a fast network between QAS and PRD, proceed like this without RMAN:
- Shutdown QAS
- NFS-mount /oracle/QAS on production machine
- set Parameter new_db_home in initPRD.sap to /oracle/QAS
- do brbackup -d disk_copy ..... on production
---> This will copy the database directly to the new location (Read brbackup-manual from Sapnet to completely understand how it works). Call brbackup with option "-q" first to verify backup target location.
- Create new controlfiles on QAS, recover (if backup was done online) and "open resetlogs" the QAS DB.
Watch for SAP postactivities after DB-Copy. Check the Systemcopy guides in Sapnet for this. Esp. watch RFC-destinations and released Jobs ! You do not want the Copy-System to talk to production partners !!
Good luck
Volker