To install, the adapter LaMa VM should be running Windows Server. Before you perform the installation, ensure that the LaMa is running. The installation of the adapter is done in 2 phases:
Download the adapter file to the LaMa VM from the dashboard
Install the adapter with the deploy command
Download the Adapter
Log into the LaMa VM and launch a browser window.
Enter the URL for the LaMa Service Dashboard, for example:
https://%3Cvla%20hostname%3E:8443/vla/dashboard, where
<vla_hostname>
is the FQDN or IP address of VLA.You may be prompted with a certificate warning, just accept the warning and proceed to the dashboard-landing page.
The dashboard should be displayed after you enter the LaMa Service username and password.
Scroll to the bottom of the dashboard page
Click VMware Adapter for LaMa.
if prompted for a directory for the download, specify
C:\usr\sap\<SID>\J<Instance>\j2ee\deployment\scripts
If you are not for a directory for the download, after downloading the file, move it to the directory
C:\usr\sap\<SID>\J<Instance>\j2ee\deployment\scripts
Verify that the adapter file VMwareLVM.ear file is in the scripts directory
Install the Adapter
Right click on the Windows start icon and open a command prompt with administrative rights.
At the C: prompt change directory to
C:\usr\sap\<SID>\J<Instance>\j2ee\deployment\scripts
Run the following command:
make_SDA.bat VMwareLVM.ear
Use the deploy command to deploy the adapter to LaMa - for example,
deploy <user>:<password>@localhost:50004 ..\SDA\VMwareLVM.ear
Usage: deploy <user>:<password>@<host>:<port> <ear file> [-no_start] Parameters: <user> User with administrators' rights. <password> Password for this user. <host> Target AS Java host. <port> Target P4 port. <ear file> Path to archive. [-no_start] Deployed modules are not started.