2.4.3 Starting Cosminexus HTTP Server (httpsd command)

You can also use the httpsd command to start Cosminexus HTTP Server. Normally, you do not use this method. You use this method to specify an httpsd.conf file name other than the default name or to specify the root directory and the httpsd.conf file when starting the server.

If you are using an encrypted private key for SSL, a request to enter the private key password is displayed when starting Cosminexus HTTP Server.

Organization of this subsection
(1) Format
(2) Options
(3) How to restart
(4) How to end
(5) How to confirm the start

(1) Format

/opt/hitachi/httpsd/sbin/httpsd [[-d directory] [-f file-name] [-R directory] | -v | -t]

(2) Options

(3) How to restart

You can use the kill command to restart Cosminexus HTTP Server:

kill {-HUP | -USR1} `cat PidFile-directive-specified-value`

(4) How to end

When you use the httpsd command to start Cosminexus HTTP Server, execute the following command to end the process and stop Cosminexus HTTP Server:

kill {-TERM | -USR2} `cat PidFile-directive-specified-value`

(5) How to confirm the start

To confirm the start of Cosminexus HTTP Server, check the control process. For details, see (3) Monitoring the control process of 4.1.3 Operation management.