I have a pdc samba 3+openldap+debian 5 and I need to migrate the ad windows (2003,2008 or 2012). How can I do this? -- Atenciosamente, Thiago Fortes Administrador de Redes DigithoBrasil 67 3345-6565
Hello, Am 17.04.2013 15:13, schrieb Thiago Fortes:> I have a pdc samba 3+openldap+debian 5 and I need to migrate the ad > windows (2003,2008 or 2012). How can I do this?Have you already started with the AD howto (http://wiki.samba.org/index.php/Samba_AD_DC_HOWTO). There is also a s3 migration howto linked. Regards, Marc
Am 17.04.2013 19:49, schrieb Julian:>>> I have a pdc samba 3+openldap+debian 5 and I need to migrate the ad >>> windows (2003,2008 or 2012). How can I do this? >>> >> >> Have you already started with the AD howto (http://wiki.samba.org/index.** >> php/Samba_AD_DC_HOWTO <http://wiki.samba.org/index.php/Samba_AD_DC_HOWTO>). >> There is also a s3 migration howto linked.> > > yes i've readed many times was useful but I'm still having > > # samba-tool fsmo seize --role=rid > Attempting transfer... > FSMO transfer of 'rid' role successful > ERROR: Failed to initiate role seize of 'rid' role: objectclass: > modify message must have elements/attributes! Maybe I misunderstood your short origin post. What exactly you want to do? Migrate a samba 3 PDC to samba 4 AD. Or migrate a windows DC to samba AD? If last, then you need a samba 4 installation, because samba 3 can only be a AD member server and no DC. What are you running currently and to which system you want to migrate? Regards, Marc
Am 17.04.2013 23:15, schrieb Julian:> Migration from Samba 4.0.0 alphaGIT version on Centos to Samba 4.0.3 on > Ubuntu 12.04Ok. Then first you have to join your new installation as DC to the domain: http://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC Make sure, that replication, etc. works. Then you have to seize roles. http://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC#FSMO_role_transfer But currently there is a bug (#9461), and the naming role doesn't seize without error. >>> # samba-tool fsmo seize --role=rid >>> Attempting transfer... >>> FSMO transfer of 'rid' role successful >>> ERROR: Failed to initiate role seize of 'rid' role: objectclass: >>> modify message must have elements/attributes! Why the rid role fails on your installation I can't tell. What alpha is your old installation? Maybe it's better to bring that old alpha to the latest version and then try it again (but transfering the naming role will still fail on the latest version. But the others worked here fine). Did you get this error on your first try? Or did you already tried to seize multiple times or maybe already back to the old host? What does 'samba-tool fsmo show' say? Do you just replace an old installation? Maybe then it's easier to move your whole samba 4 installation to the new host, which have the same IP and hostname. Regards, Marc