Previous Topic: Deploy the Backbone Configuration to the Hosts

Next Topic: Set Up the Sample Datastores on Each Host

Source the UNSPSC Schema

DXmanager creates an initialization file for each new DSA, which sources the default configuration files, including some schemas.

However, the data in the UNSPSC DSA requires the UNSPSC schema, which is supplied with CA Directory.

To source the UNSPSC schema

  1. Find the initialization file for the UNSPSC DSA in the following folder:
    DXHOME/config/servers
    

    The files each have the same name as the DSA, as in the filename UNSPSC-Host1.dxi.

  2. Open the initialization file in a text editor and find the statement that sources a schema group file. For example:
    source "../schema/dxmanager.dxg";
    
  3. Open the sourced group file in a text editor.
  4. Add the following line to the file:
    source "unspsc.dxc";
    
  5. Save and close the schema.

    When the UNSPSC DSAs are created, they all source the UNSPSC schema.

    You can now create a router DSA on each host.