Install the DSB Services

Perform the following steps to install the DSB services:

Download the DSB Code

Before you can use the DVN application, you must download the latest dvn-dsb.

Go to the official DVN SourceForge.net project site, http://sourceforge.net/project/showfiles.php?group_id=194383, and download the
dvn-dsb package. Be sure to include the following:

  • DVN-DSB-<version>.rpm
  • README-DSB-<version>.txt

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.