In some cases the iTivity agent fails to install properly on an appliance. This results in a sederror being displayed during installation and the iAgent failing to startup correctly. You will also know this happened when the support tunnel requests a 5 digit support tunnel.
In cases such, the following steps can be taken to remedy this failure.
From an SSH session on the appliance, download and run the iTivity_reload script: wget ftp://ftp.unitrends.com/dpu/scripts/iTivity_reload -O iTivity_reload;chmod +x ./iTivity_reload; ./iTivity_reload
Wait for the script to finish running.
NOTE: If the script doesn't finish running, there may be port problems within the network environment. See the article What ports does Unitrends need open in my firewall for more information on how to fix this.
Once complete, issue a dpu supportcommand to confirm the agent is now installed and running.
If you get an error for:
a missing file or directory error, execute thes sets of commands: mkdir /etc/iTivity;sudo groupadd iadmauth;usermod -a -G iadmauth root;./iTivity_reload;dpu support
related to sed, execute the following: [ -f /etc/iTivity/iAgent.conf ] && /usr/lib/iTivity/iAgent/stop_iagent >/dev/null 2>&1 ; [ -f /etc/iTivity/iAgent.conf ] && sed -i 's/iagent\.computer/\$asset/' /etc/iTivity/iAgent.conf ; [ -f /etc/iTivity/iAgent.conf ] && sed -i 's/iAgent_System/\$asset/' /etc/iTivity/iAgent.conf ; dpu support
You should now see the Starting Tunnel Agent message.
Most common causes are networking issues such as missing Firewall rules to allow bidirectional communications or incomplete downloads.