• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Show service status Error No such file or directory

stevefigueras

Basic Pleskian
Hello i can get the service list by /usr/local/psa/bin/service –l
But when i try /usr/local/psa/bin/plesk –-status it show error : No such file or directory

Any idea ?
Thanks you so much
 
Well, sorry stevefigueras, but if you try a command to a file which doesn't exist, you will certainly get such error messages.
Did you read any documentation or tutorial with this command line and if this is the case, could you please provide a link to it?
 
Ok i see this list
plesk, web, smtp, imap-pop3, pop3, pop3s, imap, imaps, authdaemon, dns, tomcat, coldfusion, postgresql, spamassassin, drweb, kav, milter, nginx, php-fpm, fail2ban,

Question 1 : This is the complete list of server's service ?
Question 2 : How can i check their status ?

Thanks
 
so plesk service status is called by this command ? (/etc/init.d/psa status)
How can i know what i can called other service because if i write
/etc/init.d/tomcat status

It don't work so what is the good word to call this service statut.
I don't understant why the service does'nt have the same name in different command ...

Thanks you
 
Hi stevefigueras,

not every init - script has the same possible commands. The possible commands depend on the script itself. To list the possible commands, please use:

/etc/init.d/INIT_SCRIPT_NAME --help

You certainly may change any init - script by adding or removing code which either adds, or removes possible commands, but be aware that in case of updates/upgrades/patches, these script might be changed.
 
Back
Top