This article provides information for managing the Automic Service Manager on Unix/Linux via the command line.
To start the Service Manager for an interactive session:
/path/to/ServiceManager/bin folder.For more details on setting up Service Manager and the documented startup command, see: Installing the ServiceManager
A sample automicsm script is located in the /path/to/ServiceManager/bin folder. Ensure the following variables are customized by the Linux Administrator:
DAEMON_PATH: Full path to the ServiceManager/bin directory.DAEMONOPTS: Path to the .ini file and Phrase (e.g., "-iucybsmgr.ini UC4").LD_LIBRARY_PATH: Ensure this includes paths for required libraries (such as the Oracle client).CAPKIHOME: Ensure this points to your CAPKI installation to secure communication.CASHCOMP: Following guidance offered here: CAPKI - Securing the ServiceManager.Starting via the interactive automicsm script:
Most modern Linux distributions use systemd. This is not an officially supported setup/configuration. The values seen below are based on local testing. The values shown are not specifically required by Automic. Adjust values to match your environment's appropriate values.
Create a service file at /etc/systemd/system/automicsmd.service with the following content:
Reload the daemon and start the service:
kill -9 unless the process is unresponsive to prevent orphaned lock files.The above information helps with managing the stop/start of ServiceManager (and the processes they manage). Once ServiceManager has been started, you can manage (stop/start) processes remotely using ServiceManager - Dialog Program.