home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13829 < prev    next >
Encoding:
Internet Message Format  |  1993-01-29  |  1.8 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!sol.ctr.columbia.edu!ucsnews.sdsu.edu!network.ucsd.edu!ucsbcsl!magma.geol.ucsb.edu!trial
  2. From: trial@magma.geol.ucsb.edu (Alain Trial)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Backups for RS/6000
  5. Message-ID: <trial.728103058@magma.geol.ucsb.edu>
  6. Date: 27 Jan 93 02:50:58 GMT
  7. References: <11283@vtserf.cc.vt.edu> <19930122.082438.527@almaden.ibm.com>
  8. Sender: root@ucsbcsl.ucsb.edu
  9. Lines: 35
  10.  
  11. In <19930122.082438.527@almaden.ibm.com> Mickey_Coggins@vnet.ibm.com writes:
  12.  
  13. >In <11283@vtserf.cc.vt.edu> Steve Greenfield writes:
  14. >>I have no tape drive attached to my machine.  I can rdump to a RS/6000 in
  15. >>the machine room that has an 8mm tape drive /dev/rmt0.  But when you rdump
  16. >>you can only dump one filesystem at a time.  I would assume that you can
  17.           Stuff deleted
  18. >>
  19.  
  20. >Here's a trick.   Create a named pipe on your system called /tmp/.fs.size
  21. >with the following command:   mknod p /tmp/.fs.size
  22.  
  23. >Do the mksysb to this named pipe:   mksysb /tmp/.fs.size
  24.  
  25. >Now, just use rsh to copy the data from the named pipe to your remote
  26. >machine with a command like this, all on one line:
  27.  
  28. >dd if=/tmp/.fs.size ibs=10k obs=512 | rsh RemoteMachine "dd ibs=512 obs=10k
  29. >of=/dev/rmt0"      #this must be all on one line, obviously
  30.  
  31. >--
  32. >Mickey Coggins  Mickey_Coggins@vnet.ibm.com
  33. >                +41-1-436-7274 / +41-1-436-8525 (fax)
  34. >                Hohlstrasse 560, CH-8048 Zurich, Switzerland
  35. >_______________
  36.  
  37. How do you use this mksysb tape to reinstall the operating system after
  38. disaster strikes?  I assume that one starts by booting from floppies.  Then
  39. how do you get the install programs to read from the remote tape drive?
  40.  
  41. --
  42.  
  43. -----
  44. Alain Trial
  45. trial@magma.geol.ucsb.edu
  46.