clm_was_config.py: can that handle deploy manager and node agents of cluster members?
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?
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
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
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
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
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.
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.