- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disaster Recovery Using Old System's Disks
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
11-30-2004 09:40 AM
11-30-2004 09:40 AM
Disaster Recovery Using Old System's Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 09:51 AM
11-30-2004 09:51 AM
Re: Disaster Recovery Using Old System's Disks
At the time of diseaster recovery, the worst thing to figure out is that you do not have any bootable media. I Usually keep 2 copies of a BBT before attempting any drastic change to my systems.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 09:53 AM
11-30-2004 09:53 AM
Re: Disaster Recovery Using Old System's Disks
There are lots of factors that can go wrong on the disks. lif trouble, instance numbers, lvm structures.
make_tape_recovery and make_net_recovery to a an Ignite image server is a much better way to go.
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
11-30-2004 10:05 AM
11-30-2004 10:05 AM
Re: Disaster Recovery Using Old System's Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 10:50 AM
11-30-2004 10:50 AM
Re: Disaster Recovery Using Old System's Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 11:27 AM
11-30-2004 11:27 AM
Re: Disaster Recovery Using Old System's Disks
You should also have a full backup of the system being recovered.
Also it is work noting the original filesystem configurations.
There should be a lot of planning before DR as it is too late when you arrive onsite.
hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 11:37 AM
11-30-2004 11:37 AM
Re: Disaster Recovery Using Old System's Disks
If your DR platform is running on a different hardware platform then you may have trouble using an Ignite tape. Generally Ignite only restores to similar hardware platforms.
It sounds like you are building a replica DR system to be used in the event of a disaster.
You could try using Ignite to build the server. If this doesn't work then you'll need to install 11i OS and restore necessary files/directories from a regular backup (fbackup,cpio etc) of production server. This is much easier than trying to restore files from an Ignite backup.
Also ensure you install all necessary patches etc so that this erver mirrors the production server.
Ensure that you the build the DR server with same LVM setup etc.
Finally you'd want to test that you can get the applications up and running on the DR server.
I'd still do regular ignite backups of the production system as this are very useful for quickly restoring a system that has a major system crash.
Hope that helps.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:12 PM
11-30-2004 01:12 PM
Re: Disaster Recovery Using Old System's Disks
If this were me, I would maintain a swdepot as part of my regular backup and include in it all installed software and patches. It is then easy to restore this depot and swinstall from it to get all your software and patches back on the box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2004 03:28 AM
12-01-2004 03:28 AM
Re: Disaster Recovery Using Old System's Disks
Thank you all again!