Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Synchronizing primary and secondary name servers Post 302253400 by Lazydog on Friday 31st of October 2008 01:09:47 PM
Old 10-31-2008
Quote:
Originally Posted by a2z1982
Well, here is what I did; I randomly took a domain.

1. Saw that the A record on slave was not Synched with the master.
2. Forcefully Synched the A record of the domain on the Slave in accordance with the master.
How did you do this?
The proper way would have been to update the serial number on the master and see if that updates the slave.

Quote:
What logs can I access on the Master to see all domains that are not Synched with Slave?
That would all depend on what youe are logging and how you are logging it.
Without knowing the config for logging I really cannot say.


Quote:
Additionally, when you say "check the config on the slave to see what it believes are the zones it receives from the master" could you elaborate a bit further.
Sure. On the slave look at named.conf

In the file there should be something like this:

Code:
   zone "example.com" in {
   type slave;
   file "example.com.db";
   masters { <Master's IP>; };

In the above you will be looking at the master line. This tells you which server the updates come from.

Quote:
I am a beginner; learning every day. I could understand what you have mentioned about the serial numbers.

Thanks for your time Smilie
Everyone is a beginner at one point or another.
Glad I could help.

Here are some good books to read on DNS

DNS and BIND
DNS and Bind Cookbook
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to find All Primary and Secondary Group ID's for a user

Is there any command which can list me all the Group ID's (Primary, Secondary ) assocaited with a single user. Thanks Sanjay (2 Replies)
Discussion started by: sanjay92
2 Replies

2. UNIX for Advanced & Expert Users

Regarding Synchronizing 2 CVS.

Hi As a System Admin, I have to handle synchronzing 2 CVS. But I'm new to CVS & hardly have any knowledge of such tools. Please help me, is there any way, that can automatize the process for synchronizing the 2 remotely residing CVS database with out manual intervension. Ex:- CVA... (1 Reply)
Discussion started by: S.Vishwanath
1 Replies

3. UNIX for Advanced & Expert Users

primary-secondary sync problem

hi guys, i am new to this DNS business and i'm having a problem. the setup is bind 9.2.3 is installed on a sun solaris 8 server and is the primary DNS. men and mice suite is installed on another sun solaris 8 and that is our secondary DNS server. problem is recently the secondary DNS stopped... (0 Replies)
Discussion started by: mbannout
0 Replies

4. Shell Programming and Scripting

Passing the values to the secondary script when it invoked by primary script

Hi, When I invoke a script s1.sh it will call an another script s2.sh by itself. This script s2.sh will call some java files, so while running the script it asks for a file name to be processed. Which we can see in the screen. The file name to be processed is present in script s1.sh Now... (1 Reply)
Discussion started by: venu_eie
1 Replies

5. UNIX for Advanced & Expert Users

Passing the values to the secondary script when it invoked by primary script

Hi, When I invoke a script s1.sh it will call an another script s2.sh by itself. This script s2.sh will call some java files, so while running the script it asks for a file name to be processed. Which we can see in the screen. The file name to be processed is present in script s1.sh Now I... (2 Replies)
Discussion started by: venu_eie
2 Replies

6. Filesystems, Disks and Memory

shift hard disk from primary IDE channel to secondary IDE channal

Wellcomes All, some times ago I 've installed a Debian ditribution on an Hard Disk who was set as Primary Master. Few days ago, I 've decided to install another Hard Disk with a different Operating System. When I did that, I turned off the old hard disk, and I mouted the new one on the Primary IDE... (1 Reply)
Discussion started by: thekarsillo
1 Replies

7. Shell Programming and Scripting

List ALL users in a Unix Group (Primary and Secondary)

Is there a command or better combination of cmds that will give me the list of Unix users in a particular Unix group whether their primary group is that group in question (information stored in /etc/passwd) or they are in a secondary group (information stored in /etc/group). So far all I got... (5 Replies)
Discussion started by: ckmehta
5 Replies

8. Linux

Secondary linux dist WITHIN primary one

Hi New here so forgive my ignorance and inability to express myself in an informative manner ;) I have a Fedora distribution installed on my development computer. The system we build is meant to run on a slackware dist which is all fine and well. But due to our flow of deployment I would have... (2 Replies)
Discussion started by: inquam
2 Replies

9. AIX

How to find Primary & Secondary VIOS?

Hi, In a Dual VIOSs setup having 4 SEA adapters each, how to find which one is Primary and Secondary.? Regards, Siva (2 Replies)
Discussion started by: ksgnathan
2 Replies

10. Solaris

DNS Primary and Secondary

hi there, i using salaris 10 as my DNS server. i have 2 dns server primary and secondary. if primary dns server i edit/update, the other secondary dns server must be sync too. How can i configure if dns server (primary) can sync the secondary? (1 Reply)
Discussion started by: tappetmus
1 Replies
MPSCNNSubtractGradient(3)				 MetalPerformanceShaders.framework				 MPSCNNSubtractGradient(3)

NAME
MPSCNNSubtractGradient SYNOPSIS
#import <MPSCNNMath.h> Inherits MPSCNNArithmeticGradient. Instance Methods (nonnull instancetype) - initWithDevice: Additional Inherited Members Detailed Description This depends on Metal.framework. Specifies the subtraction gradient operator. This arithmetic gradient filter requires the following inputs: gradient image from the previous layer (going backwards) and either the primary or the secondary source image from the forward pass. You will need a separate filter for the primary and secondary source images. Without broadcasting, the arithmetic subtract gradient operation for the primary source image is a copy operation on the input gradient image (for x - y, d/dx(x - y) = 1). This copy operation can be optimized away by the graph interface. For the secondary source image, the result is a negation of the gradient image from the previous layer (for x - y, d/dy(x - y) = -1). Setting the broadcasting parameters results in a reduction operation (sum) across all of the applicable broadcasting dimensions (rows, columns, feature channels, or any combination thereof) to produce the destination image of the size that matches the primary/secondary input images used in the forward pass. Method Documentation - (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device Initialize the subtraction gradient operator. Parameters: device The device the filter will run on. Returns: A valid MPSCNNSubtractGradient object or nil, if failure. Reimplemented from MPSCNNArithmeticGradient. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSCNNSubtractGradient(3)
All times are GMT -4. The time now is 06:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy