What is the max value for the timeout variable in the cdm probe, because via probe GUI the max limit is 60
Release : Any UIM release
Component : Any cdm version
Manually set in Raw configuration the timeout value from 60 to any desired value like 300
or Manually change from the cfg file:
<disk>
interval = 5 min
samples = 4
use_systemspace = no
ignore_filesystem = ^\/admin\/mksysb*|^\/VNXe|^\/mnt$|^\/run\/user\/.*|^\/oratools|^\/proc\/sys\/fs\/.infmt_misc|^\/tmp/\d+|^\/sys\/fs\/cgroup|^\/sasw|^\/dev\/shm|^\/mnt\@.*|^\/run|^\/proc\/fs\/.*|^\/mnt*|^\/dvd|^\/proc\/sys\/fs\/.*|^\/dev\@|^\/run.user*\@*|^\/var\/tmp\/stage|^\/var\/lib\/docker
ignore_device =
timeout = 60
TO 300:
<disk>
interval = 5 min
samples = 4
use_systemspace = no
ignore_filesystem = ^\/admin\/mksysb*|^\/VNXe|^\/mnt$|^\/run\/user\/.*|^\/oratools|^\/proc\/sys\/fs\/.infmt_misc|^\/tmp/\d+|^\/sys\/fs\/cgroup|^\/sasw|^\/dev\/shm|^\/mnt\@.*|^\/run|^\/proc\/fs\/.*|^\/mnt*|^\/dvd|^\/proc\/sys\/fs\/.*|^\/dev\@|^\/run.user*\@*|^\/var\/tmp\/stage|^\/var\/lib\/docker
ignore_device =
timeout = 300