home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9354 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.0 KB  |  54 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!gatech!udel!rochester!cornell!batcomputer!lynx.msc.cornell.edu!ransom.msc.cornell.edu!rick
  3. From: rick@ransom.msc.cornell.edu (Rick Cochran)
  4. Subject: installp error
  5. Message-ID: <1992Sep3.170534.22004@msc.cornell.edu>
  6. Keywords: AIX updates
  7. Sender: news@msc.cornell.edu
  8. Organization: Cornell Materials Science Center
  9. Date: Thu, 3 Sep 1992 17:05:34 GMT
  10. Lines: 42
  11.  
  12. Since my job description now reads:
  13.  
  14.     Activity            Fraction of time
  15.  Install Updates to AIX 3.2              100%
  16.  
  17. I would like to be able to install updates without using SMIT.  For one
  18. thing, this makes it easier to install the fixes to installp which must
  19. be installed before anything else.  For another it allows me to peruse
  20. the log file _while_ the updates are being installed (lately several hours)
  21. to see if anything has failed.
  22.  
  23. To do this, I have been using the following script:
  24.  
  25. #!/bin/ksh
  26. installp -qaB -d'/fsys/groo/a/local/src/updates.3.2/updates' '-g' '-c' '-N' '-v' '-X'  bos.obj 03.02.0000.0000.U406852 >install.outa 2>&1
  27. installp -qaB -d'/fsys/groo/a/local/src/updates.3.2/updates' '-g' '-c' '-N' '-v' '-X'  all >install.outb 2>&1
  28.  
  29.  
  30. All currently known methods of executing these commands outside
  31. of SMIT cause "who am i" errors when a new boot image is created
  32. (which happens in several of the updates).
  33.  
  34. The errors are of the form:
  35.  
  36. who: 0551-012 The process is not attached to a terminal.
  37.         Do not run who am i as a background process.
  38.  
  39. followed by a 'usage' printout from 'who'.
  40.  
  41. I get these errors whether or not I background the installp commands.
  42. However, the output claims that the updates have installed successfully.
  43.  
  44. 1) Please tell me whether the updates REALLY installed successfully.
  45.  
  46. 2) Please fix this very annoying problem.
  47.  
  48. I have submitted this problem as PMR 6x570 but have had no response as yet.
  49.  
  50. -- 
  51. |Rick Cochran          607-255-7223             rick@msc.cornell.edu|
  52. |Cornell Materials Science Center             rick@crnlmsc2.bitnet|
  53. |E20 Clark Hall, Ithaca, N.Y. 14853         cornell!msc.cornell.edu!rick|
  54.