home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8552 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.3 KB

  1. Path: sparky!uunet!psinntp!curly.appmag.com!pa
  2. From: pa@curly.appmag.com (Pierre Asselin)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Backup to DAT over net
  5. Message-ID: <1250@curly.appmag.com>
  6. Date: 25 Jul 92 21:17:37 GMT
  7. References: <1992Jul23.170942.11576@cs.nott.ac.uk>
  8. Organization: Applied Magnetics, Goleta, CA
  9. Lines: 27
  10.  
  11. In <1992Jul23.170942.11576@cs.nott.ac.uk>
  12. pczip@mips.Berkeley.EDU (Ivan Powis) writes:
  13.  
  14. >How do you go about this? At the moment we're having to physically carry
  15. >the DAT drive around from machine to machine. This surely isn't the way
  16. >it has to be done is it? 
  17.  
  18. (Mail to pczip@mips.berkeley.edu bounces.)
  19.  
  20. I'm on AIX, not HP-UX, but it shouldn't matter.  From the host with the
  21. tape drive, I run
  22.  
  23.   # rsh <dumpee> /etc/rdump -f <dumper>:/dev/rmt0.1 ...
  24.  
  25. This requires an /.rhosts on the dumpees, to let root on the dumper run
  26. remote shell commands without a password.  (The "rmt0.1" is IBM's name
  27. for the no-rewind tape drive.)
  28.  
  29. Another solution is to pipe dump (on the dumpee) to a remote shell on
  30. the tape host, running dd to the tape.  Never tried it, though.
  31.  
  32. Also, check the name of the remote shell.  On HP-UX, I believe it is
  33. called "remsh" to comply with the SVID.
  34. -- 
  35.  
  36. --Pierre Asselin, Magnetoresistive Head Engineering, Applied Magnetics.
  37.   pa@appmag.com        the usual disclaimers apply.
  38.