unable to successfully cleanup cluster in windows 2012


hi,

i unable create failover cluster on windows 2012r2. receiving error message "unable cleanup cluster in windows 2012".

i have performed following steps still getting error:

step-1: prestage computer account name of new cluster account , disabled (the account must disabled when create cluster wizard run, can confirm account use cluster not in use existing computer or cluster in domain).

step-2: active directory users , computers, right click properties of prestaged cluster account. click on security tab , click advanced button of accounts. clear checkbox allow inheritable permissions parent propagate object , child objects. select remove when security dialogue box opens.

step-3: replicated changes other domain controllers

step-4: create cluster , validate

please guide

regards

sajid

sajid cluster account have created? create clusters in powershell , if watch first 2 minutes of video can watch me create cluster 3 x laptops (one domain controller) https://www.youtube.com/watch?v=gtbshn-3pyw.  have blog post here .. http://blogs.technet.com/b/andrew/archive/2013/11/19/lab-ops-part-9-an-introduction-to-failover-clustering.aspx

i can reverse of these steps using powershell remove cluster e.g.

to remove cluster ad & dns run on dc (orange-dc)..

invoke-command -computername orange-dc -scriptblock {
    if( get-adcomputer -filter {name -eq "hafilecluster"}) {
        set-adobject -identity:"cn=hafilecluster,cn=computers,dc=contoso,dc=com" -protectedfromaccidentaldeletion:$false -server:"orange-dc.contoso.com"
    }
    get-adcomputer -filter {name -eq "hafilecluster"} | remove-adobject -recursive -confirm:$false   }

invoke-command -computername orange-dc -scriptblock {remove-dnsserverresourcerecord "hafilecluster" -computername orange-dc -zone contoso.com -rrtype -force}

where cluster called hafilecluster

if helps please mark answer others



Windows Server  >  Windows Server General Forum



Comments

Popular posts from this blog

server manager error: ADAM.events.xml could not be enumerated.

Cannot access Anywhere Access using domain name?

WMI Failure: Unable to update Local Resource Group