Operating System - HP-UX
1847761 Members
3496 Online
104013 Solutions
New Discussion

Re: Instalation Problem (hp-ux 11.23 Java)

 
SOLVED
Go to solution
Alan Vargas
Regular Advisor

Instalation Problem (hp-ux 11.23 Java)

he
I have some problem when i tried to install a application java for hp-ux 11.23, i need to remove this application in orden to install a java update, i verify the installation and got this:

swlist -l fileset -a state | grep -v configured | #

Jdk14.JDK14-COM installed

Jre14.JRE14-COM installed

Jre14.JRE14-COM-DOC installed

My problem is i want to unintall this version and install the new one, but i can not remove the older, any advice ???

How can i do to unintall the older version and install the new one ?
Thanks again


5 REPLIES 5
Devender Khatana
Honored Contributor
Solution

Re: Instalation Problem (hp-ux 11.23 Java)

Hi,

You are mentioning that you are unable to remove the old version. What is the error if you go for removing this. Note that it should not be in use while you go for removing. Use TUI command swremove for this.

I even think that you can install new version without removing the earlier one.Here is the output from server stating both versions.

iocdv101:/home/hp>>swlist |grep -i java
B8111AA 1.2.2.15.00 Java 2 RTE for HP-UX (700/800), PA1.1 + PA2.0 Add On
B9098AA 1.2.2.15.00 Java 2 Plugin for HP-UX (700/800)
B9788AA 1.3.1.13.01 Java2 1.3 SDK for HP-UX
B9789AA 1.3.1.13.01 Java2 1.3 RTE for HP-UX
T1455AA 1.3.1.13.01 Java2 1.3 Netscape Plugin for HP-UX
T1456AA 1.4.2.02.01 Java2 1.4 SDK for HP-UX
T1456AAaddon 1.4.2.02.01 Java2 1.4 SDK -AA addon for HP-UX
T1457AA 1.4.2.02.01 Java2 1.4 RTE for HP-UX
T1457AAaddon 1.4.2.02.01 Java2 1.4 RTE -AA addon for HP-UX
T1458AA 1.4.2.02.01 Java2 1.4 Netscape Plugin for HP-UX

You can install new verion with swinstall command having specify the location of your depot.

#swinstall -s /path_to_depot/xyz.depot

HTH,
Devender
Impossible itself mentions "I m possible"
Guida
New Member

Re: Instalation Problem (hp-ux 11.23 Java)

Hello,

Do you really think that i will be able to unistall whith TUI without problem anymore ?

Thank again
Alan Vargas
Regular Advisor

Re: Instalation Problem (hp-ux 11.23 Java)

hello Devender Khatana

Do you think that i can solve my problem if i remove with TUI ? The process will be a success ?

Thank again
Joseph Loo
Honored Contributor

Re: Instalation Problem (hp-ux 11.23 Java)

hi,

try swremove and select the old jdk version u do not need.

it should no longer be in installed or configured state after removal. either it was still being use during the time of removal or u have not perform swremove correctly.

regards.
what you do not see does not mean you should not believe
Devender Khatana
Honored Contributor

Re: Instalation Problem (hp-ux 11.23 Java)

Hi,

I was on off so it is a late reply. Yes you can remove old versions with swremove command. It works in TUI, GUI & command mode. You can use TUI/GUI mode for convenience. Select the product you want to uninstall and it will be removed. As you have not attached all the error logs it is difficult to say wheaather you really need to remove it or not. What I see from my system is that it has more than one software installed of different versions. In that case you should be through with installation without requiring to remove earlier one.

HTH,
Devender
Impossible itself mentions "I m possible"