Relevance for Automatic Group

Hello All, i am trying to create an automatic group which will contain Linux servers with Oracle Database installed. For this, i am using below relevance

“”"
((name of it contains “Linux”) of operating system)AND (exists (pids of processes whose (name of it as lowercase contains “smon” OR name of it as lowercase contains “pmon”)))
"""
This is not working in automatic group relevance as true but i have created an analysis using the same relevance and it is returning computers with Oracle db installed. So i am not getting where is my fault.

Please help.

Are the non-reporting computers subscribed to the site where you created the automatic group?

Is the relevance true if you run it manually through QnA and/or Fixlet Debugger with BigFix Query evaluation?

Beyond that, you should check for the Oracle DB folder existence, instead of the processes’ PIDs, otherwise you’ll get a false result if Oracle DB is not running. This result will stay until the relevance gets evaluated again (and Oracle DB service is restarted).

1 Like