Application Transformer for VMware Tanzu has a bulit-in integration with the Cloud Suitability Analyzer (CSA) tool. The CSA tool automates the process of understanding all the applications and its services running in your environment. It groups your applications and highlights the similarities in your setup and builds the pattern automatically. It helps you for planning application migration, for scheduling waves of migrations, and for building factory patterns.
CSA reviews each of the selected or filtered VMs to identify the targeted component (JAVA binary) running in the VMs. It groups the applications and services based on their archetypes or facets, imports, invocations, annotations. CSA generates random cluster number and groups similar applications in a cluster.
Prerequisites
- Add a vCenter Server
- Enable CSA for the components
- You must have read permission on the binaries that you are analysing:
- For Tomcat:
CATALINA_BASE/webapps/target binaries – like SampleHRApps.war
- For Oracle WebLogic Server: DOMAIN_HOME folder
- For JBoss:
- HOME/standalone/deployments/<target binaries>, and
HOME/standalone/data/<target binaries>
- Java application: Path of the binary location.
- For Tomcat:
- You must have access permissions to the following Linux commands:
find
cd
unzip
tar
mkdir
pwd