MultiValue Tech Tip!

"What version am I running?" is often the question you need to answer before you can start talking to someone about a problem with your software or about making changes to your software.

You can use the following as a quick reference guide to easily answer the question "What version am I running?" for each component of your software (operating system, database, and application):

What version of HP-UX am I running?

To get the version of Unix on your server, go into the korn shell and enter the 'uname' command with an 'a' option.:

>uname -a
HP-UX  bmd350  B.10.20  D 9000/831  2011043966  64-user license

This example shows HP-UX running the 10.20 version.

What version of IBM AIX am I running?

For those of you running the IBM AIX operating system, to find out what version of the Operating System you are running (including the IBM UniData release), go to the UNIX shell, change directories as shown below and execute the cat command as follows:

# pwd
/usr/ud/bin
-r--r--r--   1 root     dw          &nb sp;   173 Feb 28 2003  port.note

# cat port.note
Platform         : AIX 4.3.3
Operating System : AIX engine 3 4 000159494C00
Porting Date     : Feb 28 2003
UniData Release  : 6.0.3 60_030221_4161
Ported by        : srcman
#

What version of Windows NT am I running?

To get the version of Windows on your server for all releases of NT4.0, execute the command 'status' at TCL within the Universe environment:

>STATUS
You are logged onto XYZ running Windows NT 4.0 (Build 1381 Service Pack 6)

What version of Universe am I running?

To get the version of Universe on your server for all recent releases of Universe, edit the 'RELLEVEL' file in your VOC file:

>ED VOC RELLEVEL
0001: X-type - The RELEASE LEVEL of this account
0002: 9.6.1.3
0003: ADMIN
0004:
0005: 9.6.1.3

In this example, the release is 9.6.1.3.

What is my UniVerse Serial Number?

To find the UniVerse Serial Number, enter the CONFIG command at TCL. The Serial Number is the same as the License Number listed on the first line.

>CONFIG
Configuration data for license number 123456789:
User limit = 10

In this example, the UniVerse Serial Number is 123456789

What version of UniData am I running?

To get the version of UniData on your server for all recent releases of UniData, execute 'VERSION':


>VERSION
Unidata RDBMS......................3.3.2     Yes
Recoverable File System............1.1       No
Transaction Processing.............1.1       No
UniData OFS/NFA....................1.3       ; No
UniServer..........................1.3    &nb sp;  Yes
UniDesktop.........................1.3    &nb sp;  No
USAM Monitor Profile...............1.3       No
USAM Print.........................1.3     &n bsp; No
USAM Batch.........................1.3     &n bsp; No
USAM Journaling....................1.3     &n bsp; No
33265

The actual Version of UniData is 3.3.2.65 (last line).


From Kore Technologies website.

menu
menu