• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

Question Convict nameserver files to PLESK

Raba

New Pleskian
Hello,

I want to convict an external nameserver to plesk. The zonefile has a length of several thousand lines. So I can not enter the resource records via the mask in Plesk.

I've heard that I can not just put the zone file into the file system of Linux. I have to read the records into the psa database and then run a program. But I can not this on the internet anymore.

Can someone help me how to go about it? Where can I read?

I've just checked: I have two databases: psa and psa2. which is the right database?

Thanks
Ralph
 
You should only have psa. You may have duplicated it at some point. psa2 is not part of a Plesk installation.
 
You should only have psa. You may have duplicated it at some point. psa2 is not part of a Plesk installation.

Yes, that was certainly a mistake of mine. I've probably used psa2 for testing some time ago.

But now again to my first question. I have found an answer in the meantime in

DNS

There is how to copy individual records into the zonefile, so that the records are also visible in PLESK.

First (example)
mysql> insert into dns_rec (values, 2, 'A', 'ws02.domain01.tst.', '192.168.1.185');

and then
/ usr / local / psa / admin / sbin / dnsmng --update <domain_name>

and in PLESK switch between master mode and slave mode so that the serial field is increased.

I have not tried it yet. I hope it works.
 
Back
Top