1753494 Members
5303 Online
108794 Solutions
New Discussion юеВ

Re: Need to know command

 
John Ferro
Regular Advisor

Need to know command

Dear All,

I have HPUX 11i installed on HP SERVER rp5470, I would like to knwo all application and Databases which are installed on the server to prepare an inventory by all application and databses on all servers similar.
Pls. provide me the command which will list above requirements?
Regards,
Faisal
3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: Need to know command

For all applications installed by swinstall process run
swlist
or
/opt/ignite/bin/print_manifest

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Yogeeraj_1
Honored Contributor

Re: Need to know command

hi,

Quite a difficult question to answer since there may be applications or databases installed but not currently in use.

"ps -ef" can give an indication of all the applications that are currently running on the system.

For Oracle applications and databases, you can determine all the installed programs by launching the oracle installer and querying the "installed products".

To know about the running databases, type: ps -ef|grep pmon

the database names would be the suffix of the strings you get, e.g.
ora_pmon_demo ====> demo


if you need any further assistance, do let us know.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
John Ferro
Regular Advisor

Re: Need to know command

Kindly pls. see attached about the output of 2 commands. pls. identify the application and database here.