- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Making a network recovery from a tape 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
05-20-2002 11:42 AM
05-20-2002 11:42 AM
Now I know that we can turn a network recovery into a tape recovery, but can we do it the other way around?
I have a tape that contains an image that has been rolled out over 56 D-class boxes in remote sites over the UK. What I want to do now is turn the tape into a network archive for disaster recovery.
Getting the tar file off the tape isn't the problem, but getting the right config files are. I have run a network recovery to get the config files from a box for test, and then killed off the network archive creation. So should replacing the incomplete tar archive with teh complete one from the tape work?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 11:51 AM
05-20-2002 11:51 AM
Re: Making a network recovery from a tape recovery
The only thing that comes to mind is, if you have a spare D box lying around, go ahead and install from your tape and then immediately do a make_net_recovery from that box to get your network image.
That's the easiest way that I can think of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 11:59 AM
05-20-2002 11:59 AM
Re: Making a network recovery from a tape recovery
I was going to let the whole network archive build, but the network is not particularly fast and I don't want this to continue into the online day..
Good idea though, I might see if there are any networked D classes (hopefully on the same subnet!!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 08:13 AM
05-21-2002 08:13 AM
Re: Making a network recovery from a tape recovery
I used two other networked D-class machines to run a make_net_recovery, this helps to create the config files, etc... and means to stupid syntax mistakes are made.
I've then copied the 0x... (/var/opt/ignite/clients) directory using the MAC of the server I actually want to ignite an d modified the files in the directory to point to the new server (hostname/ip addresses/etc).
I've then used the tar file dd'ed from the tape and placed this in the archives dir (/var/opt/ignite/recovery/archives) - ensuring that everything has the correct permissions (644 at the very least).
This works a treat, and means that I can create client directories for all the systems (/var/opt/ignite/clients) easily and use the same archives directory to save on space..
Cheers guys