home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13669 < prev    next >
Encoding:
Text File  |  1993-01-23  |  2.5 KB  |  60 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!haven.umd.edu!socrates!christes
  3. From: christes@socrates.umd.edu (Skip Christensen)
  4. Subject: Re: Backups for RS/6000
  5. Message-ID: <1993Jan23.130446.22602@socrates.umd.edu>
  6. Organization: University of Maryland University College
  7. References: <11283@vtserf.cc.vt.edu>
  8. Date: Sat, 23 Jan 1993 13:04:46 GMT
  9. Lines: 49
  10.  
  11. In article <11283@vtserf.cc.vt.edu> greenfie@vtserf.cc.vt.edu (Steve Greenfield) writes:
  12. >
  13. >I have to backup my RS/6000 model 220 before a disaster occurs.  I have a
  14. >400MB hard drive that is about 85-90% full.  I have only one volume group;
  15. >rootvg.  I have 5 filesystems as follows:
  16. >     /dev/hd4          4096     /
  17. >     /dev/hd2        229376     /usr
  18. >     /dev/hd9var       4096     /var
  19. >     /dev/hd3          8196     /tmp
  20. >     /dev/hd1         57344     /home
  21. >I have no tape drive attached to my machine.  I can rdump to a RS/6000 in
  22. >the machine room that has an 8mm tape drive /dev/rmt0.  But when you rdump
  23. >you can only dump one filesystem at a time.  I would assume that you can
  24. >piggyback/stack the filesystems on a tape but I don't know how to set this
  25. >up and to use the tape to restore in case of an emergency.
  26. >I would like to be able to do a mksysb of my rootvg volume group.  Can I
  27. >nfs mount the /dev/rmt0 tape drive from another machine?
  28. >Are there any other possibilities that other RS/6000 users have implemented?
  29. >If I do backup and a disaster stricks, don't I have to have a booted system
  30. >to do restores?
  31. >Thanks in advance for your help!
  32. >Stephen L. Greenfield                     Bitnet:   FEATS@VTVM1
  33. >Virginia Polytechnic Institute   ,/\      Internet: feats@vtvm1.cc.vt.edu
  34. >Blacksburg, Virginia           ,/   `\/`'\          feats@feats.cc.vt.edu
  35. >                           ,/\/          /
  36. >                         ,/             <_          ._.
  37. >                        /                 `\       / /
  38. >             ,/\_     _/'                   `-`-\  |/
  39. >          ,/'    `_'_'  *  Blacksburg          \_> '
  40. >       ,/'                                    \__>_/\
  41. >      +----------------------------------------------+
  42.  
  43. Won't address all of your problem - but one thing - you only have
  44. 8MB in /tmp.  Doing an image backup (and ultimately -- maybe) an
  45. image reinstallation requires 8MB free in /tmp.  You don't have
  46. 8MB free.  Strongly suggest you up /tmp to 12MB as there is always
  47. some junk in it taking some space.  Found that out the hardway -
  48. install went along ok, at least I thought, came to end and then
  49. told me not enough space in /tmp.
  50.  
  51.