1752311 Members
5627 Online
108786 Solutions
New Discussion юеВ

find out the appications

 
SOLVED
Go to solution
gany59
Regular Advisor

find out the appications

how to find whether informix and sybase is running in the server.what is the deamon for those applications.

Thanks in advance!!!
4 REPLIES 4
R.O.
Esteemed Contributor
Solution

Re: find out the appications

Hi,

Informix: look for "oninit" processes.
Sybase: You can switch to user "sybase" and issue the "showserver" command.

Regards,
"When you look into an abyss, the abyss also looks into you"
gany59
Regular Advisor

Re: find out the appications

Hi,

So is there any specific deamon is there for the sybase.
Pete Randall
Outstanding Contributor

Re: find out the appications

A quick look at your /etc/password file should tell you whether you have users named "informix" and/or "sybase". A quick look at the /opt filesystem should tell you whether you have software loaded in /opt/informix or /opt/sybase (assuming, since there are not swinstalled products, that they were loaded in /opt).

For Informix, you can just do "onstat -". If your profile is set up with the proper env variables you should see a response like this:

# onstat -

IBM Informix Dynamic Server Version 11.50.FC5 -- On-Line (Prim) -- Up 2 days
02:34:07 -- 6061288 Kbytes


I would assume sybase must have a similar facility, but we don't use it and the only thing I understand about it is that the name is an acronym for "Sorry You Bought A Slow Engine".


Pete

Pete
Basheer_2
Trusted Contributor

Re: find out the appications

login as root
su - informix
onstat -V