The output will include the "Product version" level
Main Topics
Browse All TopicsHello everyone,
I have a websphere application server v 5.1 and i would like to know how i can find if it is the base or the network deployment version.
The info i can find myself are the following:
IBM WebSphere Application Server, 5.1.0
Build Number: b0344.02
Thanx for your help
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
root@icap on pts/0 [/WAS51/bin] > ./versionInfo.sh
WVER0010I: Copyright (c) IBM Corporation 2002; All rights reserved.
WVER0011I: WebSphere Application Server Release 5.1
WVER0012I: VersionInfo reporter version 1.15, dated 9/20/03
--------------------------
IBM WebSphere Application Server Product Installation Status Report
--------------------------
Report at date and time 2009-03-23T10:32:25+02:00
Installation
--------------------------
Product Directory /WAS51
Version Directory ${product.dir}/properties/
DTD Directory ${version.dir}/dtd
Log Directory /WAS51/logs/update
Backup Directory ${version.dir}/backup
TMP Directory /tmp
Installation Platform
--------------------------
Name IBM WebSphere Application Server
Version 5.1
Technology List
--------------------------
BASE installed
Installed Product
--------------------------
Name IBM WebSphere Application Server
Version 5.1.0
ID BASE
Build Level b0344.02
Build Date 11/4/03
--------------------------
End Installation Status Report
--------------------------
This is the output of versioninfo. My installation i guess is Base right?
This output indicates that you have a stand-alone version of WebSphere Applicaiton Server that is seriously out of date...
--------------------------
Name IBM WebSphere Application Server
Version 5.1.0
ID BASE
Build Level b0344.02
Build Date 11/4/03
--------------------------
Note the value of ID: i.e., "BASE". If you have the Deployment Manager code installed, it would be "ND"
Business Accounts
Answer for Membership
by: HonorGodPosted on 2009-03-19 at 17:32:15ID: 23936012
Open a command prompt \bin"
cd to the websphere application server bin directory
- e.g., "cd C:\IBM\WebSphere\AppServer
execute the "versionInfo" command
- e.g., versionInfo on Windows, or ./versionInfo.sh on any Unix type system