1OCF_HEARTBEAT_VMWARE(7)       OCF resource agents      OCF_HEARTBEAT_VMWARE(7)
2
3
4

NAME

6       ocf_heartbeat_vmware - Manages VMWare Server 2.0 virtual machines
7

SYNOPSIS

9       vmware [start | stop | monitor | meta-data]
10

DESCRIPTION

12       OCF compliant script to control vmware server 2.0 virtual machines.
13

SUPPORTED PARAMETERS

15       vmxpath
16           VMX configuration file path (required, string, no default)
17
18       vimshbin
19           vmware-vim-cmd executable path (optional, string, default
20           /usr/bin/vmware-vim-cmd)
21

SUPPORTED ACTIONS

23       This resource agent supports the following actions (operations):
24
25       start
26           Starts the resource. Suggested minimum timeout: 600.
27
28       stop
29           Stops the resource. Suggested minimum timeout: 600.
30
31       monitor
32           Performs a detailed status check. Suggested minimum timeout: 30.
33           Suggested interval: 300.
34
35       meta-data
36           Retrieves resource agent metadata (internal use only). Suggested
37           minimum timeout: 5.
38

EXAMPLE

40       The following is an example configuration for a vmware resource using
41       the crm(8) shell:
42
43           primitive p_vmware ocf:heartbeat:vmware \
44             params \
45               vmxpath=string \
46             op monitor timeout="30" interval="300" depth="0"
47

SEE ALSO

49       http://www.linux-ha.org/wiki/vmware_(resource_agent)
50

AUTHOR

52       Linux-HA contributors (see the resource agent source for information
53       about individual authors)
54
55
56
57resource-agents 3.9.2             07/08/2011           OCF_HEARTBEAT_VMWARE(7)
Impressum