Starts SGD services on the host.
tarantella start [ --http | --https ] [ --servlet ]
tarantella start cdm | sgd | webserver [ --http | --https ] [ --servlet ]
If no subcommands are specified, this command starts both the SGD server and the SGD web server.
The following table shows the available options for this command.
Option | Description |
---|---|
| Starts HTTP services (Apache). |
| Starts HTTPS services (Apache). Requires a valid SSL certificate for the SGD web server. |
| Starts Java Servlet extension and JSP technology services (Tomcat). |
The following table shows the available subcommands for this command.
Subcommand | Description | More Information |
---|---|---|
cdm | Starts only the UNIX platform client drive mapping services on the SGD server. | |
sgd | Starts only the SGD server. | |
webserver | Starts only the SGD web server. |
All commands include a
--help
option. You can use
tarantella start subcommand
--help to get help on a specific command.
The following example starts the SGD server and HTTPS services on the SGD web server.
# tarantella start --https