- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_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-05-2006 05:07 AM
07-05-2006 05:07 AM
Hi all,
I am trying setup an ignite archive recovery from a client system to a server system that has a tape drive. I used ignite on the server system to setup the client, then went to the client to run the recovery archive. My question is how do I get the client archive onto the server tape drive instead of the server disk drive. I'm thinking that the answer is right in front of me, but I'm blind.
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 05:09 AM
07-05-2006 05:09 AM
Solutionalternative you can connect the tape drive directly to the system you want to backup and run make_tape_recovery.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 05:20 AM
07-05-2006 05:20 AM
Re: make_net_recovery
client. Then use ignite tool "make_tape_recovery". Example:
> make_tape_recovery -x inc_extire=vg00 \
-x exclude /tmp -a remote_host:/dev/rmt/0mn
man page has all the details.
Lynn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 05:23 AM
07-05-2006 05:23 AM
Re: make_net_recovery
http://www.docs.hp.com/en/IUX/faq.html#d0e3715
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 05:37 AM
07-05-2006 05:37 AM
Re: make_net_recovery
That sounds like what I want to do. How do I export the server tape drive...add /dev/rmt/0mn to /etc/exports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 05:52 AM
07-05-2006 05:52 AM
Re: make_net_recovery
The OS, with the possible exception of Serviceguard can't share tape devices on remote systems.
You can use make_net_recovery to a shared NFS mount point and then use the machine with the tape drive to back up the make_net_recovery images.
Vertias Netbackup does have expensive ways of making tape drives available remotely but they cost is rather high.
So my scheme works like this.
All the archives reside on a common NFS mount point. The server with the tape drive can back those up by first mounting the nfs mount point and then use fbackup to do the backup.
Works great.
I do not believe Lynn's idea will work.
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-05-2006 06:04 AM
07-05-2006 06:04 AM
Re: make_net_recovery
Another question to think about: If you get somehow the archice to a remote tape, how do you want to restore if needed?
Is it a (space) problem to store the archive on the ignite servers disk?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 06:27 AM
07-05-2006 06:27 AM
Re: make_net_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 08:25 AM
07-05-2006 08:25 AM
Re: make_net_recovery
To use remote tape drive (however, the speed will be slow). Steps:
1. you export the device in /etc/exports:
/dev/rmt/0m -rw=host:ip
where host=client host name
and ip = client ip address
> exportfs -av
2. create a /.rhosts file with the client ip in it.
3. on client, try to tar a small file to
the remote tape drive:
> tar -cvf remote_host_ip:/dev/rmt/0m \
/etc/hosts
Let me know if this works. I have done remote fbackup using above method.
Lynn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 08:38 AM
07-05-2006 08:38 AM
Re: make_net_recovery
Ignite is not only writing a tar backup.
@thread owner
IMHO, you have to think about to eliminate your disk space limitations, since you can have a simple JBOD (e.g. MSA30) with around 2 Terabytes. One or two new disks will solve your problem too.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2006 09:34 AM
07-05-2006 09:34 AM
Re: make_net_recovery
If that procedure tests out with Ignite, I'll happily apologize for my remarks.
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-05-2006 10:20 AM
07-05-2006 10:20 AM
Re: make_net_recovery
Plus it is "remsh" involved. I tried with
make_tape_recovery, it did not work.
Lynn