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

NAME

6       ocf_heartbeat_eDir88 - Manages a Novell eDirectory directory server
7

SYNOPSIS

9       eDir88 [start | stop | monitor | meta-data | validate-all]
10

DESCRIPTION

12       Resource script for managing an eDirectory instance. Manages a single
13       instance of eDirectory as an HA resource. The "multiple instances"
14       feature or eDirectory has been added in version 8.8. This script will
15       not work for any version of eDirectory prior to 8.8. This RA can be
16       used to load multiple eDirectory instances on the same host.
17
18       It is very strongly recommended to put eDir configuration files (as per
19       the eDir_config_file parameter) on local storage on each node. This is
20       necessary for this RA to be able to handle situations where the shared
21       storage has become unavailable. If the eDir configuration file is not
22       available, this RA will fail, and heartbeat will be unable to manage
23       the resource. Side effects include STONITH actions, unmanageable
24       resources, etc...
25
26       Setting a high action timeout value is _very_ _strongly_ recommended.
27       eDir with IDM can take in excess of 10 minutes to start. If heartbeat
28       times out before eDir has had a chance to start properly, mayhem _WILL
29       ENSUE_.
30
31       The LDAP module seems to be one of the very last to start. So this
32       script will take even longer to start on installations with IDM and
33       LDAP if the monitoring of IDM and/or LDAP is enabled, as the start
34       command will wait for IDM and LDAP to be available.
35

SUPPORTED PARAMETERS

37       eDir_config_file
38           Path to configuration file for eDirectory instance.
39
40           (unique, optional, string, default
41           "/etc/opt/novell/eDirectory/conf/nds.conf")
42
43       eDir_monitor_ldap
44           Should we monitor if LDAP is running for the eDirectory instance?
45
46           (optional, boolean, default 0)
47
48       eDir_monitor_idm
49           Should we monitor if IDM is running for the eDirectory instance?
50
51           (optional, boolean, default 0)
52
53       eDir_jvm_initial_heap
54           Value for the DHOST_INITIAL_HEAP java environment variable. If
55           unset, java defaults will be used.
56
57           (optional, integer, no default)
58
59       eDir_jvm_max_heap
60           Value for the DHOST_MAX_HEAP java environment variable. If unset,
61           java defaults will be used.
62
63           (optional, integer, no default)
64
65       eDir_jvm_options
66           Value for the DHOST_OPTIONS java environment variable. If unset,
67           original values will be used.
68
69           (optional, string, no default)
70

SUPPORTED ACTIONS

72       This resource agent supports the following actions (operations):
73
74       start
75           Starts the resource. Suggested minimum timeout: 600s.
76
77       stop
78           Stops the resource. Suggested minimum timeout: 600s.
79
80       monitor
81           Performs a detailed status check. Suggested minimum timeout: 60s.
82           Suggested interval: 30s.
83
84       meta-data
85           Retrieves resource agent metadata (internal use only). Suggested
86           minimum timeout: 5s.
87
88       validate-all
89           Performs a validation of the resource configuration. Suggested
90           minimum timeout: 5s.
91

EXAMPLE CRM SHELL

93       The following is an example configuration for a eDir88 resource using
94       the crm(8) shell:
95
96           primitive p_eDir88 ocf:heartbeat:eDir88 \
97             op monitor timeout="60s" interval="30s"
98

EXAMPLE PCS

100       The following is an example configuration for a eDir88 resource using
101       pcs(8)
102
103           pcs resource create p_eDir88 ocf:heartbeat:eDir88 \
104             op monitor timeout="60s" interval="30s"
105

SEE ALSO

107       http://clusterlabs.org/
108

AUTHOR

110       ClusterLabs contributors (see the resource agent source for information
111       about individual authors)
112
113
114
115resource-agents UNKNOWN           03/09/2020           OCF_HEARTBEAT_EDIR88(7)
Impressum