Path: utzoo!attcan!uunet!lll-winken!csd4.milw.wisc.edu!bionet!ames!apple!sun-barr!decwrl!shelby!portia!forel!karish From: karish@forel.stanford.edu (Chuck Karish) Newsgroups: comp.unix.i386,comp.sys.ibm.pc.rt Subject: Re: Installing AIX Summary: We need comp.sys.aix! Keywords: PS/2, revoked Message-ID: <3442@portia.Stanford.EDU> Date: 9 Jul 89 20:27:22 GMT References: <343@msa3b.UUCP> Sender: USENET News System Reply-To: karish@forel.stanford.edu (Chuck Karish) Followup-To: comp.unix.i386 Organization: Mindcraft, Inc. Lines: 57 In article <343@msa3b.UUCP> kevin@msa3b.UUCP (Kevin P. Kleinfelter) wrote: >I am trying to install AIX on a PS/2 model 80. I installed [ the basic package ] >All went fine, and surprisingly fast (~ 1 hour). >THEN I applied the "updates" disk to apply bug fixes. >It has you swap and re-swap and re-swap and re-insert and re-insert 3 disks >for a LONG time. After all of this, it has applied its updates. It then >displays: > > Rebuilding kernel. > > > > Revoking updates to AIX Base Operating System > >And un-applies its updates to the base O/S! > >I have followed the update instructions TO THE LETTER. >Has anyone experienced a similar problem? If so, what is the work-around? Yes, I've had the same problem (on an RT, though). I complained to the Defect Support Center about updatep. They say they'll fix the documentation. To keep from having to swap diskettes forever (and remembering to ignore the "Wrong diskette- expecting Diskette 1" message, even when you're following instructions) use the `-b' flag to updatep. This causes the entire update set to be copied to your hard disk, and re-archives it into a file that can be used to perform further updates. To use `-b', you must also use another flag, usually `-a'. This applies the update with one pass through the diskettes, and leaves behind a single file that can be copied to other machines that need to be updated. Warning: As updatep works now, you must have enough room in /tmp for a complete copy of the update, and the same amount of room in /usr, too. I had to mount bigger partitions on /tmp and /usr/lpp/update (I think that's the name) to do a big update a couple of months ago. `updatep -b ...' unpacks the diskettes into a directory tree in /tmp, and then uses `backup' to pack the update into a single file, which it leaves in /usr/lpp. I haven't looked yet, but my guess is that each batch of update diskettes is a single `backup' archive, and that the whole thing could be copied from diskettes with a `restore' followed by `backup' to put it into the form expected by `updatep'. I'd appreciate it if someone at IBM would post the command sequence to do this. As for the compile problems, look at the makefile in /usr/sys. The output of the `make' goes into a log file. I had problems building a kernel until I read the output, and saw that it didn't like the fact that I hadn't configured a partition to take crash dumps. I configured in a zero-length partition for this purpose, and all was well. Chuck Karish {decwrl,hpda}!mindcrf!karish (415) 493-7277 karish@forel.stanford.edu