Author |
Message
|
Sridar |
Posted: Mon Aug 18, 2008 11:22 pm Post subject: [Solved]ConfigManagerProxyExerciser in Solaris |
|
|
Acolyte
Joined: 14 May 2006 Posts: 72 Location: Chennai, India
|
Hi
I want to clarify a doubt.
In non- windows platforms like Solaris is there any way to add the broker to the domain without using the ConfigManagerProxyExerciser?
When i run this in my deployment server which is in Solaris i get an error that javaw not found
When i checked none of the jre in mqsi, mq and jdk have the javaw
They have only java, javaws and java_vm
I tried to do it from my Windows toolkit, but my toolkit user id does not have access to the MQ in the solaris box.
I thought of creating the MQ user id which has access in the Solaris in my windows box but the user id name is
Also the service user idmqm which cannot be created in Windows as already i have a group called mqm.
Am trying to get the javaw executable in the Solaris box but if there is a workaround that will be more useful.
 _________________ Thanks and Regards
Sridar
Last edited by Sridar on Wed Aug 20, 2008 10:18 pm; edited 1 time in total |
|
Back to top |
|
 |
james_m |
Posted: Mon Aug 18, 2008 11:44 pm Post subject: |
|
|
 Apprentice
Joined: 28 May 2007 Posts: 31
|
You need remote administration of the Configuration Manager for that do the following :
Both, the Configuration Manager and the Broker can either have individual Queue Managers or they can even share a single queue manager. The only change would be the parameter setting of the channel SYSTEM.BKR.CONFIG within the Configuration Manager’s Queue Manager.
This is a server-connection channel, responsible for allowing the remote administration of the Configuration Manager Queue Manager through the WMB v6.1 Toolkit. If one needs a connection to the Configuration Manager, along with the creation of ACL entries, as specified before, the channel SYSTEM.BKR.CONFIG needs to be altered in the following way
alter channel(SYSTEM.BKR.CONFIG) chltype(SVRCONN) mcauser(‘mqm’)
ACL Entries are used for enabling/disabling security on the remote administration of the configuration manager. Using the toolkit, to be able to access the configuration manager using a user-id login, say, User01 requires one to issue the following command at the configuration manager end
mqsicreateaclentry <config_mgr_name> -u User01 -a -x F -p
where ‘a’ indicates a user belonging to any machine or domain.
‘x’ indicates level of authority – F meaning ‘Full’
‘p’ indicates rights over ConfigManagerProxy
 |
|
Back to top |
|
 |
Sridar |
Posted: Tue Aug 19, 2008 12:35 am Post subject: |
|
|
Acolyte
Joined: 14 May 2006 Posts: 72 Location: Chennai, India
|
Hi James,
Thanks.
I will try this out.
Am also trying to use the CMP API.
Am not so good in java and so does anyone have any thoughts on this.
Which classes or methods i have to use for adding the broker to the domain.
Does anyone has a sample code? _________________ Thanks and Regards
Sridar |
|
Back to top |
|
 |
David.Partridge |
Posted: Tue Aug 19, 2008 1:55 am Post subject: |
|
|
 Master
Joined: 28 Jun 2001 Posts: 249
|
Please don't set the MCAUSER of any svrconn channel to mqm (or leave it blank). Doing this will leave your QM wide open to being hacked. _________________ Cheers,
David C. Partridge |
|
Back to top |
|
 |
Sridar |
Posted: Tue Aug 19, 2008 9:29 pm Post subject: |
|
|
Acolyte
Joined: 14 May 2006 Posts: 72 Location: Chennai, India
|
Hi
I wrote a java standalone for adding to the domain and it worked.
Thanks for your suggestions _________________ Thanks and Regards
Sridar |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Aug 20, 2008 3:12 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
On v6.1, you can add a broker to a domain using mqsicreateexecutiongroup -f. |
|
Back to top |
|
 |
Sridar |
Posted: Wed Aug 20, 2008 3:19 am Post subject: |
|
|
Acolyte
Joined: 14 May 2006 Posts: 72 Location: Chennai, India
|
Hi mqmatt,
Thanks.
We are using only 6.0.3 only. _________________ Thanks and Regards
Sridar |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Aug 20, 2008 3:22 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
|
Back to top |
|
 |
|