Operating System - HP-UX
1834796 Members
2512 Online
110070 Solutions
New Discussion

incompletely installed filesets

 
Ivajlo Yanakiev
Respected Contributor

incompletely installed filesets

I use SysInfo to check all my server for problems.
In log file I see :
# Initializing...
# Target "hpux" has the following depot(s):
/var/spool/sw
/tmp/patches/depot


Found incompletely installed filesets

How I can define problematic software ?


6 REPLIES 6
Massimo Bianchi
Honored Contributor

Re: incompletely installed filesets

Hi,
possible checks:

swlist -l fileset -a state

or

swverify \*

HTH,
Massimo
Ian Dennison_1
Honored Contributor

Re: incompletely installed filesets

Look at /var/adm/sw/swagent.log, for any packages highlighted as a problem.

Alternatively, "man swverify". Never used it myself, but it may prove helpful.

Share and Enjoy! Ian
Building a dumber user
Ken Hubnik_2
Honored Contributor

Re: incompletely installed filesets

Try running swverify on your system to see what results you get.
Bernhard Mueller
Honored Contributor

Re: incompletely installed filesets

# swlist -l fileset -a state | grep -v -E "^#|configured"

This will give you a list of all the filesets that are in the state

corrupt|transient|installed

Regards
Bernhard
twang
Honored Contributor

Re: incompletely installed filesets

Here is another choice:
# check_patches
good luck!
Ivajlo Yanakiev
Respected Contributor

Re: incompletely installed filesets

I have error in some packets
like:

ERROR: Verify failed SysMgmtServer.MX-PORTAL,l=/,r=B.03.00.00
Verified SysMgmtServer.MX-REPO,l=/,r=B.03.00.00
WARNING: Verified with warnings SysMgmtServer.MX-TOOLS,l=/,r=B.03.00.00

Is This problem ? Can you suggest a workaround or solution