How to do non interactive upgrade for CLM
But my request is to upgrade the CLM server without any prompt info. So I tried to set the upgrade/jts/param/jts_params.bat for NO_PROMPT=noPrompt NO_VERIFY=noVerify OVERWRITE-overwrite=yes -noStepPrompt=true.
1. But the prompt message still happened. I don't how to walk around that. Anyone know that?
-------------------------------
The configuration files are merged successfully.
A notepad editor will be opened to let you verify the JTS teamserver.properties file.
Verify that the Public URI root denoted by the com.ibm.team.repository.server.we bapp.url property is correct.
Verify that the database properties are correct.
When done, save your changes if any and close the editor to continue the script execution.
Consult the 'Upgrading the Rational solution for CLM' topic of the Info Center for information on how to properly configure each property.
Enter [C] to continue the execution or hit [Enter] to cancel the script execution:
--------------
2. The upgrade Data WareHouse also prompted to me. How to walk around that?
Accepted answer
I'm not exactly sure, but I believe -noPrompt should have skipped the upgradeWarehouse prompt. If this is not the case, please open a defect so we can investigate it.
Comments
Bo,
Thank you very much! I will have a try.
BTW, maybe I didn't describe my request very clearly against the data warehouse upgrade. In my upgrade case, the data warehouse has been configured. But from the upgrade, I don't want the upgrade scripts to upgrade the data warehouse. Just want to the upgrade scripts skip the DW upgrade.
As of 4.0.4, there's no way to skip steps if you automate upgrade. There's an enhancement open asking for a way to skip steps: Provide a way to automate partial upgrade, then automate the completion of that upgrade at a later time. (265626)
One other answer
You can verify the same by looking at jts_upgrade.bat -help
Comments
I have tried to do that, like :
c:\IBM\JazzTeamServer\server>upgrade\jts\jts_upgrade.bat -oldJTSHome c:\IBM\CLM4
03RC\server\conf -noVerify -updateTomcatFiles no -noPrompt -overwrite -noStepPr
ompt.
The behavior is same as I described. The prompt info still there
Then I think opening a defect might be a good idea.