This repository was archived by the owner on Oct 18, 2024. It is now read-only.
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Internal Naming Scheme? #7
Open
Description
suggestion
Naming Scheme
{identifier - 2 characters}{location code - 2 characters}{system type - 1 character}{server type - 1 character}{environment - 1 character}{function - 4 characters}{instance number - 3 characters}[s for service processor)
identifier:
group / corp / etc
location code:
where the servers are
System Type:
s = server
w = workstation
n = network gear. Switch, etc.
Server Type:
p = production
s = staging
t = testing
d = development
environment:
p = physical
v = virtual
function:
defines the function of the server.
ad = Active Directory
ns = Name Server
edge = network edge, firewall, router, etc.
osn = OpenStack Node
instance number:
defines the instance number of the server, used if a service has more than
one host or node. starts at 001, always pad with zeros.
service processor - drac, ILO, etc.
example
rlnaspvweb001.in.rockylinux.org
rl = rocky linux
na = north america
s = server
p = production
v = virtual
web = http host
001 = first instance
in = internal domain
just a starting point. 15 characters to be NetBIOS compatible, not required. The identifier field can be removed and replaced with a 4-character location field for example.
Metadata
Metadata
Assignees
Labels
No labels