home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11385 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.7 KB  |  59 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!tcsi.com!iat.holonet.net!msc
  3. From: msc@orac.holonet.net (Matthew S. Cronk)
  4. Subject: Re: Problem with restoring from system backup on AIX 3.2
  5. Message-ID: <BxDLBw.MBv@iat.holonet.net>
  6. Sender: usenet@iat.holonet.net (USENET News System)
  7. Nntp-Posting-Host: holonet.holonet.net
  8. Organization: Information Access Technologies, Inc. of Berkeley, CA
  9. References: <1992Nov6.194259.9076@tc.cornell.edu>
  10. Date: Sun, 8 Nov 1992 02:23:55 GMT
  11. Lines: 46
  12.  
  13. In article <1992Nov6.194259.9076@tc.cornell.edu> mdw@theory.TC.Cornell.EDU (Matt Welsh) writes:
  14. >all week trying to figure out why this won't work. Basically I've done
  15. >your ye olde generic mksysb via smit of an AIX 3.2 system that I'm setting
  16. >up. The backup's being stored on 8mm tape, just /dev/rmt0.1 on the system.
  17. >This backup is of a freshly-built system; I'm working on installing a lot
  18. >of software and want a working bootable system backup before I go on.
  19. >
  20. >Now, when I boot from the tape (to verify that the backup indeed worked,
  21. >i.e. re-install the entire system from the backup tape), I get the following
  22. >messages (this is before the install menu comes up and after it asks me
  23. >to press '1' on the console):
  24. >
  25. >    INIT: EXECUTING /sbin/rc.boot 2
  26. >    AIX Base Operating System Installation...
  27. >    Restoring Base Operating System install files from tape: /dev/rmt0.1
  28. >
  29. >    /sbin/rc.boot: /usr/lpp/bosinst/bosmain: not found
  30. >
  31. >    INIT: single user mode
  32. >
  33. >And then leaves me with a root shell with no filesystems mounted, no
  34. >path, no nothin'. Note that the file "/usr/lpp/bosinst/bosmain" is not
  35. >on the original system that I backed up. 
  36. >
  37. >Obviously, this is quite perplexing, as the procedures involved are all
  38. >"by the book". Can someone tell me what's going on and how to work around
  39. >the problem? I can provide more information if needed.
  40.  
  41. The file "/usr/lpp/bosinst/bosmain" is the program that manages the base
  42. operating system installation process.  It MUST be there in order for
  43. installation to work.
  44. The question that comes to mind is: why isn't that file on the system?
  45. You say the backup is that of a freshly built system, yet something on
  46. the system has been modified if the bos installation executables are
  47. not there.
  48. It might help if you modify the "mkinsttape" command and remove the
  49. redirects to /dev/null.  The "mksysb" command calls the "mkinsttape"
  50. command to create the image on the tape that contains the installation
  51. utilities.  If you remove the redirects to /dev/null, then you will be
  52. able to see any error messages that have been suppressed.  In all
  53. probability you will see something about "file not found" as the
  54. installation utilities files are being backed up into the tape image.
  55. If you can fix this situation, then the chance of the tape working will
  56. be much better.
  57.  
  58. matt
  59.