UMDS Quick Start
Starting the UMDS Server

To start the UMDS Server, perform the following procedure:

  1. Open a terminal window and navigate to the server bin directory.

    $ cd  [installdir]/bin
    

  2. Update LD_LIBRARY_PATH with both UMDS and Ultra Messaging library paths.

    $ LD_LIBRARY_PATH="/usr/lib:[LBMinstalldir]/lib:[UMinstalldir]/lib"
    export LD_LIBRARY_PATH
    

  3. Issue the following command:
    $ ./umdsd ../cfg.xml
    

You see output similar to the following:

Ultra Messaging Desktop Services Version 6.12 Build: ...
Purpose: UMDS daemon
authentication: Warning: no authentication methods specified, 'none' assumed

Open a Web browser to the web monitor IP address and port noted in Configuring the UMDS Server. E.g. http://172.16.254.1:8080