SYNOPSIS
- eDir88 [start | stop | monitor | meta-data | validate-all]
DESCRIPTION
SUPPORTED PARAMETERS
eDir_config_file
- Path to configuration file for eDirectory instance. (optional, string, default /etc/opt/novell/eDirectory/conf/nds.conf)
eDir_monitor_ldap
- Should we monitor if LDAP is running for the eDirectory instance? (optional, boolean, default 0)
eDir_monitor_idm
- Should we monitor if IDM is running for the eDirectory instance? (optional, boolean, default 0)
eDir_jvm_initial_heap
- Value for the DHOST_INITIAL_HEAP java environment variable. If unset, java defaults will be used. (optional, integer, no default)
eDir_jvm_max_heap
- Value for the DHOST_MAX_HEAP java environment variable. If unset, java defaults will be used. (optional, integer, no default)
eDir_jvm_options
- Value for the DHOST_OPTIONS java environment variable. If unset, original values will be used. (optional, string, no default)
SUPPORTED ACTIONS
This resource agent supports the following actions (operations):
start
- Starts the resource. Suggested minimum timeout: 600.
stop
- Stops the resource. Suggested minimum timeout: 600.
monitor
- Performs a detailed status check. Suggested minimum timeout: 60. Suggested interval: 30.
meta-data
- Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5.
validate-all
- Performs a validation of the resource configuration. Suggested minimum timeout: 5.
EXAMPLE
The following is an example configuration for a eDir88 resource using the crm(8) shell:
-
primitive example_eDir88 ocf:heartbeat:eDir88 \ op monitor timeout="60" interval="30"
AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors)