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
17
18           (required, string, no default)
19
20       vimshbin
21           vmware-vim-cmd executable path
22
23           (optional, string, default "/usr/bin/vmware-vim-cmd")
24

SUPPORTED ACTIONS

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

EXAMPLE CRM SHELL

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

EXAMPLE PCS

52       The following is an example configuration for a vmware resource using
53       pcs(8)
54
55           pcs resource create p_vmware ocf:heartbeat:vmware \
56             vmxpath=string \
57             op monitor timeout="30s" interval="300s" OCF_CHECK_LEVEL="0"
58

SEE ALSO

60       http://clusterlabs.org/
61

AUTHOR

63       ClusterLabs contributors (see the resource agent source for information
64       about individual authors)
65
66
67
68resource-agents UNKNOWN           04/06/2022           OCF_HEARTBEAT_VMWARE(7)
Impressum