- UIM 8.x / 9.x
- cdm 6.30
The subsystem info is listed in the nas under the Subsystems Tab.
There are no issues with regards to subsystem ids, e.g., in the cdm probe subsystem ids for all the specified components (cpu, disk and memory), are specified in the source code itself, although it is not visible in the cdm.cfg file or the Probe gui. As I mentioned, the cdm probe uses exactly the same subsystem ids as listed in the nas gui.
#define SUBSYS_HOST "1.1.1"
#define SUBSYS_DISK "1.1.1.1"
#define SUBSYS_MEMORY "1.1.1.2"
#define SUBSYS_CPU "1.1.1.3"
#define SUBSYS_IOSTAT "1.1.1.4"
Also, by default, the cdm probe does not specify any subsystem id like 3.x or 3.3.3.1 as mentioned, in fact there is no 3.x.x.x value whatsoever, so it must have been manually added/modified at some point in the past.
In order to be sure, check the listed subsystems in the cdm.cfx file present in the probe directory (not the cfg file) because in the cdm.cfx file, all the default values provided by the probe should be present.
Also, for the parameters for which subsystem id is NOT present in the GUI, the corresponding subsystem ids are used internally in the probe as mentioned above for CPU DISK and MEMORY.