1833016 Members
2356 Online
110048 Solutions
New Discussion

Patch

 
SOLVED
Go to solution
nibble
Super Advisor

Patch

hi guys, im trying to install somthing but got this error...

# ./install_titanium.sh
./install_titanium.sh[7]: /opt/titanium/bin/tiping: not found.

About to install Titanium 6.2.6.0 on your HPUX (hppa) system.

For HPUX version B.11.00 or B.11.04 we require a HPUX Software
patch. Perhaps there is a simular Stream patch for your HPUX
version. Please check for patch PHNE_20316 or PHNE_21156.

Continue Installation? [y/n]

will this be ok? my UX is B.11.11 shall i install for this patch intended for 11.00 or 11.04?
2 REPLIES 2
Norman_21
Honored Contributor
Solution

Re: Patch

Hello,

#swlist -l product|grep -i 20316 21156

to check if you have the patches installed. Otherwise, please go here to download them:

http://www1.itrc.hp.com/service/patch/mainPage.do

Good luck!
"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
Mei Jiao
Respected Contributor

Re: Patch

Hi,

I've checked that:
PHNE_20316 has been replaced by PHNE_27902
PHNE_21156 has been replaced by PHNE_29525

There's no equivalent patch for the above patches for HP-UX 11i, however I found this patch:
PHNE_28476 s700_800 11.11 Cumulative STREAMS Patch

I wonder if you need to install this patch. To check if you have the patch:
# swlist -l product | grep PHNE_28476
NOTE: Installing this patch needs reboot.

You may want to check what's the pre-requisite to install Titanium 6.2.6.0.

Hope it helps!