To enhance the stability of IWSVA, you can automatically recycle the HTTP and FTP processes after the child process has run for a certain period or has handled a certain number of transactions.
To enable automatic recycling of processes:
- If you are using IWSVA 5.1, apply hot fix build 1418 or apply IWSVA 5.1 Service Pack 1.
Obtain a copy of the hot fix from Trend Micro Technical Support. - Log in to the IWSVA admin CLI and use the following commands to enable or disable the recycling of daemons at a specific time:
[root@iwsva ~]# clish
> enable
enable# configure service recycle time HH:mm (enable)
enable# configure service recycle disable time (disable)Where:
HH is the hour of the day
mm is the minute of the hour
To enable or disable the recycling of daemons after handling a specified amount of traffic, use the following CLI commands:
enable# configure service recycle transaction <number> (enable)
enable# configure service recycle disable transaction (disable)
Where: <number> must not be less than 100000