Operating System - HP-UX
1833875 Members
3291 Online
110063 Solutions
New Discussion

Configure multiple version of software

 
SOLVED
Go to solution
Marcelo De Florio_1
Frequent Advisor

Configure multiple version of software

How can i configured multiple version of software ?

eg: i installed java 1.2.2.08 so this version is in installed status, How can i change this status to configured).

MDF
Marcelo De Florio
5 REPLIES 5
G. Vrijhoeven
Honored Contributor
Solution

Re: Configure multiple version of software

Hi,

simple:

swconfig -x allow_multiple_versions=true software r,version (man swconfig)

Gideon
Sanjay_6
Honored Contributor

Re: Configure multiple version of software

Marcelo De Florio_1
Frequent Advisor

Re: Configure multiple version of software

I execute :
# swconfig -x allow_multiple_versions=true java1.301

so, I have the following problem:

======= 11/29/01 17:52:36 SAT BEGIN swconfig SESSION
(non-interactive)

* Session started for user "root@s2500d".

* Beginning Selection
* Target connection succeeded for "s2500d:/".
ERROR: Could not apply the software selection "java1.301"; it is not
available from depot or root "s2500d:/".
* Software selection failed for "s2500d:/".
ERROR: Cannot continue the "swconfig" task.
* Selection had errors.

MD
Marcelo De Florio
Sanjay_6
Honored Contributor

Re: Configure multiple version of software

Hi Marcelo,

Did you specify the source for the software ?. Do "man swconfig" and "man swinstall" for more help.

Hope this helps.

Regds
G. Vrijhoeven
Honored Contributor

Re: Configure multiple version of software

Hi,

swconfig -x allow_maultiple_versions=true java1.301 r,version l=/location

check out /var/adm/sw/swagent.log for syntax on version and/or location

Gideon