Is it vital to have a naming convention for all the servers in your infrastructure? The answer depends on the number of servers you have. If you have only a few servers, you probably know each machine intimately: You know where it's located, and you understand its relative importance to the infrastructure if a problem arises.
But what if you have a large, distributed infrastructure that spans hundreds of servers? Suppose your beeper goes off, notifying you that your monitoring service has identified a problem with a specific system: Problem with SERVER27.You have to rack your brains to figure out where SERVER27 is and what it does. If SERVER27 is a backup server for a production system, you probably don't need to rush to fix the problem, but if it hosts Microsoft Exchange Server for senior management, you need to know about any glitches right away. The ability to find servers quickly when things go wrong is the best and most practical reason to use a naming convention.
Common Methods
How do you decide what kind of naming convention to use? Here are several considerations to keep in mind.
Office or location codes—If your company has many offices, you can use office or location codes to identify server locations. For example, I know a company that uses location codes, such as ZKO, REO, and DBO. If your location contains several buildings, you can add numbers to identify certain buildings, such as REO1 and DBO2. Remember, however, that if you close down an office and relocate servers, you'll have naming problems.
Geographic names—The big benefit of geographic names such as London, Paris, and New York is that they're unlikely to change before you need to replace a server. For this reason, many companies use three-or four-character abbreviations of geographic names—such as LON, PAR, and NYC—as the basis of their naming convention.
Function indicator—Knowing the location of a problem server is valuable, but knowing that server's function is essential. Many companies use values such as EXMBX (Exchange mailbox server), EXBHS (Exchange bridgehead server), EXPFS (Exchange public folder server), GC (Global Catalog server), DC (domain controller), DHCP (DHCP server), and WS (individual workstation) to specify a particular computer's importance to the infrastructure.
Identifier—If you have more than one server of a specific type in a certain location, you'll need to assign values that create unique identifiers. Some companies number their servers, whereas others use values that provide more information about the server. For example, a company might use CL1 to specify the first node in a cluster, or PL380-4 to specify that the server is a four-way HP ProLiant DL380. Remember, however, that extreme specificity can be excessive, and simple numbering schemes are typically sufficient.
Put It All Together
Using these naming-convention methods, you might end up with a name that looks like NYC1-EXMBX1—this sample server is located in Building 1 in New York City and is the first Exchange server in the office. Some administrators recommend specifying the user community that Exchange servers support, so they might add suffixes such as -VIP (VIP mailboxes), -FIN (Financial Department mailboxes), and so on. So, the resulting name might look like NYC-EXMBX-FIN1.
On a cautionary note, before you include the server's role in your naming convention, ensure that your security team doesn't mind. Some security teams believe that adding this kind of information makes servers more visible as attack targets. However, it's also fair to say that security teams are paranoid because of the nature of their business. They would prefer that you give servers names such as AAAZZZ-ZXYY-003-AAZ. In fact, if Windows would let you include special characters in server names, the security team would want you to do that, too.
Does It Matter?
Some administrators believe it isn't important what server name you use, simply because it's possible to rename servers later. In practice, however, most administrators never get around to renaming servers. Instead, they leave servers with their original names until the servers gently degrade over time and eventually leave the infrastructure. I recommend selecting a naming convention that is resilient to change and that meets the restrictions that others in the organization (e.g., your auditors, IT security) place upon you.
End of Article
Hello Tony,
I read the article with a lot of interest as I did a naming convention for a client with over 10000 offices in 220 countries. The suggestion made in the article are nice but do have some downsides: - The location code does not scale to multiple offices in the same city. If the names are created based on best effort, there is not garranty that the location is not already used (Paris in France and Paris in America). Public standards are IATA (735 locations, UN-Locode > 50.locations) - Servers often own more than one role (DC + FileServer, DNS + DHCP...) You would need to decide a primary role to add to the name (limitation of lenght). I you do so, you don't know the other services provided. Instead of adding the role, adding the OS Type and/or hardware type is more generic and propably does not change over a server lifetime.
Ideally, a complete generic name + an inventory database would be the most flexible solution although not the easiest to implement.
Thinking, we have only a midsize company, so we don't need to care about all these things is not a good idea. You might buy a nother company tomorrow.. Best regards Patrick
MSCE 2003 Senior Consultant
You may not publish my email address and lastname
patrick@sczepanski.com July 12, 2006 (Article Rating: )
Free Online Event! Virtualization:Get the Facts! Register now and attend this free, live in-depth online conference on November 13 and 20, 2008, produced by Windows IT Pro. All registrants are eligible to receive a complimentary one-year digital subscription to Windows IT Pro (a $49.95 value)!
Ease Your Scripting Pains with the Flexibility of PowerShell! Join MVP Paul Robichaux on December 11, 2008 at 11:00 AM EDT as he equips you with PowerShell basics in 3 introductory lessons, each followed by a live Q&A session—all on your own computer!
Latest Advancements in SSL Technology There are a variety of different kinds of SSL to explore to ensure customer data is kept confidential and secure. In this paper, we will discuss some of these SSL advances to help you decide which would be best for your organization.
Order Your SQL Fundamentals CD Today! Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.
Maximize Your SharePoint Investment: Get Your Data Moving Watch this web seminar now to learn how to maximize your SharePoint investment! Join us as we take a look at the complex business of securing, accessing and managing vast amounts of information in a global network and various ways to get your data moving.
I read the article with a lot of interest as I did a naming convention for a client with over 10000 offices in 220 countries.
The suggestion made in the article are nice but do have some downsides:
- The location code does not scale to multiple offices in the same city. If the names are created based on best effort, there is not garranty that the location is not already used (Paris in France and Paris in America). Public standards are IATA (735 locations, UN-Locode > 50.locations)
- Servers often own more than one role (DC + FileServer, DNS + DHCP...) You would need to decide a primary role to add to the name (limitation of lenght). I you do so, you don't know the other services provided. Instead of adding the role, adding the OS Type and/or hardware type is more generic and propably does not change over a server lifetime.
Ideally, a complete generic name + an inventory database would be the most flexible solution although not the easiest to implement.
Thinking, we have only a midsize company, so we don't need to care about all these things is not a good idea. You might buy a nother company tomorrow..
Best regards
Patrick
MSCE 2003
Senior Consultant
You may not publish my email address and lastname
patrick@sczepanski.com July 12, 2006 (Article Rating: