Virtual Machine Naming Convention

You must use two different naming conventions when creating virtual machines. The first naming convention defines the Self-Service Portal name and the second defines the hostname.

Self-Service portal name

When you create a virtual machine in the self-service portal, you must give it a name. The convention we use is to name your machine:

[username]-machinename

This allows us to see your machines grouped together when sorted by name and allows us to easily identify the owners of virtual machines. Note that the machinename will often be dictated by your professor.

Hostname

When you install the operating system you will be required to give your server a hostname. This is what you would normally use for an internet net such as [hostname].cs.southern.edu. In the case of this server the hostname is "dra". When assigning a hostname to your servers you should use the following conventions:

  1. username-machinename.[given_domain] e.g. scot-cpte230a.cs.southern.edu OR

  2. machinename.[username].internal e.g. cpte230a.scot.internal

For CPTE230, your linux machine you should use convention (a) for all other machines you should use convention (b).