(WMB) How to fix broker instance after password change ?

1. Fix DB2 services – The easiest way to do this is switch to services view in Windows and spot the services that are failing to start. Next right click these services and from the context menu select properties. Select the Log On tab and change the password used for these services. 
2. Next you need to fix the service password for your configuration manager. For this you need to issue mqsichangeconfigmgr <config_mgr_name> -a <password>. Start your configuration manager by issuing a mqsistart command following this.
3. The last piece you need to fix is your broker instance. For this you need to fix both service password and data source password. Issue a mqsichangebroker <broker> -a <Broker_Password> -p <DataSource_Password>. Start your broker instance by issuing a mqsistart command.

No comments:

Post a Comment