'Error bash: service: command not found' error when attempting to stop or start RSA Identity Governance & Lifecycle
Originally Published: 2015-03-19
Last Modified: 2023-10-06
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
ORA-06550 error when attempting to run the Data_Retention_Pkg in RSA Identity Governance & Lifecycle 86Number of Views RSA Identity Governance and Lifecycle 7.1.0.2 Release Notes 32Number of Views AdminServiceException when attempting to import partner metadata xml file. 13Number of Views "BufferOverflowException" when attempting to authenticate to RSA Via Lifecycle and Governance console 102Number of Views RSA Identity Governance and Lifecycle 7.1.0.1 Release Notes 38Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory How to verify NTP server synchronization is not working in RSA Authentication Manager 8.x RSA Governance & Lifecycle 8.0.0 Installation Guide
Don't see what you're looking for?