Custom properties using Installation Manager to install Jazz CLM in silent mode?
Hello! Installing Jazz CLM solution in silent mode, we use next steps: 1. Looking up for available packages with commands like to next:
cd <INSTALLATION_MANAGER_DIR>/eclipse/tools
2. For each package displayed in step 1, we use a command like to:
./imcl install com.ibm.team.install.jfs.app.jts_4.0.1000.RJF-I20121109-1457-r401- -acceptLicense -installationDirectory
It works fine but there's a little problem here. These commands set Jazz CLM in default mode (we can not set custom properties for the installation). For example, we can not find any web applications for deployment to Websphere Application Server (only "tomcat" folder). As well, we use Installation Manager 32-bit (we can not replace it currently) but we need to setup Jazz CLM in 64-bit mode. Guys, may be somebody does have an expirience of Jazz CLM installation in silent mode and could easily to give a recommendation for us. I will be very much appreciate for any advice. Thank you very much in advance! |
2 answers
The webapps from the tomcat/webapps folder (jts.war, ccm.war etc) can be deployed into WAS.
I have not tried the installation manager setup, but perhaps this link may be able to help with some workarounds/install paths: https://jazz.net/library/article/1296 Comments
Dmitry A. Lesin
commented Feb 13 '14, 11:53 p.m.
Thank you for the link! But it talks only about that we can use 32-bit IM to install 64-bit Jazz CLM. But how we can do it from command prompt? |
To deploy the Jazz web applications to WAS, take a look at the Python script server/was/clm_deploy.py. To provide the proper parameters to the Python script, you need to use WAS command line to retrieve them (or hard code somewhere). If you cannot find the .war files under server/was/, they should be located under server/tomcat/webapps/.
Comments
Dmitry A. Lesin
commented Feb 13 '14, 11:39 p.m.
The installation is performed in several steps:
1
Donald Nong
commented Feb 14 '14, 12:21 a.m.
Silent installation with Installation Manager normally involves a response file which you can put many parameters there, but I don't see you mention it at all. Are you using it or not?
|
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.