HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot apply individual patch
Operating System - HP-UX
1834150
Members
2708
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-06-2001 05:29 AM
08-06-2001 05:29 AM
Cannot apply individual patch
I try to apply individual patches:
such as PHCO_23963,PHKL_24612:
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHCO_23963.depot
I always got the error messages:
ERROR: Could not access remote file "/usr/include/resolv.h" in
software item
"PHCO_23963.INETSVCS-INETD,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=H
due to an internal error on the remote system.
It looks that I can not install any individual patch, because of this error.
such as PHCO_23963,PHKL_24612:
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHCO_23963.depot
I always got the error messages:
ERROR: Could not access remote file "/usr/include/resolv.h" in
software item
"PHCO_23963.INETSVCS-INETD,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=H
due to an internal error on the remote system.
It looks that I can not install any individual patch, because of this error.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 05:35 AM
08-06-2001 05:35 AM
Re: Cannot apply individual patch
/usr/include/resolv.h is a file which is part of the fileset InternetSrvcs.INETSVCS-INETD. You dont have this fileset installed (and this not the file resolv.h). The patch you are trying to install is for the fileset INETSVCS-INETD - which you dont have installed, hence you cant install the patch.
Im from Palmerston North, New Zealand, but somehow ended up in London...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:20 AM
08-06-2001 06:20 AM
Re: Cannot apply individual patch
Thank you very for your help.
But even I try any individual patchs, I always got the similary errors:
For examples:
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHKL_24612.depot
ERROR: Failed installing fileset "PHKL_24612.CORE-KRN,r=1.0". Check
the above output for details.
* Retry number 1 of 1 for loading files for fileset
"PHKL_24612.CORE-KRN,r=1.0".
* Installing fileset "PHKL_24612.CORE-KRN,r=1.0" (1 of 2).
ERROR: Could not access remote file "/usr/conf/h/map.h" in software
item
"PHKL_24612.CORE-KRN,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=HP-UX_B
.11.00_32/64:/"
due to an internal error on the remote system.
ERROR: Failed installing fileset "PHKL_24612.CORE-KRN,r=1.0". Check
the above output for details.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
# ls -la /usr/conf/h/map.h
-r--r--r-- 1 bin bin 0 Jul 13 2001 /usr/conf/h/map.h
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHKL_24116.depot
ERROR:
Could not access remote file "/usr/conf/lib/async.o" in
software item
"PHKL_24116.CORE2-KRN,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.00_64:/"
due to an internal error on the remote system.
# ls -la /usr/conf/lib/async.o
-r--r--r-- 1 bin bin 0 May 15 19:40 /usr/conf/lib/async.o
It looks that I can not install any individual patches? I feel that some settings in swinstall may be wrong, but how could I find out?
But even I try any individual patchs, I always got the similary errors:
For examples:
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHKL_24612.depot
ERROR: Failed installing fileset "PHKL_24612.CORE-KRN,r=1.0". Check
the above output for details.
* Retry number 1 of 1 for loading files for fileset
"PHKL_24612.CORE-KRN,r=1.0".
* Installing fileset "PHKL_24612.CORE-KRN,r=1.0" (1 of 2).
ERROR: Could not access remote file "/usr/conf/h/map.h" in software
item
"PHKL_24612.CORE-KRN,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=HP-UX_B
.11.00_32/64:/"
due to an internal error on the remote system.
ERROR: Failed installing fileset "PHKL_24612.CORE-KRN,r=1.0". Check
the above output for details.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
# ls -la /usr/conf/h/map.h
-r--r--r-- 1 bin bin 0 Jul 13 2001 /usr/conf/h/map.h
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHKL_24116.depot
ERROR:
Could not access remote file "/usr/conf/lib/async.o" in
software item
"PHKL_24116.CORE2-KRN,r=1.0,a=HP-UX_B.11.00_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.00_64:/"
due to an internal error on the remote system.
# ls -la /usr/conf/lib/async.o
-r--r--r-- 1 bin bin 0 May 15 19:40 /usr/conf/lib/async.o
It looks that I can not install any individual patches? I feel that some settings in swinstall may be wrong, but how could I find out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 07:06 AM
08-06-2001 07:06 AM
Re: Cannot apply individual patch
Have you tried to restart the SD daemon;
/sbin/rc1.d/K900swagentd stop
/sbin/rc2.d/S870swagentd start
Whats the output from an swlist command on your server ?
Im from Palmerston North, New Zealand, but somehow ended up in London...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP