mqsichangedbimgr command

Use the mqsichangedbimgr command to update the Derby Network Server.

Supported platforms

  • Windows®

Purpose

The mqsichangedbimgr command updates the Windows service that runs the Derby Network Server, with a new user password, a new user ID, or both.

Syntax

Parameters

-a ServicePassword
(Required) The new password for the ServiceUserID. To complete a password change successfully, you must:
  • Stop the broker by using the mqsistop command.
  • Change the password by using the appropriate Windows facilities.
  • Use the appropriate mqsichange commands to update all the components that reference this same ServiceUserID and password.
  • Restart the broker by using the mqsistart command.
-i ServiceUserID
(Optional) The user ID under which the default database runs. Specify this parameter in any valid user name syntax:
  • domain\username
  • \\server\username
  • .\username
  • username

If you use the unqualified form for this user ID (username), the operating system searches for the user ID throughout its domain, starting with the local system. This search might take some time to complete.

The ServiceUserID specified must be a member of the local group mqbrkrs. It can be a direct or indirect member of the group. The ServiceUserID must also be authorized to access the home directory (where you have installed WebSphere® Event Broker).

The security requirements for the ServiceUserID are detailed in Security requirements for Windows platforms.

Authorization

The user ID used to run this command must have Administrator authority on the local system and be part of the mqbrkrs group.

Examples

The following example changes the password used for the DatabaseInstanceMgr service:
mqsichangedbimgr -a wbrkpw1
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2009Copyright IBM Corporation 1999, 2009. All Rights Reserved.
Last updated : 2009-01-07 15:40:57

an35003_