Skip to main content

Post migration checking Ip and name- serves:

Comments

5 comments

  • triantech
    Sreeni, How exactly are you migrating the accounts? If you are using the cPanel tools, the zone files are automatically copied to the new server ! During the time of migration ( if you are using the migration wizard ), you can specify the IP address too for these domains on the new server. It would be just a matter of updating the NS records, i believe, as a part of the migration !
    0
  • sreeninair
    Hello triantech, We are migrating accounts using whm copy multiple accounts tool. Then we will migrate all ip's in the server to new server. So we need the same ip's and name server as in old server. But while migrating account some accounts will have different name servers. So it will be easy if we can sync zone file and httpd.conf (i think so) so same configuration will be copied in the new server.
    0
  • cPanelMichael
    Hello :) You could copy over the zone files, however the easier solution would simply be to hold off on updating the name server IP addresses at the registrar until you are ready for the domain names to propagate to the new server. Thank you.
    0
  • sreeninair
    Michael, We are not changing name servers. The ip's are switched to new server. Thanks Sreeni
    0
  • cPanelMichael
    It's acceptable to copy over the zones files, but remember if you make any subsequent edits manually, that you should update the serials using commands such as: # cp -a /var/named /var/named-backup # find /var/named/*.db -mtime -1 -exec perl -pi -e 'if (/^\s+(\d{10})\s+;\s+serial/i) { my $i = $1+1; s/$1/$i/;}' '{}' \;
    Thank you.
    0

Please sign in to leave a comment.