Running Process - UNIX

(imported topic written by HGA8191)

Hi guys,

Quick question, I need to know how to create a property/group to identifya specific process (ORACLE) running on UNIX based Systems.

I’ll appreciate your help.

Thanks!.

(imported comment written by HGA8191)

Hi, what i need here is to create an Automatic Group for Unix Systems with a property similar to that of -Running Services which is already in BigFix for Windows Workstations/Servers.

(imported comment written by brolly3391)

Hello HGA81,

I am rather green on the *nix client inspectors and *nix in general but since nobody else took a stab at it, I will give it my best shot.

Create a new automatic group

Use Relevance Expression is True and in the relevance box use one of these expressions:

name of operating system as contains “HP-UX” AND exists process “ORACLE”

or perhaps

name of operating system contains "HP-UX " AND exists service “oracle” whose (state of it as lowercase = “running”)

Requires the HPUX 6.x client for service and state of service. Requires the HPUX 4.x client for process.

Let me know how it works out or if you need further guidance.

Cheers,

Brolly