- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: software excluded
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 12:51 AM
08-05-2003 12:51 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 01:04 AM
08-05-2003 01:04 AM
Re: software excluded
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 01:04 AM
08-05-2003 01:04 AM
SolutionEverything 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 01:08 AM
08-05-2003 01:08 AM
Re: software excluded
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 01:13 AM
08-05-2003 01:13 AM
Re: software excluded
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 02:05 AM
08-05-2003 02:05 AM
Re: software excluded
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