Post-Installation Tasks

Startup Sequence / Dependencies

To ensure a proper service start and to minimize error messages on the TeamDrive Client side, the following startup sequence of the TeamDrive Enterprise Server components and services should be observed.

  1. Start the TeamDrive Host Server services in the following order:

    1. Mount the Space Volumes (e.g. NFSv4, local/virtual disks)
    2. Start the Host Server MySQL database service
    3. Start the td-hostserver background service
    4. Start the Apache HTTP Server

2. Start the TeamDrive Host Server services as outlined in the TeamDrive Host Server Installation Guide.

Starting the Apache HTTP Server at Boot Time

To ensure that Apache HTTP Server starts up automatically at system bootup time, use the following command to enable it:

[root@hostserver ~]# chkconfig httpd on

Starting TeamDrive Service at Boot Time

To start the TeamDrive Host Server background service td-hostserver at boot time, use the following command to enable it:

[root@hostserver ~]# chkconfig td-hostserver on

Next steps

This concludes the basic installation and configuration of the TeamDrive Host Server. Please consult the TeamDrive Host Server Administration Guide for additional information on advanced administrative tasks and configuration steps.