CDM alarms for run/user FS even though the filesystem is not monitored in MCS
search cancel

CDM alarms for run/user FS even though the filesystem is not monitored in MCS

book

Article ID: 232105

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

We are attempting to configure cdm/processes/logmon via MCS using Enhanced versions.  The GUI shows only 4 filing systems to be monitored under DIsk: /, /boot, /home, /opt, BUT getting alarms reporting /run/user/1412341234 is not available.

The filesystem is not monitored in the MCS GUI, however, in cdm.cfg DOES show

<#run#user#0>  <error> active = yes.

Why is an alarm fired if run/user profile is NOT created in MCS

Environment

Release : 20.3

Component : UIM - CDM WITH IOSTAT

Cause

Missing filesystem fiilters

Resolution

The /run filesystem for which the alarm is received is of type "tmpfs" and normally CDM exclude this by default.

 

Check if "Setup CDM Enhanced" profile, which is normally deployed initially before deploying disk profiles, is deployed for the server for which the alarms is received.

If you don't create a CDM Setup, the default CDM-MC settings are used. The default CDM-MC setting does not have any filesystem ignore enabled by default. 

 

With manual CDM configuration (non -MC version of CDM) you normally have the "ignore_filesystem" key enabled by default with the default exclusion:

https://api-broadcom-ca.wolkenservicedesk.com/attachment/get_attachment_content?uniqueFileId=J6wfjyOBHF3MLm7ieDJTTQ==

File System Type Filter - /^(?!.*?(tmpfs|nfs|iso9660)).*/ (excludes tempfs partitions, network file systems, and ISO 9660 CD-ROM file systems)

To resolve the issue, deploy Setup CDM (Enhanced) to the robot. The Setup MCS includes the above expression by default. 

Additional Information

cdm MCS Profile Type Configuration (broadcom.com)