- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EMC bcv restore steps
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
02-28-2002 02:32 PM
02-28-2002 02:32 PM
Does anyone have the steps required to restore from a bcv to the standard device for an EMC Symmetrix connected to a HP server running HP-UX 11.00 and Symcli 4.1? I do have some information - but it is difficult to decipher!
Any help will be appreciated! And I do award points.
Regards,
Jo
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 03:39 PM
02-28-2002 03:39 PM
Re: EMC bcv restore steps
Check these links out:
http://www.emc.com/pdf/techlib/symcli/tf_multi_conc_bcvs.pdf
http://www.emc.com/pdf/techlib/symcli/tf_bcv_pairs.pdf
In my dealings w/EMC THEY always did this - from the "controller" (a M$ laptop in the enclosure). We had service/maintenance contracts with them on all our arrays.
In fact we were NOT allowed to do any of this & were NEVER given the PWs to these units. They would generate the "bin" (basically the HW def incl array composition/LUN designation)file, replace failed disks & "resync" the replacements, add/remove disks, etc. All I could do was deal w/the LUNs on an OS basis
I know only that it was a proprietary SW pkg that bordered on an OS from what I could see of it.
Sorry I'm not of any more help, but I got the feeling from them that they did this to "box" you into purchasing the support contract.
Hope the links help,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 09:17 PM
02-28-2002 09:17 PM
SolutionWhat model of emc box you have?
If you are restoring on the same hp box where it was sync then
1.umount all file systems
2.deactivate all volume group(vgchange -a n )
3.symmir -g(symdg name) restore
4.do a inreamental restore(it will prompt)
5.symmir -g (symdg name) split
6.activate all volume group and mount file systems.
If you restoring to different server
then you have to do a vgimport with map files.
I need to restore from bcv very frequently in our developement environment.
Cheers
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 05:31 AM
03-01-2002 05:31 AM
Re: EMC bcv restore steps
Here are a couple of other things to consider.
Is your standards a database? Oracle,Sybase,Informix?
If yes depending on your system there are different methods to put your database in freeze mode or backup mode if you want to do the copy while the standards are active. This will also be important when you bring up the copied BCV's on the target system. Oracle will require a small recovery if you do the copy on-line. Also depending on your target system and what you define to be copied check any startup files like initSID.ora or listner,tnsnames files. I know Sybase has similar files that will need to be considered. This is only if you copy your database home directory in the copy.
Also, the users of the system need to be present on the target system with currect ownership to the data.
The good news is once you know what you need and what you want this can all be scripted.
Good luck and have fun.
I really do have fun doing this. ( They say I am a little sick)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 11:36 AM
03-01-2002 11:36 AM
Re: EMC bcv restore steps
There was definitely a hard time when I did this back there; try using the 'force' option on symmir or look for other possible command options. What do the Course Notes say?
Have you made sure all devices are unmounted, and correctly associated.
Answer Two: Ask Hamish (I have emailed him the link and your email address) or Les (do you still have support?)
Big hello to all the former team-mates (except Dave G, of course!)
Fred
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2002 02:11 PM
03-03-2002 02:11 PM
Re: EMC bcv restore steps
Jo