Installation Guide > Installation Guide > Starting Actian X > Start Actian X on Linux > Start Actian X using the Service Script on Linux
Was this helpful?
Start Actian X using the Service Script on Linux
Actian X instances installed using the RPM command have a service script that can be used to start and stop the instance. The name of the script is ingresXX where XX is the instance ID of the instance. The script is typically located under /etc/init.d.
To start the Actian X instance using the service script
1. Log on to your system as root.
2. Enter the following command:
% /sbin/service ingresXX start
where XX is the instance ID. The service script checks whether you have sufficient operating system resources to run the Actian X components. It performs any necessary configuration that was not performed during the installation, and then starts the instance.
To stop the Actian X instance using the service script
1. Log on to your system as root.
2. Enter the following command:
% /sbin/service ingresXX stop
where XX is the instance ID. The instance is stopped.
Last modified date: 11/09/2022