You can disable administrative security
for a broker by updating the relevant broker property.
- Stop the broker in the IBM® Integration Explorer,
or run the mqsistop command.
- Clear the security option for this broker in the IBM Integration Explorer, or run the mqsichangebroker command, specifying
the parameter -s inactive. For example,
to disable security for the broker IB9NODE, enter the following
command:
mqsichangebroker IB9NODE -s inactive
- Start the broker in the IBM Integration Explorer,
or run the mqsistart command.
When this command completes, all users
are able to complete tasks against the broker; for example, they can
run the
mqsichangeproperties command
to change broker properties. They can also complete all tasks against
all integration servers that have been defined, and are defined in the
future, on this broker.
When you disable broker administration security,
the authorization queues that are associated with this broker are
retained. If you enable security again, these queues are reused, therefore
you must ensure that the authorizations defined by these queues are
correct.