Hello my fellow readers!
I want to bring to your attention one small thing which will likely save you time and relieve from lots of headaches when installing SQL Server on the cluster. I am talking about special characters like & < > " etc in cluster resource and group names. Sometimes it is tempting to name cluster resource groups for SQL Server under name of the application which SQL Server will be hosting. Say, application is Microsoft Office Communication Server (MS OCS) then you are likely to call this resource group OCS. If you intend to host multiple applications on SQL Server cluster (say OCS and Sharepoint) you may choose use & as a separator for a cluster resource name to reflect application names eg OCS & Sharepoint. Though it may seem as a good idea, you may not to do so as stated on MSDN:
"When naming a cluster group for your failover cluster installation, you must not use any of the following characters in the cluster group name:
Also verify that existing cluster group names do not contain unsupported characters."
PingBack from http://www.codedstyle.com/beware-of-special-characters-in-cluster-resourcegroup-names/