(imported topic written by SystemAdmin)
I’m trying to write a relevance expression to detect all Solaris servers running a process that has a particular word in the process name. I’ve tried:
exist process whose (name of it contains “WORD”)
exist processes whose (name of it contains “WORD”)
and neither work. Am I missing something? Thanks in advance.