Upgrade a Spectrum Cloud Integration
To upgrade an existing Spectrum Cloud integration, perform the following tasks:
A. Upgrade the Loftware Spectrum OIC Adapter
- Contact Loftware for the most recent version of the cloudIntegration.zip package.
- Unzip the cloudIntegration.zip package and use the oicAdapter.jar file.
- Remove the old adapter file oicAdapter.jar from <OIC Connectivity Agent location>/agenthome/thirdparty/adapters.
- Copy the adapter jar file to the following location for your environment:
- Windows Server: <OIC Connectivity Agent location>\agenthome\thirdparty\adapters
- Linux: <OIC Connectivity Agent location>/agenthome/thirdparty/adapters
- Stop the Connectivity Agent.
- Wait 1 minute, then restart the Connectivity Agent. You may need to log out of your OIC instance and log back in.
B. Upgrade the Spectrum Cloud Integration Agent
- Stop any Spectrum Cloud integrations that are connected to the Spectrum Cloud Integration Agent.
- Use the cloud-integration.war file from the cloudintegration.zip package.
- Stop the Tomcat instance.
- If you have made changes to logging configuration in <TOMCAT HOME>/webapps/cloud-integration/WEB-INF/classes/log4j2.xml, save a copy of that file to another directory outside of Tomcat.
- Delete the cloud-integration directory under <TOMCAT HOME>/webapps.
- Delete the existing cloud-integration.war file from <TOMCAT HOME>/webapps.
- Copy the cloud-integration.war file from the new release to <TOMCAT HOME>/webapps.
- Restart Tomcat.
- If you saved a log4j2.xml file, do the following:
- Navigate to <TOMCAT HOME>/webapps/cloud-integration/WEB-INF/classes/.
- Rename the existing log4j2.xml file in order to retain the file.
- Copy the new log4j2.xml file into the directory.
- Restart Tomcat again for the logging changes to take effect.
- Restart the Spectrum Cloud integrations that connect to this agent.