Summary of Rules Created
At this point, the following rules have been created.
Rules Created: Oracle Recovery Action Example
Rule | |
|---|---|
/AS/EVENTSPRING/ORACLE_AVAILABILITY/Test/ArchFreeSpace/arsAction = 6 This rule specifies that the ArchFreeSpace parameter associated with the application instance TEST of the ORACLE_AVAILABILITY application class is enabled for recovery actions. For more information about the arsAction rule, see arsAction. | |
/AS/EVENTSPRING/ORACLE_AVAILABILITY/Test/ArchFreeSpace/arsCmdType = PSL This rule specifies that the ArchFreeSpace parameter associated with the application instance TEST of the ORACLE_AVAILABILITY application class uses PSL recovery actions. For more information about the arsCmdType rule, see arsCmdType. | |
AS/EVENTSPRING/ORACLE_AVAILABILITY/test/ArchFreeSpace/arsCommand = oracle_os = nthlinef(pconfig("GET", "/MYCOMPANY/ ORACLE/OSlogin"), 2, ""); usern = nthargf(oracle_os, 1, " ", ""); passwd = nthargf(oracle_os, 2, " ", ""); results = execute("OS", "/home/oracle/scripts/arch_backup.ksh", "", usern, passwd); print("Results of script follows:\n", results, "\nend..."); ; This rule specifies the PSL recovery action. For more information about the arsCommand rule, see arsCommand. |