When using our deluser-check script by enabling it in vas.conf you receive the following errors in the system logs:
delusercheck script (/opt/quest/libexec/vas/scripts/deleted_check.sh) ran for too long
Increase the amount of time it is allowed to run by adjusting the following option:
	          [vasd]
	           deluser-check-timelimit = 120
	 
To get a decent idea of what to put the timeout value at, run the deleted_check.sh script manually along with time:
[root@v403h-rh6 scripts]# time ./deleted_check.sh
	real    0m2.117s
	user    0m0.223s
	sys     0m1.049s
	[root@v403h-rh6 scripts]#
This will give you, in seconds, how long it took to run. Try this on a few machines to get an overall average. Once you seem to have a decend benchmark, take the longest time and add 10-15 seconds and use that as your timeout value.
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 쿠키 기본 설정 센터