Re: Mounting tape drives between systems
From: Green, Simon (Simon.Green_at_EU.ALTRIA.COM)
Date: 07/29/03
- Previous message: John Jolet: "Re: AIX 5L subscription pricing"
- Maybe in reply to: Tim Muller: "Mounting tape drives between systems"
- Next in thread: Darryl Ousterhout: "Re: Mounting tape drives between systems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Jul 2003 16:48:06 +0200 To: aix-l@Princeton.EDU
Yes, but what do you do with it then?
Simon Green
Altria ITSC Europe Ltd
AIX-L Archive at http://marc.theaimsgroup.com/?l=aix-l&r=1&w=2
AIX FAQ at http://www.faqs.org/faqs/aix-faq/
N.B. Unsolicited email from vendors will not be appreciated.
> -----Original Message-----
> From: John Jolet [mailto:john.jolet@FXFN.COM]
> Sent: 29 July 2003 15:17
> To: aix-l@Princeton.EDU
> Subject: Re: Mounting tape drives between systems
>
>
> tar will allow you to output to stdout.
>
> -----Original Message-----
> From: Green, Simon [mailto:Simon.Green@EU.ALTRIA.COM]
> Sent: Tuesday, July 29, 2003 4:20 AM
> To: aix-l@Princeton.EDU
> Subject: Re: Mounting tape drives between systems
>
>
> One way is to use dd on one system to write the data to
> stdout, pipe it via
> rsh to dd on the remote system and thence to the tape.
>
> I don't think it would be easy to do this with most of the
> backup commands,
> (backup; tar; pax). The simplest method is to back up to a
> disk file, then
> copy that file to tape.
>
> You can't create a bootable backup this way, but it _is_
> possible to build
> your own bootable tape by writing the necessary boot files explicitly.
> There's been some discussion of this in the past. There's no
> way of booting
> from it over the network, though.
- Previous message: John Jolet: "Re: AIX 5L subscription pricing"
- Maybe in reply to: Tim Muller: "Mounting tape drives between systems"
- Next in thread: Darryl Ousterhout: "Re: Mounting tape drives between systems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: fclose then fopen equivalent for stdout?
... transferred to tape the program needs to close the output stream so that ...
the tape driver will write a filemark on the tape. ... However when data is going through
stdout like: ... fclose succeeds, stdout is dead. ... (comp.lang.c) - Re: fclose then fopen equivalent for stdout?
... transferred to tape the program needs to close the output stream so that ...
the tape driver will write a filemark on the tape. ... However when data is going through
stdout like: ... (comp.lang.c) - Re: fclose then fopen equivalent for stdout?
... stdout or through a file opened with fopen. ... the tape driver will
write a filemark on the tape. ... Also it might be worth keeping in mind that most Unix-type
systems ... and if you are using stdout then you don't know the tape device ...
(comp.lang.c) - Re: fclose then fopen equivalent for stdout?
... transferred to tape the program needs to close the output stream so that ...
the tape driver will write a filemark on the tape. ... However when data is going through
stdout like: ... (comp.lang.c)