Availability-Manager-for-Virtual-Machines

所属分类:操作系统开发
开发工具:Java
文件大小:20864KB
下载次数:0
上传日期:2014-09-16 05:50:29
上 传 者sh-1993
说明:  该项目的目标是创建一个可用性管理器来监视数据中心上虚拟机的状态...
(The goal of this project is to create an availability manager to monitor the status of Virtual Machines on a datacenter in a Vsphere server using Java and Vmware web services SDK. The project monitors both virtual machines and hosts for failure. When a failure is detected first the host is checked for failure. If the host has failed, an attempt ...)

文件列表:
.classpath (1338, 2014-09-16)
.project (367, 2014-09-16)
.settings (0, 2014-09-16)
.settings\org.eclipse.jdt.core.prefs (587, 2014-09-16)
CMPE283.doc (977920, 2014-09-16)
bin (0, 2014-09-16)
bin\AddAlarm.class (2824, 2014-09-16)
bin\AddAlarmHost.class (3121, 2014-09-16)
bin\ExportOvfToLocal$1.class (711, 2014-09-16)
bin\ExportOvfToLocal.class (7311, 2014-09-16)
bin\GetServiceInstance.class (1066, 2014-09-16)
bin\HostOperations$1.class (917, 2014-09-16)
bin\HostOperations.class (5447, 2014-09-16)
bin\ImportLocalOvfVApp$1.class (686, 2014-09-16)
bin\ImportLocalOvfVApp.class (9125, 2014-09-16)
bin\LeaseProgressUpdater.class (1016, 2014-09-16)
bin\Main$1.class (4356, 2014-09-16)
bin\Main$2.class (1463, 2014-09-16)
bin\Main.class (6782, 2014-09-16)
bin\MyVM.class (8865, 2014-09-16)
bin\PingExample.class (2955, 2014-09-16)
jars (0, 2014-09-16)
jars\activation-1.1.jar (62983, 2014-09-16)
jars\axis.jar (1599570, 2014-09-16)
jars\axis2-ant-plugin-1.6.1.jar (18285, 2014-09-16)
jars\commons-discovery-0.2.jar (71442, 2014-09-16)
jars\commons-httpclient-3.1-beta1.jar (305528, 2014-09-16)
jars\commons-logging-1.1.1.jar (60841, 2014-09-16)
jars\dom4j-1.6.1.jar (313898, 2014-09-16)
jars\javacImpl-0.9.jar (21028, 2014-09-16)
jars\jaxrpc.jar (31191, 2014-09-16)
jars\jsp-api.jar (76690, 2014-09-16)
jars\mail.jar (439713, 2014-09-16)
jars\pingservice.jar (8318, 2014-09-16)
jars\rt.jar (51581545, 2014-09-16)
jars\saaj.jar (18979, 2014-09-16)
... ...

Availability-Manager-for-Virtual-Machines ========================================= The goal of this project is to create an availability manager to monitor the status of Virtual Machines on a datacenter in a Vsphere server using Java and Vmware web services SDK. The project monitors both virtual machines and hosts for failure. When a failure is detected first the host is checked for failure. If the host has failed, an attempt to reconnect is done. If the reconnection fails, another host is searched for migrating virtual machines. If no other host is present, a new host is added and vm is restarted on that host. If virtual machine fails, it is reverted to an old cached image. The caching of images is done every 10 minutes. All the task mentioned are automated. Objectives Gain experience with several hypervisors and the corresponding management servers Explore the capabilities offered by these components and their APIs, Apply the concepts discussed in the course to a real-world problem, and Learn about the issues arising from interoperability Needs Manual monitoring of virtual machines is a difficult, time consuming and resource consuming. Manual fault detection is hard especially in environments with large number of virtual machines. In a scenario with large number of virtual machines and hosts manually caching images of each virtual machine on a regular interval becomes hard, inefficient and unreliable. Availability manager is not only needed to automate monitoring, fault detection, caching tasks but also required for lower downtime of machines.

近期下载者

相关文件


收藏者