Author |
Message
|
scar |
Posted: Fri Aug 11, 2006 11:50 am Post subject: MQSI Password Issue[Urgent] |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
we are migrating from mqsi 2.1 to MB6.1
But today i found out that we dont have mqsiuid an db2admin passwords
when creating configmanager for MB6 we need both mqsiuid an db2admin passwords.
Quote: |
mqsicreateconfigmgr CONFIGMGR -i mqsiuid -a xyz -q
IASBV.D01.CONFIGMGR -n MQSICMDB -u db2admin -p xyx -w
/home/mqsiuid/CONFIGMGR |
so we thought first to change the passwords and check if 2.1 is working and the start migrating to mb6
i am a bit confused here while changing broker password using
Quote: |
mqsichangebroker brokername -a xyz -p xyz |
first i change both mqsiuid password and db2admin password
and then use mqsichangebroker command with new mqsiuid and db2admin password
is that right
Then do i even have to change configmanager using
Quote: |
mqsichangeconfigmgr -a xyz -p xyz |
|
|
Back to top |
|
 |
vennela |
Posted: Fri Aug 11, 2006 11:57 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
your approach seems right to me. Changing the configmgr also makes it even I guess. |
|
Back to top |
|
 |
scar |
Posted: Fri Aug 11, 2006 1:57 pm Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
since broker connects to DB2 using mqsiuid do i need to specify db2admin password while changing mqsiuid password OR
if i use "" for db2 password is that ok
Quote: |
mqsichangebroker brokername -a xyz -p "" |
|
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Aug 11, 2006 1:59 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
scar wrote: |
since broker connects to DB2 using mqsiuid do i need to specify db2admin password while changing mqsiuid password OR
if i use "" for db2 password is that ok
Quote: |
mqsichangebroker brokername -a xyz -p "" |
|
I thought you changed db password with mqsichangedbparms.... or is this only on V6? _________________ MQ & Broker admin |
|
Back to top |
|
 |
scar |
Posted: Fri Aug 11, 2006 2:16 pm Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
nope i havent changed any thing yet.
i am checking whether i have to change db2 password since broker connects to db2 usinf mqsiuid
I have to change the db2admin password to create config mgr on AIX for MB6, but do i need db2 password for BROKER is my actual concern. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Aug 14, 2006 1:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you just need to change the broker service user password, you can only specify the -i and -a parameters, you don't need to specify the -u and -p parameters. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|