Operating System - HP-UX
1834020 Members
3037 Online
110063 Solutions
New Discussion

Cannot apply individual patch

 
jack cheng
Occasional Contributor

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.

3 REPLIES 3
Stefan Farrelly
Honored Contributor

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...
jack cheng
Occasional Contributor

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?
Stefan Farrelly
Honored Contributor

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...