Submit the Deployment Procedure for the Discovery
Log in to EMCLI and run the following command to discover Oracle Zero Data Loss Recovery Appliance:
emcli submit_procedure -name=DBMachineDiscovery -input_file="data://<input_file_absolute_path>"In the above command:
-
DBMachineDiscovery: This is the deployment procedure used for the discovery of Oracle Zero Data Loss Recovery Appliance using EMCLI. See Deployment Procedure for EMCLI.
-
input_file_absolute_path: Full path of the input file that you created in the prerequisite steps. See unresolvable-reference.html#GUID-6CFE2083-757F-4029-8C86-C5C7FDC70A36.
To receive notification regarding the discovery DP status, use the
-notification flag as shown below:
emcli submit_procedure -name=DBMachineDiscovery -input_file="data://<input_file_absolute_path>" -notification="scheduled, action required, running" ;