• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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