I am just getting started working with HPC 2008, and am running into an issue... We are running HPC Server 2008 with all nodes (including HeadNode) Windows 2008 R2. I needed to reload a server (OS, etc) using Altiris (I haven't setup WIM yet).
I removed the node from the cluster and uninstalled HPC and removed the server from the domain. I then reinstalled the node's OS, and reinstalled the HPC Pack (specifying the correct headnode). The node shows up as Unknown in Node Management,
and when I try to apply a template, it goes to provisioning and then back to unknown.
the hpcdsm log shows the following (I substituted the actual domain name and server name of the computenode with domain\servername for privacy):
2010/07/30 08:10:44 [19][Warn ][HpcSdm ] Event AccessDeniedToUser: Access denied to user domain\servername$.
2010/07/30 08:10:44 [19][Error][HpcSdm ] Exception:
System.Security.SecurityException: Access denied to user domain\servername$.
at Microsoft.SystemDefinitionModel.Service.SdmStore.CheckUserIsKnown()
at Microsoft.SystemDefinitionModel.Service.SdmStore.QueryDocuments(String filter)
The Zone of the assembly that failed was:
MyComputer
The server is named the same as it was before, so I assume this is related to the computer account (although I am not having any... I am able connect in both directions (HeadNode to ComputeNode) without any permisisons issues.
Any ideas where to check from here?