- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using Business Copy to copy databases
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
Forums
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
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
тАО12-31-2002 09:55 AM
тАО12-31-2002 09:55 AM
Using Business Copy to copy databases
We are currently looking at moving away from a Direct attached storage model to a san with a VA7410 as the disk array.
We have 4 UNIX boxes that will be included ( 1-N4000, 1-L2000, 1-K460, 1- K360)
One of the "many" driving factors for this move is in our current operation we dump a 80 gig sybase database nightly from
our production server and load it to our report server (so the Data analyst are not attached to the production server.)
We use omniback to preform this task and it takes up to 10 hours to dump and load the database to tape media.
Is anyone using business copy do this type of copy of databases?
I have heard that with business copy this type of action can be done in minutes.
any help would be greatly appreciated
Thanks
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 10:52 AM
тАО12-31-2002 10:52 AM
Re: Using Business Copy to copy databases
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065011836
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 10:54 AM
тАО12-31-2002 10:54 AM
Re: Using Business Copy to copy databases
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000065011830
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 11:01 AM
тАО12-31-2002 11:01 AM
Re: Using Business Copy to copy databases
We are doing what you describe with an EMC array using BCVs. We have played with an XP array and Business Copy before, and it will do the same thing. You'll probably go from 10 hours for a database reload to a matter of minutes.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 01:03 PM
тАО12-31-2002 01:03 PM
Re: Using Business Copy to copy databases
Did you guys need to create scripts to change the database names?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 01:06 PM
тАО12-31-2002 01:06 PM
Re: Using Business Copy to copy databases
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 01:07 PM
тАО12-31-2002 01:07 PM
Re: Using Business Copy to copy databases
Our DBAs wrote scripts to handle changing the database name on the copy. I'm not a DBA but I think they pretty much have it down to a science. We keep a copy updated every two weeks for test and development.
If you like I can ask one of our DBAs about the script/process they use for changing the name and bringing up the copy database.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 01:12 PM
тАО12-31-2002 01:12 PM
Re: Using Business Copy to copy databases
That would be great if you can ask them how they rename the database and get it ready for people to access
thanks
Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 05:37 PM
тАО12-31-2002 05:37 PM
Re: Using Business Copy to copy databases
I have worked with EMC storage taking backup of Oracle database using Business copy. Its very fast if you do incremental backup but always take care that you dont copy from business copy to original.
The process is you write scripts to put the database in backup mode, merge the BCV(incremental) after they are synced 100% you split them and bring database out of backup mode. You'r backup is now in BCV which you can mount as a different volume group. And depending on the database (Oracle/Informix/Sybase) you change the configuration files to bring it up as a different DBNAME. You then start supplying the logs to bringup the database.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-31-2002 06:28 PM
тАО12-31-2002 06:28 PM
Re: Using Business Copy to copy databases
Typically, that is how business copy is used: make BCV copy as described above (quiesce the DB; sync BCV volumes; split BCV; return DB to normal state), giving you a perfect copy of the DB at a point in time. Then you can:
- Mount the copy to a backup server and back it up with no impact to production, or
- Mount the copy to a test/dev box and test new patches/programs/etc against "live" data, or other development work, or
- Mount the copy to a report server, start the DB, and run extracts and reports from it without impacting production, or
- Not mount the copy anywhere, and just save it as a point in time copy you can revert to if the production copy gets corrupted (this is often done in conjunction with the backup -- get it copied to tape, but those are for archival purposes... the fast recovery would come from the BCV copy).
Other scenarios are, of course, possible, but I think you can see what I mean. After the copy, this is just a volume you can mount up on a different server, which provides different paths, different names, different IP access, and sufficient differences that you don't always have to change the Instance name to bring up the DB.
Your mileage will vary, of course, this is very case specific and dependent... but talk to your DBAs about it. In reality, it is not much different than what they're doing now, but it eliminates the "tape transfer" step. When you read in the backup tape on the Report server (or whatever), what do they have to change to bring up the DB? It should be the same after mounting up the BCV copy to a different server.
Hope this helps...
--bmr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-02-2003 01:57 PM
тАО01-02-2003 01:57 PM
Re: Using Business Copy to copy databases
I talked to our local wizard DBA. Here is what he replied with:
"If he is not adding datafiles as often as we do then he could have the file in place to do the rename.
If files are changing constantly then before split issue command alter database backup controlfile to trace; ( do this from server manager)
some type of awk script to do global change on database name within the file .
Once the mounts are up start server manager and execute the file with substitutions.
There is a little more to it than this, but that's the general idea."
I hope that makes some sense and helps you a little bit.
JP