Name

gencfg — generate configuration for a set of nodes

Synopsis

gencfg [OPTION...]

Description

Create simulation config files for one data service node, given number of server nodes and one client node with administrator privileges.

The following options are recognized:

-s N
        Create configs for N server nodes.

-i service_ip service_port server1_ip server2_port …
        IP addresses and names for service and server nodes.

-n
        Generate simulation config files for Nullsoft Installer (NSIS).

-p
        Set administrator password for client account.

Example

Generate config files for 2 server nodes, one client and one service node, using localhost IPs for the server and service nodes:

    gencfg -s 2

Notes

You should not have to use this utility to setup the Massic Demo. Use binary installation under Win32 and the massiv-setup utility under Linux (see Section E.1.4, “Compilation under Linux (GCC)”).

Known Bugs

The optional password is passed on the command line, which is not very secure.