1830503 Members
2552 Online
110006 Solutions
New Discussion

remote tape device

 
Kenn Kantola
Advisor

remote tape device

I would like to remotely mount a tape drive that is on another UNIX system from my HPUX system. Does anyone know how to do this?
4 REPLIES 4
Thierry Poels_1
Honored Contributor

Re: remote tape device

hi,

which tool : omniback, fbackup , tar, cpio, ... ?

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Marcin Wicinski
Trusted Contributor

Re: remote tape device

Hi,

There is no need to mount remote tape drive. It is a case of atool you want to use. For an example fbackup. You can fbackup through the net with -n option, but on local and remote host .rhosts must allow another host logging.

Later,
Marcin Wicinski
Tim D Fulford
Honored Contributor

Re: remote tape device

You can't "mount" a tape device, however if the equivalences are ok you can use:
:/dev/rmt/1m
in place of the tape device.

To get the equivalences use /etc/hosts.eqiv or roots .rhosts or the user's .rhosts
-
Kenn Kantola
Advisor

Re: remote tape device

I have to access the drive from UniVerse, a db package, now part of Informix. So I think I will try the equivalancies. That seems logically to be the one that would work. Thanks.