1.Modify the custom .cfx file within a configuration package using the following sample as a reference:
Note: Make sure to use the clear tag within the <fixed> section. This will remove existing disks, and force a rediscovery after the next restart of the cdm probe.
Here is a sample of this type of .cfx file for reference.
<disk> overwrite
interval = 15 min
samples = 4
<alarm> overwrite
active = yes
<connections> clear
</connections>
<fixed> clear
</fixed>
</alarm>
<fixed_default> overwrite
active = yes
qos_disk_usage = yes
qos_disk_usage_perc = yes
percent = yes
<error> overwrite
active = yes
threshold = 10
message = DiskError
</error>
<warning> overwrite
active = yes
threshold = 15
message = DiskWarning
</warning>
</fixed_default>
</disk>
2. Restart the cdm probe.
3. Drag and drop the probe onto the archive. When prompted, choose Configuration Only.
You can then deploy this configuration to target servers either as a standalone configuration or as part of a super-package.