Install and Set Up the DSB Services

To install the DSB services:

  1. Install the rpm on the server.
    For example, type:
    rpm –ivh DVN-DSB-1.1-16a.i386.rpm
    The rpm installs automatically into <DSB>=/usr/local/VDC.
  2. Configure Apache (httpd) to work with the installed DSB components.
    For ease of maintenance this configuration is isolated in a standalone file located in the main DSB installation tree. This configuration must be included in the main Apache configuration.
    Create a file called /etc/httpd/conf.d/00-vdc.conf with the following line in it:
    Include /<DSB>/etc/vdc.conf
    Then, restart httpd.
    A sample copy of 00-vdc.conf is included in the directory /<DVN>/etc.
  3. Verify that all components are present and functioning properly by checking the DSB Diagnose verb.
    Type the following command:
    http://<hostname>:[port]/VDC/DSB/1.0/Diagnose
    This command reports any missing or malfunctioning components.