Open main menu

CDOT Wiki β

Changes

CDOT Development Systems

333 bytes added, 15:48, 18 February 2009
Machine names, IPs, and Status
= Machine names, IPs, and Status =
''Please update this information as you work on the machines' configuration.''<br />'''To encourage less breakage, please put some information about what you are doing Click on a machinename to go to the page for that system. Please record details on that page about how the system is being used. A sample machine pages is located at [[CDOT_Development_Systems/ExampleSystem]]'''
<table border="1" width="100%" class="mediawiki sortable">
<tr>
<td>[[CDOT_Development_Systems/easterisland|easterisland]](to be set)</td>
<td>Mac mini</td>
<td>T1045H - cubicle E</td>
search whatever.was.already.here.com '''cdot.proximity.on.ca'''
 
To configure this on a Linux/Unix/OSX system for which you do not have administrative rights, use the LOCALDOMAIN environment variable. For example, you could add this line to your <code>~/.bash_profile</code> or <code>~/.profile</code>:
 
export LOCALDOMAIN="cdot.proximity.on.ca senecac.on.ca senecacollege.ca"
Alternately, you can append the machine names and IPs to the '''hosts''' file (<code>/etc/hosts</code> on Linux and Mac OSX, <code>c:\windows\system32\drivers\etc\hosts</code> on Windows) -- do not delete the existing contents of that file, just add this text:
142.204.133.123 liberia
142.204.133.124 newzealand
 
After doing this, you can access the machines by name: <code>ssh '''userid'''@liberia</code>