Linux Services_problem

Task Details

As per details shared by the development team, the new application release has some dependencies on the back end. There are some packages/services that need to be installed on all app servers under Stratos Datacenter . As per requirements please perform the following steps:

a. Install squid package on all the application servers.

b. Once installed, make sure it is enabled to start during boot.

Failure:

  • service ‘squid’ is not enabled on App Server 1

You need to enable the service. You can check with below command:
systemctl status squid
If the service is in disabled state, then run below:
systemctl enable squid

Hi @Jamil-Chowdhury ,
Please follow the instructions as shared by Kriti. Maybe you missed it to enable the service.

Regards,
KodeKloud Support