It's all about the answers!

Ask a question

clm_was_config.py: can that handle deploy manager and node agents of cluster members?


Frank Ning (50025119133) | asked Nov 14 '12, 1:00 p.m.
Hello,

This is CLM 4.0.0.1 with WAS ND V8.0.3 and WXS 7.1.1.

The clm_was_config.py script is a very nice one to save a lot of manual work. However, I found that it does not handle the ORB settings for the node agents and the deployment manager.

The following topic asked to do the setting for deployment manager and node agents related to those application servers.

http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_deploy_cluster_setting_orb.html

Can this script be enhanced to handle the setting for deployment manager and all the node agents related to those cluster members?

2 answers



permanent link
Rosa Naranjo (2.9k11723) | answered Nov 14 '12, 5:24 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Hello
There are cluster specific scripts.  See  these 2 links:

http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.jazz.install.doc/topics/t_deploy_was_clustered_jython.html

http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.jazz.install.doc/topics/t_deploy_was_clustered_dist_jython.html

Comments
Frank Ning commented Nov 14 '12, 6:29 p.m.

Hi Rosa,

Please check my question again. I was not asking to deploy CLM applications within WAS cluster. I was asking to cover the ORB settings for the deployment manager and the node agents of cluster members.  The existing jython scripts from CLM do not cover deployment manager and node agents as far as I can tell. Please check whether Rational team can enhance clm_was_config.py to do ORB settings for deployment manager and node agents.

Thanks


permanent link
Rosa Naranjo (2.9k11723) | answered Nov 15 '12, 11:02 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Hello
My apologies.  I know I had seen the ORB settings covered in one of the scripts and it is in fact in the clm_was_config.py.  Here is an excerpt from the commented upper section of clm_was_config.py:

# -> In a clustered environment:                                           #
#    * Make the following ORB (Object Request Broker) settings             #
#      o Request timeout = 30                                              #
#      o Connection cache maximum = 1024                                   #
#      o Connection cache minimum = 1024                                   #
#      o Locate request timeout = 30                                       #
#      o Pass by reference (noLocalCopies) = true                          #
#    * Add the following ORB custom properties                             #
#      o name: com.ibm.CORBA.ConnectionMultiplicity value: 1               #
#      o name: com.ibm.CORBA.ConnectTimeout value: 10                      #
#      o name: com.ibm.CORBA.FragmentSize value: 0                         #
#      o name: com.ibm.CORBA.FragmentTimeout value: 30                     #
#      o name: com.ibm.CORBA.NoLocalInterceptors value: true               #
#      o name: com.ibm.CORBA.ServerSocketQueueDepth value: 1024            #
#    * Make the following Thread Pool Settings                             #
#      o Minimum Size = 256                                                #
#      o Maximum Size = 256                                                #
#      o Allow thread allocation beyond maximum thread size = false  

Does this not work? If so, please open a workitem on Jazz.net under CALM\Install so that development may be made aware.

Comments
Frank Ning commented Nov 21 '12, 7:47 p.m. | edited Nov 21 '12, 7:48 p.m.

Hi Rosa,

Thanks for your response and sorry for the delay.

The following enhancement work item was created.

https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=242119

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.