home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8805 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1.5 KB

  1. Path: sparky!uunet!usc!cs.utexas.edu!ut-emx!ibmchs!auschs!d75!giskard.austin.ibm.com
  2. From: matt@giskard.austin.ibm.com (Matthew S. Cronk)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: mksysb now fails
  5. Message-ID: <4639@d75.UUCP>
  6. Date: 13 Aug 92 14:07:57 GMT
  7. References: <1992Aug12.195553.24130@agouron.com>
  8. Sender: news@d75.UUCP
  9. Reply-To: please don't
  10. Distribution: usa
  11. Organization: haphazard
  12. Lines: 23
  13. Originator: matt@giskard.austin.ibm.com
  14.  
  15.  
  16. In article <1992Aug12.195553.24130@agouron.com>, kupec@agouron.com
  17. (John W. Kupec) writes:
  18. > [Aug 08 1992, 06:39:40]
  19. >
  20. > mkinsttape failed
  21. > 0512-0016 mksysb: Attempt to create a bootable tape failed:
  22. >         mkinsttape /dev/rmt0.1 failed with return code 5.
  23. > Reading the mksysb script it looks like this is the step where the
  24. > bosinst image is written to tape.
  25.  
  26. The bosinst image is created by the mkinsttape command, which is a shell
  27. script.  The only exit code of 5 from that script is when the restore command
  28. fails as it attempts to extract some ODM stuff from an archive file.
  29. The command is trying to restore the ODM stuff into a directory called
  30. /tmp/stanzas.  Perhaps that directory is not writable, or the archive file may
  31. be unavailable.
  32. You can run the mkinsttape command from the command line and look for errors.
  33. I would suggest editing /usr/sbin/mkinsttape and searching for the invocation of
  34. restore that is failing (there is only ine such instance).  Remove the redirect
  35. of stderr to /dev/null and watch for the error messages from restore.
  36.