H HostaHost Silver Pleskian Oct 26, 2010 #1 Is there a command line tool to print out each domain and what IP address it's assigned to? Haven't had any luck finding one.
Is there a command line tool to print out each domain and what IP address it's assigned to? Haven't had any luck finding one.
IgorG Plesk addicted! Plesk Certified Professional Oct 26, 2010 #2 For particular domain you can do it with something like # /usr/local/psa/bin/domain -i domain.com | grep 'IP Address' Click to expand... Also you can try to write sql query for extracting this information from psa database.
For particular domain you can do it with something like # /usr/local/psa/bin/domain -i domain.com | grep 'IP Address' Click to expand... Also you can try to write sql query for extracting this information from psa database.