How to check server version

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
victorbos
Participant
Posts: 24
Joined: Tue Jul 15, 2003 2:05 am
Contact:

How to check server version

Post by victorbos »

Hi all,

How can I check the exact version of datastage server.
In administrator it just says '7.0', while I would like to know if I am running 7.01 or 7.01r1 or ....
Is there some command that returns the correct version?

Victor
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
There was a post not long ago with this exact info for server and EE.
please search for it
(I don't recall in wich forum server or EE it was in :()

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I know of the unix level "uv -version" or the TCL command "LIST VOC WITH @ID EQ 'RELLEVEL' F2" but that is more the underlying Engine version. I thought there was a smat command to get this but couldn't find it.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Help About in any of the client tools will provide this information.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
victorbos
Participant
Posts: 24
Joined: Tue Jul 15, 2003 2:05 am
Contact:

Post by victorbos »

Thanks to all.

Code: Select all

uv - version
did the trick.
It returns 7.0.1.1
The aboutbox on the client says just 7.0

Victor
Post Reply