High Availability on a CLM Managed PKI

  • Thread starter Thread starter Unai Castro
  • Start date Start date
U

Unai Castro

Hello,

I'm trying configure a CLM infraestructure on High Availability using NLB. I
have two servers with CLM and CA installed. I can manage both CA from any
CLM. Now I'm trying configure NLB Cluster for the two CLMs. I can connect,
and log, to both using de cluster name and see de presentation page. But when
I clic in any option to manage CLM templates, for example "Manage profile
templates", I get the follow error:

Excepción interna:Mensaje:An operations error occurred.

Tipo:System.Runtime.InteropServices.COMException
Origen:System.DirectoryServices
Seguimiento de la pila: at
System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_Name()
at Microsoft.Clm.DS.DirEntry.BindDirectoryEntry(ProviderType
providerType, String serverOrDomain, String path)
at Microsoft.Clm.DS.DirEntry.OpenDirEntry(ProviderType providerType,
String path)
at Microsoft.Clm.DataAccess.AD.UserProfiles.GetAllUserProfiles()
at Microsoft.Clm.BusinessLayer.UserProfiles.GetUserProfiles()
at Microsoft.Clm.Web.ManageProfiles.LoadProfileTemplatesIntoInterface()
at Microsoft.Clm.Web.ManageProfiles.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Can anybody help my?

Thanks.
 
Did you assign a manual Service Principal Name to the clmWebPool account
that matches the DNS name assigned to the NLB Cluster IP address
Brian

"Unai Castro" <Unai Castro@discussions.microsoft.com> wrote in message
news:CD6A3B17-8BC7-4BA0-B2D7-F0B68923ED3D@microsoft.com...
> Hello,
>
> I'm trying configure a CLM infraestructure on High Availability using NLB.
> I
> have two servers with CLM and CA installed. I can manage both CA from any
> CLM. Now I'm trying configure NLB Cluster for the two CLMs. I can connect,
> and log, to both using de cluster name and see de presentation page. But
> when
> I clic in any option to manage CLM templates, for example "Manage profile
> templates", I get the follow error:
>
> Excepción interna:Mensaje:An operations error occurred.
>
> Tipo:System.Runtime.InteropServices.COMException
> Origen:System.DirectoryServices
> Seguimiento de la pila: at
> System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
> at System.DirectoryServices.DirectoryEntry.Bind()
> at System.DirectoryServices.DirectoryEntry.get_Name()
> at Microsoft.Clm.DS.DirEntry.BindDirectoryEntry(ProviderType
> providerType, String serverOrDomain, String path)
> at Microsoft.Clm.DS.DirEntry.OpenDirEntry(ProviderType providerType,
> String path)
> at Microsoft.Clm.DataAccess.AD.UserProfiles.GetAllUserProfiles()
> at Microsoft.Clm.BusinessLayer.UserProfiles.GetUserProfiles()
> at Microsoft.Clm.Web.ManageProfiles.LoadProfileTemplatesIntoInterface()
> at Microsoft.Clm.Web.ManageProfiles.Page_Load(Object sender, EventArgs
> e)
> at System.Web.UI.Control.OnLoad(EventArgs e)
> at System.Web.UI.Control.LoadRecursive()
> at System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
>
> Can anybody help my?
>
> Thanks.
 
Thank you Brian. That was the problem.

"Brian Komar" wrote:

> Did you assign a manual Service Principal Name to the clmWebPool account
> that matches the DNS name assigned to the NLB Cluster IP address
> Brian
>
> "Unai Castro" <Unai Castro@discussions.microsoft.com> wrote in message
> news:CD6A3B17-8BC7-4BA0-B2D7-F0B68923ED3D@microsoft.com...
> > Hello,
> >
> > I'm trying configure a CLM infraestructure on High Availability using NLB.
> > I
> > have two servers with CLM and CA installed. I can manage both CA from any
> > CLM. Now I'm trying configure NLB Cluster for the two CLMs. I can connect,
> > and log, to both using de cluster name and see de presentation page. But
> > when
> > I clic in any option to manage CLM templates, for example "Manage profile
> > templates", I get the follow error:
> >
> > Excepción interna:Mensaje:An operations error occurred.
> >
> > Tipo:System.Runtime.InteropServices.COMException
> > Origen:System.DirectoryServices
> > Seguimiento de la pila: at
> > System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
> > at System.DirectoryServices.DirectoryEntry.Bind()
> > at System.DirectoryServices.DirectoryEntry.get_Name()
> > at Microsoft.Clm.DS.DirEntry.BindDirectoryEntry(ProviderType
> > providerType, String serverOrDomain, String path)
> > at Microsoft.Clm.DS.DirEntry.OpenDirEntry(ProviderType providerType,
> > String path)
> > at Microsoft.Clm.DataAccess.AD.UserProfiles.GetAllUserProfiles()
> > at Microsoft.Clm.BusinessLayer.UserProfiles.GetUserProfiles()
> > at Microsoft.Clm.Web.ManageProfiles.LoadProfileTemplatesIntoInterface()
> > at Microsoft.Clm.Web.ManageProfiles.Page_Load(Object sender, EventArgs
> > e)
> > at System.Web.UI.Control.OnLoad(EventArgs e)
> > at System.Web.UI.Control.LoadRecursive()
> > at System.Web.UI.Page.ProcessRequestMain(Boolean
> > includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> >
> > Can anybody help my?
> >
> > Thanks.

>
 
Back
Top