Re: upgrade to 5300-05



Antonio,

I believe the emergency fix was replaced by an APAR that is in
5300-05-01. So the emergency fix should not be needed if you install
SP1 or SP2.



To find missing packages on AIX systems, I use:

instfix -ic | grep :-:



To find incomplete MLs/TLs, I use:

instfix -i | grep ML



To check for missing APARs, for example IY88615, I use:

instfix -ik IY88615





To check for what is missing between 5300-05-01 and 5300-05-02:



for f in `awk '{print $1}'`

do

instfix -ik $f

done << EOF

IY87894 Security issue in X11.apps.clients

IY88614 Potential security issue in bos.net.uucp

IY88615 Potential security issue in bos.net.tcp.client

IY88616 Potential security issue in bos.mh

IY88617 Potential security issue in bos.net.uucp

IY88681 Security:Absolute path vulnerability in 'acctctl' command

IY88687 Potential security issue in bos.net.tcp.client

IY88699 Potential security issue in bos.rte.lvm

IY88724 Security issue in bos.rte.methods

IY89394 possible integer overflows in libfont

IY89434 Security vulnerability in bos.rte.methods

IY89500 Update chmod command documentation

EOF



The list of APARs is from IBM AIX fix central for 5300-05-02:
http://www14.software.ibm.com/webapp/set2/abl/fixinfo?release=53&b=5300-
05-02





Also, the download tab at fix central for technology levels has an
option to include the output of "lslpp -Lc" from individual machines.





Edward.Davignon@xxxxxxxxxxxxxx

Lead Analyst - Distributed Systems

Utility Shared Services - IT

Energy East Corporation





-----Original Message-----
From: IBM AIX Discussion List [mailto:aix-l@xxxxxxxxxxxxx] On Behalf Of
Antonio Prado
Sent: Tuesday, February 20, 2007 11:42 AM
To: aix-l@xxxxxxxxxxxxx
Subject: Re: upgrade to 5300-05



Hi Edward,



strange,..

i did try to install the fix and this is the message i got it.



# emgr -e iy89080.epkg.Z

+-----------------------------------------------------------------------
---

---+

Efix Manager Initialization

+-----------------------------------------------------------------------
---

---+

Initializing log /var/adm/ras/emgr.log ...

Efix package file is: /u01/scratch/iy89080.epkg.Z

MD5 generating command is /usr/bin/csum

MD5 checksum is 37e9741b0370e0d99af74c8817c60dbe

Accessing efix metadata ...

Processing efix label "iy89080" ...

Verifying efix control file ...



+-----------------------------------------------------------------------
---

---+

Installp Prerequisite Verification

+-----------------------------------------------------------------------
---

---+

Verifying prerequisite file ...

Checking prerequisites ...



Prerequisite Number: 1

Fileset: bos.rte.aio

Minimal Level: 5.3.0.50

Maximum Level: 5.3.0.50

Actual Level: 5.3.0.52

Type: PREREQ

Requisite Met: no



emgr: 0645-050 Prerequisite number 1 did not pass all checks. Please see

details above.



emgr: 0645-033 Error installing efix package.



+-----------------------------------------------------------------------
---

---+

Operation Summary

+-----------------------------------------------------------------------
---

---+

Log file is /var/adm/ras/emgr.log



EPKG NUMBER LABEL OPERATION RESULT


=========== ============== =================

==============

1 iy89080 INSTALL FAILURE




Return Status: FAILURE

# hostname

aixdev10

# oslevel -r

5300-04

# oslevel -s

5300-04-CSP

#



so, seems that for some instances i am upgraded to 5300-05-02 and for
some

(as result of oslevel -r and -s) i am not.



from the output of what is needed for 53005 it is missing the
csm.server.



thank you for your help,



./antonio/.



Relevant Pages