• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk 9 CLI commands stopped working! HELP!

elpatron

New Pleskian
Hi,

I use pho to call Plesk CLI commands to autobuild domains. It has been working very good but now when I try to build the Plesk CLI's are not executing.

for example the commands are located in /usr/local/psa/bin/

all the cli's are there, but if I issue any command I get bash command not found: (here is a screen shot)
http://screencast.com/t/Uthka12KserC

I want to thank you in advance for your review.

Fred
 
You may be missing a path to that directory.

Try

./domain --help
 
Hi, thanks for taking a look.

even when I'm in the directory where say 'domain' resides I get the same results.

I love working in linux...but I am by far any sort of expert...

Note: this all worked fine couple weeks ago...I contacted godaddy (vps) tech support, they had the same result on their server...and then said I was on my own..jajajaja...
 
What about running this command with full path? Something like

# /usr/local/psa/bin/domain --help
 
Back
Top