Archived

This forum has been archived. Please start a new discussion on GitHub.

Documentation TopicFederation icestormadmin

The documentation for Topic Federation (Topic Federation - Ice 3.4 - ZeroC) states that I can add all of my admin commands in a file, then pass that file to the icestormadmin process. This does not work.

Comments

  • I have supplied a patch file to allow a command file to be specified.
  • mes
    mes California
    Hi Harry,

    Thanks for bringing this to our attention. You're right, the icestormadmin utility doesn't accept command files as arguments. However, since it reads commands from standard input, an alternative is to redirect input from a command file:

    > icestormadmin --Ice.Config=... < commands.txt

    I've updated the docs to reflect the existing behavior.

    Regards,
    Mark