Operating System - HP-UX
1827515 Members
2679 Online
109965 Solutions
New Discussion

Finding version of WebLogic on HPUX

 
SOLVED
Go to solution
Shivkumar
Super Advisor

Finding version of WebLogic on HPUX

Hi,

We are running WebLogic on HPUX 11i.
How do i find the current running version of WebLogic ?

Thanks,
Shiv
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Finding version of WebLogic on HPUX

Shalom Shiv,

If you installed it in depot form.

swlist -l product | grep -i weblogic

Otherwise find the binary file and do the what commmand on it.

The binary file is referenced in the startup scripts in /sbin/init.d

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Arunvijai_4
Honored Contributor

Re: Finding version of WebLogic on HPUX

Hi Shiv,

You can find out by checking any docs of Weblogic installed on your HP-UX 11i server.

Install files for Weblogic is not in .depot format as far as i know. It will be like, server900_generic.jar

You can find it by going to WL_HOME=/your_installation_directory/
For example, Weblogic 9 has WL_HOME=/your_installation_directory/weblogic90

Hope this helps,

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Sivakumar TS
Honored Contributor

Re: Finding version of WebLogic on HPUX

Hi Shiv,

swlist -l product | grep WebLogic

or

swlist -l fileset | grep -i weblogic

should give you the required info.

Regards,

Siva.

Nothing is Impossible !
Sung Oh
Respected Contributor
Solution

Re: Finding version of WebLogic on HPUX

Hi Shiv,

You can also "echo $PATH" to see what version of weblogic you have installed on your system.

Sung