Command reference

The commands provide the ability to configure and manage your nodes and node members.

Running commands

Use the following syntax to run commands for B2B Advanced Communications for both Windows and Linux from the install_dir\Members\bin directory:
execute command subcommand options

You can also run any command from your environment path by using the same syntax.

Logging command information

Logging information for commands is kept in a directory separate from the logging information for the operations of the members of the node. For more information, see Command logging.

When you run some of the commands, the configuration of the system is recorded before and after you run the command. This information is saved in the install_dir\Members\logs directory. For more information, see the Usage notes section for each command.

Remember: The configuration information includes user information, but this information is intended mainly for troubleshooting and not security auditing.

Globalizing command output

You can globalize the output of the commands in both Windows and Linux if the corresponding language bundles are installed for your current locale setting. Use the following guidelines to set your locale:

  • In Windows, to view or change the locale settings, follow the instructions available on Java website.
  • In Linux, set the LANG and LC_ALL environment variables to locale.UTF-8. For example, use LANG=fr_FR.UTF-8 for the French language in France.

The following alternative temporary changes are also available in your installation of B2B Advanced Communications:

  • In Windows, add the following line to the setEnv.bat file in the install_dir\Members\bin\cmd_lib directory:
    set JAVA_CMD=%JAVA_CMD% -Duser.language=en -Duser.country=US
  • In Linux, add the following lines to the setEnv.sh file in the install_dir/Members/bin/cmd_lib directory:
    JAVA_CMD=${JAVA_CMD}  -Duser.language=en -Duser.country=US
    export JAVA_CMD