Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2010-04-14 14:16:52
Size: 82
Editor: YoichiAso
Comment:
Revision 3 as of 2010-04-14 14:27:46
Size: 989
Editor: YoichiAso
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
We used Bind9. Installed it from apt.

The configuration files are all in {{{/etc/bind}}}.

{{{named.conf.local}}} contains the zone definitions for clio domain.

Actual definitions of the DNS records are given in {{{named.hosts}}} and {{{named.rev}}}.
named.hosts define the forward name resolution and named.rev is used for reverse name resolution.

After editing those files, run
{{{
/etc/init.d/bind9 restart
}}}

=== NFS ===
NFS is used to share {{{/cvs/cds/kami}}} directory among the CDS computers.

porta uses nfs-kernel-server, which sounds like faster than the normal NFS, but I'm not sure.

The configuration files are {{{/etc/exports}}}, {{{/etc/hosts.allow}}} and {{{/etc/hosts.deny}}}.

'''It is important to use the same UID for controls on all the CDS computers.''' The UID of controls on kami2 is 500. So please assign UID=500 to controls in any new CDS machines.

Installation Notes

Porta

Porta is an Ubuntu Server.

DNS

We used Bind9. Installed it from apt.

The configuration files are all in /etc/bind.

named.conf.local contains the zone definitions for clio domain.

Actual definitions of the DNS records are given in named.hosts and named.rev. named.hosts define the forward name resolution and named.rev is used for reverse name resolution.

After editing those files, run

/etc/init.d/bind9 restart

NFS

NFS is used to share /cvs/cds/kami directory among the CDS computers.

porta uses nfs-kernel-server, which sounds like faster than the normal NFS, but I'm not sure.

The configuration files are /etc/exports, /etc/hosts.allow and /etc/hosts.deny.

It is important to use the same UID for controls on all the CDS computers. The UID of controls on kami2 is 500. So please assign UID=500 to controls in any new CDS machines.

CLIO/Technicals/Computer/InstallationNotes (last edited 2010-08-27 09:05:28 by OsamuMiyakawa)