Shutting Down Shares HA

Completely shut down the Faspex HA environment.

  1. Disable ACM globally.
    # /opt/aspera/acm/bin/acmctl -D
    ACM is disabled globally
  2. Check to confirm that no ACM instances are running on either node. Run the following ps aux command on both nodes:
    # ps aux | grep acm
    root 1248	0.0 	0.0 	103252	824	pts/0 	S+	17:18 0:00 grep acm
  3. Stop the Faspex services on both nodes with the asctl command:
    # asctl all:stop
Once you have applied that procedure, it is then safe to reboot both nodes or shut them down for maintenance. After a reboot, re-enable ACM globally to start the Faspex services correctly:
# /opt/aspera/acm/bin/acmctl -E
ACM is enabled globally