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

NAME

6       ocf_heartbeat_oraasm - Oracle ASM resource agent
7

SYNOPSIS

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

DESCRIPTION

12       OCF Resource script for Oracle ASM. It uses the ohasd init-script to
13       manage a Oracle ASM Disk Group as a HA resource.
14

SUPPORTED PARAMETERS

16       user
17           Oracle Grid user
18
19           (optional, string, default "grid")
20
21       diskgroup
22           The name of the Oracle Disk Group. If not specified, then the Disk
23           Group along with its home should be listed in /etc/oratab.
24
25           (required, string, no default)
26
27       home
28           The Oracle Grid home directory
29
30           (optional, string, no default)
31

SUPPORTED ACTIONS

33       This resource agent supports the following actions (operations):
34
35       start
36           Starts the resource. Suggested minimum timeout: 60s.
37
38       stop
39           Stops the resource. Suggested minimum timeout: 60s.
40
41       status
42           Performs a status check. Suggested minimum timeout: 30s.
43
44       monitor
45           Performs a detailed status check. Suggested minimum timeout: 30s.
46           Suggested interval: 10s.
47
48       validate-all
49           Performs a validation of the resource configuration. Suggested
50           minimum timeout: 5s.
51
52       meta-data
53           Retrieves resource agent metadata (internal use only). Suggested
54           minimum timeout: 5s.
55

EXAMPLE CRM SHELL

57       The following is an example configuration for a oraasm resource using
58       the crm(8) shell:
59
60           primitive p_oraasm ocf:heartbeat:oraasm \
61             params \
62               diskgroup=string \
63             op monitor depth="0" timeout="30s" interval="10s"
64

EXAMPLE PCS

66       The following is an example configuration for a oraasm resource using
67       pcs(8)
68
69           pcs resource create p_oraasm ocf:heartbeat:oraasm \
70             diskgroup=string \
71             op monitor OCF_CHECK_LEVEL="0" timeout="30s" interval="10s"
72

SEE ALSO

74       http://clusterlabs.org/
75

AUTHOR

77       ClusterLabs contributors (see the resource agent source for information
78       about individual authors)
79
80
81
82resource-agents UNKNOWN           04/06/2022           OCF_HEARTBEAT_ORAASM(7)
Impressum