Is there any ways to maintain Jazz (IBM ELM) installation (update,modify or uninstall) in command line mode?
I have read the topic in IBM docs about install Jazz platform (IBM ELM) in command line silent mode, it says we can set some parameters in the IBM Installation manager response file (silent-install-server.xml or silent-install-server2.xml),
Accepted answer
This is an installation manager feature. You can use the response file recording and the silent install feature (which documentation you refer to) for installing. You can use it for upgrading which is a new install and then running the upgrade script as well. I believe that this should also cover uninstall.
Comments
Hi Ralph,
If you do not have the reputation to add images, you can link to an image.
Since the deployment topologies are complex, you will definitely need additional capabilities to do all the steps required for a full system. I know customers that do this.
OK I see.
I am pretty sure that works as well. You can silent install Installation Manager, you can silent install ELM - https://www.ibm.com/docs/en/elm/7.0.0?topic=applications-installing-from-command-line I think commands to uninstall exist as well. ELM does not leave stuff in the registry, so you can just delete the install folders as well. Look up the documentation, I will not go in more details here.
I have looked into install and know that works. You might want to have additional tools such as Ansible or Urban Code to help automation across nodes.
I read some contents about Installation Manager again, it seems that I can use IM to do these things, is that right?
I have tried the IM using console mode to install/uninstall ELM applications/components, it worked as expected.