tibdgadmind

tibdgadmind is an administrative daemon for ActiveSpaces. The SQL ExecuteUpdate command requires tibdgadmind running in the data grid.

Syntax

tibdgadmind [-r realm_server_URL] [-l listen_URL]

By default, tibdgadmind listens on http://localhost:7171.

If more than one tibdgadmind needs to run on the same host or in a production environment where processes on other hosts need to be able to communicate with the tibdgadmind, the listen URL must be specified and must be something other than the default value localhost:7171. The value can be changed by specifying -l listen_URL.

More than one realm server URL can be specified by separating the URLs with the pipe (|) character when starting the tibdgadmind process.

After connecting to the realm server, tibdgadmind is able to process requests for table configuration changes such as creating a table, dropping a table, creating an index, and deleting an index.

To make table and index configuration updates to your data grid, you must run a realm server and an active data grid, a tibdgadmind process, and you must use the ExecuteUpdate API of the tibdgSession object. For more information, see Defining a Table Using SQL DDL Commands.

To provide fault tolerance, multiple tibdgadmind processes can be run.