Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Znav
nextTopic Federation
prevHighly 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.

Ztop

See Also

Zret
Znav
nextTopic Federation
prevHighly Available IceStorm