The Zen of Hosting: Part 12 - Server Naming

For a consistent environment, you need naming standards, but the idea of a standard is universal adherence—and in IT, there is no such thing. The first thing I looked at was a naming standard for the servers themselves. Thankfully, Microsoft has published recommendations on this (available here), which we decided to follow since it is simple and easy to use and remember.

Microsoft’s published recommended naming convention is aa-bbb-ccccc-dd. The definition of the format is:

If the server is part of a cluster, array, or similar, the last two characters of the server role indicate which cluster it belongs to.

Samples:

The first domain controller in Redmond, USA, would be: us-rmd-ad-01

The first BizTalk server in the second BizTalk cluster in Cape Town, South Africa, would be: za-cpt-bts02-01

The first MSCRM server in Auckland, New Zealand, would be: nz-ack-crm-01

However, this is the only published naming standard I could find, so the naming for databases, ISA rules, etc. have all been developed internally—I can’t disclose those.

This also brings to an end this series on HMC hosting. But fear not—I have a quick 3-part mini-series on the top 3 tips for managing a HMC environment to keep busy with.