If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > How to find informix is installed on a machine

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-17-06, 02:49
uday123 uday123 is offline
Registered User
 
Join Date: May 2006
Posts: 4
How to find informix is installed on a machine

Hi all,

How can we say informix is installed on a machine?
(tell me all the possibilities)
what are the background processes/ instances running?
for ex: PMON,SMON proceses for Oracle

Thanks in advance,
Uday
Reply With Quote
  #2 (permalink)  
Old 05-17-06, 07:20
blueskyvn blueskyvn is offline
Registered User
 
Join Date: May 2006
Posts: 5
I think you can use this command:
ps -ef | grep informix

If Informix had run, it display.
Reply With Quote
  #3 (permalink)  
Old 05-17-06, 08:59
mjldba mjldba is offline
Registered User
 
Join Date: Dec 2003
Location: North America
Posts: 139
You would definitely need a valid userID called "informix".

You could also list the environment variables and see if you have variables called INFORMIXDIR (home directory for Informix) or INFORMIXSERVER (name of the Informix server) or ONCONFIG (name of the configuration file that Informix will use as directed by the INFORMIXDIR variable) defined.

If you have these variables defined you can find out which version of Informix connectivity software you have by issueing these commands from a UNIX/AIX/HPUX command line: check_version conn
check_version csdk
Reply With Quote
  #4 (permalink)  
Old 05-24-06, 08:08
theeiledon theeiledon is offline
Registered User
 
Join Date: Nov 2004
Posts: 60
ps -ef | grep oninit
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On