>No /.rhosts file allowed. No /etc/hosts.equiv allowed, hence no rsh, or
>rlogin. Obviously can't "tar cvf <servername>:/dev/rmt/0 ./<localfilename>"
>as access isn't allowed without a /.rhosts file. I'm working at a new site
>that has these security measures in place that previously I've never had to
>deal with. I've added the following to the server. /etc/dfs/dfstab share -F
>nfs -o rw=<client> /dev/rmt/0 /etc/dfs/sharetab /dev/rmt/0 - nfs rw=<client>
>(ran "/etc/rc3.d/S15nfs.server start" to force read on dfstab) I've added the
>following on the client. /etc/auto_master /- /etc/auto_direct
>/etc/auto_direct /<local mount point> <server name>:/dev/rmt/0 This works
>with filesystem but doesn't seem to with devices.
And you'll wreck your systems if you keep on trying - see a recent thread
on the subject. You can't use NFS to get access to remote devices.
Quote:>Is this possible to do WITHOUT hosts.equiv(rsh) or /.rhosts(rlogin)
>capability??
Are you allowed to have *any* .rhosts file - say for a mildly unprivileged
account that still has write access to the tape device? You don't have to
use root, after all.
If not, then perhaps you should investigate rexec(3n), or whatever you are
allowed to use. You'll have to find *some* way of running a process on the
host to which the tape device is attached.
Chris Thompson
Email: cet1 [at] cam.ac.uk