1836652 Members
2110 Online
110102 Solutions
New Discussion

software excluded

 
SOLVED
Go to solution
Cliff Peters
Occasional Advisor

software excluded

Hi All,

I've just installed Dec 2002 on a 9000/800/K580 and the swagent.log shows the following:

* The software "PHKL_18543.VXFS-ADV-KRN,r=1.0" has been excluded
from installation because of conditions found in the
checkinstall script. Check above output from the script for
further details.
The prerequisite "PHKL_18543.VXFS-ADV-KRN,r=1.0" for fileset
"PHKL_22208.VXFS-ADV-KRN,r=1.0" cannot be successfully
resolved.
ERROR: The dependencies for fileset "PHKL_22208.VXFS-ADV-KRN,r=1.0"
cannot be resolved (see previous lines).
You must resolve the above dependencies before operating on
this fileset or change the "enforce_dependencies" option to
"false".
NOTE: The fileset "PHKL_22208.VXFS-ADV-KRN,r=1.0" is a "sparse" or
"patch" fileset which may only be installed upon a previously
installed base fileset. The specification for the required
base fileset is "AdvJournalFS.VXFS-ADV-KRN,fr=B.11.00,v=HP".
Since there is no fileset on the target or selected from the
source which matches this specification, fileset
"PHKL_22208.VXFS-ADV-KRN,r=1.0" will be excluded.


The /var/adm/sw/products/PHKL_18543/pfiles/checkinstall shows the following under Check Patch Mismatch:

Filesets="
AdvJournalFS.VXFS-ADV-KRN
JournalFS.VXFS-BASE-KRN
JournalFS.VXFS-PRG
OS-Core.CORE-KRN
OS-Core.CORE2-KRN
OS-Core.KERN2-RUN
ProgSupport.C-INC
"

Will vxfs still be working??
Where do I go from here??

Thanks
Cliff

5 REPLIES 5
Stefan Farrelly
Honored Contributor

Re: software excluded

Do you have PHKL_18543 installed ?

swlist -l fileset PHKL_18543

Did you install things in the correct order ? OS then apps (OJFS) then patches ?

Is OJFS installed ?

swlist -l fileset B3929BA

Im from Palmerston North, New Zealand, but somehow ended up in London...
Steve Steel
Honored Contributor
Solution

Re: software excluded

Hi

Everything on your machine should still work.

This is caused because there is no advanced JFS on the box so the patch software is excluded . You cant patch what isnt there


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
RolandH
Honored Contributor

Re: software excluded

Hi Cliff,

this is because of unsolved dependencies of patches.

Here are all patches with resolved dependencies that you need for installing the patches PHKL_22208 & PHKL_18543.

PHKL_18543 s700_800 11.00 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
PHCO_17556 s700_800 11.00 fsck_vxfs(1M) cumulative patch
PHKL_28152 s700_800 11.00 POSIX AIO;getdirentries;MVFS;rcp;mmap/IDS
PHKL_20016 s700_800 11.00 2nd CPU not recognized in G70/H70/I70
PHKL_24027 s700_800 11.00 VxFS 3.1 cumulative patch
PHKL_27919 s700_800 11.00 Probe,IDDS,PM,VM,PA-8700,AIO,T600,FS,PDC
PHCO_23876 s700_800 11.00 cumulative SAM/ObAM patch
PHKL_28150 s700_800 11.00 LVM Cumulative Patch w/Performance Upgrades
PHKL_18533 s700_800 11.00 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
PHCO_24645 s700_800 11.00 LVM commands cumulative patch
PHKL_27814 s700_800 11.00 LVM Cumulative Patch w/Performance Upgrades


HTH

Roland
Sometimes you lose and sometimes the others win
Tim Adamson_1
Honored Contributor

Re: software excluded

Hi Cliff,

I think things should be fine. The error indicates it was looking for Advanced JFS which is not installed.

BTW, how did you install the patches? Most problems with patch installs are caused by hard marking the patches and/or forcing them on.

I use the commandline with the -p option to preview the install first and always use patch_match_target=true so that the server selects the patches based on what products are installed on the server:

# swinstall -p -x autoreboot=true -x patch_match_target=true -s

Check the swagnet.log file and if all OK,

# swinstall -x autoreboot=true -x patch_match_target=true -s


Hope it helps!
Yesterday is history, tomorrow is a mystery, today is a gift. That's why it's called the present.
Cliff Peters
Occasional Advisor

Re: software excluded

Thanks guys,

Problem solved as I don't have advanced vxfs - but how did YOU know that?

As for the install , I used the SAM defaults.

Thanks for your help
Cliff

P.S.
Sorry for the delay , but I couldn't find my original message