Re: Sharing tape device

From: doberls (l.sionneau_at_delta-informatique.com)
Date: 05/16/03

  • Next message: Simon Edmonds: "Re: AIX Pubic Account"
    Date: Fri, 16 May 2003 18:01:37 +0200
    
    

    Thanks a lot ....

    doberls

    "Ulrich Koerner" <kq1@gmx.net> a écrit dans le message de news:
    72b9c64c.0305160006.1bef0583@posting.google.com...
    > "Laurent SIONNEAU" <l.sionneau@delta-informatique.com> wrote in message
    news:<ba0fka$pae$1@s1.read.news.oleane.net>...
    > > Hi all,
    > >
    > > How can I use a tape device ( for example /dev/rmt0 ), defined on a
    machine
    > > A (AIX 4.3.3 and upper ) to use it from a machine B ... both machines on
    the
    > > same LAN ?
    > >
    > > ==================
    > > doberls
    > > ==================
    >
    > ----- Start ------
    > # remote.mksysb
    > # used to perform a backup of one RS/6000 onto the tape drive of another
    >
    > #!/bin/ksh
    > rm -f /tmp/pipe
    > mknod /tmp/pipe p
    > mksysb /tmp/pipe &
    > dd if=/tmp/pipe | rsh $REMOTE_MACHINE_NAME "dd of=/dev/rmt0 obs=10k"
    > rm /tmp/pipe
    > ----- End -----
    >
    > regards - Ulrich


  • Next message: Simon Edmonds: "Re: AIX Pubic Account"
    Loading