Operating System - HP-UX
1830539 Members
3013 Online
110013 Solutions
New Discussion

Problems installing patchs on hpux 11.11 !

 
Ivan Azuara
Regular Advisor

Problems installing patchs on hpux 11.11 !

Hi !

I´m trying to install a boundle of patches on HPUX 11.11 with the swinstall utility. After i launch the process install this abort registering the next messages in the swagent.log file.

* Beginning Analysis Phase.
NOTE: An alternate source host has not been configured. Using the
local host.
NOTE: An alternate source path has not been configured. Using
"/tmp/patchs_prm/news/depot".
* Source: s_inb_15:/tmp/patchs_prm/news/depot
* Target: s_inb_15:/
* Target logfile: s_inb_15:/var/adm/sw/swagent.log
* Reading source for product information.
ERROR: The software selection
"PHKL_27094.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_27096.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_28122.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_29704.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_30034.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_30035.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_30037.PSET-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_B
.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_31993.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
ERROR: The software selection
"PHKL_32061.CORE2-KRN,r=1.0,a=HP-UX_B.11.11_32/64,v=HP,fr=1.0,fa=HP-UX_
B.11.11_64"
is not available. Make sure its state is "AVAILABLE".
* Reading source for file information.
* Executing preDSA command.

* Summary of Analysis Phase:
ERROR: The Analysis Phase had errors. See the above output for
details.


======= 04/11/05 18:12:20 CDT END install AGENT SESSION (Cancelled)
(pid=23141) (jobid=s_inb_15-0090)


Exist some corruption in my boundle ?

Thank´s in advance
"Enjoy the life .."
5 REPLIES 5
Joseph Loo
Honored Contributor

Re: Problems installing patchs on hpux 11.11 !

hi,

your patch bundle did not include those patches stated as not "AVAILABLE". these patches could be the dependencies needed for the patch u wanted to install.

u may do this:

# swlist -l fileset -a state @ /tmp/patchs_prm/news/depot

to check if the state of the patches are available in the bundle.


regards.
what you do not see does not mean you should not believe
Hoang Chi Cong_1
Honored Contributor

Re: Problems installing patchs on hpux 11.11 !

"not available. Make sure its state is "AVAILABLE"."
Seems that the patch file was not in the patch bundle or the patch file had an error during download it.
Check again!

Regard,
HoangChiCong.
Looking for a special chance.......
V. Nyga
Honored Contributor

Re: Problems installing patchs on hpux 11.11 !

Hi,

maybe you should start a guided installation.
With 'swinstall' you get a GUI to choose the destination of the patches and then to choose the patches you want to install.

So you should see what's going wrong.

Or, maybe you haven't unzipped and/or installed the patches?
If you have downloaded several patches you have to change installation mode to get all patches installed.
How is you patch directory looking like?

HTH
Volkmar

*** Say 'Thanks' with Kudos ***
Ivan Azuara
Regular Advisor

Re: Problems installing patchs on hpux 11.11 !

# Initializing...
# Contacting target "s_inb_15"...
#
# Target: s_inb_15:/tmp/patchs_prm/news/depot
#

# PHKL_27094
PHKL_27094.CORE2-KRN corrupt
PHKL_27094.CORE2-KRN removed
# PHKL_27096
PHKL_27096.CORE2-KRN corrupt
PHKL_27096.CORE2-KRN removed
# PHKL_28122
PHKL_28122.CORE2-KRN corrupt
PHKL_28122.CORE2-KRN removed
# PHKL_29704
PHKL_29704.CORE2-KRN corrupt
PHKL_29704.CORE2-KRN removed
# PHKL_30034
PHKL_30034.CORE2-KRN corrupt
PHKL_30034.CORE2-KRN removed
# PHKL_30035
PHKL_30035.CORE2-KRN corrupt
PHKL_30035.CORE2-KRN removed
# PHKL_30037
PHKL_30037.PSET-KRN corrupt
PHKL_30037.PSET-KRN removed
# PHKL_31993
PHKL_31993.CORE2-KRN corrupt
PHKL_31993.CORE2-KRN removed
# PHKL_32061
PHKL_32061.CORE2-KRN corrupt
PHKL_32061.CORE2-KRN removed

Exist the posibility that my boundle is corrupt ?.
"Enjoy the life .."
Hoang Chi Cong_1
Honored Contributor

Re: Problems installing patchs on hpux 11.11 !

Yea...I thing so.
Easy to check? Download one of these patch then install it. I am sure that it is OK.

Regard,
HoangChiCong
Looking for a special chance.......