dbTalk Databases Forums  

Naming The Database Server(s)?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Naming The Database Server(s)? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pbd22
 
Posts: n/a

Default Naming The Database Server(s)? - 04-02-2007 , 10:49 AM






Hi.

Could somebody kindly tell me what conventions and best practices are
used when naming a database server (not the database itself) and/or a
cluster of database servers?

thanks!


Reply With Quote
  #2  
Old   
Ed Murphy
 
Posts: n/a

Default Re: Naming The Database Server(s)? - 04-02-2007 , 12:59 PM






pbd22 wrote:

Quote:
Could somebody kindly tell me what conventions and best practices are
used when naming a database server (not the database itself) and/or a
cluster of database servers?
http://www.ietf.org/rfc/rfc1178.txt
http://namingschemes.com/


Reply With Quote
  #3  
Old   
pbd22
 
Posts: n/a

Default Re: Naming The Database Server(s)? - 04-02-2007 , 01:32 PM



On Apr 2, 10:59 am, Ed Murphy <emurph... (AT) socal (DOT) rr.com> wrote:
Quote:
pbd22 wrote:
Could somebody kindly tell me what conventions and best practices are
used when naming a database server (not the database itself) and/or a
cluster of database servers?

http://www.ietf.org/rfc/rfc1178.txth...ngschemes.com/
Hi.

Thanks for that.

I have some follow-up questions.

lets say that a database server has seven hard drives.
how would i handle the namespace? so, for example:

for www.somesite.com

would the database server and associated drives
look something like this:

database server:
data.somesite.com

various drives on the database server:
db1.data.somesite.com, db2.data.somesite.com, db3.data.somesite.com,
and so on...

anybody out there build a database cluster before? how
did you handle naming?

finally, I am noticing that really big sites such as yahoo and hotmail
use garbage in their namespace. So, for example, this is hotmail:

by138w.bay138.mail.live.com

is there an advantage to using a less obvious naming convention?

responses appreciated!



Reply With Quote
  #4  
Old   
--CELKO--
 
Posts: n/a

Default Re: Naming The Database Server(s)? - 04-03-2007 , 01:27 PM



Quote:
Could somebody kindly tell me what conventions and best practices are
used when naming a database server (not the database itself) and/or a
cluster of database servers? <<

The ISO-11179 Standards are for data elements names. No help there.
I guess you would have to use the prinicple of "least surprise" --
i.e. can someone in the field understand/guess the name used?

I know that geeks pick a theme like a TV show (Star Trek, South Park,
etc.). I worked at a shop that used the ethnic origins of the
personnel -- until I got there (nobody could spell "Czechoslovakia"
consistently, even me!)



Reply With Quote
  #5  
Old   
pbd22
 
Posts: n/a

Default Re: Naming The Database Server(s)? - 04-03-2007 , 02:05 PM



On Apr 3, 11:27 am, "--CELKO--" <jcelko... (AT) earthlink (DOT) net> wrote:
Quote:
Could somebody kindly tell me what conventions and best practices are

used when naming a database server (not the database itself) and/or a
cluster of database servers?

The ISO-11179 Standards are for data elements names. No help there.
I guess you would have to use the prinicple of "least surprise" --
i.e. can someone in the field understand/guess the name used?

I know that geeks pick a theme like a TV show (Star Trek, South Park,
etc.). I worked at a shop that used the ethnic origins of the
personnel -- until I got there (nobody could spell "Czechoslovakia"
consistently, even me!)
ok, thanks.
up until now i have been using musical compositions such
as "aria", "ronodo", "requiem", "cannon", "fugue", and so on.
but, i was afraid that this would be publically viewable so,
thought i would post. are database server names viewable
to the public? I am guessing no. So, if that is true, can you
tell me what server names "are" viewable to the public when
creating a medium-sized web site.

for example, in the example provided above:
by138w.bay138.mail.live.com

what kinds of servers would the following be:
by138w.bay138

sorry, i am just trying to get my mind wrapped around
namespaces.

thanks again!



Reply With Quote
  #6  
Old   
Greg D. Moore \(Strider\)
 
Posts: n/a

Default Re: Naming The Database Server(s)? - 04-15-2007 , 10:37 PM



"pbd22" <dushkin (AT) gmail (DOT) com> wrote

Quote:
for www.somesite.com

would the database server and associated drives
look something like this:

database server:
data.somesite.com
I tend to NOT do this, if only because if you have a "hole" in security it
makes things a bit easier to discover.

(Granted, security through obscurity is not a great idea, but at times it
can help a bit.)


Quote:
various drives on the database server:
db1.data.somesite.com, db2.data.somesite.com, db3.data.somesite.com,
and so on...

anybody out there build a database cluster before? how
did you handle naming?
Database cluster named: FOO
Server1: FOO1
Server2: FOO2
ServerN: FOON


Quote:
finally, I am noticing that really big sites such as yahoo and hotmail
use garbage in their namespace. So, for example, this is hotmail:

by138w.bay138.mail.live.com
That's server 138 in their bay area datacenter is my guess.

Quote:
is there an advantage to using a less obvious naming convention?

responses appreciated!



--
Greg Moore
SQL Server DBA Consulting Remote and Onsite available!
Email: sql (at) greenms.com http://www.greenms.com/sqlserver.html




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.