1838230 Members
6114 Online
110125 Solutions
New Discussion

make a tape via network

 
SOLVED
Go to solution
Jonathan Caplette
Regular Advisor

make a tape via network

hi guys...

I've installed Ignite on all of my servers and workstations. My problem is that I don't have a box to do the Ignite Server only (due to the lack of space on my machines), and I don't have a Tape on each box. What I've done is, I've take one of my box, that has a DLT on it, and I made it my Ignite Server. What I've tried to find is how I can take the image of one of my clients and put it on the tape on the server box.

Do you know how can I do a recovery tape via the network???

Thanks
7 REPLIES 7
Patrick Wallek
Honored Contributor
Solution

Re: make a tape via network

You can not do a make_tape_recovery directly to a tape drive on another system. It's not supported.

What you have to do is do a make_net_recovery to the system with the tape drive and then create a bootable tape from that make_net_recovery image.

Have a look at the file /opt/ignite/share/doc/makenetrec.txt

It gives instructions on make_net_recovery and it also gives instructions on how to make a botoable system recovery tape from a make_net_recovery image in the section "Creating a Bootable Archive Tape"
Jonathan Caplette
Regular Advisor

Re: make a tape via network

hi Patrick

Ok I see.. It's good if I want to do a boot tape, but if I do so, just can't use the tape back, cause on the system with no tape drive, I still have to boot it from at least the network...

Can I do a make_net_recovery on the system with the tape, and then archive the the make_net_recovery on a tape and use it when I need then???
Patrick Wallek
Honored Contributor

Re: make a tape via network

Yeah, I don't see why that wouldn't work. You'd just have to make sure you restore the correct make_net_recovery image when you need it.
Jonathan Caplette
Regular Advisor

Re: make a tape via network

would it be if I archive it with tar or cpio???
Patrick Wallek
Honored Contributor

Re: make a tape via network

Whichever you are more comfortable with.

I personally prefer tar to cpio.
Jonathan Caplette
Regular Advisor

Re: make a tape via network

Thanks for the advise Pat!