- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- BCV Split
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
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
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
03-22-2006 05:37 PM
03-22-2006 05:37 PM
Hi all ,
Could pls confirm we can go ahead and split a fully synced BCV when Oracle is up and runnig .
I am not sure It will harm the Oracle DB when we do a BCV split when Oracle IS up .
Waiting for your replay
Thanks
Ajeesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:54 PM
03-22-2006 05:54 PM
Re: BCV Split
You should put oracle in backup mode before BCV split.otherwise BCV Copy wont be a consistent one.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:16 PM
03-22-2006 06:16 PM
Re: BCV Split
Hi RK ,
Thanks for the immediate response ,
Yes your are correct .
My question is ,if i do a BCV split ,will it create any problem /alert on the running oracle DB on the source server . Right now I won't be able to shutdown the running oracle . But i required this BCV copy on the other end to duplicate newly created VG on the BCV server .
Thanks
Ajeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 08:35 PM
03-22-2006 08:35 PM
Re: BCV Split
If you want a cold backup of your Oracle instance, Oracle should be shut down before
you proceed for split backup.
If you want a hot backup of your Oracle instance, you need to put your oracle tablespaces into backup mode,
[ use: alter tablespace
split the BCVs and then end the backup mode
on the tablespaces.
[use:alter tablespace
Oracle will keep running in this case without any errors.
The results of the above two operations..begin and end backup for each tablespace will be logged into the instance alert.log file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 11:12 PM
03-22-2006 11:12 PM
Re: BCV Split
I don't think you will get an aerror when you split. I can't surely say about this, because I never seen some one doing so. The normal practice is
Put the database in hot backup mode (This will not stop your service), then split BCV, and then take back the database from hot backup mode.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 01:00 AM
03-23-2006 01:00 AM
SolutionWhen applied to Database storage though, the database will need to be quiesced (for a cold copy/split) or in "hotbackup mode" (for a hot split/copy).
Hope this helps..
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 02:42 AM
03-23-2006 02:42 AM
Re: BCV Split
Just a couple of thing to note if you split on an active file system:
1. No harm, no foul to the running Oracle application.
2. The BCV logical volumes will be corrupt so you will need to perform an fsck before mounting the BCV elsewhere.
3. The Oracle application on the BCV will be trash. To get a good copy and not corrupt the logical volume, it is best to have the oracle application down and the primary volumes umounted at the time of the split.
You don't say whether this is Raid Manager or Command View type BCV, but the scenario is quite the same.
If XP512 with Raid Manager, the volumes should be 100% sync'd prior to split. EVA snapshots and snap clones need not wait for 100%.
All that said, except for the Oracle instance, the BCV, themselves, can be mounted up with just an FSCK on each prior to the mount.
Best of luck with this and hang in there, this is not rocket science.
Regards,
-dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 06:08 PM
03-23-2006 06:08 PM
Re: BCV Split
Thanks everybody ,
I have Splited the BCV and imported all Newley created volume in to the BCV server .Everything looks good .