- -i ServiceUserID
- (Required) The user ID under which the broker runs.
The security requirements for the ServiceUserID are
detailed in Security requirements for Linux and UNIX platforms. The ServiceUserID specified
must be:
- Specified in the form username.
- A direct or indirect member of the local group mqbrkrs.
- A direct or indirect member of the local group mqm
- Authorized to access the home directory (where WebSphere Message Broker has
been installed).
- -a ServicePassword
- (Required) The password for the ServiceUserID.
For compatibility with existing systems, you can still specify <password>.
However, if you do not specify a password with this parameter when you run
the command you are prompted to enter a password during its invocation, and
to enter the password a second time to verify that you have entered it correctly.
- -q QueueManagerName
- (Required) The name of the queue manager associated with the User Name Server.
If the queue manager does not already exist, it is created
by this command, however, it is not created as the default queue manager.
If you want the queue manager to be the default queue manager on this system,
you must create it before you issue this command.
The queue manager attribute MAXMSGL (maximum
length of messages that can be put to queues) is updated to 100 MB. This is
done whether or not the queue manager is created by this command.
- -r RefreshInterval
- (Optional) The interval, specified in seconds, at which the User Name Server interrogates the security subsystem for
changes to user or group attributes. If it is not specified, the User Name Server's
default interval of 60 seconds is used.
- -w Workpath
- (Optional) The directory in which working files for the User Name Server are
stored. If not specified, the default value specified when the product was
installed is used.
- -g AuthProtocolDataSource
- (Optional) Use this parameter to specify the name and location
of the password file used to source any protocol related information. By default,
the file is expected to be found in the home directory. If you store the file
in a different location, specify the full path location with file name.
Two
samples, password.dat and pwgroup.dat, are
provided in the examples/auth directory under the product
home directory.
- (Optional) Use this parameter to specify the name of the data
source required by the authentication protocol.
- -j
- (Optional) Indicates that groups and group memberships are defined
in the data source for the authentication protocol, rather than being drawn
from the operating system.
- -o
- (Optional) Indicates that groups and group memberships are drawn
from the operating system, rather than being defined in the data source for
the authentication protocol.