Page tree

Versions Compared

Key

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

...

HostnameDescriptionNaming Convention
SO1S1Host system for Registration System.Use a 2-3 letter convention to describe the host's main function. In this case, we foresee the host system will be dedicated to small online applications.
RGH1V10WEBRGH1V00WEBRuns Apache Web Server.

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

RGH1V10APPRGH1V00APPRuns 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 and , less likely to move, long term function of the server.

The convention follows but notice the V1000.

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

...

The system grows and requires a second application server to manage the load. As in many cases, the application is the bottle neck so a second web server is not needed. Here is how it will look in a sorted list,

HostnameDescriptionNaming Convention
S1Host system for Registration System. 
RGH1V00WEBRuns Apache Web Server.

 

RGH1V00APPRuns Tomcat Application Server and HypSQL Database Server. 
RGH1V01APPRuns Tomcat Application Server. 

The convention naturally sorts well. Now let's add something new to the mix.

...