How to remove DiskMissing alarms from CDM probe for any OS? Rather than using Nas Auto Operator profile and suppress need to disable completely.
Release : 20.3
Component : CDM
Option 1:
Can uncheck the un used filesystems in CDM GUI from IM.
Option 2:
Either through CDM Raw configure or CDM cfg file
go to disk>>alarm>>fixed>>missing>>c:/
- Change the value for key 'active' from yes to no.
<missing>
active = yes
message = DiskMissing
</missing>
go to disk>>fixed_default>>Missing
- Change the value for key 'active' from yes to no
- Apply , Ok
For Future purpose only:
In future to avoid this manual work can change the setting in archive itself.
- go to CDM in Archive on IM and double click
- under files, can see CDM.CFX
- Right click and edit the file
- go to fixed_default and change below value from yes to no
<missing> overwrite
active = no
message = DiskMissing
</missing>
<missing>
active = yes
message = DiskMissing
</missing>
note: please choose the OS as per your environment. and make sure to make changes before upgrade/deploy the probe.
And this has to be done before you upgrade/deploy the probe.