RSA Version/Condition: 7.1.0, 7.1.1
Platform: SUSE
There are times when the automatic startup of the RSA Identity Governance & Lifecycle processes on system boot or reboot need to be disabled or re-enabled. Once RSA Identity Governance & Lifecycle has been installed, the RSA Identity Governance & Lifecycle processes ACM application server, ACM Watchdog, and Oracle instance (for a local installation) are started automatically when the system is booted or rebooted. There are times when this automatic startup needs to be temporarily disabled. The chkconfig Linux command is used to enable/disable these services.
The RSA Identity Governance & Lifecycle services that are automatically started when the appliance is booted to run levels 3 and 5 are:
- afx_server
- aveksa_server
- aveksa_watchdog
- oracle
To see the current status of these services, execute the chkconfig command as the oracle or root user:
$ chkconfig
Note that this command displays all services not just the RSA Identity Governance & Lifecycle services. The output will look similar to the following:.
aveksa_server on
aveksa_watchdog on
oracle on
To disable/enable these servers execute the below commands as the root user.
To disable a service from starting, enter the following command for each service that you wish to disable from automatically starting at boot time.
$ chkconfig -s aveksa_server off
To enable a service to start at boot time, enter the following command for each service that you wish to enable to automatically start at boot time.
$ chkconfig -s aveksa_server on
To enable a service to start at specific boot levels, enter the following command for each service and specify the specific boot level(s):
$ chkconfig -s aveksa_server xx
where 'xx' indicates the boot levels.
For example: $ chkconfig -s aveksa_server 35 will set the boot levels to 3 and 5 for the aveksa_server service.
Related Articles
Issue with FSM file shares being lost until the server is rebooted. 1Number of Views How to determine the hardware version of an RSA appliance 246Number of Views RSA SecurID Intel based hardware appliance redirected to BIOS after a reboot 203Number of Views Cloud Access Service Quick Setup Guide for RADIUS Clients - Step 4: Connect LDAP Directory 39Number of Views RSA Authentication Manager 8.X server fails to start the RSA Services after a Reboot 223Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x