Checking the Status of a Remote Agent Appliance

Learn how to view the status of the remote agent appliance and the discovery, replication plugins in Oracle Cloud Migrations.

Using the Console

To check the status of a remote agent appliance, do the following:
  1. Open the Oracle Cloud Console navigation menu and click Migration. Under Cloud Migrations, click Remote Connections.
  2. From the list of environments, click the active environment name link that has the remote agent appliances for which you want to know the status.
    You are redirected to the environment page.
  3. Under Remote connections agents, validate the status of any of the agents.
    For a healthy remote connections agent, the Lifestyle State is active and the Heartbeat is healthy.
  4. Under Remote connections agents, click an active agent that you want to explore.
    You are redirected to the agent information page.
  5. Under Plugins, check the state of all the plugins.
    All the plugins must display an active state.

    The appliance launches two plugins namely, discovery and replication. The discovery plugin searches for VMware virtual machines in the source environment using environment-specific connectors. The replication plugin manages the replication of source assets snapshots from the source environment to OCI.

    Note

    If the replication connection state is Needs Attention with state details, No VDDK Library Path, you must add the agent dependency for the connection to become active.

Using the CLI

To view details of a remote agent appliance, use the get command.

oci cloud-bridge ocb-agent-svc agent get --agent-id agent_identifier [OPTIONS] 

The required parameter for the get command is:

--agent-id: Specifies the unique remote agent appliance identifier path parameter.

To get all the commands for ocb-agent-svc agent, run:

oci cloud-bridge ocb-agent-svc agent -h

To get help for the get command, use:

oci cloud-bridge ocb-agent-svc agent get -h

To view details of the discovery and replication plugins for remote agent appliance, use the get command.

oci cloud-bridge ocb-agent-svc plugin get --agent-id agent_identifier --plugin-name plugin_name [OPTIONS]
The required parameters for the get command are:
  • --agent-id: Specifies the unique remote agent appliance identifier path parameter.

  • --plugin-name: Specifies the unique name for remote agent appliance plugins.

To get all the commands for ocb-agent-svc plugin, run:

oci cloud-bridge ocb-agent-svc plugin -h

To get help for the get command, run:

oci cloud-bridge ocb-agent-svc plugin get -h

For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

Using the API

To view the status of a remote agent appliance, use the GetAgent operation.

To view the status of the plugins associated with a remote agent appliance, use the GetPlugin operation.