Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-09 Thread Alan Clegg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 > Or you can allow your slave files to remain in binary format (it > gives you a roughly factor-4 speedup in loading the files, which > can be significant with large zones). When you want to look at the > text version, convert them: > > $ named-ch

Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread prakash
Dear Clarke, Thank you very much, it is working and getting data in txt form. Regards Prakash On 04/09/15 09:31 AM, William Clarke wrote: > > > > > > Prakash, > > There certainly is infact i just came across the same issue. Find the latest > documentation for bind and search the pd

Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread prakash
Dear Evan /William, Thanks both you, It is working. With best regards Prakash - Original Message - From: Evan Hunt Date: Thursday, April 9, 2015 10:06 am Subject: Re: configured bind 9.10.1 as slave gettting data in binary form To: William Clarke Cc: prakash , bind

Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread Evan Hunt
On Thu, Apr 09, 2015 at 12:00:36AM -0400, William Clarke wrote: > Prakash, > > There certainly is infact i just came across the same issue. Find the latest > documentation for bind and search the pdf for "format". It'll show you the > syntax, basically you need to add: > > masterfile-format tex

Re: configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread William Clarke
Prakash, There certainly is infact i just came across the same issue. Find the latest documentation for bind and search the pdf for "format". It'll show you the syntax, basically you need to add: masterfile-format text; to each "view" or you can specify it for each "zone". Example: zo

configured bind 9.10.1 as slave gettting data in binary form

2015-04-08 Thread prakash
Hi, Few days back, I configured Bind 9.10.1 as slave, it is working but getting data in binary form. I have several zone files. I will have to compile each file to get it in txt form. There is any way to get all zone files in txt format as I was getting in older versions. Please reply