- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System restores during disaster recovery
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
07-02-2008 10:52 AM
07-02-2008 10:52 AM
System restores during disaster recovery
For disaster recovery testing and real situations, I bring up my DR system using my Ignite tape, which includes all of vg00. I then restore my full backup tape, which also includes vg00 mount points.
In a DR test the full backup tape would be older than my Ignite tape. Should I not restore any of the vg00 mount points from my full backup tape because they are older than the Ignite tape?
During a real DR, where the Ignite tape is likely to be older than the full backup tape should I restore any of the vg00 mount points from the full backup tape? And if so should I use the overwrite option?
I use Data Protector to back up and restore data.
Thanks very much,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2008 11:51 AM
07-02-2008 11:51 AM
Re: System restores during disaster recovery
If your vg00 hold only system files and no applications, the difference will be only /var/log/* ,/tmp/* and /var/tmp/*, but they doesnt affect system operation.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2008 11:55 AM
07-02-2008 11:55 AM
Re: System restores during disaster recovery
A real recovery is going to normally involve two steps.
Ignite restore of vg00 and vg information for the other volume groups.
Data restore.
No real data should be included in vg00 and therefore the Ignite tape.
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
07-02-2008 01:02 PM
07-02-2008 01:02 PM
Re: System restores during disaster recovery
If your servers run HP-UX 11i v2 or v3,
then you could think about Dynamic Root Disk too. It is cloning for the O/S. As long as you can use some extra disks, DRD is
a nice way to do it.
Look how simple it is. I just did it
on an HP-UX 11.31 server
for my students (I am a Senior Unix
Instructor in HP Education and,
coincindentally, working on updating the
training materials for H3064S and H3065S
courses worldwide):
# drd clone -t /dev/disk/disk8 -x overwrite=true
======= 07/02/08 13:09:41 EST BEGIN Clone System Image (user=root)
(jobid=myserv)
* Reading Current System Information
* Selecting System Image To Clone
* Selecting Target Disk
* Selecting Volume Manager For New System Image
* Analyzing For System Image Cloning
* Creating New File Systems
* Copying File Systems To New System Image
* Making New System Image Bootable
* Unmounting New System Image Clone
======= 07/02/08 13:42:57 EST END Clone System Image succeeded. (user=root)
(jobid=myserv)
As well, you might even think about
creating Ignite DVDs. Check
/opt/ignite/data/scripts/examples/make_opticaldisc_recovery if you have a decent version of Ignite.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2008 01:58 PM
07-02-2008 01:58 PM
Re: System restores during disaster recovery
We run a ignite backup weekly. We just wrote a script to run one a week.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 08:35 AM
07-08-2008 08:35 AM
Re: System restores during disaster recovery
However, no really answered the questions.
To provide a little more information. I use Data Protector to backup my Unix system. The DP database resides on vg00 in /var/opt/omni. I do make an Ignite tape weekly and when I do I stop DP services to make sure the Ignite tape includes the DP database.
If I recover my system using an Ignite tape from Sunday, the DP database will include all backup and restore sessions to that point, making recovery easy. However, if I recover the system using backup tapes created after the Ignite tape was created it will be more difficult.
Nevertheless, my Ignite tape has the following mount points /, /stand, /var, /usr, /tmp, /opt from vg00. My backup tapes also include these mount points.
Should I overlay the mount points restored from the Ingite tape with the mount points that will be restored from the backup tape ? Or just not restore those mount points at all becasue they were restored from the Ignite tape?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 08:45 AM
07-08-2008 08:45 AM
Re: System restores during disaster recovery
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 10:39 AM
07-08-2008 10:39 AM
Re: System restores during disaster recovery
The only adjustment is the backup server that runs Data Protector. For rehearsal, you could create a tarfile of /var/opt/omni & /etc/opt/omni and then drop that on a tape and copy it back at your DR site on your corresponding DR server.
Better still for a real DR - create the tarfile daily (dated) and ftp the it to a small server at the DR site. That way in the event of a real disaster you already have it there to restore once we rebuild the box. Once you have your tapes there - your ready to restore data.
Just a thought,
Rgrds,
Rita