Importing and Deploying the EM Plug-in

Follow the steps below to import and deploy the EM plug-in:

  1. Import the file (.opar) into the Enterprise Manager before deploying it. The plug-in is delivered to the user as a file inside the release package: lib/12.1.0.9.0;_oracle.nosql.snab;_2000_0.opar

    See Importing Plug-In Archives in the Oracle Enterprise Manager Cloud Control Administrator's Guide.

  2. Copy the .opar file to the host where Oracle Management Service (OMS) is running. Import the plugin into OEM and deploy the plugin on the server hosting OEM, via the following commands:
    $emcli import_update -file=/home/guy/
    12.1.0.9.0;_oracle.nosql.snab;_2000_0.opar -omslocal
  3. Deploy the plug-in to the Oracle Management Service (OMS). You can deploy multiple plug-ins to an OMS instance in graphical interface or command line interface. See Deploying Plug-Ins to Oracle Management Service in the Oracle Enterprise Manager Cloud Control Administrator's Guide.

    CLI Example:

    $emcli deploy_plugin_on_server -plugin
    =oracle.nosql.snab:12.1.0.9.0 -sys_password=password
  4. Deploy the agent on the server hosting Oracle NoSQL Database. See Deploying Agent.

  5. Deploy the plug-in to the EM Agents where Oracle NoSQL Database components are running. See step 4 in Deploying Plug-Ins on Oracle Management Agent in the Oracle Enterprise Manager Cloud Control Administrator's Guide.

    CLI Example:

    $emcli deploy_plugin_on_agent -agent_names=agent1.example.com:3872;
    agent2.example.com:3872 -plugin=oracle.nosql.snab:12.1.0.9.0
  6. Add Oracle NoSQL Database targets. See Adding NoSQL Database Targets.

Note:

The plugin components are now installed and can be configured.