%doc> Help for Host form %doc> <%args> $dowindow => 1 %args> <%init> if ( $dowindow ){ $m->clear_buffer; } %init>
A host name is the unique name by which a network-attached device (which could consist of a computer, printer, file server, network storage device, fax machine, copier, etc.) is known on a network. The hostname is used to identify a particular host in various forms of electronic communication.
If you are requesting an IP address, you must specify a host name for your machine. The name must be lowercase, with no spaces, special characters, or symbols. Dashes are acceptable but cannot be the first character.
The Ethernet address of a network interface card is the unique 48-bit value that identifies the card to the rest of the network. Every network card has a unique ethernet address permanently burned into its memory. These are also sometimes referred to as "physical", "hardware" or "MAC" addresses.
Is the Ethernet address required in the host form?
Your Ethernet address is required if you want your machine to obtain its address and other settings via DHCP. DHCP is recommended because other network parameters (DNS servers, default router, etc.) are assigned and updated automatically. However, if you decide to manually configure your IP address and network settings, then you do not necessarily need to enter an Ethernet address in the host form.
What does an Ethernet address look like?
An ethernet address is 48-bits long. Since 48-bit patterns are hard to read -- but hexadecimal digits are easy to read -- ethernet addresses are often written using hexadecimal digits. Each hexadecimal digit represents 4 of the 48-bits, so you end up with a 12-digit hex value such as the following:
00:E1:27:A5:82:F2
How can I find the Ethernet address on my network card?
There are many different card vendors, and many different operating systems, and each of them may provide their own individual way to get at the ethernet address. A list of the common methods for locating the ethernet address on various platforms is given below:
'ipconfig /all' Look for the Ethernet adapter section (usually called "Local Area Connection" and locate the line that says "Physical Address".
What is an alias or CNAME record?
A CNAME record or Canonical Name record is a type of resource record in the Domain Name System (DNS) that specifies that the domain name is an alias of another, canonical domain name. This helps when running multiple services (like an FTP and a webserver; each running on different ports) from a single IP address. Each service can then have its own entry in DNS (like ftp.example.com. and www.example.com.). Network administrators also use CNAMEs when running multiple HTTP servers on the same port, with different names, on the same physical host.
When adding a new host in Netdot, you can specify multiple cnames by separating them with commas.
What does the Expiration Date do?
The expiration date of a DNS record is an optional attribute that allows the user to instruct netdot to automatically remove that record at the desired date. This is useful when registering a hostname temporarily (i.e. for testing purposes) without the need to go back into netdot to remove the record. If left blank, the expiration will not take effect. However, stale records could be removed by the netdot administrators if the IP addresses have not been seen on the network for a period of time.
CPU stands for 'Central Processing Unit'. Examples of CPU values are: Intel, AMD, Motorola, PowerPC, etc.
OS stands for 'Operating System'. Examples of Operating Systems are: Microsoft Windows, MacOS, Linux, etc.