| Znav |
|---|
| next | Topic Federation |
|---|
| prev | Highly Available IceStorm |
|---|
|
The IceStorm administration tool is a command-line program that provides administrative control of an IceStorm server. The tool requires that the IceStormAdmin.TopicManager.Default property be defined, as in the IceStorm server configuration.
...
| Wiki Markup |
|---|
{zcode}
$ icestormadmin -h
Usage: icestormadmin [options] [file...]
Options:
-h, --help Show this message.
-v, --version Display the Ice version.
-e COMMANDS Execute COMMANDS.
-d, --debug Print debug messages.
{zcode} |
...
This sets the current topic manager to the one with instance name Foo; the first create command then creates the topic within that topic manager, whereas the second create command uses the topic manager with instance name Bar.
See Also
| Znav |
|---|
| next | Topic Federation |
|---|
| prev | Highly Available IceStorm |
|---|
|