• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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