The cdm probe is not able to get a port but has pid as seen in Infrastructure manager. Issue seen on a linux server.
Can see the below in cdm logs before probe restart
Sep 20 15:06:58:305 [140693145913088] cdm: FS does not have a device specified /proc/sys/fs/binfmt_misc
Sep 20 15:06:58:305 [140693145913088] cdm: Getting disk info for FS /var/lib/nfs/rpc_pipefs
Sep 20 15:06:58:305 [140693145913088] cdm: safe_statvfs: Not a NFS mount point /var/lib/nfs/rpc_pipefs
Sep 20 15:06:58:305 [140693145913088] cdm: FS does not have any blocks of space: /var/lib/nfs/rpc_pipefs
Sep 20 15:06:58:305 [140693145913088] cdm: Skipping Network fs /proc/fs/nfsd - nfs space checking not active
Sep 20 15:06:58:305 [140693145913088] cdm: Getting disk info for FS /root/.gvfs
Sep 20 15:06:58:305 [140693145913088] cdm: safe_statvfs: Not a NFS mount point /root/.gvfs
When the cdm probe is trying to read /root/ .gvfs filesystem it is getting hung.
Can set up ignore for such filesystem and post these changes cdm probe will start to function
Open cdm probe with raw configure
disk ->ignore_filesystem
Example filters
/\/.gvfs.*/
or
/.gvfs.*/