User Tools

Site Tools


infoblox:migration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
infoblox:migration [2020/05/24 08:37] bstaffordinfoblox:migration [2022/11/23 12:49] (current) – external edit 127.0.0.1
Line 23: Line 23:
   * When importing, make sure no one else is logged onto the Grid master.   * When importing, make sure no one else is logged onto the Grid master.
   * If you import DNS export from Microsoft DNS servers, if you see the text string ''\302\240'', this will cause an error. It is the representation of a space in the DNS record in Microsoft.   * If you import DNS export from Microsoft DNS servers, if you see the text string ''\302\240'', this will cause an error. It is the representation of a space in the DNS record in Microsoft.
 +
 +=====Clean Up Microsoft DNS Data=====
 +
 +When you export DNS from Microsoft, this script will add the zone file names.
 +<code>awk '{n=split($3,a,"\\"); print $0, "\r\n\"DatabaseFile\"=\"" , a[3], ".expdb\"" }' dns_export.reg | sed 's/]$//g' | sed 's/"DatabaseFile"="\ /"DatabaseFile"="/g' | sed 's/] .expdb"/.expdb"/g' | sed 's/"DatabaseFile"="\ .expdb"//g' | sed '/^\s*$/d' | dos2unix > new_dns_export.reg</code>
  
  
infoblox/migration.1590309435.txt.gz · Last modified: (external edit)