jsbadmin

StreamBase Administration Client — starts the StreamBase Administration Client, Java implementation

SYNOPSIS

jsbadmin [OPTION] [COMMAND]

DESCRIPTION

The jsbadmin command runs a Java implementation of the StreamBase administration client utility, sbadmin. Both commands let you perform StreamBase administration tasks such as addContainer, suspend, resume, and shutdown.

OPTIONS

The jsbadmin command has the same options as the sbadmin command. See sbadmin.

The only exception is that for jsbadmin, there must be no space between -u and the following URI, and no space between -p and the following port number.

jsbadmin -usb://localhost:10000 listConnections

jsbadmin -p9900 listConnections

COMMANDS

The jsbadmin command accepts the same commands as the sbadmin command. See sbadmin.

FILES

There is no configuration file for jsbadmin. Enabling or changing the StreamBase authentication setting for jsbadmin commands is done by editing the sbd.sbconf configuration file. It contains an <authentication> section.

ENVIRONMENT

STREAMBASE_SERVER

Optional. Contains the URI for a StreamBase Server instance. Use this variable to set a default StreamBase URI for StreamBase commands that take the –u option. If set, commands use the URI in this variable, overriding their built-in default URI, which is sb://localhost:10000. If this variable is set, you must use the –u option to communicate with any server other than the one specified in this variable. See the sburi page in the Reference Guide for more on StreamBase URIs.

STREAMBASE_LOG_LEVEL

Optional. Sets the minimum severity of messages that StreamBase writes to syslog or stderr. Default is 0, which gets NOTICE level messages and higher. Reasonable values are -1 (which disables NOTICE messages and shows only WARN, ERROR and FATAL messages), 1 (which adds INFO messages to the standard messages), and 2 (which adds DEBUG messages).

SEE ALSO

sbadmin
sbc
sbd
syslog (3)