I am testing an upgraded NT4-domain: debian VM, samba 4 ... classic upgrade through I assigned the IP of the future server already, and I want to adjust the DNS-entries. Current NT4-DC is called "server.my.tld", so I got all the kerberos related DNS-entries with "server" Future ADS-DC should be called "dc.my.tld" : is there an easier way to do that then going through each record with "samba-tool dns update" ? thanks for pointers
Hai, Setup a dns alias for server.domain.tld to dc.domain.tld. This should work as long as the server-hostname has the A and PTR and matches with your REALM setttings. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Stefan G. Weichinger via samba > Verzonden: dinsdag 23 mei 2017 16:41 > Aan: samba > Onderwerp: [Samba] classic upgrade, splitting servers > > > I am testing an upgraded NT4-domain: > > debian VM, samba 4 ... classic upgrade through > > I assigned the IP of the future server already, and I want to > adjust the DNS-entries. > > Current NT4-DC is called "server.my.tld", so I got all the > kerberos related DNS-entries with "server" > > Future ADS-DC should be called "dc.my.tld" : is there an > easier way to do that then going through each record with > "samba-tool dns update" ? > > thanks for pointers > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Am 2017-05-23 um 16:45 schrieb L.P.H. van Belle via samba:> Hai, > > Setup a dns alias for server.domain.tld to dc.domain.tld. > This should work as long as the server-hostname has the A and PTR and matches with your REALM setttings.can I do that with "samba-tool" ? But the old fileserver will stay online with its name "server.my.tld" ... not good.
On Tue, 23 May 2017 16:41:14 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:> > I am testing an upgraded NT4-domain: > > debian VM, samba 4 ... classic upgrade through > > I assigned the IP of the future server already, and I want to adjust > the DNS-entries. > > Current NT4-DC is called "server.my.tld", so I got all the kerberos > related DNS-entries with "server" > > Future ADS-DC should be called "dc.my.tld" : is there an easier way to > do that then going through each record with "samba-tool dns update" ? > > thanks for pointers > >As this is testing, rather than changing anything now, re-run the classic upgrade, but this time do it on a a machine with the required hostname and change the netbios name in smb.conf. Rowland
Now, if you old server stays online no alaissing then thats no option.. You can keep that server separated and add in you script something like this \\oldserver\share /username:OLDOMAIN\%username% Just make sure username and passwords are same. Passthrough auth wil work. I used that also in a upgrade/migration to samba4. That any option? Now if your thinking of renameing the DC hostname. Just one advice, dont do that, its always giving troubles. But i would go for Rowlands advice, upgrade the old NT server. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Stefan G. Weichinger via samba > Verzonden: dinsdag 23 mei 2017 16:51 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] classic upgrade, splitting servers > > Am 2017-05-23 um 16:45 schrieb L.P.H. van Belle via samba: > > Hai, > > > > Setup a dns alias for server.domain.tld to dc.domain.tld. > > This should work as long as the server-hostname has the A > and PTR and matches with your REALM setttings. > > can I do that with "samba-tool" ? > > But the old fileserver will stay online with its name "server.my.tld" > ... not good. > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Am 2017-05-23 um 16:59 schrieb Rowland Penny:> As this is testing, rather than changing anything now, re-run the > classic upgrade, but this time do it on a a machine with the required > hostname and change the netbios name in smb.conf.so: rm -fr /var/lib/samba/* edit/set hostname and /etc/hosts, maybe reboot classic-upgrade ... ?