home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / question / 14612 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  2.0 KB

  1. Xref: sparky comp.unix.questions:14612 comp.unix.aix:12496
  2. Newsgroups: comp.unix.questions,comp.unix.aix
  3. Path: sparky!uunet!enterpoop.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!herrera
  4. From: herrera@athena.mit.edu (Ramon F Herrera)
  5. Subject: How to restore from dump tapes on AIX
  6. Message-ID: <1992Dec11.232836.915@athena.mit.edu>
  7. Keywords: dump backup AIX non-mksysb restore
  8. Sender: news@athena.mit.edu (News system)
  9. Nntp-Posting-Host: alfredo.mit.edu
  10. Organization: Massachusetts Institute of Technology
  11. Date: Fri, 11 Dec 1992 23:28:36 GMT
  12. Lines: 44
  13.  
  14.  
  15. I have a serious compatibility problem caused by the
  16. difference between DEC, Sun, etc. and the way IBM AIX
  17. does things.
  18.  
  19. I have an AIX 3.2 system that had the information on
  20. 2 hards disks totally wiped out.  Having a Sun/DEC
  21. background, my backup procedure is based on the
  22. rdump/restore utilities.   This is what I used to do
  23. in Suns when my system disk was damaged:
  24.  
  25.     (1) boot the miniroot.
  26.  
  27.     (2) use the format command that comes in the SunOS
  28.         installation CD ROMS to repartition the (new) disk
  29.         to the precise sizes that it had before the crash.
  30.         (BTW: suppose I didn't write those down, how can I get
  31.         that information from tape?).
  32.  
  33.     (3) use 'restore' to bring my data back.
  34.  
  35.     (4) if one of the restored partitions was the root partition,
  36.         use 'installboot' to put the boot blocks needed for
  37.         booting.
  38.         
  39. My problems is that the only step that maps to AIX
  40. is (3).  I've been working with IBM support and they
  41. don't seem to be familiar with steps (1-4).  All they
  42. know is 'smit' and logical volumes and volume groups.
  43. It is as if in the IBM view, rdump and restore are not
  44. supposed to be used on an entire disk, but only for
  45. individual files.
  46.  
  47. My question is:  Given that I have my backup tapes,
  48. how can I find out what were the partitions of
  49. the hard disk (the precise sizes) before the crash?
  50.  
  51. Does AIX have something functionally equivalent to
  52. Sun 'format' or 'dkinfo'?
  53.  
  54. thanks,
  55.  
  56. -Ramon Herrera
  57.  
  58.