Exebyte drives / networking

Dave Olson olson at anchor.esd.sgi.com
Sun Jun 23 05:14:34 AEST 1991


In <142379 at unix.cis.pitt.edu> jordan at unix.cis.pitt.edu (Kenneth D Jordan) writes:

| We're interested in attaching an Exebyte tape drive to an IRIS (which
| already has a SCSI interface).  Aside from local activities originating
| on the IRIS, we plan to do archiving from a FPS Model 500EA (running FPX
| 4.3.2, FPS's port of BSD 4.3).  Here's a summary of the configuration:
	(omitted)
| Certain files on the FPS are larger than the maximum amount of disk
| space on the IRIS, so archives can't be done by copying the file to
| the IRIS and then dumping it to tape.  Ideally a process on the IRIS
| would pipe input from the network to the IRIS's tape driver.
| 
| Is anyone doing something like this?  How?
| Does BRU solve any of the problems of doing backups over a network?

Well, assuming that the FPS supports the "standard" remote tape
interface, then you could just use that, since SGI has /etc/rmt.
Syntax is usually something like:
	bru options -f user at mach:/dev/device files

You could also do an 'rsh irismachine bstream yourparams' which should be
somewhat more efficient than the more common 'rsh irismachine dd yourparams'
since the network and tape interface i/o get overlapped.  On a lightly
loaded network you should be able to get pretty close to the exabyte
maximum rate (240Kb/sec) with this method, assuming the writer on the FPS
runs that fast.

Finally, if both systems have NFS, mounting the FPS disks onto the
Iris and just running bru on the IRIS would be a viable option.



More information about the Comp.unix.admin mailing list