Starting, Stopping and Statusing the acslsha Service

ACSLS HA uses a Linux 7.3, 7.6, or 7.8 service for control. This service is called acslsha.

Starting the acslsha Service

To start the service, issue the following command on both nodes:

#systemctl start acslsha

The node that you start first becomes the primary node. Start ACSLS and render the Logical Host IP to which ACSLS clients will attach.

The node that you start second becomes the secondary node. This node monitors the primary node and remains in standby until a failover occurs.

Stopping the acslsha Service

To stop acslsha, first ensure that there is no activity or outstanding operations in ACSLS. Then enter, the following command:

#systemnctl stop acslsha

Note:

  • If you stop the primary node, the product will fail over to the secondary. If you wish to shut down acslsha gracefully, stop the secondary node first.
  • It may take several minutes before acslsha completely stops, as it must first shut down ACSLS.

Statusing the acslsha Service

To check status, enter the following command:

#systemnctl status acslsha

Typical acslsha status from a node that is running:

# systemctl status acslsha
?oe acslsha.service - The Oracle ACSLSHA Service
Loaded: loaded (/usr/lib/systemd/system/acslsha.service; disabled; vendor preset:
disabled)
Active: active (running) since Wed 2020-01-29 14:17:34 MST; 2 days ago
Main PID: 7244 (bash)
CGroup: /system.slice/acslsha.service 
       7244 /bin/bash -c TERM=xterm /opt/oracle/acslsha/bin/AcslsHa.py >&1 |
/opt/oracle/acslsha/bin...
       7246 /usr/bin/python -u /opt/oracle/acslsha/bin/AcslsHa.py
       7247 /usr/bin/python -u /opt/oracle/acslsha/bin/logger.py -l 100000 -g 10
-f /var/log/acslsha...
       63487 /usr/bin/python -u /opt/oracle/acslsha/bin/AcslsHa.py
       63488 /usr/bin/python -u /opt/oracle/acslsha/bin/AcslsHa.py
       63490 /usr/bin/python -u /opt/oracle/acslsha/bin/AcslsHa.py
       63492 /usr/bin/python -u /opt/oracle/acslsha/bin/AcslsHa.py

Typical acslsha status from a node that is not running:

acslsha.service - The Oracle ACSLSHA Service
Loaded: loaded (/usr/lib/systemd/system/acslsha.service; disabled; vendor preset:
disabled)
Active: inactive (dead)