Problems adding a domain

Zwerver

Verified User
Joined
Apr 4, 2006
Messages
23
Hi there,

I've got the following problem with DA. I deleted a domain from our DA installation (1.26.6) and now I'm trying to add it again, because there were some problems with it. DA is hower telling me the domain is still registered on the server, but when I check it in DA or the CLI it isn't in any file.

We have a multiserver setup and I looked at the DA on the other server, but there isn't any sign off the domain.

When I try to resolve it with dig it is saying it IS on the box:

ONA001:/etc/bind# dig djvh.nl

; <<>> DiG 9.2.4 <<>> djvh.nl
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43325
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;djvh.nl. IN A

;; ANSWER SECTION:
djvh.nl. 13548 IN A 83.149.72.139

;; AUTHORITY SECTION:
djvh.nl. 13548 IN NS ns1.area61server.nl.
djvh.nl. 13548 IN NS ns1.a61.nl.

;; ADDITIONAL SECTION:
ns1.a61.nl. 14400 IN A 83.149.72.139
ns1.area61server.nl. 14400 IN A 213.193.246.81

;; Query time: 42 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Apr 4 16:40:10 2006
;; MSG SIZE rcvd: 126

ONA001:/etc/bind#

so it seems like something is going wrong in DA :rolleyes:
 
DA uses the existence of the DNS zone as evidence that the domain is on the server. Evidently your DNS zone didn't get deleted.

Use the DNS page in the interface; get to it through the admin login.

Delete the DNS zone for the domain.

Then you can add it again.

Jeff
 
jlasman said:
DA uses the existence of the DNS zone as evidence that the domain is on the server. Evidently your DNS zone didn't get deleted.

Use the DNS page in the interface; get to it through the admin login.

Delete the DNS zone for the domain.

Then you can add it again.

Jeff

Sadly I allready did this and it didn't fix the problem....
 
Dartanian said:
Hiya,

You could try removing the relevant zone file as well as the relevant entries in named.conf via ssh as root

And that I allready did too....
 
Hiya,

Have you searched through the server for any files pertaining to that domain ?
find / |grep "domain.com"
Also check the config files for the user under which the domain was added?
 
Dartanian said:
Hiya,

Have you searched through the server for any files pertaining to that domain ?
find / |grep "domain.com"
Also check the config files for the user under which the domain was added?

Did that allready.... Guys @ DA.com, is it possible it is hanging at the otherserver which is in multiserver-setup?
 
You've brought up a good point.

Can you (at least temporarily) check the other server and remove the DNS zone file and entry in /etc/named.conf (if they exist), and then try to create the domain?

Either way, after you know the answer, I'd say write directly to DA support.

Jeff
 
Back
Top