<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://research.iat.sfu.ca/research/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mmmark</id>
	<title>Research - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://research.iat.sfu.ca/research/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mmmark"/>
	<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/Special:Contributions/Mmmark"/>
	<updated>2026-04-16T05:55:27Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Research_Administration_Tasks&amp;diff=3494</id>
		<title>Research Administration Tasks</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Research_Administration_Tasks&amp;diff=3494"/>
		<updated>2006-10-04T20:06:10Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Deleting Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adding Users ==&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 /usr/local/sbin/diradm.superadduser &#039;$username&#039; &#039;$email&#039; &#039;$fullname&#039;&lt;br /&gt;
* Note that a file named &#039;$username&#039; is created in your current directory with the template filled out for mailing (the same file is displayed onscreen).&lt;br /&gt;
* The password you are prompted for at the end is for &#039;&#039;&#039;hood&#039;&#039;&#039;.&lt;br /&gt;
* Add the newly-created user to our [http://bismarck.iat.sfu.ca/mailman/admin/research/ Research Mailing List].&lt;br /&gt;
&lt;br /&gt;
== Deleting Users ==&lt;br /&gt;
Make sure there are no sym-links pointing to important stuff!!&lt;br /&gt;
 # find -P /home/users/$username -noleaf  -type l&lt;br /&gt;
&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 diradm userdel -r $username&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 diradm userdel $username&lt;br /&gt;
* Keeping the user on our [http://bismarck.iat.sfu.ca/mailman/admin/research/ Research Mailing List] is probably a good idea.&lt;br /&gt;
* If you delete a user, you MUST disallow diradm from ever using that UIDNumber again. To do so, go to each machine with diradm and edit the diradm.conf file so that UIDNUMBERMIN to equal the same number as the highest UIDNumber currently being used. This is important!&lt;br /&gt;
&lt;br /&gt;
== Changing a Users Password ==&lt;br /&gt;
This method does not require the old password.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # ldappass $username&lt;br /&gt;
&lt;br /&gt;
== Adding Users to a Group ==&lt;br /&gt;
Adding or removing from a group. Uses the same syntax as gpasswd(8).&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # diradm gpasswd (-a|-d) $username $group&lt;br /&gt;
 # diradm gpasswd -a mdeepwel pond&lt;br /&gt;
&lt;br /&gt;
== Adding Groups ==&lt;br /&gt;
Adding groups takes the same syntax as groupadd(8).&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm groupadd $groupname&lt;br /&gt;
&lt;br /&gt;
== Adding Projects ==&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # diradm amadd -O $mapbase $key $src&lt;br /&gt;
 # diradm amadd -O home.projects meditation 209.87.56.240:/export/projects/0/m/meditation&lt;br /&gt;
* &#039;-O&#039; means the default mount options for automount.&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
** Make the $src directory. mkdir -p $src&lt;br /&gt;
** Set ownership. chgrp -R $group $src&lt;br /&gt;
** Set permissions. chmod 2771 $src&lt;br /&gt;
** If web content is being served: mkdir -p $src/htdocs ; chmod 2775 $src/htdocs&lt;br /&gt;
&lt;br /&gt;
== Adding CVS Repositories ==&lt;br /&gt;
Replace &#039;&#039;$foobar&#039;&#039; with the name of the repository.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm amadd -O auto.cvs $foobar 209.87.56.240:/export/cvs/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
 # cvs -d /export/cvs/$foobar init&lt;br /&gt;
 # chmod -R 2770 /export/cvs/$foobar&lt;br /&gt;
: If this repository is for a group, (assuming there&#039;s a previously created group called &#039;&#039;$foobar&#039;&#039;):&lt;br /&gt;
 # chgrp -R $foobar_group /export/cvs/$foobar&lt;br /&gt;
: If this repository is for a single user:&lt;br /&gt;
 # chown -R $user /export/cvs/$foobar&lt;br /&gt;
* Group name and cvs repository name don&#039;t have to match.&lt;br /&gt;
* To access CVS repo, use &#039;&#039;CVS_RSH=&amp;quot;ssh&amp;quot;&#039;&#039; with URL being &#039;&#039;:ext:$user@cvs.iat.sfu.ca:/var/cvsroot/$foobar&#039;&#039;&lt;br /&gt;
* Users must be in group cvs in addition to $foobar to access the repository!&lt;br /&gt;
&lt;br /&gt;
== Adding SVN Repositories ==&lt;br /&gt;
Replace &#039;&#039;$foobar&#039;&#039; with the name of the repository.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm amadd -O auto.svn $foobar 209.87.56.240:/export/svn/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;, run (assuming there&#039;s a previously created group called &#039;&#039;$foobar&#039;&#039;:&lt;br /&gt;
 # mkdir /export/svn/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;nelson&#039;&#039;&#039;:&lt;br /&gt;
 # svnadmin create /var/svnroot/$foobar --fs-type fsfs&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
 # chmod -R 2770 /export/svn/$foobar&lt;br /&gt;
 # chgrp -R foobar /export/svn/$foobar&lt;br /&gt;
&lt;br /&gt;
* Repo URL is &#039;&#039;svn+ssh://$user@cvs.iat.sfu.ca/var/svnroot/$foobar&#039;&#039;&lt;br /&gt;
* Users must be in the cvs group in addition to $foobar group to access the repository!&lt;br /&gt;
&lt;br /&gt;
== Adding Computers to the Domain ==&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm smbhostadd sr-#####&lt;br /&gt;
* refer to [[Workstation_Naming_Convention]]&lt;br /&gt;
&lt;br /&gt;
== General User Management ==&lt;br /&gt;
* diradm offers almost all regular POSIX commands, sometimes with a few extra frills. The only commands NOT completely implemented are gpasswd and passwd.&lt;br /&gt;
* Welcoming new users; email template&lt;br /&gt;
** This is in the diradm.superadduser script, as it fills out the template.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
To: $fullname &amp;lt;$email&amp;gt;&lt;br /&gt;
Subject: Research account created - $newuser&lt;br /&gt;
&lt;br /&gt;
Hello $fullname&lt;br /&gt;
&lt;br /&gt;
Your research account has been created.&lt;br /&gt;
Username: $newuser&lt;br /&gt;
Password: $newpass&lt;br /&gt;
&lt;br /&gt;
Please visit http://research.iat.sfu.ca/network/changepassword.php to change&lt;br /&gt;
your password when you receive this email.&lt;br /&gt;
&lt;br /&gt;
For support with the research network, please email:&lt;br /&gt;
help@research.iat.sfu.ca&lt;br /&gt;
&lt;br /&gt;
And include a good description of the entire problem and a suitable subject&lt;br /&gt;
line.&lt;br /&gt;
&lt;br /&gt;
Please note that this username/password pair is only valid for the SFU Surrey&lt;br /&gt;
Research Network, and is NOT tied into the main SFU authentication systems.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3490</id>
		<title>Server documentation</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3490"/>
		<updated>2006-10-03T19:14:21Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Other */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Server List ==&lt;br /&gt;
&lt;br /&gt;
=== Webservers ===&lt;br /&gt;
* [[Servers:Tonka|Tonka]] - Toby, LauraT, RobW, various others?&lt;br /&gt;
* [[Servers:Slinky|Slinky]] - Steve DiPaola - jViz&lt;br /&gt;
* [[Servers:Gaia|Gaia]] - Mark Brady&lt;br /&gt;
* [[Servers:Echo|Echo]] - Ron Wakkary&lt;br /&gt;
* [[Servers:Whisper|Whisper]] - Thecla&lt;br /&gt;
* [[Servers:Lightning|Lightning]] - Rob&lt;br /&gt;
* [[Servers:Corsair|Corsair]] - Davis Marques&lt;br /&gt;
* [[Servers:Thunderbolt|Thunderbolt]] - John Nesbit, Griff Richards, Jerry Li&lt;br /&gt;
* [[Servers:Lancer|Lancer]]&lt;br /&gt;
* [[Servers:Aki|Aki]] - Marek&lt;br /&gt;
* [[Servers:Pool|Pool]] - Marek&lt;br /&gt;
* [[Servers:Vindicator|Vindicator]] - ECL project&lt;br /&gt;
* [[Servers:Siat-sparc|Siat-sparc]]&lt;br /&gt;
* [[Servers:Csil-cluster|Csil-cluster]]&lt;br /&gt;
* [[Servers:Nerva|Nerva]] - development SPARC machine&lt;br /&gt;
* [[Servers:Kingfisher|Kingfisher]] - Our wiki server. Look at the [http://wiki.iat.sfu.ca Wiki Index]&lt;br /&gt;
* [[Servers:Skimmer|Skimmer]] - David Botta. Tomcat, phpmyadmin&lt;br /&gt;
* [[Servers:Dragonfly|Dragonfly]] - &#039;sr-vagus&#039; Diane Gromala&lt;br /&gt;
* [[Servers:Valiant|Valiant]] - &#039;sr-biov&#039; Chris Shaw&lt;br /&gt;
* [[Servers:Beaufort|Beaufort]] - rec.iat.sfu.ca, Alissa N. Antle&lt;br /&gt;
* [[Servers:Tirpitz|Tirpitz]] - VHost Server including the Research wiki&lt;br /&gt;
* [[Servers:Dolphin|Dolphin]] - Maia Engeli, webserver for experimenting with AVIRE, moodle and flash&lt;br /&gt;
* [[Servers:Clipper|Clipper]] - Replacement for whisper. Webserver, and local home-dir storage&lt;br /&gt;
&lt;br /&gt;
=== Infrastructure ===&lt;br /&gt;
* [[Servers:Nelson|Nelson]] - cvs server, Note: don&#039;t upgrade to cvs-1.12, many clients are not compatible with it&lt;br /&gt;
* [[Servers:Nebula|Nebula]] - Cluster&lt;br /&gt;
* [[Servers:Navajo|Navajo]] - Nagios, Splunk, Shutdown&lt;br /&gt;
* [[Servers:Hood|Hood]]&lt;br /&gt;
* [[Servers:Musashi|Musashi]]&lt;br /&gt;
* [[Servers:Yamato|Yamato]]&lt;br /&gt;
* [[Servers:Dreadnought|Dreadnought]]&lt;br /&gt;
* [[Servers:Bismarck|Bismarck]] - research mailing server, mailman, sassafras server, flexlm server&lt;br /&gt;
* [[Infrastructure:APC RackPDU|APC RackPDU]]&lt;br /&gt;
* [[Infrastucture:GigSwitchStack|GigSwitchStack]]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [[Servers:Intendant|Intendant]] - Pat&#039;s box&lt;br /&gt;
* [[Servers:B17|B17]] - SGI Onyx1 (aka Banff Onyx)&lt;br /&gt;
* [[Servers:B52|B52]] - SGI Onyx3200 (aka FakeSpace Onyx)&lt;br /&gt;
* [[Servers:sr-01482|sr-01482]] - IBM Server in Lyn B. area. has the following cnames: reciprocity.iat.sfu.ca, www.reciprocity.iat.sfu.ca, reciprocity.iat.sfu.ca and www.reciprocity.iat.sfu.ca&lt;br /&gt;
&lt;br /&gt;
=== Unused Boxes ===&lt;br /&gt;
* [[Servers:Titus|Titus]] - gentoo&lt;br /&gt;
* [[Servers:Seagull|Seagull]] - gentoo&lt;br /&gt;
* [[Servers:Cossack|Cossack]] - gentoo&lt;br /&gt;
&lt;br /&gt;
=== Unknown ===&lt;br /&gt;
I don&#039;t know the present status of these machines. Some of them may be ripe for a wipe+reinstall.&lt;br /&gt;
* [[Servers:Matchbox|Matchbox]] - I don&#039;t think this machine is actively used anymore. RW - zope?&lt;br /&gt;
* [[Servers:Wildcat|Wildcat]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3489</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3489"/>
		<updated>2006-10-03T19:10:33Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3488</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3488"/>
		<updated>2006-10-03T19:09:46Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Clone_a_Machine&amp;diff=3487</id>
		<title>HOWTO Clone a Machine</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Clone_a_Machine&amp;diff=3487"/>
		<updated>2006-10-03T18:43:53Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Client/To Be Imaged Machine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using standard Linux tools, this guide explains how to copy a working Linux machine onto a brand new machine, in less than an hour.&lt;br /&gt;
&lt;br /&gt;
== Server/Golden Machine ==&lt;br /&gt;
&lt;br /&gt;
First, create an image of a good working system or use an existing image, if you have one. At Research we have images stored at musashi:/export/mirror/image/fresh-deployable-gentoo-images&lt;br /&gt;
* Do this as root.&lt;br /&gt;
&lt;br /&gt;
 # cd /&lt;br /&gt;
 # tar cpzf hostname.tgz / --exclude=/hostname.tgz --exclude=/proc --exclude=/lost+found --exclude=/mnt --exclude=/sys&lt;br /&gt;
&lt;br /&gt;
* This will create a host image of about 1.5 GB.&lt;br /&gt;
&lt;br /&gt;
== Client/To Be Imaged Machine ==&lt;br /&gt;
Boot the machine you want the image deployed on with a minimal Gentoo CD. Mount that hard drive and partition it appropriately.&lt;br /&gt;
 # fdisk /dev/hda&lt;br /&gt;
Add filesystems&lt;br /&gt;
 # mke2fs /dev/hda1&lt;br /&gt;
 # mkswap /dev/hda2&lt;br /&gt;
 # mke2fs -j /dev/hda3&lt;br /&gt;
&lt;br /&gt;
Mount drives:&lt;br /&gt;
 # mount /dev/hda3 /mnt/gentoo&lt;br /&gt;
 # mount /dev/hda1 /mnt/gentoo/boot&lt;br /&gt;
 # swapon /dev/hda2&lt;br /&gt;
 # mount -t proc proc /mnt/gentoo/proc&lt;br /&gt;
&lt;br /&gt;
Copy over the hostname.tgz file onto this machine.&lt;br /&gt;
 # scp root@hostname:/hostname.tgz /mnt/gentoo&lt;br /&gt;
&lt;br /&gt;
Extract it into the root of the new machine /mnt/gentoo&lt;br /&gt;
 # cd /mnt/gentoo&lt;br /&gt;
 # tar -xzf hostname.tgz&lt;br /&gt;
&lt;br /&gt;
Chroot into the new environment.&lt;br /&gt;
 # chroot /mnt/gentoo /bin/bash&lt;br /&gt;
 # env-update &amp;amp;&amp;amp; source /etc/profile&lt;br /&gt;
&lt;br /&gt;
Verify /boot/grub/grub.conf and /etc/fstab&lt;br /&gt;
&lt;br /&gt;
Setup grub on the hard drive:&lt;br /&gt;
 # grep -v rootfs /proc/mounts &amp;gt; /etc/mtab&lt;br /&gt;
 # grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
Finish Configuring the machine:&lt;br /&gt;
* Set a root password.&lt;br /&gt;
* Set the hostname.&lt;br /&gt;
* Static ip address.&lt;br /&gt;
* Reset log files.&lt;br /&gt;
&lt;br /&gt;
Exit and umount drives, remove Gentoo CD, reboot the machine.&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Clone_a_Machine&amp;diff=3486</id>
		<title>HOWTO Clone a Machine</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Clone_a_Machine&amp;diff=3486"/>
		<updated>2006-10-03T18:40:42Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Client/To Be Imaged Machine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using standard Linux tools, this guide explains how to copy a working Linux machine onto a brand new machine, in less than an hour.&lt;br /&gt;
&lt;br /&gt;
== Server/Golden Machine ==&lt;br /&gt;
&lt;br /&gt;
First, create an image of a good working system or use an existing image, if you have one. At Research we have images stored at musashi:/export/mirror/image/fresh-deployable-gentoo-images&lt;br /&gt;
* Do this as root.&lt;br /&gt;
&lt;br /&gt;
 # cd /&lt;br /&gt;
 # tar cpzf hostname.tgz / --exclude=/hostname.tgz --exclude=/proc --exclude=/lost+found --exclude=/mnt --exclude=/sys&lt;br /&gt;
&lt;br /&gt;
* This will create a host image of about 1.5 GB.&lt;br /&gt;
&lt;br /&gt;
== Client/To Be Imaged Machine ==&lt;br /&gt;
Boot the machine you want the image deployed on with a minimal Gentoo CD. Mount that hard drive and partition it appropriately.&lt;br /&gt;
 # fdisk /dev/hda&lt;br /&gt;
Add filesystems&lt;br /&gt;
 # mke2fs /dev/hda1&lt;br /&gt;
 # mkswap /dev/hda2&lt;br /&gt;
 # mke2fs -j /dev/hda3&lt;br /&gt;
&lt;br /&gt;
Mount drives:&lt;br /&gt;
 # mount /dev/hda3 /mnt/gentoo&lt;br /&gt;
 # mount /dev/hda1 /mnt/gentoo/boot&lt;br /&gt;
 # swapon /dev/hda2&lt;br /&gt;
 # mount -t proc proc /mnt/gentoo/proc&lt;br /&gt;
&lt;br /&gt;
Copy over the hostname.tgz file onto this machine.&lt;br /&gt;
 # scp root@hostname:/hostname.tgz /mnt/gentoo&lt;br /&gt;
&lt;br /&gt;
Extract it into the root of the new machine /mnt/gentoo&lt;br /&gt;
 # cd /mnt/gentoo&lt;br /&gt;
 # tar -xzf hostname.tgz&lt;br /&gt;
&lt;br /&gt;
Chroot into the new environment.&lt;br /&gt;
 # chroot /mnt/gentoo /bin/bash&lt;br /&gt;
 # env-update &amp;amp;&amp;amp; source /etc/profile&lt;br /&gt;
&lt;br /&gt;
Verify /boot/grub/grub.conf and /etc/fstab&lt;br /&gt;
&lt;br /&gt;
Setup grub on the hard drive:&lt;br /&gt;
 # grep -v rootfs /proc/mounts &amp;gt; /etc/mtab&lt;br /&gt;
 # grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
Finish Configuring the machine:&lt;br /&gt;
* Set a root password.&lt;br /&gt;
* Set the hostname.&lt;br /&gt;
* Static ip address.&lt;br /&gt;
&lt;br /&gt;
Exit and umount drives, remove Gentoo CD, reboot the machine.&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Clone_a_Machine&amp;diff=3485</id>
		<title>HOWTO Clone a Machine</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Clone_a_Machine&amp;diff=3485"/>
		<updated>2006-10-03T18:23:11Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Using standard Linux tools, this guide explains how to copy a working Linux machine onto a brand new machine, in less than an hour.&lt;br /&gt;
&lt;br /&gt;
== Server/Golden Machine ==&lt;br /&gt;
&lt;br /&gt;
First, create an image of a good working system or use an existing image, if you have one. At Research we have images stored at musashi:/export/mirror/image/fresh-deployable-gentoo-images&lt;br /&gt;
* Do this as root.&lt;br /&gt;
&lt;br /&gt;
 # cd /&lt;br /&gt;
 # tar cpzf hostname.tgz / --exclude=/hostname.tgz --exclude=/proc --exclude=/lost+found --exclude=/mnt --exclude=/sys&lt;br /&gt;
&lt;br /&gt;
* This will create a host image of about 1.5 GB.&lt;br /&gt;
&lt;br /&gt;
== Client/To Be Imaged Machine ==&lt;br /&gt;
Boot the machine you want the image deployed on with a minimal Gentoo CD. Mount that hard drive and partition it appropriately.&lt;br /&gt;
 # fdisk /dev/hda&lt;br /&gt;
Add filesystems&lt;br /&gt;
 # mke2fs /dev/hda1&lt;br /&gt;
 # mkswap /dev/hda2&lt;br /&gt;
 # mke2fs -j /dev/hda3&lt;br /&gt;
&lt;br /&gt;
Mount drives:&lt;br /&gt;
 # mount /dev/hda3 /mnt/gentoo&lt;br /&gt;
 # mount /dev/hda1 /mnt/gentoo/boot&lt;br /&gt;
 # swapon /dev/hda2&lt;br /&gt;
 # mount -t proc proc /mnt/gentoo/proc&lt;br /&gt;
&lt;br /&gt;
Copy over the hostname.tgz file onto this machine.&lt;br /&gt;
 # scp root@hostname:/hostname.tgz /mnt/gentoo&lt;br /&gt;
&lt;br /&gt;
Extract it into the root of the new machine /mnt/gentoo&lt;br /&gt;
 # cd /mnt/gentoo&lt;br /&gt;
 # tar -xzf hostname.tgz&lt;br /&gt;
&lt;br /&gt;
Chroot into the new environment.&lt;br /&gt;
 # chroot /mnt/gentoo /bin/bash&lt;br /&gt;
 # env-update &amp;amp;&amp;amp; source /etc/profile&lt;br /&gt;
&lt;br /&gt;
Verify /boot/grub/grub.conf and /etc/fstab&lt;br /&gt;
&lt;br /&gt;
Setup grub on the hard drive:&lt;br /&gt;
 # grep -v rootfs /proc/mounts &amp;gt; /etc/mtab&lt;br /&gt;
 # grub-install /dev/hda&lt;br /&gt;
&lt;br /&gt;
Finish Configuring the machine:&lt;br /&gt;
* Set a root password.&lt;br /&gt;
* Set the hostname.&lt;br /&gt;
* Static ip address.&lt;br /&gt;
&lt;br /&gt;
Exit and umount drives, reboot the machine.&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=REF_Standard_Server_Configuration&amp;diff=3484</id>
		<title>REF Standard Server Configuration</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=REF_Standard_Server_Configuration&amp;diff=3484"/>
		<updated>2006-10-03T17:57:37Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a reference of all the various standard configuration options we do in research.&lt;br /&gt;
&lt;br /&gt;
* [[HOWTO Setup Logwatch|Setup Logwatch]]&lt;br /&gt;
** [[Customizing Logwatch]]&lt;br /&gt;
* [[HOWTO Setup AWStats|Setup AWStats]]&lt;br /&gt;
* [[Configure Default Apache Index Page]]&lt;br /&gt;
* [[HOWTO Setup NTPD|Setup NTPD]]&lt;br /&gt;
* [[HOWTO Setup a Static IP| Setup a Static IP]]&lt;br /&gt;
* [[HOWTO Setup Tripwire|Setup Tripwire]]&lt;br /&gt;
* [[HOWTO Clone a Machine]] - Copy a good working Linux server onto a new server with minimal amount of work.&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3470</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3470"/>
		<updated>2006-09-28T22:44:14Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3464</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3464"/>
		<updated>2006-09-28T18:05:40Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Who%27s_Where_-_Availability_of_Research_staff&amp;diff=3458</id>
		<title>Who&#039;s Where - Availability of Research staff</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Who%27s_Where_-_Availability_of_Research_staff&amp;diff=3458"/>
		<updated>2006-09-26T20:14:44Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Mark */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is just so that we can co-ordinate where possible.&lt;br /&gt;
&lt;br /&gt;
==Gordon==&lt;br /&gt;
* vacation: Tuesday Oct. 10, Friday October 13, Monday October 16, 2006&lt;br /&gt;
**Thanksgiving == Monday Oct. 9 :-)&lt;br /&gt;
* vacation: October 30 - November 15, 2006 inclusive&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Mark==&lt;br /&gt;
&lt;br /&gt;
On the average week I&#039;m in on Tue-Wed-Thu&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3454</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3454"/>
		<updated>2006-09-25T22:09:17Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: Aaron Levisohn, please talk to Gordon or Mark&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3453</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3453"/>
		<updated>2006-09-25T22:05:35Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3452</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3452"/>
		<updated>2006-09-25T18:48:50Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Lyn Bartram */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3451</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3451"/>
		<updated>2006-09-25T18:48:37Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3450</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3450"/>
		<updated>2006-09-25T18:38:58Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3449</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3449"/>
		<updated>2006-09-25T18:37:47Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3436</id>
		<title>Server documentation</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3436"/>
		<updated>2006-09-20T18:26:51Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Server List ==&lt;br /&gt;
&lt;br /&gt;
=== Webservers ===&lt;br /&gt;
* [[Servers:Tonka|Tonka]] - Toby, LauraT, RobW, various others?&lt;br /&gt;
* [[Servers:Slinky|Slinky]] - Steve DiPaola - jViz&lt;br /&gt;
* [[Servers:Gaia|Gaia]] - Mark Brady&lt;br /&gt;
* [[Servers:Echo|Echo]] - Ron Wakkary&lt;br /&gt;
* [[Servers:Whisper|Whisper]] - Thecla&lt;br /&gt;
* [[Servers:Lightning|Lightning]] - Rob&lt;br /&gt;
* [[Servers:Corsair|Corsair]] - Davis Marques&lt;br /&gt;
* [[Servers:Thunderbolt|Thunderbolt]] - John Nesbit, Griff Richards, Jerry Li&lt;br /&gt;
* [[Servers:Lancer|Lancer]]&lt;br /&gt;
* [[Servers:Aki|Aki]] - Marek&lt;br /&gt;
* [[Servers:Pool|Pool]] - Marek&lt;br /&gt;
* [[Servers:Vindicator|Vindicator]] - ECL project&lt;br /&gt;
* [[Servers:Siat-sparc|Siat-sparc]]&lt;br /&gt;
* [[Servers:Csil-cluster|Csil-cluster]]&lt;br /&gt;
* [[Servers:Nerva|Nerva]] - development SPARC machine&lt;br /&gt;
* [[Servers:Kingfisher|Kingfisher]] - Our wiki server. Look at the [http://wiki.iat.sfu.ca Wiki Index]&lt;br /&gt;
* [[Servers:Skimmer|Skimmer]] - David Botta. Tomcat, phpmyadmin&lt;br /&gt;
* [[Servers:Dragonfly|Dragonfly]] - &#039;sr-vagus&#039; Diane Gromala&lt;br /&gt;
* [[Servers:Valiant|Valiant]] - &#039;sr-biov&#039; Chris Shaw&lt;br /&gt;
* [[Servers:Beaufort|Beaufort]] - rec.iat.sfu.ca, Alissa N. Antle&lt;br /&gt;
* [[Servers:Tirpitz|Tirpitz]] - VHost Server including the Research wiki&lt;br /&gt;
* [[Servers:Dolphin|Dolphin]] - Maia Engeli, webserver for experimenting with AVIRE, moodle and flash&lt;br /&gt;
* [[Servers:Clipper|Clipper]] - Replacement for whisper. Webserver, and local home-dir storage&lt;br /&gt;
&lt;br /&gt;
=== Infrastructure ===&lt;br /&gt;
* [[Servers:Nelson|Nelson]] - cvs server, Note: don&#039;t upgrade to cvs-1.12, many clients are not compatible with it&lt;br /&gt;
* [[Servers:Nebula|Nebula]] - Cluster&lt;br /&gt;
* [[Servers:Navajo|Navajo]] - Nagios, Splunk, Shutdown&lt;br /&gt;
* [[Servers:Hood|Hood]]&lt;br /&gt;
* [[Servers:Musashi|Musashi]]&lt;br /&gt;
* [[Servers:Yamato|Yamato]]&lt;br /&gt;
* [[Servers:Dreadnought|Dreadnought]]&lt;br /&gt;
* [[Servers:Bismarck|Bismarck]] - research mailing server, mailman, sassafras server, flexlm server&lt;br /&gt;
* [[Infrastructure:APC RackPDU|APC RackPDU]]&lt;br /&gt;
* [[Infrastucture:GigSwitchStack|GigSwitchStack]]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [[Servers:Intendant|Intendant]] - Pat&#039;s box&lt;br /&gt;
* [[Servers:B17|B17]] - SGI Onyx1 (aka Banff Onyx)&lt;br /&gt;
* [[Servers:B52|B52]] - SGI Onyx3200 (aka FakeSpace Onyx)&lt;br /&gt;
&lt;br /&gt;
=== Unused Boxes ===&lt;br /&gt;
* [[Servers:Titus|Titus]] - gentoo&lt;br /&gt;
* [[Servers:Seagull|Seagull]] - gentoo&lt;br /&gt;
* [[Servers:Cossack|Cossack]] - gentoo&lt;br /&gt;
&lt;br /&gt;
=== Unknown ===&lt;br /&gt;
I don&#039;t know the present status of these machines. Some of them may be ripe for a wipe+reinstall.&lt;br /&gt;
* [[Servers:Matchbox|Matchbox]] - I don&#039;t think this machine is actively used anymore. RW - zope?&lt;br /&gt;
* [[Servers:Wildcat|Wildcat]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3435</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3435"/>
		<updated>2006-09-20T17:54:31Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Infrastructure Machines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3434</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3434"/>
		<updated>2006-09-20T17:54:07Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Infrastructure Machines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3432</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3432"/>
		<updated>2006-09-20T17:53:31Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Setup_a_Project_Wiki&amp;diff=3426</id>
		<title>Setup a Project Wiki</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Setup_a_Project_Wiki&amp;diff=3426"/>
		<updated>2006-09-19T22:33:58Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Add Sysop/Administrator User */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kingfisher is our wiki server. Check out the [http://wiki.iat.sfu.ca wiki index] to see existing wikis.&lt;br /&gt;
&lt;br /&gt;
== Add a Seperate Instance of MediaWiki ==&lt;br /&gt;
 # ssh root@kingfisher&lt;br /&gt;
 # cd /srv/www/htwiki&lt;br /&gt;
 # tar -xzvf mediawiki-unconfiguredInstallation.tar.gz&lt;br /&gt;
 # mv mediawiki $projectname&lt;br /&gt;
&lt;br /&gt;
The go to the mediawiki setup website for your project:&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill in the options appropriately with some special Configuration options to note:&amp;lt;br /&amp;gt;&lt;br /&gt;
Make a seperate database for each project:&lt;br /&gt;
* &#039;&#039;&#039;Database name&#039;&#039;&#039;: wiki_$projectname&lt;br /&gt;
Seperate username for each project:&lt;br /&gt;
* &#039;&#039;&#039;DB username&#039;&#039;&#039;: wiki_$projectname&lt;br /&gt;
Unique password:&lt;br /&gt;
 # apg -m 9 -MNC&lt;br /&gt;
&lt;br /&gt;
And no table prefix.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you click Install! it may fail. For me it has always failed if the username was too long (it must be at 16 characters or less)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it worked, this will create the LocalSettings.php file which you then move to the correct place:&lt;br /&gt;
 # cd $projectname&lt;br /&gt;
 # mv config/LocalSettings.php .&lt;br /&gt;
&lt;br /&gt;
Config should no longer be world writable:&lt;br /&gt;
 # chmod a-w config&lt;br /&gt;
&lt;br /&gt;
Your wiki should be completely setup at: &amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I then usually go login to the wiki and add to the main page: &#039;&#039;&#039;Wiki is configured correctly.&#039;&#039;&#039; for 100% assurance that everything is working :)&lt;br /&gt;
&lt;br /&gt;
== Add Sysop/Administrator User ==&lt;br /&gt;
Follow these steps to make a wiki account, a sysop account:&lt;br /&gt;
&lt;br /&gt;
Create the account, if you haven&#039;t done so already. Logout. Login as the WikiSysop user.&lt;br /&gt;
&lt;br /&gt;
Navigate to &#039;&#039;&#039;Special Pages&#039;&#039;&#039; -&amp;gt;&#039;&#039;&#039; Make a user into a sysop&#039;&#039;&#039;, or modify this link with your project name: &amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname/index.php/Special:Makesysop&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter the username and set bureaucrat flag too.&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Setup_a_Project_Wiki&amp;diff=3425</id>
		<title>Setup a Project Wiki</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Setup_a_Project_Wiki&amp;diff=3425"/>
		<updated>2006-09-19T22:30:30Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Add a Seperate Instance of MediaWiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kingfisher is our wiki server. Check out the [http://wiki.iat.sfu.ca wiki index] to see existing wikis.&lt;br /&gt;
&lt;br /&gt;
== Add a Seperate Instance of MediaWiki ==&lt;br /&gt;
 # ssh root@kingfisher&lt;br /&gt;
 # cd /srv/www/htwiki&lt;br /&gt;
 # tar -xzvf mediawiki-unconfiguredInstallation.tar.gz&lt;br /&gt;
 # mv mediawiki $projectname&lt;br /&gt;
&lt;br /&gt;
The go to the mediawiki setup website for your project:&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill in the options appropriately with some special Configuration options to note:&amp;lt;br /&amp;gt;&lt;br /&gt;
Make a seperate database for each project:&lt;br /&gt;
* &#039;&#039;&#039;Database name&#039;&#039;&#039;: wiki_$projectname&lt;br /&gt;
Seperate username for each project:&lt;br /&gt;
* &#039;&#039;&#039;DB username&#039;&#039;&#039;: wiki_$projectname&lt;br /&gt;
Unique password:&lt;br /&gt;
 # apg -m 9 -MNC&lt;br /&gt;
&lt;br /&gt;
And no table prefix.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you click Install! it may fail. For me it has always failed if the username was too long (it must be at 16 characters or less)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it worked, this will create the LocalSettings.php file which you then move to the correct place:&lt;br /&gt;
 # cd $projectname&lt;br /&gt;
 # mv config/LocalSettings.php .&lt;br /&gt;
&lt;br /&gt;
Config should no longer be world writable:&lt;br /&gt;
 # chmod a-w config&lt;br /&gt;
&lt;br /&gt;
Your wiki should be completely setup at: &amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I then usually go login to the wiki and add to the main page: &#039;&#039;&#039;Wiki is configured correctly.&#039;&#039;&#039; for 100% assurance that everything is working :)&lt;br /&gt;
&lt;br /&gt;
== Add Sysop/Administrator User ==&lt;br /&gt;
Follow these steps to make your account a sysop, or to make someone else who manages the wiki, a sysop.&lt;br /&gt;
&lt;br /&gt;
Create an account for yourself. Logout. Login as the WikiSysop user.&lt;br /&gt;
&lt;br /&gt;
Navigate to &#039;&#039;&#039;Special Pages&#039;&#039;&#039; -&amp;gt;&#039;&#039;&#039; Make a user into a sysop&#039;&#039;&#039;, or modify this link with your project name: &amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname/index.php/Special:Makesysop&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make yourself a sysop and Set bureaucrat flag too.&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Setup_a_Project_Wiki&amp;diff=3424</id>
		<title>Setup a Project Wiki</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Setup_a_Project_Wiki&amp;diff=3424"/>
		<updated>2006-09-19T22:30:24Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Add a Seperate Instance of MediaWiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kingfisher is our wiki server. Check out the [http://wiki.iat.sfu.ca wiki index] to see existing wikis.&lt;br /&gt;
&lt;br /&gt;
== Add a Seperate Instance of MediaWiki ==&lt;br /&gt;
 # ssh root@kingfisher&lt;br /&gt;
 # cd /srv/www/htwiki&lt;br /&gt;
 # tar -xzvf mediawiki-unconfiguredInstallation.tar.gz&lt;br /&gt;
 # mv mediawiki $projectname&lt;br /&gt;
&lt;br /&gt;
The go to the mediawiki setup website for your project:&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Fill in the options appropriately with some special Configuration options to note:&amp;lt;br /&amp;gt;&lt;br /&gt;
Make a seperate database for each project:&lt;br /&gt;
* &#039;&#039;&#039;Database name&#039;&#039;&#039;: wiki_$projectname&lt;br /&gt;
Seperate username for each project:&lt;br /&gt;
* &#039;&#039;&#039;DB username&#039;&#039;&#039;: wiki_$projectname&lt;br /&gt;
Unique password:&lt;br /&gt;
# apg -m 9 -MNC&lt;br /&gt;
&lt;br /&gt;
And no table prefix.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note: When you click Install! it may fail. For me it has always failed if the username was too long (it must be at 16 characters or less)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it worked, this will create the LocalSettings.php file which you then move to the correct place:&lt;br /&gt;
 # cd $projectname&lt;br /&gt;
 # mv config/LocalSettings.php .&lt;br /&gt;
&lt;br /&gt;
Config should no longer be world writable:&lt;br /&gt;
 # chmod a-w config&lt;br /&gt;
&lt;br /&gt;
Your wiki should be completely setup at: &amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I then usually go login to the wiki and add to the main page: &#039;&#039;&#039;Wiki is configured correctly.&#039;&#039;&#039; for 100% assurance that everything is working :)&lt;br /&gt;
&lt;br /&gt;
== Add Sysop/Administrator User ==&lt;br /&gt;
Follow these steps to make your account a sysop, or to make someone else who manages the wiki, a sysop.&lt;br /&gt;
&lt;br /&gt;
Create an account for yourself. Logout. Login as the WikiSysop user.&lt;br /&gt;
&lt;br /&gt;
Navigate to &#039;&#039;&#039;Special Pages&#039;&#039;&#039; -&amp;gt;&#039;&#039;&#039; Make a user into a sysop&#039;&#039;&#039;, or modify this link with your project name: &amp;lt;nowiki&amp;gt;http://wiki.iat.sfu.ca/$projectname/index.php/Special:Makesysop&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Make yourself a sysop and Set bureaucrat flag too.&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3421</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3421"/>
		<updated>2006-09-14T19:59:42Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3420</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3420"/>
		<updated>2006-09-14T19:58:53Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Servers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3419</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3419"/>
		<updated>2006-09-14T19:55:10Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3418</id>
		<title>Server documentation</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3418"/>
		<updated>2006-09-13T21:50:27Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Server List ==&lt;br /&gt;
&lt;br /&gt;
=== Webservers ===&lt;br /&gt;
* [[Servers:Tonka|Tonka]] - Toby, LauraT, RobW, various others?&lt;br /&gt;
* [[Servers:Slinky|Slinky]] - Steve DiPaola - jViz&lt;br /&gt;
* [[Servers:Gaia|Gaia]] - Mark Brady&lt;br /&gt;
* [[Servers:Echo|Echo]] - Ron Wakkary&lt;br /&gt;
* [[Servers:Whisper|Whisper]] - Thecla&lt;br /&gt;
* [[Servers:Lightning|Lightning]] - Rob&lt;br /&gt;
* [[Servers:Corsair|Corsair]] - Davis Marques&lt;br /&gt;
* [[Servers:Thunderbolt|Thunderbolt]] - John Nesbit, Griff Richards, Jerry Li&lt;br /&gt;
* [[Servers:Lancer|Lancer]]&lt;br /&gt;
* [[Servers:Aki|Aki]] - Marek&lt;br /&gt;
* [[Servers:Pool|Pool]] - Marek&lt;br /&gt;
* [[Servers:Vindicator|Vindicator]] - ECL project&lt;br /&gt;
* [[Servers:Siat-sparc|Siat-sparc]]&lt;br /&gt;
* [[Servers:Csil-cluster|Csil-cluster]]&lt;br /&gt;
* [[Servers:Nerva|Nerva]] - development SPARC machine&lt;br /&gt;
* [[Servers:Kingfisher|Kingfisher]] - Our wiki server. Look at the [http://wiki.iat.sfu.ca Wiki Index]&lt;br /&gt;
* [[Servers:Skimmer|Skimmer]] - David Botta. Tomcat, phpmyadmin&lt;br /&gt;
* [[Servers:Dragonfly|Dragonfly]] - &#039;sr-vagus&#039; Diane Gromala&lt;br /&gt;
* [[Servers:Valiant|Valiant]] - &#039;sr-biov&#039; Chris Shaw&lt;br /&gt;
* [[Servers:Beaufort|Beaufort]] - rec.iat.sfu.ca, Alissa N. Antle&lt;br /&gt;
* [[Servers:Tirpitz|Tirpitz]] - VHost Server including the Research wiki&lt;br /&gt;
* [[Servers:Dolphin|Dolphin]] - Maia Engeli, webserver for experimenting with AVIRE, moodle and flash&lt;br /&gt;
&lt;br /&gt;
=== Infrastructure ===&lt;br /&gt;
* [[Servers:Nelson|Nelson]] - cvs server, Note: don&#039;t upgrade to cvs-1.12, many clients are not compatible with it&lt;br /&gt;
* [[Servers:Nebula|Nebula]] - Cluster&lt;br /&gt;
* [[Servers:Navajo|Navajo]] - Nagios, Splunk, Shutdown&lt;br /&gt;
* [[Servers:Hood|Hood]]&lt;br /&gt;
* [[Servers:Musashi|Musashi]]&lt;br /&gt;
* [[Servers:Yamato|Yamato]]&lt;br /&gt;
* [[Servers:Dreadnought|Dreadnought]]&lt;br /&gt;
* [[Servers:Bismarck|Bismarck]] - research mailing server, mailman, sassafras server, flexlm server&lt;br /&gt;
* [[Infrastructure:APC RackPDU|APC RackPDU]]&lt;br /&gt;
* [[Infrastucture:GigSwitchStack|GigSwitchStack]]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [[Servers:Intendant|Intendant]] - Pat&#039;s box&lt;br /&gt;
* [[Servers:B17|B17]] - SGI Onyx1 (aka Banff Onyx)&lt;br /&gt;
* [[Servers:B52|B52]] - SGI Onyx3200 (aka FakeSpace Onyx)&lt;br /&gt;
&lt;br /&gt;
=== Unused Boxes ===&lt;br /&gt;
* [[Servers:Titus|Titus]] - gentoo&lt;br /&gt;
* [[Servers:Seagull|Seagull]] - gentoo&lt;br /&gt;
* [[Servers:Clipper|Clipper]] - gentoo&lt;br /&gt;
* [[Servers:Cossack|Cossack]] - gentoo&lt;br /&gt;
&lt;br /&gt;
=== Unknown ===&lt;br /&gt;
I don&#039;t know the present status of these machines. Some of them may be ripe for a wipe+reinstall.&lt;br /&gt;
* [[Servers:Matchbox|Matchbox]] - I don&#039;t think this machine is actively used anymore. RW - zope?&lt;br /&gt;
* [[Servers:Wildcat|Wildcat]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3417</id>
		<title>Server documentation</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3417"/>
		<updated>2006-09-13T21:47:44Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Gentoo &amp;amp; SUSE 9.3 Unused */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Server List ==&lt;br /&gt;
&lt;br /&gt;
=== Webservers ===&lt;br /&gt;
* [[Servers:Tonka|Tonka]] - Toby, LauraT, RobW, various others?&lt;br /&gt;
* [[Servers:Slinky|Slinky]] - Steve DiPaola - jViz&lt;br /&gt;
* [[Servers:Gaia|Gaia]] - Mark Brady&lt;br /&gt;
* [[Servers:Echo|Echo]] - Ron Wakkary&lt;br /&gt;
* [[Servers:Whisper|Whisper]] - Thecla&lt;br /&gt;
* [[Servers:Lightning|Lightning]] - Rob&lt;br /&gt;
* [[Servers:Corsair|Corsair]] - Davis Marques&lt;br /&gt;
* [[Servers:Thunderbolt|Thunderbolt]] - John Nesbit, Griff Richards, Jerry Li&lt;br /&gt;
* [[Servers:Lancer|Lancer]]&lt;br /&gt;
* [[Servers:Aki|Aki]] - Marek&lt;br /&gt;
* [[Servers:Pool|Pool]] - Marek&lt;br /&gt;
* [[Servers:Vindicator|Vindicator]] - ECL project&lt;br /&gt;
* [[Servers:Siat-sparc|Siat-sparc]]&lt;br /&gt;
* [[Servers:Csil-cluster|Csil-cluster]]&lt;br /&gt;
* [[Servers:Nerva|Nerva]] - development SPARC machine&lt;br /&gt;
* [[Servers:Kingfisher|Kingfisher]] - Our wiki server. Look at the [http://wiki.iat.sfu.ca Wiki Index]&lt;br /&gt;
* [[Servers:Skimmer|Skimmer]] - David Botta. Tomcat, phpmyadmin&lt;br /&gt;
* [[Servers:Dragonfly|Dragonfly]] - &#039;sr-vagus&#039; Diane Gromala&lt;br /&gt;
* [[Servers:Valiant|Valiant]] - &#039;sr-biov&#039; Chris Shaw&lt;br /&gt;
* [[Servers:Beaufort|Beaufort]] - rec.iat.sfu.ca, Alissa N. Antle&lt;br /&gt;
* [[Servers:Tirpitz|Tirpitz]] - VHost Server including the Research wiki&lt;br /&gt;
* [[Servers:Dolphin|Dolphin]] - Maia Engeli, webserver for experimenting with AVIRE, moodle and flash&lt;br /&gt;
&lt;br /&gt;
=== Infrastructure ===&lt;br /&gt;
* [[Servers:Nelson|Nelson]] - cvs server, Note: don&#039;t upgrade to cvs-1.12, many clients are not compatible with it&lt;br /&gt;
* [[Servers:Nebula|Nebula]] - Cluster&lt;br /&gt;
* [[Servers:Navajo|Navajo]] - Nagios, Splunk, Shutdown&lt;br /&gt;
* [[Servers:Hood|Hood]]&lt;br /&gt;
* [[Servers:Musashi|Musashi]]&lt;br /&gt;
* [[Servers:Yamato|Yamato]]&lt;br /&gt;
* [[Servers:Dreadnought|Dreadnought]]&lt;br /&gt;
* [[Servers:Bismarck|Bismarck]] - research mailing server, mailman, sassafras server, flexlm server&lt;br /&gt;
* [[Infrastructure:APC RackPDU|APC RackPDU]]&lt;br /&gt;
* [[Infrastucture:GigSwitchStack|GigSwitchStack]]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [[Servers:Intendant|Intendant]] - Pat&#039;s box&lt;br /&gt;
* [[Servers:B17|B17]] - SGI Onyx1 (aka Banff Onyx)&lt;br /&gt;
* [[Servers:B52|B52]] - SGI Onyx3200 (aka FakeSpace Onyx)&lt;br /&gt;
&lt;br /&gt;
=== Unused Boxes ===&lt;br /&gt;
* [[Servers:Titus|Titus]] - gentoo&lt;br /&gt;
* [[Servers:Seagull|Seagull]] - gentoo&lt;br /&gt;
* [[Servers:Clipper|Clipper]] - gentoo&lt;br /&gt;
* [[Servers:Cossack|Cossack]] - gentoo&lt;br /&gt;
&lt;br /&gt;
=== Unknown ===&lt;br /&gt;
I don&#039;t know the present status of these machines. Some of them may be ripe for a wipe+reinstall.&lt;br /&gt;
* [[Servers:Matchbox|Matchbox]] - I don&#039;t think this machine is actively used anymore. RW - zope?&lt;br /&gt;
* [[Servers:Wildcat|Wildcat]]&lt;br /&gt;
* [[Servers:Lexington|Lexington]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
=== Wiki-writing ===&lt;br /&gt;
For the wiki node of a server, please use this syntax to link (replace NAME with the server name):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[Servers:NAME|]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3416</id>
		<title>Server documentation</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3416"/>
		<updated>2006-09-13T21:44:36Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Webservers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Server List ==&lt;br /&gt;
&lt;br /&gt;
=== Webservers ===&lt;br /&gt;
* [[Servers:Tonka|Tonka]] - Toby, LauraT, RobW, various others?&lt;br /&gt;
* [[Servers:Slinky|Slinky]] - Steve DiPaola - jViz&lt;br /&gt;
* [[Servers:Gaia|Gaia]] - Mark Brady&lt;br /&gt;
* [[Servers:Echo|Echo]] - Ron Wakkary&lt;br /&gt;
* [[Servers:Whisper|Whisper]] - Thecla&lt;br /&gt;
* [[Servers:Lightning|Lightning]] - Rob&lt;br /&gt;
* [[Servers:Corsair|Corsair]] - Davis Marques&lt;br /&gt;
* [[Servers:Thunderbolt|Thunderbolt]] - John Nesbit, Griff Richards, Jerry Li&lt;br /&gt;
* [[Servers:Lancer|Lancer]]&lt;br /&gt;
* [[Servers:Aki|Aki]] - Marek&lt;br /&gt;
* [[Servers:Pool|Pool]] - Marek&lt;br /&gt;
* [[Servers:Vindicator|Vindicator]] - ECL project&lt;br /&gt;
* [[Servers:Siat-sparc|Siat-sparc]]&lt;br /&gt;
* [[Servers:Csil-cluster|Csil-cluster]]&lt;br /&gt;
* [[Servers:Nerva|Nerva]] - development SPARC machine&lt;br /&gt;
* [[Servers:Kingfisher|Kingfisher]] - Our wiki server. Look at the [http://wiki.iat.sfu.ca Wiki Index]&lt;br /&gt;
* [[Servers:Skimmer|Skimmer]] - David Botta. Tomcat, phpmyadmin&lt;br /&gt;
* [[Servers:Dragonfly|Dragonfly]] - &#039;sr-vagus&#039; Diane Gromala&lt;br /&gt;
* [[Servers:Valiant|Valiant]] - &#039;sr-biov&#039; Chris Shaw&lt;br /&gt;
* [[Servers:Beaufort|Beaufort]] - rec.iat.sfu.ca, Alissa N. Antle&lt;br /&gt;
* [[Servers:Tirpitz|Tirpitz]] - VHost Server including the Research wiki&lt;br /&gt;
* [[Servers:Dolphin|Dolphin]] - Maia Engeli, webserver for experimenting with AVIRE, moodle and flash&lt;br /&gt;
&lt;br /&gt;
=== Infrastructure ===&lt;br /&gt;
* [[Servers:Nelson|Nelson]] - cvs server, Note: don&#039;t upgrade to cvs-1.12, many clients are not compatible with it&lt;br /&gt;
* [[Servers:Nebula|Nebula]] - Cluster&lt;br /&gt;
* [[Servers:Navajo|Navajo]] - Nagios, Splunk, Shutdown&lt;br /&gt;
* [[Servers:Hood|Hood]]&lt;br /&gt;
* [[Servers:Musashi|Musashi]]&lt;br /&gt;
* [[Servers:Yamato|Yamato]]&lt;br /&gt;
* [[Servers:Dreadnought|Dreadnought]]&lt;br /&gt;
* [[Servers:Bismarck|Bismarck]] - research mailing server, mailman, sassafras server, flexlm server&lt;br /&gt;
* [[Infrastructure:APC RackPDU|APC RackPDU]]&lt;br /&gt;
* [[Infrastucture:GigSwitchStack|GigSwitchStack]]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [[Servers:Intendant|Intendant]] - Pat&#039;s box&lt;br /&gt;
* [[Servers:B17|B17]] - SGI Onyx1 (aka Banff Onyx)&lt;br /&gt;
* [[Servers:B52|B52]] - SGI Onyx3200 (aka FakeSpace Onyx)&lt;br /&gt;
&lt;br /&gt;
=== Gentoo &amp;amp; SUSE 9.3 Unused ===&lt;br /&gt;
* [[Servers:Titus|Titus]] - gentoo&lt;br /&gt;
* [[Servers:Seagull|Seagull]] - gentoo&lt;br /&gt;
* [[Servers:Clipper|Clipper]] - gentoo&lt;br /&gt;
* [[Servers:Cossack|Cossack]] - gentoo&lt;br /&gt;
&lt;br /&gt;
=== Unknown ===&lt;br /&gt;
I don&#039;t know the present status of these machines. Some of them may be ripe for a wipe+reinstall.&lt;br /&gt;
* [[Servers:Matchbox|Matchbox]] - I don&#039;t think this machine is actively used anymore. RW - zope?&lt;br /&gt;
* [[Servers:Wildcat|Wildcat]]&lt;br /&gt;
* [[Servers:Lexington|Lexington]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
=== Wiki-writing ===&lt;br /&gt;
For the wiki node of a server, please use this syntax to link (replace NAME with the server name):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[Servers:NAME|]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3415</id>
		<title>Server documentation</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Server_documentation&amp;diff=3415"/>
		<updated>2006-09-13T21:44:15Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Webservers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Server List ==&lt;br /&gt;
&lt;br /&gt;
=== Webservers ===&lt;br /&gt;
* [[Servers:Tonka|Tonka]] - Toby, LauraT, RobW, various others?&lt;br /&gt;
* [[Servers:Slinky|Slinky]] - Steve DiPaola - jViz&lt;br /&gt;
* [[Servers:Gaia|Gaia]] - Mark Brady&lt;br /&gt;
* [[Servers:Echo|Echo]] - Ron Wakkary&lt;br /&gt;
* [[Servers:Whisper|Whisper]] - Thecla&lt;br /&gt;
* [[Servers:Lightning|Lightning]]&lt;br /&gt;
* [[Servers:Corsair|Corsair]] - Davis Marques&lt;br /&gt;
* [[Servers:Thunderbolt|Thunderbolt]] - John Nesbit, Griff Richards, Jerry Li&lt;br /&gt;
* [[Servers:Lancer|Lancer]]&lt;br /&gt;
* [[Servers:Aki|Aki]]&lt;br /&gt;
* [[Servers:Pool|Pool]]&lt;br /&gt;
* [[Servers:Vindicator|Vindicator]] - ECL project&lt;br /&gt;
* [[Servers:Siat-sparc|Siat-sparc]]&lt;br /&gt;
* [[Servers:Csil-cluster|Csil-cluster]]&lt;br /&gt;
* [[Servers:Nerva|Nerva]] - development SPARC machine&lt;br /&gt;
* [[Servers:Kingfisher|Kingfisher]] - Our wiki server. Look at the [http://wiki.iat.sfu.ca Wiki Index]&lt;br /&gt;
* [[Servers:Skimmer|Skimmer]] - David Botta. Tomcat, phpmyadmin&lt;br /&gt;
* [[Servers:Dragonfly|Dragonfly]] - &#039;sr-vagus&#039; Diane Gromala&lt;br /&gt;
* [[Servers:Valiant|Valiant]] - &#039;sr-biov&#039; Chris Shaw&lt;br /&gt;
* [[Servers:Beaufort|Beaufort]] - rec.iat.sfu.ca, Alissa N. Antle&lt;br /&gt;
* [[Servers:Tirpitz|Tirpitz]] - VHost Server including the Research wiki&lt;br /&gt;
* [[Servers:Dolphin|Dolphin]] - Maia Engeli, webserver for experimenting with AVIRE, moodle and flash&lt;br /&gt;
&lt;br /&gt;
=== Infrastructure ===&lt;br /&gt;
* [[Servers:Nelson|Nelson]] - cvs server, Note: don&#039;t upgrade to cvs-1.12, many clients are not compatible with it&lt;br /&gt;
* [[Servers:Nebula|Nebula]] - Cluster&lt;br /&gt;
* [[Servers:Navajo|Navajo]] - Nagios, Splunk, Shutdown&lt;br /&gt;
* [[Servers:Hood|Hood]]&lt;br /&gt;
* [[Servers:Musashi|Musashi]]&lt;br /&gt;
* [[Servers:Yamato|Yamato]]&lt;br /&gt;
* [[Servers:Dreadnought|Dreadnought]]&lt;br /&gt;
* [[Servers:Bismarck|Bismarck]] - research mailing server, mailman, sassafras server, flexlm server&lt;br /&gt;
* [[Infrastructure:APC RackPDU|APC RackPDU]]&lt;br /&gt;
* [[Infrastucture:GigSwitchStack|GigSwitchStack]]&lt;br /&gt;
&lt;br /&gt;
=== Other ===&lt;br /&gt;
* [[Servers:Intendant|Intendant]] - Pat&#039;s box&lt;br /&gt;
* [[Servers:B17|B17]] - SGI Onyx1 (aka Banff Onyx)&lt;br /&gt;
* [[Servers:B52|B52]] - SGI Onyx3200 (aka FakeSpace Onyx)&lt;br /&gt;
&lt;br /&gt;
=== Gentoo &amp;amp; SUSE 9.3 Unused ===&lt;br /&gt;
* [[Servers:Titus|Titus]] - gentoo&lt;br /&gt;
* [[Servers:Seagull|Seagull]] - gentoo&lt;br /&gt;
* [[Servers:Clipper|Clipper]] - gentoo&lt;br /&gt;
* [[Servers:Cossack|Cossack]] - gentoo&lt;br /&gt;
&lt;br /&gt;
=== Unknown ===&lt;br /&gt;
I don&#039;t know the present status of these machines. Some of them may be ripe for a wipe+reinstall.&lt;br /&gt;
* [[Servers:Matchbox|Matchbox]] - I don&#039;t think this machine is actively used anymore. RW - zope?&lt;br /&gt;
* [[Servers:Wildcat|Wildcat]]&lt;br /&gt;
* [[Servers:Lexington|Lexington]]&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
=== Wiki-writing ===&lt;br /&gt;
For the wiki node of a server, please use this syntax to link (replace NAME with the server name):&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[Servers:NAME|]]&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=INFO_Network_Routing_Information&amp;diff=3408</id>
		<title>INFO Network Routing Information</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=INFO_Network_Routing_Information&amp;diff=3408"/>
		<updated>2006-09-13T18:06:32Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SFU DNS Servers:&lt;br /&gt;
* 206.12.16.14&lt;br /&gt;
* 142.58.103.2&lt;br /&gt;
* 142.58.103.1&lt;br /&gt;
&lt;br /&gt;
Research Default Gateway&lt;br /&gt;
* 209.87.57.254&lt;br /&gt;
&lt;br /&gt;
NTP Timeserver&lt;br /&gt;
* time.surrey.sfu.ca = trinity.surrey.sfu.ca = 142.58.190.7&lt;br /&gt;
&lt;br /&gt;
DHCP&lt;br /&gt;
* Dynamic Range 2-119 DDNS&lt;br /&gt;
* For both the 181 and 183 networks&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Main_Page&amp;diff=3407</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Main_Page&amp;diff=3407"/>
		<updated>2006-09-13T18:05:29Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome. This is a wiki for the purpose of helping to keep the systems in Research running smoothly and to inform users of Research services.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;6&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: black solid 1px; border-collapse: collapse; text-align: left; width: 100%; background: #f0f0ff; &amp;quot;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align: center; font-weight: bold; font-size: 1.4em;&amp;quot; |&lt;br /&gt;
User Articles&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; | &#039;&#039;&#039;Projects&#039;&#039;&#039;&lt;br /&gt;
* [[AG Node Documentation]]&lt;br /&gt;
* [[Eye trackers @ EC3 Lab]]&lt;br /&gt;
* [[Large Scale Imagery: evolving the components]]&lt;br /&gt;
* [[Cluster User Documentation|Documentation for the Cluster]]&lt;br /&gt;
* [[SGI]]&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; | &#039;&#039;&#039;Workstations&#039;&#039;&#039;&lt;br /&gt;
* [[Printers]]&lt;br /&gt;
* [[Research Workstations - default software loads | Standard Workstation Software List]]&lt;br /&gt;
* [[Windows Maintenance]]&lt;br /&gt;
* [[Linux Administration &amp;amp; Maintenance]]&lt;br /&gt;
* [[MAC Addresses and Hostnames]]&lt;br /&gt;
* [[Problems due to moving]]&lt;br /&gt;
* [[Workstations with updated software]]&lt;br /&gt;
* [[Broken network ports]]&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; | &#039;&#039;&#039;General Information&#039;&#039;&#039;&lt;br /&gt;
* [[Research Services]]&lt;br /&gt;
* [[Accessing Your Data]]&lt;br /&gt;
* [[People power - grad students and their expertise]]&lt;br /&gt;
* [[Research Mailing Lists]]&lt;br /&gt;
* [[HOWTO Access The CVS Server| Accessing the CVS Server]]&lt;br /&gt;
* [[Lockers]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;6&amp;quot; cellspacing=&amp;quot;0&amp;quot; style=&amp;quot;border: black solid 1px; border-collapse: collapse; text-align: left; width: 100%; background: #f0f0ff; &amp;quot;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; style=&amp;quot;text-align: center; font-weight: bold; font-size: 1.4em;&amp;quot; |&lt;br /&gt;
Administration Articles&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; | &#039;&#039;&#039;Administration &amp;amp; Resource Management&#039;&#039;&#039;&lt;br /&gt;
* [[Research Administration Tasks]]&lt;br /&gt;
* [[Server documentation | Server List]]&lt;br /&gt;
* [[Network Devices Servers &amp;amp; Workstations]]&lt;br /&gt;
* [[Workstation Naming Convention]]&lt;br /&gt;
* [[HOWTO Restore Files From Amanda | Restore Files From Amanda]]&lt;br /&gt;
* [[INFO Network Routing Information | Network Routing Information]]&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; | &#039;&#039;&#039;Customizing Linux Servers&#039;&#039;&#039;&lt;br /&gt;
* [[Research Servers - default software loads | Standard Server Software List]]&lt;br /&gt;
* [[REF Standard Server Configuration | Standard Server Configuration]]&lt;br /&gt;
* [[Setup a Project Wiki|Setup MediaWiki]]&lt;br /&gt;
* [[Maya]]&lt;br /&gt;
* [[Oracle on Gentoo]]&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;33%&amp;quot; valign=&amp;quot;top&amp;quot; | &#039;&#039;&#039;Client Side &amp;amp; Other Articles&#039;&#039;&#039;&lt;br /&gt;
* [[Linux Tips and Tools]]&lt;br /&gt;
* [[HOWTO Install SUSE with AutoYast|Install SUSE with AutoYast]]&lt;br /&gt;
* [[Who&#039;s Where - Availability of Research staff|Availability of Research Staff]]&lt;br /&gt;
* [[Maya]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://research.iat.sfu.ca/wiki/index.php?title=Special:Recentchanges&amp;amp;feed=rss http://research.iat.sfu.ca/images/rss.gif]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3403</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3403"/>
		<updated>2006-09-13T16:41:32Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3389</id>
		<title>MAC Addresses and Hostnames</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=MAC_Addresses_and_Hostnames&amp;diff=3389"/>
		<updated>2006-09-13T00:39:39Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Computers to be added by Keir */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Research_Workstations_-_default_software_loads&amp;diff=3387</id>
		<title>Research Workstations - default software loads</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Research_Workstations_-_default_software_loads&amp;diff=3387"/>
		<updated>2006-09-12T21:33:58Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Windows XP SP2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the plan for a complete lab re-install in the Summer of 2006.&lt;br /&gt;
Machines will be loaded with Windows XP and SUSE Linux. Each machine will be configured with the following applications.&lt;br /&gt;
&lt;br /&gt;
== Windows XP SP2 ==&lt;br /&gt;
All latest patches.&lt;br /&gt;
* Adobe Creative Suite 2:&lt;br /&gt;
** Adobe Photoshop CS&lt;br /&gt;
** Adobe InDesign&lt;br /&gt;
** Adobe GoLive!&lt;br /&gt;
** Adobe Illustrator&lt;br /&gt;
** Adobe Acrobat 7 Professional&lt;br /&gt;
*** During install, set the default .pdf handler to be the Acrobat Reader!&lt;br /&gt;
* Adobe Acrobat Reader 7&lt;br /&gt;
** Install Adobe Reader AFTER Adobe Professional (and set Reader as default)&lt;br /&gt;
* Adobe ImageReady&lt;br /&gt;
* Adobe Premiere Pro&lt;br /&gt;
* ASUS Probe (motherboard monitoring)&lt;br /&gt;
** found on ASUS motherboard CD&#039;s, or http://www.softpedia.com/progDownload/ASUS-PC-Probe-Download-4498.html&lt;br /&gt;
* AtlasTi&lt;br /&gt;
* iTunes&lt;br /&gt;
* Java 1.5 J2SE SDK [http://java.sun.com/j2se/1.5.0/download.jsp Download Link]&lt;br /&gt;
* K2 client http://www.sassafras.com/k2/revisions/downloads.html&lt;br /&gt;
** [[Image:K2Client.exe|local Windows copy]]&lt;br /&gt;
** Host DNS Name: research-keyserver.iat.sfu.ca&lt;br /&gt;
* MacAfee AV 8 Ent.&lt;br /&gt;
* Macromedia Suite 8 (Dreamweaver, Fireworks, Flash, Freehand)&lt;br /&gt;
** Run one of the applications and enter our serial number in!!&lt;br /&gt;
* Nero (CD/DVD burning)&lt;br /&gt;
* Microsoft Office - complete install&lt;br /&gt;
* Mozilla Firefox - set as default browser.&lt;br /&gt;
* Mozilla Thunderbird email client&lt;br /&gt;
* NikonView (free download)&lt;br /&gt;
* Nikon Capture Editor, Camera Control (needs to be keyserved)&lt;br /&gt;
** must first perform install using our original CD, &#039;&#039;&#039;AND&#039;&#039;&#039; you must run it.  This embeds the licensing, which is mandatory for succesful downloads/upgrades from Nikon&#039;s web site http://nikonusa.com -&amp;gt; Software Downloads.  you &#039;&#039;&#039;must&#039;&#039;&#039; upgrade incrementally, several times (ie from 4.2 to 4.3 to 4.4).&lt;br /&gt;
* nVidia video &lt;br /&gt;
** latest unified driver, for FX5200 / FX5600 cards&lt;br /&gt;
* PuTTY&lt;br /&gt;
** Dream for one day: Defaults for fraser and our shell box? &lt;br /&gt;
* RealPlayer&lt;br /&gt;
** when installing RealPlayer, manually de-select every single media-type which has another association already (such as Windows Media Player).  Installing other players (like Quicktime) &#039;&#039;&#039;after&#039;&#039;&#039; RealPlayer will ensure they handle the media-types they should.  Restrict RealPlayer to as few media-types as possible :-)&lt;br /&gt;
** disable the Real Message Center.  Turn it off so it doesn&#039;t even load in the System Tray.&lt;br /&gt;
* Quicktime &lt;br /&gt;
* SpyBot Search and Destroy http://www.pcworld.com/downloads/countit.asp?fid=22262&amp;amp;fileidx=1&lt;br /&gt;
* OpenOffice 2.0&lt;br /&gt;
* WinSCP&lt;br /&gt;
** Dream, for one day:  include defaults for connecting to tirpitz, surrey, and fraser&lt;br /&gt;
* Lexmark T630-capable printer drivers&lt;br /&gt;
* HP 4600n-capable printer drivers&lt;br /&gt;
** printer-info needs to be added to Research web-info:&lt;br /&gt;
** IP-addresses, location, capabilities, where to get supplies, how to add them in Linux/Irix/OS-X/WinXP&lt;br /&gt;
** how to query the printer for int. info (IP-address, name, no. of pages, toner-levels, etc)&lt;br /&gt;
* [[Setup Windows Server Update Services|Windows Server Update Services]] - Automated Windows Updates&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
Complete install of SuSE 9.3 Pro.&lt;br /&gt;
* Auto-update.&lt;br /&gt;
* &amp;lt;s&amp;gt;Both KDE and&amp;lt;/s&amp;gt; GNOME, maybe some other WMs too.&lt;br /&gt;
* Development tools&lt;br /&gt;
** Eclipse (Java &amp;amp; C++ support)&lt;br /&gt;
** Fortran stuff&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
* totem, mplayer, xine? &lt;br /&gt;
** fully working!!! DeCSS, MP3, AAC, etc&lt;br /&gt;
* K3B for cd/dvd writing&lt;br /&gt;
** Mark: add ldap users to cd writing group!&lt;br /&gt;
** Robin: SUSE9.3 should have pam_console, which is the proper solution.&lt;br /&gt;
&lt;br /&gt;
== Mac OS-X ==&lt;br /&gt;
Complete install of OS 10.4 with all updates, XCode Tools&lt;br /&gt;
* Adobe Photoshop CS&lt;br /&gt;
* Adobe ImageReady&lt;br /&gt;
* Adobe Acrobat 6 Pro&lt;br /&gt;
* Adobe InDesign&lt;br /&gt;
* Adobe GoLive CS&lt;br /&gt;
* Adobe Illustrator&lt;br /&gt;
* Final Cut Pro HD&lt;br /&gt;
* K2 client http://www.sassafras.com/k2/revisions/downloads.html&lt;br /&gt;
** [[Image:K2Client.sea.bin|local Mac copy]]&lt;br /&gt;
** point to research-keyserver.iat.sfu.ca&lt;br /&gt;
* Microsoft Office for Mac&lt;br /&gt;
* Mozilla Firefox&lt;br /&gt;
* Nikon Capture&lt;br /&gt;
* Nikon View&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Access_The_CVS_Server&amp;diff=3373</id>
		<title>HOWTO Access The CVS Server</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Access_The_CVS_Server&amp;diff=3373"/>
		<updated>2006-09-07T21:36:46Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Research has CVS and SVN repositories available for research projects. This page should explain exactly how to access it.&lt;br /&gt;
&lt;br /&gt;
For those who don&#039;t like to read, here is all the information you&#039;ll need:&amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Use CVS_RSH=&amp;quot;ssh&amp;quot; with the URL being :ext:$user@cvs.iat.sfu.ca:/var/cvsroot/$foobar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Command Line on Linux ==&lt;br /&gt;
Checkout&lt;br /&gt;
 # export CVSROOT=:ext:username@cvs.iat.sfu.ca:/var/cvsroot/projectname&lt;br /&gt;
 # export CVS_RSH=ssh&lt;br /&gt;
 # cvs checkout modulename&lt;br /&gt;
Update&lt;br /&gt;
 # cvs update modulename&lt;br /&gt;
&lt;br /&gt;
== Eclipse on Windows ==&lt;br /&gt;
&lt;br /&gt;
To checkout a repository with Eclipse, use the Import Project tool from CVS. Enter the information below with Your projectname, and Your username/password&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-cvs-checkout.gif]]&lt;br /&gt;
&lt;br /&gt;
Then, select Use an existing module to see a list of which modules you can checkout (they will be listed below).&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-cvs-checkout-module.gif]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Access_The_CVS_Server&amp;diff=3372</id>
		<title>HOWTO Access The CVS Server</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Access_The_CVS_Server&amp;diff=3372"/>
		<updated>2006-09-07T21:22:26Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Example for Windows Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To access our CVS repository, use CVS_RSH=&amp;quot;ssh&amp;quot; with URL being :ext:$user@cvs.iat.sfu.ca:/var/cvsroot/$foobar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example for Linux Users ==&lt;br /&gt;
Checkout&lt;br /&gt;
 # export CVSROOT=:ext:username@cvs.iat.sfu.ca:/var/cvsroot/projectname&lt;br /&gt;
 # export CVS_RSH=ssh&lt;br /&gt;
 # cvs checkout modulename&lt;br /&gt;
Update&lt;br /&gt;
 # cvs update modulename&lt;br /&gt;
&lt;br /&gt;
== Example for Windows Users ==&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-cvs-checkout.gif]]&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-cvs-checkout-module.gif]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=File:Eclipse-cvs-checkout-module.gif&amp;diff=3371</id>
		<title>File:Eclipse-cvs-checkout-module.gif</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=File:Eclipse-cvs-checkout-module.gif&amp;diff=3371"/>
		<updated>2006-09-07T21:21:56Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: eclipse cvs checkout example with module info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eclipse cvs checkout example with module info&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Access_The_CVS_Server&amp;diff=3370</id>
		<title>HOWTO Access The CVS Server</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Access_The_CVS_Server&amp;diff=3370"/>
		<updated>2006-09-07T21:17:41Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To access our CVS repository, use CVS_RSH=&amp;quot;ssh&amp;quot; with URL being :ext:$user@cvs.iat.sfu.ca:/var/cvsroot/$foobar&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Example for Linux Users ==&lt;br /&gt;
Checkout&lt;br /&gt;
 # export CVSROOT=:ext:username@cvs.iat.sfu.ca:/var/cvsroot/projectname&lt;br /&gt;
 # export CVS_RSH=ssh&lt;br /&gt;
 # cvs checkout modulename&lt;br /&gt;
Update&lt;br /&gt;
 # cvs update modulename&lt;br /&gt;
&lt;br /&gt;
== Example for Windows Users ==&lt;br /&gt;
&lt;br /&gt;
[[Image:eclipse-cvs-checkout.gif]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=File:Eclipse-cvs-checkout.gif&amp;diff=3369</id>
		<title>File:Eclipse-cvs-checkout.gif</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=File:Eclipse-cvs-checkout.gif&amp;diff=3369"/>
		<updated>2006-09-07T21:16:35Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: eclipse cvs checkout example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;eclipse cvs checkout example&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3367</id>
		<title>Printers</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3367"/>
		<updated>2006-09-07T18:50:20Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Incase a printer has not been installed on your workstation, here is a handy reference to install a Research printer under Windows, Mac, or Linux.&lt;br /&gt;
&lt;br /&gt;
If you have a Mac or Linux machine with an automatic DNS discovery tool, such as Bonjour, Avahi, or Zeroconf, you can browse the network for these printers to add them. The printers will show up with a name listed below (like sr-isoroku); further details in each operating system section.&lt;br /&gt;
&lt;br /&gt;
== Install a Printer ==&lt;br /&gt;
&lt;br /&gt;
# To install a new printer, find out which printers are closest to you and note the printer&#039;s hostname, such as sr-isoroku.iat.sfu.ca. You can find a complete list below.&lt;br /&gt;
# Second following the guide for your operating system to add the printer:&lt;br /&gt;
::* [[HOWTO Install Printers Under Windows|Install Printers Under Windows]]&lt;br /&gt;
::* [[HOWTO Install Printers Under Mac OSX|Install Printers Under Mac OSX]]&lt;br /&gt;
::* [[HOWTO Install Printers Under Linux|Install Printers Under Linux]]&lt;br /&gt;
&lt;br /&gt;
=== Research Printers ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Just outside the InfoNet Media Lab&#039;&#039;&#039;&lt;br /&gt;
* Hostname: sr-isoroku.iat.sfu.ca (HP Colour LaserJet)&lt;br /&gt;
* Hostname: sr-dumitrescu.iat.sfu.ca (Lexmark B&amp;amp;W LaserJet)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inside the InfoNet Media Lab&#039;&#039;&#039;&lt;br /&gt;
* Hostname: sr-ike.iat.sfu.ca (Lexmark B&amp;amp;W LaserJet)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;EC3 Lab&#039;&#039;&#039;&lt;br /&gt;
* Hostname: sr-rommel.iat.sfu.ca (Lexmark B&amp;amp;W LaserJet)&lt;br /&gt;
* Hostname: sr-macarthur.iat.sfu.ca (HP Colour LaserJet)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Grad Student Lounge Area&#039;&#039;&#039;&lt;br /&gt;
* Hostname: sr-monty.iat.sfu.ca (HP Color LaserJet)&lt;br /&gt;
* Hostname: sr-patton.iat.sfu.ca (Lexmark B&amp;amp;W LaserJet)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parking Log facing Grad Area (near research administration offices)&#039;&#039;&#039;&lt;br /&gt;
* Hostname: sr-yamamoto.iat.sfu.ca (Lexmark B&amp;amp;W LaserJet)&lt;br /&gt;
* Hostname: sr-zhukov.iat.sfu.ca (HP Colour LaserJet)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Storage Room&#039;&#039;&#039;&lt;br /&gt;
* Hostname: sr-mountbatten.iat.sfu.ca (Lexmark B&amp;amp;W LaserJet)&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Install_Printers_Under_Linux&amp;diff=3366</id>
		<title>HOWTO Install Printers Under Linux</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Install_Printers_Under_Linux&amp;diff=3366"/>
		<updated>2006-09-07T18:33:41Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Linux (and Unix) Printer Installation (using CUPS) ==&lt;br /&gt;
&lt;br /&gt;
On any system running CUPS (Common Unix Printing System - all modern Unices), you can point a browser at port 631 on the local machine, and click on the &amp;quot;Printer&amp;quot; heading:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_printeroverview_in_browser.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To add a printer, click &amp;quot;Add Printer&amp;quot; (seen in lower-left, above)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printers_screenshot1.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All our Research printers are PostScript-capable, and are network-enabled.  With that in mind, on the next screen we choose &amp;quot;JetDirect&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot2.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Use this &amp;quot;socket://&amp;quot; syntax, combined with the appropriate IP-address of the printer you want.  The final &amp;quot;:9100&amp;quot; means Port 9100, which is the standard JetDirect port to use.  If you are adding a Windows XP shared printer, the syntax to use is trickier:  smb://&#039;&#039;valid_username_on_XP_machine:valid_local_password:&#039;&#039;142.58.183.xxx/&#039;&#039;winxp_sharename&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot3.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since our printers are native-PostScript, and Postscript is the native output from every Linux (Unix) application I know of, we will use the &amp;quot;Raw&amp;quot; queue, to pass the data unaltered from app to printer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot4.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot5.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You should now see this &amp;quot;Success&amp;quot; screen, when a printer has been successfully added:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_add_printer_success_screenshot6.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Re-visiting the CUPS &amp;quot;Printers&amp;quot; page should show all yoru printers.  Print a test-page if you wish to verify correct connection to your newly-added-printer.  Lastly, please set a sensible (ie Black and White laser) as your default printer.  DON&#039;T set a colour-laser for default output; use this for special circumstances.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_printers_result_screenshot7.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3365</id>
		<title>Printers</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3365"/>
		<updated>2006-09-07T18:33:36Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printers==&lt;br /&gt;
If you have a Mac or Linux machine with an automatic DNS discovery tool, such as Bonjour, Avahi, or Zeroconf, you can browse our network for these printers to add them. The printers will show up with the given sr-isoroku or similar name through Zeroconf as listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This page is being updated as the printer settings have changed again.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;InfoNet Media Lab Area&#039;&#039;&#039;===&lt;br /&gt;
IMLab HP Color LaserJet 4600n (outside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.240 &amp;amp;nbsp; Host: sr-isoroku&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMLab BW T630 (outside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.241 &amp;amp;nbsp; Host: sr-dumitrescu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMLab Lexmark T630n B&amp;amp;W laser (inside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.249 &amp;amp;nbsp; Host: sr-ike&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Storage Room&#039;&#039;&#039;===&lt;br /&gt;
Lexmark T630&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.242 &amp;amp;nbsp; Host: sr-mountbatten&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;EC3 Lab&#039;&#039;&#039;===&lt;br /&gt;
EC3Lab B/W T630 (Lexmark T630n B/W laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.245 &amp;amp;nbsp; Host: sr-rommel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HP 4600n (colour laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.246 &amp;amp;nbsp; Host: sr-macarthur&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Grad Student Lounge Area&#039;&#039;&#039;===&lt;br /&gt;
EC3Lab HP Color LaserJet 4600n&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.247 &amp;amp;nbsp; Host: sr-monty&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lexmark T630n (B&amp;amp;W laser)&lt;br /&gt;
 &lt;br /&gt;
IP: 142.58.183.248 &amp;amp;nbsp; Host: sr-patton&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Main Grad Area (near research administration offices)&#039;&#039;&#039;===&lt;br /&gt;
Lexmark T640n (B&amp;amp;W laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.243 &amp;amp;nbsp; Host: sr-yamamoto&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HP Colour LaserJet 4650n&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.244 &amp;amp;nbsp; Host: sr-zhukov&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[HOWTO Install Printers Under Windows]]&lt;br /&gt;
[[HOWTO Install Printers Under Mac OSX]]&lt;br /&gt;
[[HOWTO Install Printers Under Linux]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Install_Printers_Under_Mac_OSX&amp;diff=3364</id>
		<title>HOWTO Install Printers Under Mac OSX</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Install_Printers_Under_Mac_OSX&amp;diff=3364"/>
		<updated>2006-09-07T18:33:20Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Mac OS-X Printer Installation==&lt;br /&gt;
&lt;br /&gt;
=== OS X 10.3 ===&lt;br /&gt;
&lt;br /&gt;
=== OS X 10.4 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HP Colour Laserjet Printers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First,  click an empty portion of your desktop, then click Go &amp;gt; Utilities. Double  click the Printer Setup Utility, then hit Add. The image below should help you the rest of the way.&lt;br /&gt;
&lt;br /&gt;
[[Image:mac_install_printer.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lexmark B&amp;amp;W Printers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To set up a Lexmark printer, follow the same instructions as for an HP printer, except use the configuration below after clicking Add.&lt;br /&gt;
&lt;br /&gt;
[[Image:mac_lexmark_intall.png]]&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3363</id>
		<title>Printers</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3363"/>
		<updated>2006-09-07T18:33:14Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printers==&lt;br /&gt;
If you have a Mac or Linux machine with an automatic DNS discovery tool, such as Bonjour, Avahi, or Zeroconf, you can browse our network for these printers to add them. The printers will show up with the given sr-isoroku or similar name through Zeroconf as listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This page is being updated as the printer settings have changed again.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;InfoNet Media Lab Area&#039;&#039;&#039;===&lt;br /&gt;
IMLab HP Color LaserJet 4600n (outside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.240 &amp;amp;nbsp; Host: sr-isoroku&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMLab BW T630 (outside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.241 &amp;amp;nbsp; Host: sr-dumitrescu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMLab Lexmark T630n B&amp;amp;W laser (inside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.249 &amp;amp;nbsp; Host: sr-ike&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Storage Room&#039;&#039;&#039;===&lt;br /&gt;
Lexmark T630&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.242 &amp;amp;nbsp; Host: sr-mountbatten&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;EC3 Lab&#039;&#039;&#039;===&lt;br /&gt;
EC3Lab B/W T630 (Lexmark T630n B/W laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.245 &amp;amp;nbsp; Host: sr-rommel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HP 4600n (colour laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.246 &amp;amp;nbsp; Host: sr-macarthur&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Grad Student Lounge Area&#039;&#039;&#039;===&lt;br /&gt;
EC3Lab HP Color LaserJet 4600n&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.247 &amp;amp;nbsp; Host: sr-monty&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lexmark T630n (B&amp;amp;W laser)&lt;br /&gt;
 &lt;br /&gt;
IP: 142.58.183.248 &amp;amp;nbsp; Host: sr-patton&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Main Grad Area (near research administration offices)&#039;&#039;&#039;===&lt;br /&gt;
Lexmark T640n (B&amp;amp;W laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.243 &amp;amp;nbsp; Host: sr-yamamoto&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HP Colour LaserJet 4650n&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.244 &amp;amp;nbsp; Host: sr-zhukov&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[HOWTO Install Printers Under Windows]]&lt;br /&gt;
[[HOWTO Install Printers Under Mac OSX]]&lt;br /&gt;
[[HOWTO Install Printers Under Linux]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Linux (and Unix) Printer Installation (using CUPS) ==&lt;br /&gt;
&lt;br /&gt;
On any system running CUPS (Common Unix Printing System - all modern Unices), you can point a browser at port 631 on the local machine, and click on the &amp;quot;Printer&amp;quot; heading:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_printeroverview_in_browser.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To add a printer, click &amp;quot;Add Printer&amp;quot; (seen in lower-left, above)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printers_screenshot1.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All our Research printers are PostScript-capable, and are network-enabled.  With that in mind, on the next screen we choose &amp;quot;JetDirect&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot2.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Use this &amp;quot;socket://&amp;quot; syntax, combined with the appropriate IP-address of the printer you want.  The final &amp;quot;:9100&amp;quot; means Port 9100, which is the standard JetDirect port to use.  If you are adding a Windows XP shared printer, the syntax to use is trickier:  smb://&#039;&#039;valid_username_on_XP_machine:valid_local_password:&#039;&#039;142.58.183.xxx/&#039;&#039;winxp_sharename&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot3.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since our printers are native-PostScript, and Postscript is the native output from every Linux (Unix) application I know of, we will use the &amp;quot;Raw&amp;quot; queue, to pass the data unaltered from app to printer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot4.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot5.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You should now see this &amp;quot;Success&amp;quot; screen, when a printer has been successfully added:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_add_printer_success_screenshot6.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Re-visiting the CUPS &amp;quot;Printers&amp;quot; page should show all yoru printers.  Print a test-page if you wish to verify correct connection to your newly-added-printer.  Lastly, please set a sensible (ie Black and White laser) as your default printer.  DON&#039;T set a colour-laser for default output; use this for special circumstances.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_printers_result_screenshot7.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=HOWTO_Install_Printers_Under_Windows&amp;diff=3362</id>
		<title>HOWTO Install Printers Under Windows</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=HOWTO_Install_Printers_Under_Windows&amp;diff=3362"/>
		<updated>2006-09-07T18:32:34Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Windows Printer Installation==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The following screenshots will guide you through a typical Lexmark T630 installation on a WindowsXP workstation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
First, invoke the Add Printer Wizard, choose to use a network printer, and specify the TCP/IP address of the [[Printers#Printers|desired printer (above)]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Printers_windows.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You can get the [[Media:Lexmark_AAG_MultiWin_Drivers_en.exe|Lexmark T630]] or [[Media:Clj4600pcl6win2kxp2003-en.exe|HP4600]] drivers from the wiki.  Unzip them to your C:\ drive, then tell the Add Printer Wizard that you Have Disk:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Printer_setup3_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Printer_setup4_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Browse to find the files; representative paths are shown (these paths result automatically from the unzipping)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Connecting_printers_4.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You will probably have to accept an unsigned driver.&amp;lt;br&amp;gt;&lt;br /&gt;
It is preferable to choose the PCL (Page Control Language) driver option:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Printer_setup6_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HP4600 path is very similar to the Lexmark T630, if that&#039;s what you are installing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Printer_setup6a_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Printer_setup6b_screenshot.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Nothing we can do about this; accept the unsigned (Lexmark) driver, and wrap up your installation.  You can print a test-page if you wish, to verify that it works.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Printer_setup7_screenshot.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3361</id>
		<title>Printers</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Printers&amp;diff=3361"/>
		<updated>2006-09-07T18:32:17Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printers==&lt;br /&gt;
If you have a Mac or Linux machine with an automatic DNS discovery tool, such as Bonjour, Avahi, or Zeroconf, you can browse our network for these printers to add them. The printers will show up with the given sr-isoroku or similar name through Zeroconf as listed below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This page is being updated as the printer settings have changed again.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;InfoNet Media Lab Area&#039;&#039;&#039;===&lt;br /&gt;
IMLab HP Color LaserJet 4600n (outside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.240 &amp;amp;nbsp; Host: sr-isoroku&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMLab BW T630 (outside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.241 &amp;amp;nbsp; Host: sr-dumitrescu&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IMLab Lexmark T630n B&amp;amp;W laser (inside lab)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.249 &amp;amp;nbsp; Host: sr-ike&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Storage Room&#039;&#039;&#039;===&lt;br /&gt;
Lexmark T630&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.242 &amp;amp;nbsp; Host: sr-mountbatten&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;EC3 Lab&#039;&#039;&#039;===&lt;br /&gt;
EC3Lab B/W T630 (Lexmark T630n B/W laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.245 &amp;amp;nbsp; Host: sr-rommel&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HP 4600n (colour laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.246 &amp;amp;nbsp; Host: sr-macarthur&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Grad Student Lounge Area&#039;&#039;&#039;===&lt;br /&gt;
EC3Lab HP Color LaserJet 4600n&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.247 &amp;amp;nbsp; Host: sr-monty&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lexmark T630n (B&amp;amp;W laser)&lt;br /&gt;
 &lt;br /&gt;
IP: 142.58.183.248 &amp;amp;nbsp; Host: sr-patton&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Main Grad Area (near research administration offices)&#039;&#039;&#039;===&lt;br /&gt;
Lexmark T640n (B&amp;amp;W laser)&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.243 &amp;amp;nbsp; Host: sr-yamamoto&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
HP Colour LaserJet 4650n&lt;br /&gt;
&lt;br /&gt;
IP: 142.58.183.244 &amp;amp;nbsp; Host: sr-zhukov&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[HOWTO Install Printers Under Windows]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mac OS-X Printer Installation==&lt;br /&gt;
&lt;br /&gt;
=== OS X 10.3 ===&lt;br /&gt;
&lt;br /&gt;
=== OS X 10.4 ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;HP Colour Laserjet Printers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
First,  click an empty portion of your desktop, then click Go &amp;gt; Utilities. Double  click the Printer Setup Utility, then hit Add. The image below should help you the rest of the way.&lt;br /&gt;
&lt;br /&gt;
[[Image:mac_install_printer.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Lexmark B&amp;amp;W Printers&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To set up a Lexmark printer, follow the same instructions as for an HP printer, except use the configuration below after clicking Add.&lt;br /&gt;
&lt;br /&gt;
[[Image:mac_lexmark_intall.png]]&lt;br /&gt;
&lt;br /&gt;
== Linux (and Unix) Printer Installation (using CUPS) ==&lt;br /&gt;
&lt;br /&gt;
On any system running CUPS (Common Unix Printing System - all modern Unices), you can point a browser at port 631 on the local machine, and click on the &amp;quot;Printer&amp;quot; heading:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_printeroverview_in_browser.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
To add a printer, click &amp;quot;Add Printer&amp;quot; (seen in lower-left, above)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printers_screenshot1.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
All our Research printers are PostScript-capable, and are network-enabled.  With that in mind, on the next screen we choose &amp;quot;JetDirect&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot2.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Use this &amp;quot;socket://&amp;quot; syntax, combined with the appropriate IP-address of the printer you want.  The final &amp;quot;:9100&amp;quot; means Port 9100, which is the standard JetDirect port to use.  If you are adding a Windows XP shared printer, the syntax to use is trickier:  smb://&#039;&#039;valid_username_on_XP_machine:valid_local_password:&#039;&#039;142.58.183.xxx/&#039;&#039;winxp_sharename&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot3.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Since our printers are native-PostScript, and Postscript is the native output from every Linux (Unix) application I know of, we will use the &amp;quot;Raw&amp;quot; queue, to pass the data unaltered from app to printer:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot4.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:cups_add_printer_screenshot5.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
You should now see this &amp;quot;Success&amp;quot; screen, when a printer has been successfully added:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_add_printer_success_screenshot6.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Re-visiting the CUPS &amp;quot;Printers&amp;quot; page should show all yoru printers.  Print a test-page if you wish to verify correct connection to your newly-added-printer.  Lastly, please set a sensible (ie Black and White laser) as your default printer.  DON&#039;T set a colour-laser for default output; use this for special circumstances.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Image:Cups_printers_result_screenshot7.png]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Research_Administration_Tasks&amp;diff=3356</id>
		<title>Research Administration Tasks</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Research_Administration_Tasks&amp;diff=3356"/>
		<updated>2006-09-05T21:43:16Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Deleting Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adding Users ==&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 /usr/local/sbin/diradm.superadduser &#039;$username&#039; &#039;$email&#039; &#039;$fullname&#039;&lt;br /&gt;
* Note that a file named &#039;$username&#039; is created in your current directory with the template filled out for mailing (the same file is displayed onscreen).&lt;br /&gt;
* The password you are prompted for at the end is for &#039;&#039;&#039;hood&#039;&#039;&#039;.&lt;br /&gt;
* Add the newly-created user to our [http://bismarck.iat.sfu.ca/mailman/admin/research/ Research Mailing List].&lt;br /&gt;
&lt;br /&gt;
== Deleting Users ==&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 diradm userdel -r $username&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 diradm userdel $username&lt;br /&gt;
* Keeping the user on our [http://bismarck.iat.sfu.ca/mailman/admin/research/ Research Mailing List] is probably a good idea.&lt;br /&gt;
* If you delete a user, you MUST disallow diradm from ever using that UIDNumber again. To do so, go to each machine with diradm and edit the diradm.conf file so that UIDNUMBERMIN to equal the same number as the highest UIDNumber currently being used. This is important!&lt;br /&gt;
&lt;br /&gt;
== Changing a Users Password ==&lt;br /&gt;
This method does not require the old password.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # ldappass $username&lt;br /&gt;
&lt;br /&gt;
== Adding Users to a Group ==&lt;br /&gt;
Adding or removing from a group. Uses the same syntax as gpasswd(8).&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # diradm gpasswd (-a|-d) $username $group&lt;br /&gt;
 # diradm gpasswd -a mdeepwel pond&lt;br /&gt;
&lt;br /&gt;
== Adding Groups ==&lt;br /&gt;
Adding groups takes the same syntax as groupadd(8).&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm groupadd $groupname&lt;br /&gt;
&lt;br /&gt;
== Adding Projects ==&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # diradm amadd -O $mapbase $key $src&lt;br /&gt;
 # diradm amadd -O home.projects meditation 209.87.56.240:/export/projects/0/m/meditation&lt;br /&gt;
* &#039;-O&#039; means the default mount options for automount.&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
** Make the $src directory. mkdir -p $src&lt;br /&gt;
** Set ownership. chgrp -R $group $src&lt;br /&gt;
** Set permissions. chmod 2771 $src&lt;br /&gt;
** If web content is being served: mkdir -p $src/htdocs ; chmod 2775 $src/htdocs&lt;br /&gt;
&lt;br /&gt;
== Adding CVS Repositories ==&lt;br /&gt;
Replace &#039;&#039;$foobar&#039;&#039; with the name of the repository.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm amadd -O auto.cvs $foobar 209.87.56.240:/export/cvs/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
 # cvs -d /export/cvs/$foobar init&lt;br /&gt;
 # chmod -R 2770 /export/cvs/$foobar&lt;br /&gt;
: If this repository is for a group, (assuming there&#039;s a previously created group called &#039;&#039;$foobar&#039;&#039;):&lt;br /&gt;
 # chgrp -R $foobar_group /export/cvs/$foobar&lt;br /&gt;
: If this repository is for a single user:&lt;br /&gt;
 # chown -R $user /export/cvs/$foobar&lt;br /&gt;
* Group name and cvs repository name don&#039;t have to match.&lt;br /&gt;
* To access CVS repo, use &#039;&#039;CVS_RSH=&amp;quot;ssh&amp;quot;&#039;&#039; with URL being &#039;&#039;:ext:$user@cvs.iat.sfu.ca:/var/cvsroot/$foobar&#039;&#039;&lt;br /&gt;
* Users must be in group cvs in addition to $foobar to access the repository!&lt;br /&gt;
&lt;br /&gt;
== Adding SVN Repositories ==&lt;br /&gt;
Replace &#039;&#039;$foobar&#039;&#039; with the name of the repository.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm amadd -O auto.svn $foobar 209.87.56.240:/export/svn/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;, run (assuming there&#039;s a previously created group called &#039;&#039;$foobar&#039;&#039;:&lt;br /&gt;
 # mkdir /export/svn/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;nelson&#039;&#039;&#039;:&lt;br /&gt;
 # svnadmin create /var/svnroot/$foobar --fs-type fsfs&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
 # chmod -R 2770 /export/svn/$foobar&lt;br /&gt;
 # chgrp -R foobar /export/svn/$foobar&lt;br /&gt;
&lt;br /&gt;
* Repo URL is &#039;&#039;svn+ssh://$user@cvs.iat.sfu.ca/var/svnroot/$foobar&#039;&#039;&lt;br /&gt;
* Users must be in the cvs group in addition to $foobar group to access the repository!&lt;br /&gt;
&lt;br /&gt;
== Adding Computers to the Domain ==&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm smbhostadd sr-#####&lt;br /&gt;
* refer to [[Workstation_Naming_Convention]]&lt;br /&gt;
&lt;br /&gt;
== General User Management ==&lt;br /&gt;
* diradm offers almost all regular POSIX commands, sometimes with a few extra frills. The only commands NOT completely implemented are gpasswd and passwd.&lt;br /&gt;
* Welcoming new users; email template&lt;br /&gt;
** This is in the diradm.superadduser script, as it fills out the template.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
To: $fullname &amp;lt;$email&amp;gt;&lt;br /&gt;
Subject: Research account created - $newuser&lt;br /&gt;
&lt;br /&gt;
Hello $fullname&lt;br /&gt;
&lt;br /&gt;
Your research account has been created.&lt;br /&gt;
Username: $newuser&lt;br /&gt;
Password: $newpass&lt;br /&gt;
&lt;br /&gt;
Please visit http://research.iat.sfu.ca/network/changepassword.php to change&lt;br /&gt;
your password when you receive this email.&lt;br /&gt;
&lt;br /&gt;
For support with the research network, please email:&lt;br /&gt;
help@research.iat.sfu.ca&lt;br /&gt;
&lt;br /&gt;
And include a good description of the entire problem and a suitable subject&lt;br /&gt;
line.&lt;br /&gt;
&lt;br /&gt;
Please note that this username/password pair is only valid for the SFU Surrey&lt;br /&gt;
Research Network, and is NOT tied into the main SFU authentication systems.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
	<entry>
		<id>https://research.iat.sfu.ca/research/index.php?title=Research_Administration_Tasks&amp;diff=3355</id>
		<title>Research Administration Tasks</title>
		<link rel="alternate" type="text/html" href="https://research.iat.sfu.ca/research/index.php?title=Research_Administration_Tasks&amp;diff=3355"/>
		<updated>2006-09-05T21:42:16Z</updated>

		<summary type="html">&lt;p&gt;Mmmark: /* Deleting Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Adding Users ==&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 /usr/local/sbin/diradm.superadduser &#039;$username&#039; &#039;$email&#039; &#039;$fullname&#039;&lt;br /&gt;
* Note that a file named &#039;$username&#039; is created in your current directory with the template filled out for mailing (the same file is displayed onscreen).&lt;br /&gt;
* The password you are prompted for at the end is for &#039;&#039;&#039;hood&#039;&#039;&#039;.&lt;br /&gt;
* Add the newly-created user to our [http://bismarck.iat.sfu.ca/mailman/admin/research/ Research Mailing List].&lt;br /&gt;
&lt;br /&gt;
== Deleting Users ==&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 diradm userdel -r $username&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # DEBUG=1 diradm userdel $username&lt;br /&gt;
* Keeping the user on our [http://bismarck.iat.sfu.ca/mailman/admin/research/ Research Mailing List] is probably a good idea.&lt;br /&gt;
* If you delete a user, you MUST disallow diradm from ever using that UID again. To do so, go to each machine with diradm and edit the diradm.conf file so that UIDNUMBERMIN to equal the same number as the highest UID currently being used. This is important!&lt;br /&gt;
&lt;br /&gt;
== Changing a Users Password ==&lt;br /&gt;
This method does not require the old password.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # ldappass $username&lt;br /&gt;
&lt;br /&gt;
== Adding Users to a Group ==&lt;br /&gt;
Adding or removing from a group. Uses the same syntax as gpasswd(8).&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # diradm gpasswd (-a|-d) $username $group&lt;br /&gt;
 # diradm gpasswd -a mdeepwel pond&lt;br /&gt;
&lt;br /&gt;
== Adding Groups ==&lt;br /&gt;
Adding groups takes the same syntax as groupadd(8).&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm groupadd $groupname&lt;br /&gt;
&lt;br /&gt;
== Adding Projects ==&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;: &lt;br /&gt;
 # diradm amadd -O $mapbase $key $src&lt;br /&gt;
 # diradm amadd -O home.projects meditation 209.87.56.240:/export/projects/0/m/meditation&lt;br /&gt;
* &#039;-O&#039; means the default mount options for automount.&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
** Make the $src directory. mkdir -p $src&lt;br /&gt;
** Set ownership. chgrp -R $group $src&lt;br /&gt;
** Set permissions. chmod 2771 $src&lt;br /&gt;
** If web content is being served: mkdir -p $src/htdocs ; chmod 2775 $src/htdocs&lt;br /&gt;
&lt;br /&gt;
== Adding CVS Repositories ==&lt;br /&gt;
Replace &#039;&#039;$foobar&#039;&#039; with the name of the repository.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm amadd -O auto.cvs $foobar 209.87.56.240:/export/cvs/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
 # cvs -d /export/cvs/$foobar init&lt;br /&gt;
 # chmod -R 2770 /export/cvs/$foobar&lt;br /&gt;
: If this repository is for a group, (assuming there&#039;s a previously created group called &#039;&#039;$foobar&#039;&#039;):&lt;br /&gt;
 # chgrp -R $foobar_group /export/cvs/$foobar&lt;br /&gt;
: If this repository is for a single user:&lt;br /&gt;
 # chown -R $user /export/cvs/$foobar&lt;br /&gt;
* Group name and cvs repository name don&#039;t have to match.&lt;br /&gt;
* To access CVS repo, use &#039;&#039;CVS_RSH=&amp;quot;ssh&amp;quot;&#039;&#039; with URL being &#039;&#039;:ext:$user@cvs.iat.sfu.ca:/var/cvsroot/$foobar&#039;&#039;&lt;br /&gt;
* Users must be in group cvs in addition to $foobar to access the repository!&lt;br /&gt;
&lt;br /&gt;
== Adding SVN Repositories ==&lt;br /&gt;
Replace &#039;&#039;$foobar&#039;&#039; with the name of the repository.&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm amadd -O auto.svn $foobar 209.87.56.240:/export/svn/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;, run (assuming there&#039;s a previously created group called &#039;&#039;$foobar&#039;&#039;:&lt;br /&gt;
 # mkdir /export/svn/$foobar&lt;br /&gt;
* As root on &#039;&#039;&#039;nelson&#039;&#039;&#039;:&lt;br /&gt;
 # svnadmin create /var/svnroot/$foobar --fs-type fsfs&lt;br /&gt;
* As root on &#039;&#039;&#039;yamato&#039;&#039;&#039;:&lt;br /&gt;
 # chmod -R 2770 /export/svn/$foobar&lt;br /&gt;
 # chgrp -R foobar /export/svn/$foobar&lt;br /&gt;
&lt;br /&gt;
* Repo URL is &#039;&#039;svn+ssh://$user@cvs.iat.sfu.ca/var/svnroot/$foobar&#039;&#039;&lt;br /&gt;
* Users must be in the cvs group in addition to $foobar group to access the repository!&lt;br /&gt;
&lt;br /&gt;
== Adding Computers to the Domain ==&lt;br /&gt;
* As root on &#039;&#039;&#039;hood&#039;&#039;&#039;:&lt;br /&gt;
 # diradm smbhostadd sr-#####&lt;br /&gt;
* refer to [[Workstation_Naming_Convention]]&lt;br /&gt;
&lt;br /&gt;
== General User Management ==&lt;br /&gt;
* diradm offers almost all regular POSIX commands, sometimes with a few extra frills. The only commands NOT completely implemented are gpasswd and passwd.&lt;br /&gt;
* Welcoming new users; email template&lt;br /&gt;
** This is in the diradm.superadduser script, as it fills out the template.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
To: $fullname &amp;lt;$email&amp;gt;&lt;br /&gt;
Subject: Research account created - $newuser&lt;br /&gt;
&lt;br /&gt;
Hello $fullname&lt;br /&gt;
&lt;br /&gt;
Your research account has been created.&lt;br /&gt;
Username: $newuser&lt;br /&gt;
Password: $newpass&lt;br /&gt;
&lt;br /&gt;
Please visit http://research.iat.sfu.ca/network/changepassword.php to change&lt;br /&gt;
your password when you receive this email.&lt;br /&gt;
&lt;br /&gt;
For support with the research network, please email:&lt;br /&gt;
help@research.iat.sfu.ca&lt;br /&gt;
&lt;br /&gt;
And include a good description of the entire problem and a suitable subject&lt;br /&gt;
line.&lt;br /&gt;
&lt;br /&gt;
Please note that this username/password pair is only valid for the SFU Surrey&lt;br /&gt;
Research Network, and is NOT tied into the main SFU authentication systems.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mmmark</name></author>
	</entry>
</feed>