Managing an Oracle ASR Configuration

Use the command-line to review an existing configuration, make changes to a configuration, or delete a configuration.

You can view and edit the configuration details, but you cannot change the Oracle ASR type. For example, from internal to external. To change the Oracle ASR type, delete the existing configuration and then re-configure Oracle ASR.

All log files for Oracle ASR are located in the /var/opt/asrmanager/log/ directory.

  1. To display Oracle Auto Service Request (Oracle ASR) configuration details, use the odacli describe-asr command.
    # odacli describe-asr  
    
    ASR details 
    ---------------------------------------------------------------- 
    ID: e841d74a-687b-4e87-9548-1baa2090d48e 
    Name: UserName: scott.tiger@example.com 
    ProvyServerName: www-proxy.example.com 
    ProxyPort: 80 
    ProxyUserName: 
    SnmpVersion: V3 
    State: N/A 
    Created: July 15, 2017 8:53:54 AM PST 
    Updated: July 15, 2017 8:53:54 AM PST
    
  2. (Optional) To make changes to Oracle ASR configuration details after deploying the appliance, use the odacli update-asr command.
  3. (Optional) To remove the Oracle ASR configuration from the system, use the odacli delete-asrcommand.
    # odacli delete-asr
    { 
    "jobId" : "5d70bd17-ec4a-48da-8196-1364105db99d", 
    "status" : "Running", 
    "message" : null, 
    "reports" : [ ], 
    "createTimestamp" : 1469409622451, 
    "description" : "Delete ASR", 
    "updatedTime" : 1469409622458 
    }