Author |
Message
|
ydsk |
Posted: Thu Dec 29, 2005 7:42 am Post subject: crtmqm gives AMQ5653 - mqm user isn't defined |
|
|
Chevalier
Joined: 23 May 2005 Posts: 410
|
Hi, WMQv5.3 ( with CSD11) software has been installed on a AIX box. I was given root id/pwd, and was aked to create a qmgr. I logged in as root and then did a 'su - mqm' and when I give the command crtmqm it gave me an error message AMQ5653. I looked up in the MQ messages manual and it says I need to create the id mqm and add it to the group mqm. I verified that the id mqm already exists and belongs to the group mqm.
Please help me in identifying the problem here. I have no clue what this is.
Thanks.
ydsk. |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Dec 29, 2005 9:02 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
Hmm... I've never really encountered this before but here's a few things I would check:
Is there an entry in /etc/passwd for mqm?
Does mqm have a home directory?
What are the permissions/ownership of the mqm home directory?
After su - mqm what does the id command show?
groups?
Using smitty can you change show characteristics of the mqm user?
Was the WMQ5.3.0.11 installation recent? Was it installed using root user authority?
Can you uninstall then re-install MQ on the Server?
Have you looked at the AIX Quick Beginnings guide for WMQ?
Good luck and please post the resolution to this issue once it is resolved. I'm curious to hear how this turns out? _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
ydsk |
Posted: Thu Dec 29, 2005 10:03 am Post subject: |
|
|
Chevalier
Joined: 23 May 2005 Posts: 410
|
The mqm id didn't have proper permissions on /etc/passwd and /etc/group. When we changed the permissions with chmod it all worked fine.
Thanks for your response Smith !
cheers.
ydsk. |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Dec 29, 2005 1:09 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
 _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Dec 29, 2005 2:34 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ydsk wrote: |
The mqm id didn't have proper permissions on /etc/passwd and /etc/group. When we changed the permissions with chmod it all worked fine.
Thanks for your response Smith !
cheers.
ydsk. |
I thought that those 2 files were rw for root and read only for everybody else (group, other) ?
ls -l /etc/passwd
-rw-r--r-- root system .......................... passwd
 |
|
Back to top |
|
 |
csmith28 |
Posted: Fri Dec 30, 2005 10:08 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
fjb_saper wrote: |
ydsk wrote: |
The mqm id didn't have proper permissions on /etc/passwd and /etc/group. When we changed the permissions with chmod it all worked fine.
Thanks for your response Smith !
cheers.
ydsk. |
I thought that those 2 files were rw for root and read only for everybody else (group, other) ?
ls -l /etc/passwd
-rw-r--r-- root system .......................... passwd
 |
Normally this is the case but that's never stopped anyone with root autority from chmod'ing. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Dec 30, 2005 8:52 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
csmith28 wrote: |
Normally this is the case but that's never stopped anyone with root autority from chmod'ing. |
Well I guess it never stopped anybody with root authority from acting stupid either... |
|
Back to top |
|
 |
csmith28 |
Posted: Mon Jan 02, 2006 7:48 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
fjb_saper wrote: |
csmith28 wrote: |
Normally this is the case but that's never stopped anyone with root autority from chmod'ing. |
Well I guess it never stopped anybody with root authority from acting stupid either... |
Indeed it does not. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
bbburson |
Posted: Tue Jan 03, 2006 12:36 pm Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
I ran into almost the same problem last week. The file permissions on /etc/passwd and /etc/group were right, but the /etc subdirectory didn't allow access. |
|
Back to top |
|
 |
|