ins_setchkint [-d destsys] -t tag -c {q=quick|d=deep} -v interval
This command modifies the quick check or deep check interval for the resource specified by the tag name “-t”. The interval must be entered in seconds.
Examples:
To change the quick check interval for the file share resource FSList.0 to two minutes, run the following command from $LKROOT\bin:
ins_setchkint-t FSList.0 -c quick -v 120
To disable the deep check for the file share resource FSList.0, run the following command from $LKROOT\bin:
ins_setchkint -t FSList.0 -c deep -v0
Post your comment on this topic.