Hi,
We have a DNS server which is running on Fedora Linux. Now a days we are facing a problem. We have a job which does namelookup of a server ftp.domain.com and does ftp. That job is critical job.
like it does, ftp ftp.domain.com and does mput of few set of files in a location.this job is now a days failing, because while doing ftp to ftp.domain.com, the ftp is not happening. We thought there is some issue with the FTP server, but found problem is somewhere else.
If I bounce "named" in the DNS server and run the job it runs successfully. Now a days this job failing twice a week. And I had to bounce the "named" process of that server.
I also got some reference on this topic before, by setting the recursive-clients value in named.conf file. I am not sure this didn't solve the purpose.
=====================================================
// generated by named-bootconf.pl
options {
directory "/var/named";
tcp-clients 3500;
recursive-clients 3500;
/*
/* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
=========================================================
Now a days I am manually bouncing the named service and have a plan to put in crontab to bounce the named twice or thrice a week. But this is not the solution and I want to know whats wrong and where.
TIA ..
We have a DNS server which is running on Fedora Linux. Now a days we are facing a problem. We have a job which does namelookup of a server ftp.domain.com and does ftp. That job is critical job.
like it does, ftp ftp.domain.com and does mput of few set of files in a location.this job is now a days failing, because while doing ftp to ftp.domain.com, the ftp is not happening. We thought there is some issue with the FTP server, but found problem is somewhere else.
If I bounce "named" in the DNS server and run the job it runs successfully. Now a days this job failing twice a week. And I had to bounce the "named" process of that server.
I also got some reference on this topic before, by setting the recursive-clients value in named.conf file. I am not sure this didn't solve the purpose.
=====================================================
// generated by named-bootconf.pl
options {
directory "/var/named";
tcp-clients 3500;
recursive-clients 3500;
/*
/* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
=========================================================
Now a days I am manually bouncing the named service and have a plan to put in crontab to bounce the named twice or thrice a week. But this is not the solution and I want to know whats wrong and where.
TIA ..