'Error bash: service: command not found' error when attempting to stop or start RSA Identity Governance & Lifecycle
Originally Published: 2015-03-19
Article Number
Applies To
RSA Version/Condition: All
Issue
Error bash: service: command not found
The error is seen both when starting and/or stopping the RSA Identity Governance & Lifecycle application and/or database. For example, this error has been seen after executing any of the following commands:
Startup:
service aveksa_server startdb service aveksa_server start acm startdb acm start
Shutdown:
service aveksa_server stopdb service aveksa_server stop acm stopdb acm stopThis error has also been seen when installing RSA Identity Governance & Lifecycle at the point where the installer checks to see if NTP is running.
Cause
Either the PATH variable has omitted this value or the PATH is not set correctly.
This could also be a result of not passing a hyphen to the su command (- su) or the PATH variable might not be defined for the specific user executing the start/stop commands.
Resolution
Workaround
- Check your PATH to verify that /sbin is missing:
echo $PATH
- Append sbin to your PATH variable until a permanent resolution is implemented.
export PATH=$PATH:/sbin
Related Articles
"An SQL Exception has occurred" error is thrown in RSA Governance and Lifecycle 7.0.1 when attempting to rollback a workfl… 110Number of Views AFX Connectors cycle between Running, Deployed, Not Deployed and Stopped states in version 6.9.1 of RSA Identity Governanc… 157Number of Views Authentication failed error when attempting to log in to the RSA SecurID Access Cloud Administration Console 81Number of Views '-bash: /usr/sbin/sesh: No such file or directory' error when starting RSA Identity Governance & Lifecycle 87Number of Views ORA-01578 ORACLE data block corrupted reported in RSA Identity Governance & Lifecycle 281Number of Views
Trending Articles
How to download and install the AFX Server Archive in RSA Identity Governance & Lifecycle RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide The Template ({Connector Template Name}) has missing file content error when creating AFX Connectors in RSA Identity Gover… Downloading RSA Authentication Manager license files or RSA Software token seed records Troubleshooting RSA MFA Agent for Microsoft Windows
Don't see what you're looking for?