• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Problem using dns.exe command line

V

Vicente Monroig

Guest
Hello.

We were trying to reset all our domains to a modified DNS template, and tryed using dns.exe command line utility. This is the problem we encountered:

Code:
C:\>C:\plesk\bin\dns.exe -res example.com -ip xx.xx.xx.xx

Warning: cuDNS::require_once(class.IPPool.php): failed to open stream: No such f
ile or directory in C:\plesk\admin\plib\api-common\cuDns.php on line 477

Fatal error: cuDNS::require_once(): Failed opening required 'class.IPPool.php' (
include_path='C:\plesk\admin\plib;C:\plesk\admin\plib\api-rpc;C:\plesk\admin\jav
ascripts;C:\plesk\admin\plib\locale;C:\plesk\admin\auto_prepend;C:\plesk\admin\h
tdocs\domains\databases\phpMyAdmin;C:\plesk\admin\htdocs\domains\databases\phpPg
Admin') in C:\plesk\admin\plib\api-common\cuDns.php on line 477

C:\>C:\plesk\bin\dns.exe -res example.es -ip xx.xx.xx.xx
SUCCESS: Restoring the DNS zone by the template for DomainAlias 'example.
es' complete.

All domains failed except if domain is alias of another one. In this code, example.com is main domain, and example.es is alias of it. Of course, -ip parameter is provided with a valid IP.

Any thoughts? Thank you in advance.
 
Back
Top