This section lists the steps to onboard a gateway using the basic authentication method.

Prerequisites

  • Ensure that you have the user name and password of the user in the organizaion where you want to enroll the device.
  • You must have created a device template with Basic Enrollment as the Provider Type, and it must be available on the VMware Pulse IoT Center console.
  • You must have installed the IoTC Agent on your gateway.
  • You must know the name that you want to assign to your gateway in the VMware Pulse IoT Center console.

Procedure

  1. From the VMware Pulse IoT Center UI, go the Inventory > Device Templates.
  2. Identify the device template to be associated with your gateway.
  3. Log in to your gateway and change the directory to /opt/vmware/iotc-agent/bin.
  4. Run the following command:
    ./iotc-agent-cli enroll --auth-type=BASIC --template=<templatename> --name=<gatewayname>
    --username=<pulseusername>

    For a successful enrollment, the response must be O.

Results

You have successfully enrolled a gateway using the basic authentication method and have assigned a device ID to it. To verify that the gateway is enrolled, go to the VMware Pulse IoT Center UI and click the Devices tab. The gateway must be listed in the Devices - All Devices page and its status must be ENROLLED.