Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The system starts small and begins with a registration system.

Hostname

Description

Naming Convention

S1

Host system for Registration System.

Use a 2-3 letter convention to describe the host's main function. As the purpose of the host can easily change we use a generic name, S1 for system 1.

RGH1V00WEB

Runs Apache Web Server.

RG = Registration
H1= Hardware 1
V = Virtual server
00 = The first virtual server with allowance for relation to a corresponding server, in this case just one application server
WEB = Function

RGH1V00APP

Runs Tomcat Application Server and HypSQL Database Server.

This has both an application and database. Because the database is portable and more easier to move, we make the judgment call to name the system APP after the more primary, less likely to move, long term function of the server.

The convention follows but notice the V00.

00 = First virtual server for the specified function and it visually and via sorting will correspond to the Web Server.

At this point the hostnames are not too bad. Their real value comes when the system needs to grow.

...

There is need for a new system for migrating users to tokens which we'll call MG for migration. Notice that we use a generic name rather than TM as the system could evolved to do other types of migrations. The system is low budget and considered temporary. As such, the customer wants to reuse the web server.

T

..

Hostname

Description

Naming Convention

S1

Host system for Registration System.

Existing.

RGH1V00WEB

Runs Apache Web Server.

Existing

RGH1V00APP

Runs Tomcat Application Server and HypSQL Database Server.

Existing

RGH1V01APP

Runs Tomcat Application Server.

Existing

MGH1V00APP

Runs Tomcat Application Server and HypSQL Database Server.

Again the V0 clearly shows that it is connected to RGH1V00WEB and the MG indicates the systems primary function is for migrations.

..