Installing UIM robot and receiving "initctl: command not found"
search cancel

Installing UIM robot and receiving "initctl: command not found"

book

Article ID: 235331

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Robot failed to install on Ubuntu 20.x server.  When running the installation, the following lines are observed before the installation fails:

Stopping nimbus with sudo initctl stop nimbus...
sudo: initctl: command not found

 

Environment

Component : UIM - ROBOT

Cause

The linux "upstart" package is not installed.  The robot installation package requires this package to complete the installation.

Resolution

Running the following command should install the Upstart package:

sudo apt-get install upstart

After doing so, rerun the UIM robot installation.

Additional Information

https://howtoinstall.co/en/upstart

https://launchpad.net/ubuntu/+source/upstart