Register Remote Target in DL Workbench

NOTE: This instruction assume you have set up your target machine for remote profiling.

On the Create Configuration page, click the Add Remote Target button next to the Environment table and fill in the fields. If you are behind a corporate proxy, check the Use Proxy box and provide additional parameters. Refer to the table below:

add_target-b.png
Field Explanation
Hostname Hostname or IP address of the remote machine. Example: my-machine.remote-host.com
Port Port for the SSH connection to the remote machine. Default: 22
Target Name Alias name of the remote machine in the DL Workbench. Example: My Machine
User User name for the passwordless SSH connection to the remote machine. If you use GPU or MYRIAD devices, sudo privileges for the user are required. Example: root
SSH KeyPrivate SSH key for authenticated connection to the remote machine. It is generated with the public key that you copy to the remote machine.
HTTP, HTTPS Proxy Hostname Hostname or IP address for the proxy server connection. Required if the remote machine is behind a proxy.
HTTP, HTTPS Proxy Port Port for the proxy server connection. Required if the remote machine is behind a proxy.
Proxy-server Username User name for the proxy server connection. Required if your proxy server uses a password.
Proxy-server Password Password for the proxy server connection. Required if your proxy server uses a password.

Once you fill the required parameters, the machine is added to the Target Machines table and is being configured:

configuring-b.png

The Configuration Status and Connection Status tables indicate the progress of configuration checks. Click Details to see the logs of a stage.

Checks that are curently performed are indicated as In Progress and successfully completed checks are indicated as Success:

success-b.png

Warning indicates issues that may limit your actions, yet do not prevent remote profiling:

warning-b.png

Refer to Troubleshooting to fix an issue.

Failure indicates issues that prevent using the remote target. Refer to Troubleshooting to fix an issue:

failure-b.png