Operating System - HP-UX
1748027 Members
4188 Online
108757 Solutions
New Discussion юеВ

command to check informix or Unix database version.

 
2lan
New Member

command to check informix or Unix database version.

Hi

Kindly help,
I want a command to check informix or Unix database version.

tx
5 REPLIES 5
Pete Randall
Outstanding Contributor

Re: command to check informix or Unix database version.

For Informix:

onstat -# onstat -

IBM Informix Dynamic Server Version 7.31.FD9 -- On-Line -- Up 01:31:50 -- 67
58184 Kbytes


Pete

Pete
Ralph Grothe
Honored Contributor

Re: command to check informix or Unix database version.

You must set env for INFORMIXDIR, INFORMIXSERVER, PATH and simply run "onstat -"
e.g.

$ INFORMIXDIR=/path/to/ifx_root INFORMIXSERVER=ifx_inst onstat -

Informix Dynamic Server Version 7.31.UD1 -- On-Line -- Up 33 days 20:38:25 -- 219440 Kbytes
Madness, thy name is system administration
Ralph Grothe
Honored Contributor

Re: command to check informix or Unix database version.

Sorry for the idadvertent repition,
must have been typing while Pete posted.
Madness, thy name is system administration
Ralph Grothe
Honored Contributor

Re: command to check informix or Unix database version.

Funny coincident,
Pete's site also seems to run moth releases of IDS ;-)
Our customers are pretty conservative.
Madness, thy name is system administration
2lan
New Member

Re: command to check informix or Unix database version.

Thank you very much,
I got the solution.