The EAM Sample Solution is a Web-based application that demonstrates how to use OVF and (optionally) vSphere Installation Bundle (VIB) files to deploy ESX agent virtual machines to ESXi servers that a vCenter Server instance manages. The EAM Sample Solution also optionally installs the VIB files and integrates them with DvFilter.
The EAM Sample Solution is preconfigured to work with the VMware vFabric tc Server. For information about installing vFabric tc Server, see the vFabric tc Server Documentation.
1 | In a command window, go to the root folder of your tc Server. | ||||||
2 | Create an instance of a tc Server named tcserver where you can run the EAM Sample Solution using one of the following commands. | ||||||
3 | Install the tcserver instance by running one of the following commands. | ||||||
4 | Copy the file eam-sample.war from the ESX Agent Manager SDK work folder to the webapps folder in your tc Server.
| ||||||
5 | Unzip the eam-sample.war file into the tcserver\vfabric-tc-server-standard\eamserver\webapps\ folder. | ||||||
6 | Open the file tcserver\vfabric-tc-server-standard\eamserver\webapps\eam-sample\WEB-INF\eamri.properties in a text editor. | ||||||
7 | Provide the IP address of the machine where you run the solution, and the username and password for your vCenter Server system in eamri.properties. # IP of your machine. self.ip=solution_IP_address # URL prefix. If running on any other port than standard Tomcat port change 8080 to # the used port. self.url.prefix=http://*:8080/eam-sample # vCenter settings. vc.host=vCenter_Server_IP_address vc.http.proxy.port = 80 vc.https.proxy.port = 443 vc.user = username vc.password = password | ||||||
8 | |||||||
9 | |||||||
10 | (Optional) If you changed the default port in eamri.properties, you must replicate this change in the tc Server configuration file tcserver\vfabric-tc-server-standard\eamserver\conf\catalina.properties. | ||||||
11 | Restart the tc Server instance tcserver by running one of the following commands. | ||||||
12 | In a browser, go to http://tcserver_IP_address:8080/eam-sample/ to check that the EAM Sample Solution is running. You should see the text The EAM Sample Solution is up and running. |