Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hpc-howto.xml
Date: Tue, 04 Oct 2005 22:39:58
Message-Id: 200510042231.j94MVT3p018033@robin.gentoo.org
1 rane 05/10/04 22:39:48
2
3 Modified: xml/htdocs/doc/en hpc-howto.xml
4 Log:
5 fixed bunch of typos, removed forbidden tabs, no other content change
6
7 Revision Changes Path
8 1.6 +36 -36 xml/htdocs/doc/en/hpc-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/hpc-howto.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/hpc-howto.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/hpc-howto.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
13
14 Index: hpc-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- hpc-howto.xml 4 Oct 2005 19:05:41 -0000 1.5
21 +++ hpc-howto.xml 4 Oct 2005 22:39:47 -0000 1.6
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.5 2005/10/04 19:05:41 rane Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/hpc-howto.xml,v 1.6 2005/10/04 22:39:47 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/hpc-howto.xml">
29 @@ -162,7 +162,7 @@
30 <p>
31 The slave nodes listen for instructions (via ssh/rsh perhaps) from the master
32 node. They should be dedicated to crunching results and therefore should not
33 -run any unecessary services.
34 +run any unnecessary services.
35 </p>
36
37 <p>
38 @@ -176,12 +176,12 @@
39 # Adelie Linux Research &amp; Development Center
40 # /etc/hosts
41
42 -127.0.0.1 localhost
43 +127.0.0.1 localhost
44
45 -192.168.1.100 master.adelie master
46 +192.168.1.100 master.adelie master
47
48 -192.168.1.1 node01.adelie node01
49 -192.168.1.2 node02.adelie node02
50 +192.168.1.1 node01.adelie node01
51 +192.168.1.2 node02.adelie node02
52 </pre>
53
54 <p>
55 @@ -223,12 +223,12 @@
56 option routers 192.168.1.100;
57
58 host node01.adelie {
59 - # MAC address of network card on node 01
60 + # MAC address of network card on node 01
61 hardware ethernet 00:07:e9:0f:e2:d4;
62 fixed-address 192.168.1.1;
63 }
64 host node02.adelie {
65 - # MAC address of network card on node 02
66 + # MAC address of network card on node 02
67 hardware ethernet 00:07:e9:0f:e2:6b;
68 fixed-address 192.168.1.2;
69 }
70 @@ -291,11 +291,11 @@
71
72 <p>
73 Edit the <path>/etc/exports</path> file of the master node to export a work
74 -directory struture (/home is good for this).
75 +directory structure (/home is good for this).
76 </p>
77
78 <pre caption="/etc/exports">
79 -/home/ *(rw)
80 +/home/ *(rw)
81 </pre>
82
83 <p>
84 @@ -313,7 +313,7 @@
85 </p>
86
87 <pre caption="/etc/fstab">
88 -master:/home/ /home nfs rw,exec,noauto,nouser,async 0 0
89 +master:/home/ /home nfs rw,exec,noauto,nouser,async 0 0
90 </pre>
91
92 <p>
93 @@ -350,7 +350,7 @@
94 </ul>
95
96 <p>
97 -For user based authentification, generate and copy as follows:
98 +For user based authentication, generate and copy as follows:
99 </p>
100
101 <pre caption="SSH key authentication">
102 @@ -378,7 +378,7 @@
103
104 <note>
105 Host keys must have an empty passphrase. RSA is required for host-based
106 -authentification.
107 +authentication.
108 </note>
109
110 <p>
111 @@ -465,7 +465,7 @@
112 </pre>
113
114 <p>
115 -Finally, configure host authentification from <path>/etc/hosts.equiv</path>.
116 +Finally, configure host authentication from <path>/etc/hosts.equiv</path>.
117 </p>
118
119 <pre caption="hosts.equiv">
120 @@ -536,7 +536,7 @@
121 # Options to pass to the above command
122 # Most people should just uncomment this variable and
123 # change 'someserver' to a valid hostname which you
124 -# can aquire from the URL's below
125 +# can acquire from the URL's below
126 NTPDATE_OPTS="-b ntp1.cmc.ec.gc.ca"
127
128 ##
129 @@ -657,7 +657,7 @@
130
131 <pre caption="rule-save">
132 # Adelie Linux Research &amp; Development Center
133 -# /var/lib/iptbles/rule-save
134 +# /var/lib/iptables/rule-save
135
136 *filter
137 :INPUT ACCEPT [0:0]
138 @@ -720,11 +720,11 @@
139 </p>
140
141 <ul>
142 - <li>/etc/pbs_environment</li>
143 - <li>/var/spool/PBS/server_name</li>
144 - <li>/var/spool/PBS/server_priv/nodes</li>
145 - <li>/var/spool/PBS/mom_priv/config</li>
146 - <li>/var/spool/PBS/sched_priv/sched_config</li>
147 + <li>/etc/pbs_environment</li>
148 + <li>/var/spool/PBS/server_name</li>
149 + <li>/var/spool/PBS/server_priv/nodes</li>
150 + <li>/var/spool/PBS/mom_priv/config</li>
151 + <li>/var/spool/PBS/sched_priv/sched_config</li>
152 </ul>
153
154 <p>
155 @@ -770,9 +770,9 @@
156
157 <p>
158 To submit a task to OpenPBS, the command <c>qsub</c> is used with some
159 -optional parameters. In the exemple below, "-l" allows you to specify
160 +optional parameters. In the example below, "-l" allows you to specify
161 the resources required, "-j" provides for redirection of standard out and
162 -standard error, and the "-m" will e-mail the user at begining (b), end (e)
163 +standard error, and the "-m" will e-mail the user at beginning (b), end (e)
164 and on abort (a) of the job.
165 </p>
166
167 @@ -833,7 +833,7 @@
168 </p>
169
170 <pre caption="/etc/exports">
171 -/home *(rw)
172 +/home *(rw)
173 </pre>
174
175 <p>
176 @@ -917,17 +917,17 @@
177 </p>
178
179 <ul>
180 - <li>
181 + <li>
182 <e>Can processes be started on remote machines?</e> tstmachines attempts
183 to run the shell command true on each machine in the machines files by
184 using the remote shell command.
185 </li>
186 - <li>
187 + <li>
188 <e>Is current working directory available to all machines?</e> This
189 attempts to ls a file that tstmachines creates by running ls using the
190 remote shell command.
191 </li>
192 - <li>
193 + <li>
194 <e>Can user programs be run on remote systems?</e> This checks that shared
195 libraries and other components have been properly installed on all
196 machines.
197 @@ -988,35 +988,35 @@
198 </p>
199
200 <ul>
201 - <li><uri>http://www.gentoo.org</uri>, Gentoo Technologies, Inc.</li>
202 - <li>
203 + <li><uri>http://www.gentoo.org</uri>, Gentoo Technologies, Inc.</li>
204 + <li>
205 <uri link="http://www.adelielinux.com">http://www.adelielinux.com</uri>,
206 Adelie Linux Research and Development Centre
207 </li>
208 - <li>
209 + <li>
210 <uri link="http://nfs.sourceforge.net/">http://nfs.sourceforge.net</uri>,
211 Linux NFS Project
212 </li>
213
214
215
216 --
217 gentoo-doc-cvs@g.o mailing list