Install Pulse agent on gateway
- Download the package – click cog at top right of Pulse console, select “downloads”
- Download appropriate agent with wget – e.g.
wget -O pulse.tar.gz https://PULSEIOTSERVER.com/api/iotc-agent/iotc-agent-x86_64-2.0.1-14869950.tar.gz - Apply execute permissions to Pulse bundle
sudo chmod +x pulse.tar.gz - Extract bundle
tar -xzvf pulse.tar.gz - Navigate to Pulse folder
cd pulse - Run installer
sudo ./install.sh - Confirm agent service running with
service-iotc-agent status - Reboot before proceeding
Enroll using basic authentication
- Log in to device via SSH
cd /opt/vmware/iotc-agent/bin- Enroll device with command
./DefaultClient enroll --auth-type=BASIC --template=TEMPLATENAME --name=DEVICENAME [email protected] - Hopefully you get a return like the below
