Skip to content

Commit a19399f

Browse files
oraculixRendanic
authored andcommitted
Document rman_fra_backupdir and rmanautofs
...and also rmanautofsmount to clarify how to use Autofs with oracle-rman.
1 parent f890158 commit a19399f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

roles/oradb-rman/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,16 @@ The following variables are global. They are not part of oracle_databases!
136136

137137
This parameter must be defined. Otherwise the assert of the role will fail, because there is no usable default for this directory.
138138

139+
* rman_fra_backupdir
140+
141+
The target directory when you use the templates to backup the FRA to another disk (usually nfs).
142+
143+
* rmanautofs and rmanautofsmount
144+
145+
When `rmanautofs: true`, then autofs is implemented to mount `rmanautofsmount` similar to "/net".
146+
Usually, you may then specify the nfs server and the corresponding export in `rman_channel_disk`.
147+
148+
139149
## Howtos
140150
### How to configure the RMAN scripts?
141151
The role copies the templatefiles from role/oradb-rman/templates to $ORACLE_BASE/admin/<DB_NAME>/rman. The name in the list defines the name of the template with .j2 as extension.
@@ -145,6 +155,6 @@ The role copies the templatefiles from role/oradb-rman/templates to $ORACLE_BASE
145155
The dictionary elements name, disabled, day, weekday, hour, minute are mandatory. The creation of cron only starts when every element is defined.
146156

147157
### How to use custom RMAN scripts?
148-
Copy the script into the template directory `role/oradb-rman/templates` and add a `- name: <filename>` at `rman_jobs`. The filename must end with `.rman.j2` regardless of Junja2 in the file. You could use your own variables in the custom files and add entries to `rman_jobs`. They will be added as item.1.<dictionaryelement> to the template.
158+
Copy the script into the template directory `role/oradb-rman/templates` and add a `- name: <filename>` at `rman_jobs`. The filename must end with `.rman.j2` regardless of Jinja2 in the file. You could use your own variables in the custom files and add entries to `rman_jobs`. They will be added as item.1.<dictionaryelement> to the template.
149159
Please do not edit existing files. They could be changed in future releases of oradb-rman.
150160

0 commit comments

Comments
 (0)