Monday, February 18, 2013

Lync 2013 Front end server is not starting



Issue Details

Lync Server 2013 Front end Server is not running and keep on showing service status starting 



Cause:
The Reset-CsPoolRegistrarState cmdlet enables you to reset the Windows Fabric service (FabricHostSvc) and the Lync Server Registrar service (RtcSrv) for a Registrar pool; this might be required if the pool has become non-responsive or fails to start. (Typically that means that the Registrar service will remain stuck in the Start Pending state.) 



Resolution:

Run the following command in Lync Management shell


Reset-CsPoolRegistrarState -PoolFqdn "atl-cs-001.litwareinc.com" -ResetType FullReset

Reference : 
http://technet.microsoft.com/en-us/library/jj619172.aspx

2 comments:

  1. Thanks. I was running into the same Problem and it resolved my issue.

    ReplyDelete
  2. Reset-CsPoolRegistrarState : The term 'Reset-CsPoolRegistrarState' is not
    recognized as the name of a cmdlet, function, script file, or operable
    program. Check the spelling of the name, or if a path was included, verify
    that the path is correct and try again.
    At line:1 char:1
    + Reset-CsPoolRegistrarState -PoolFqdn "Lync-srv.MTech.local" -ResetType
    FullReset
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : ObjectNotFound: (Reset-CsPoolRegistrarState:Stri
    ng) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    ReplyDelete