• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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