Displaying 3 results from an estimated 3 matches for "havfe".
Did you mean:
have
2023 May 29
1
How to cleanly remove a DC from Samba domain?
I connected to LDAP via Apache Directory Studio and it seems that the child node under the computer account is an RID set:
????????CN=RID Set,CN=DC2,CN=Computers,DC=ad,DC=home,DC=lan
Is this an omission of the demotion process? Should this havfe been removed? Is it safe for me to delete this and try the "sambal-tool computer delete DC2" again?
2023 May 29
1
How to cleanly remove a DC from Samba domain?
Hello,
I have a domain with three controllers (DC1/DC2/DC3). One is completely non-existent and offline (DC3).
I am trying to remove the online controller completely from the domain. The Samba wiki is currently offline, but from recollection I did the following to remove DC2:
- transferred all FSMO to DC1
- demoted DC2
The demotion part seems to have succeeded:
---
root at dc2 ~# samba-tool
2023 May 29
1
How to cleanly remove a DC from Samba domain?
...dros Karypidis via samba wrote:
> I connected to LDAP via Apache Directory Studio and it seems that the child node under the computer account is an RID set:
>
> ????????CN=RID Set,CN=DC2,CN=Computers,DC=ad,DC=home,DC=lan
>
> Is this an omission of the demotion process? Should this havfe been removed? Is it safe for me to delete this and try the "sambal-tool computer delete DC2" again?
>
Your DC should be running when you demote it, otherwise you should have
demoted it from another DC with the
'--remove-other-dead-server=The_DC_you_stopped' switch.
As each...