This section explains the procedure for starting the thttpd service/daemon when both the policy distribution function and communications using the "Pull" method are to be used.
Required privileges
[Windows]
The user must have the privileges of a member of the Administrators group
[UNIX]
The user must have system administrator (superuser) privileges.
Procedure
[Windows]
Select [Administrative Tools] and then [Services] from the Control Panel.
Select [Systemwalker SQC thttpd], and then open the [Properties] window.
In the [General] tab, change the [Startup type] to [Automatic].
[UNIX]
Set up a startup script by executing the following commands:
# cd /etc/rc2.d # ln -s /opt/FJSVssqc/bin/ssqchttp S99ssqchttp |
Set up a stop script by executing the following commands:
# cd /etc/rc0.d # ln -s /opt/FJSVssqc/bin/ssqchttp K00ssqchttp |