Search Again:

Re: Problem moving to OS X 4.02

From: Men & Mice Support
Date: Friday, January 31, 2003
Time: 9:29:24 am

Hello George,

It seems this script doesn't always work the way I intended. :-\

Open the Restore Zones script. Find the chooseServer function, down
near the bottom. You'll see a section that looks like this:

-- look for servers without zones
set candidates to {}
repeat with theServer in connectedServers
set theServer to theServer as text
tell application "QuickDNS Manager 4.0"
tell server theServer
if (count of every zone) = 0 then
set candidates to candidates & theServer
end if
end tell
end tell
end repeat

Change it to this:

set candidates to connectedServers

Then try running the script.
____________________________________________________________________
Chris Buxton Men & Mice
support@menandmice.com Making DNS Easy

At 5:08 PM -0800 1/30/03, ITG Lists wrote:
>Hi,
>
>I exported zone data from my 3.53 servers which are called
>ns1.inno-tech.com (.1 machine) and ns2.inno-tech.com (.2 machine)
>
>I installed 4.02 on two OS X machines (.201 and .202 machines) which
>will replace the current servers. My plan is to import the data, then
>shut down old servers, change IP address on new servers and be done with
>it.
>
>When I run QDNS Manager and "Add name server" I put in ns1.inno-tech.com
>with the .201 address and it loads. There were 2 zones there for
>localhost. When I try to Restore Zones, I keep getting "There are no
>name servers without zones". So I deleted the 2 zones. Still same
>error.
>
>What is the correct way to migrate from an active server to one I will
>be replacing with? I want to do the 2ndary first, then move to primary.
>Please advise and .cc me at george@inno-tech.com
>
>Thanks in advance.
>George




Messages In This Thread:



Return to Digital Point Solutions' Home Page