Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To check if memcached service is running, launch this command and check its output on server dantewebvldantemem001.lnf.infn.it (192.168.192198.10720) as root user:

Code Block
languagetext
[root@dantewebroot@vldantemem001 ~]# systemctl status memcached.service

If the service is active (view following screenshot) then it's running, otherwise read which errors are reported.

...

Code Block
languagetext
telnet 192vldantemem001.168lnf.192infn.107it 11211

The server must answer like the following screenshot:

...

To stop memcached, run this command as root user:

Code Block
languagetext
[root@dantewebroot@vldantemem001 ~]# systemctl stop memcached.service

Start Service

To start memcached, run this command as root user:

Code Block
languagetext
[root@dantewebroot@vldantemem001 ~]# systemctl start memcached.service

...

Restart Service

To restart memcached, run this command as root user:

Code Block
languagetext
[root@dantewebroot@vldantemem001 ~]# systemctl restart memcached.service