Cdm probe - timeout max value
search cancel

Cdm probe - timeout max value

book

Article ID: 202795

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

What is the max value for the timeout variable in the cdm probe, because via probe GUI the max limit is 60

Environment

Release : Any UIM release

Component : Any cdm version

Resolution

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