Errata

Building Linux Clusters

Errata for Building Linux Clusters

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page ix, x

The footnote for the reference on page ix can be found on the following
page, x. The second footnote on page x refers to the only reference on page x.

Anonymous   
Printed
Page xvii

Typographical error. The first bullet should read:

Linus Torvalds and the kernel team that keeps Linux evolving.

Anonymous   
Printed
Page 3

In the fourth paragraph an extra comma should be deleted.

The end of first sentence should read: (some particularly good ones are
listed in the Bibliography).

Anonymous   
Printed
Page 15

Third paragraph rewrite.

Commercial product have their place. Several perfectly good reasons may
warrant the purchase of a commercially produced supercomputer, though
careful consideration must be done. First evaluate whether the applications
can keep the machine busy all the time. Then your budget must allow for
this significant purchase and accompanying data center to house the
supercomputer. It's important to remember to include the budget necessary
to keep up with the maintenance and upgrades to uphold this investment. For
these reasons many who have a need to harness supercomputing power don't
buy supercomputers because they can't afford them.

Anonymous   
Printed
Page 18

The second paragraph's first sentence should now read:

Two additional hardware features of modern CPUs support multiple executions
units: the pipeline and the cache.

Anonymous   
Printed
Page 28, 29

The sections on NUMA machines and UMA machines should be swapped. It
necessary to understand UMA machines before reading about NUMA machines.

Anonymous   
Printed
Page 55

The PCI bus runs at 33MHz or 66 MHz not 66MHz or 100 MHz as stated in the text.

Anonymous   
Printed
Page 56

Fourth paragraph, second sentence.

The oldest SCSI controllers can address seven devices (eight, if you
include the host controller) not six and seven devices as stated in the text.

Anonymous   
Printed
Page 66

In the third paragraph, last sentence the figure reference should be 3-5
not 3-4.

The sentence should read:

Higher-degree hypercubes are composed of successively deeper nested cubes,
such as shown in Figure 3-5.

Anonymous   
Printed
Page 68

The Nodes in Figure 3-5 are incorrectly numbered. The hypercube arrangement
can be considered to have 4 square planes of machines in this instance. The
rear-most plane of the outer cube consists of Nodes 0-3, the front-most
plane of the outer cube Nodes 4-7. The rear-most plane of the inner cube
contains Nodes 8-11 and the front-most plane of the inner cube Nodes 12-15.

Anonymous   
Printed
Page 83

The second paragraph's first sentence should read:

The Local Area Multicomputer (LAM) project was originally developed at the
Ohio Supercomputing Center (OSC) and is now located at the University of
Notre Dame.

Anonymous   
Printed
Page 84

The fourth sentence in the last paragraph should read: The GNU F77 compiler
(g77) is another story.

Anonymous   
Printed
Page 85

The link for the Extreme Linux web site should be changed to
http://www.extremelinux.org (no hyphen).

Anonymous   
Printed
Page 115

The corrected task steps for creating boot floppies from Windows are as
follows:

1. Make a temporary directory on the Windows PC hard-drive, like this:
MKDIR C:LINUXTMP

2. Copy the two image files to this temporary directory:

COPY E:BootFloppyInfoMasterBootFloppymasternode.img C:LINUXTMPmaster.img

COPY E:BootFloppyInfoSlaveBootFloppysslavenode.img C:LINUXTMPslave.img

3. Run the RAWRITE utility and create the two boot floppy disks:

e:dosutils awrite -f master.img -d a:

e:dosutils awrite -f slave.img -d a:

Anonymous   
Printed
Page 115

rawrite is in

/dosutils/

not in:

/utils/

as written.

Anonymous   
Printed
Page 116

In task steps 3 and 4, the directory BootFloppies is incorrect. The correct
directory is BootFloppyInfo.

Anonymous   
Printed
Page 155

The new version of the software can be found at:
http://www.oreilly.com/catalog/9781565926257/update_beta/index.html.

Anonymous   
Printed
Page 157

The new version of the software addressed the missing functionality as
shown in Figure 6-4.

Anonymous   
Printed
Page 158-162

Errors encountered during the running of the software have been corrected
in the new version available for download.

Anonymous   
Printed
Page 167

The first word on the page should be deactivation not activation.

Anonymous   
Printed
Page 187

While that is the formal meaning of the acronym "LAM" is Local Area
Multicomputer, LAM is almost always referred to as "LAM/MPI", or, "LAM" for
short.

Anonymous   
Printed
Page 240

The last paragraph's first sentence contains a typographical error;
'interestingl' should be 'interesting.'

Anonymous   
Printed
Page 241

In the first footnote, the URL has changed for information on the RIO. It
is now http://www.riohome.com.

Anonymous   
Printed
Page 242

A colon is missing at the end of the first sentence following the "What's
Required" heading.

Anonymous   
Printed
Page 244

Typographical error. In the first sentence change 'gzippedd' to gzip'd.

Anonymous   
Printed
Page 245, 246

The command line should read:

[root@master/root]# cd ../

Anonymous   
Printed
Page 271

Change Lynx to Linux. The correct sentence is:

The CD-ROM is in the ISO-9660 format and can be used from both the Linux
(or other Unix-like) and Windows environments.

Anonymous   
Printed
Page 271

The corrected URL for the Beowulf Project is http://www.beowulf.org.

Anonymous   
Printed
Page 336

CD:imagesmasternode.img and CD:imagesslavenode.img

The files exist because they are actually symbolic links (or aliases)
to the image files stored in different directories on the CD.

Anonymous