Live data from Hacker News

Ask HN: What will be a good naming strategy for a Server

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: What will be a good naming strategy for a Server

#11
post #5

Planet names (Jupiter, Mercury, Saturn , etc etc) or Chemical elements name (Sulfur, Sodium, etc etc)

On a previous job I used to great effect the list of bodies of the Solar system (planets, moons, asteroids, etc.)

That led to memorable names such as Mars, Venus, Pluto and Ganymede that didn't conflict much with other namespaces.

Re: Ask HN: What will be a good naming strategy for a Server

#12

e.g. lon1prodapp001, lon1testdbs001, nyc1testweb001

And here's a regex that describes it: http://rubular.com/r/rdEZU9qJ6L

I hate meaningless server names. It's cute for the first 3 but once you're over 10 you won't remember the difference between the 'obsidian' and 'sovite' servers. Which one is production and which one is dev test again?

At least with a logical naming scheme, you'll have a reasonable idea whether you're even on the right server or not.

Post reply on HN