• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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