HPC 2008 Headnode/cluster name change question
-
2008年10月31日 20:55I inherited a preconfigured cluster that was setup as a standalone domain. Now I'd like to join it to the corporate domain and rename the headnode (and all of the compute nodes). I already removed the AD services, renamed the headnode and joined the domain, but it would appear that the HPC CLuster Manager isn't completely happy about this. Some operations fail in the configuration screens of Cluster Manager.
I'm guessing that at this point, I need to uninstall and reinstall the HPC Pack on the headnode. In order to minimize configuration losses, other than exporting the Job and Node Templates, are there any other pieces that can be preserved through the reinstall?
Is there some other procedure I should have used up to this point and could continue with?
所有回覆
-
2008年11月3日 11:13
I am going to do exactly the same thing as you describe sometime this week, i.e. decomission existing standalone active dir, rename existing head and compute nodes then add to corp domain.
My plan is to remove the cluster pack from all nodes, removing the SQL components also. Stop all SQL related services first otherwise it'll complain. The SQL services will still look for the original headnode hostname.
I suppose you could just choose to create a new instance of the SQL server during the cluster pack reinstall as opposed to completely uninstalling and deleting the \program files\ (x86)\Microsoft SQL Server folder, but we've had probs in the past reinstalling SQL with existing directory structures in place, so my preferred method is to completely wipe MS SQL and reinstall clean.
Other than that once you've renamed your nodes, and added them to the existing corp domain, plus applied your node templates, ensure that %system root%\system32\drivers\etc\hosts have the new IP addresses that correspond with your corp network.
If your old standalone domain used a different IP Address /subnet mask setup then there might be some remnants of those address in the host file. You may have to manually tidy that up.
The cluster pack should add the new hostnames / IP addresses when you configure your network but double check that to make sure that this has happened.
Cheers.
- 已標示為解答 msmoritz 2009年4月16日 13:17
-
2008年11月3日 17:59I combined what you suggested with what I had already done. Unfortunately, had issues with the SQL Server uninstallation that took a bit to resolve.
Now, when I try to configure the cluster, getting several Error 5005's when running the network configuration and can't continue the configuration.
The full errors are:
Error 5005: Failed to deserialize InstanceName using the definition UniqueStringConstraint. The attribute NodeNamesMustBeUnique is invalid.
Error 5005: Failed to deserialize InstanceName using the definition UniqueStringConstraint. The attribute NetworkNamesMustBeUnique is invalid.
- 已編輯 msmoritz 2008年11月3日 18:08
-
2008年11月3日 19:54The resolution to the Error 5005 seems to be to remove the DHCP scopes for the Application and Private networks before running the cluster network configuration step.
-
2011年7月7日 19:18
I'm getting this after reinstalling HPC Pack and recreating the cluster/head node (at the network config step):
Error 5005: Failed to deserialize InstanceName using the definition UniqueStringConstraint. The attribute NetworkNamesMustBeUnique is invalid.
This machine was never a DHCP server, though, so what does it mean to "remove the DHCP scopes for the Application and Private networks"?
Thanks,
-
2011年7月7日 20:50Hmm. In my case it seems a reboot solved the problem...