• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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