- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_net_recovery question
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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-16-2002 03:49 AM
05-16-2002 03:49 AM
make_net_recovery question
I would like to use make_net_recovery to backup
my UNIX systems. Can make_net_recovery create a bootable tape and load the system image in it?
Thanks for any info.
Willie Castillo
Willie_Castillo@carmax.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:55 AM
05-16-2002 03:55 AM
Re: make_net_recovery question
Instead of make_net_recovery you have to use make_tape_recovery to create a bootable recovery tape from your system.
The command:
/opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:55 AM
05-16-2002 03:55 AM
Re: make_net_recovery question
What version of ignite do you have installed? get the latest version and other information from here:
http://www.software.hp.com/products/IUX/index.html
You want to use make_net_recovery to backup servers to a "central" tape drive, or does each server have it's own tape drives?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 03:59 AM
05-16-2002 03:59 AM
Re: make_net_recovery question
If you want to make a bootable recovery tape of your server you want to use 'make_tape_recovery':
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Note that this will capture vg00 information. Ignite is not intended as a backup mechanism. Use another means ('fbackup', 'tar', 'omniback', etc.) to handle filesystems not comprising the non-OS vg00 set.
Download the latest version of Ignite from here:
http://www.software.hp.com/products/IUX/download.html
Make sure to choose the version(s) appropriate for your server(s).
Ignite is installed with 'swinstall'. The process does not require a reboot and man pages (of course) are provided and worth reading. Additional documentation is available at the site URL above.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 12:33 AM
05-17-2002 12:33 AM
Re: make_net_recovery question
sounds like you want to backup images onto tape, but onto a remote tape drive?
One possibility, and I'm not completely sure this would def. work, but you could give the remote machines access to the central tape machine's tape drive (edit /.rhosts and add remote machine to it), and then use make_tape_recovery with the device as centralmachine:/dev/rmt/0m.
One thing I have noticed but haven't tried out, is when you have a client (without a recovery archive created) in an Ignite server GUI window, theres a create tape recovery archive option in the Actions menu, might be what you're looking for?
hope that helps,
Kevin.