From: Richard Henwood Date: Fri, 20 May 2011 18:10:44 +0000 (-0500) Subject: FIX: validation, ulink -> link X-Git-Tag: proofedversion~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=sidebyside;h=0362eeb324987952590f94e2ebba833af478fede;p=doc%2Fmanual.git FIX: validation, ulink -> link --- diff --git a/InstallingLustreFromSourceCode.xml b/InstallingLustreFromSourceCode.xml index 6e3ed30..6df8f70 100644 --- a/InstallingLustreFromSourceCode.xml +++ b/InstallingLustreFromSourceCode.xml @@ -20,7 +20,7 @@
29.1 Overview and Prerequisites - Lustre can be installed from either pre-built binary packages (RPMs) or freely-available source code. Installing from the package release is recommended unless you need to customize the Lustre server kernel or will be using an Linux kernel that has not been tested with Lustre. For a list of supported Linux distributions and architectures, see the topic Lustre_2.0 on the Lustre wiki. The procedure for installing Lustre from RPMs is describe in Chapter 8. + Lustre can be installed from either pre-built binary packages (RPMs) or freely-available source code. Installing from the package release is recommended unless you need to customize the Lustre server kernel or will be using an Linux kernel that has not been tested with Lustre. For a list of supported Linux distributions and architectures, see the topic Lustre_2.0 on the Lustre wiki. The procedure for installing Lustre from RPMs is describe in Chapter 8. To install Lustre from source code, the following are required: @@ -71,8 +71,8 @@ A variety of quilt packages (RPMs, SRPMs and tarballs) are available from various sources. Use the most recent version you can find. quilt depends on several other utilities, e.g., the coreutils RPM that is only available in RedHat 9. For other RedHat kernels, you have to get the required packages to successfully install quilt. If you cannot locate a quilt package or fulfill its dependencies, you can build quilt from a tarball, available at the quilt project website: - http://savannah.nongnu.org/projects/quilt - For additional information on using Quilt, including its commands, see Introduction to Quilt and the quilt(1) man page. + http://savannah.nongnu.org/projects/quilt + For additional information on using Quilt, including its commands, see Introduction to Quilt and the quilt(1) man page.
29.2.2 Get the Lustre Source and Unpatched Kernel @@ -99,7 +99,7 @@ Download the Lustre source code. - On the Lustre download site, select a version of Lustre to download and then select 'Source' as the platform. + On the Lustre download site, select a version of Lustre to download and then select 'Source' as the platform. Download the unpatched kernel. @@ -261,7 +261,7 @@ $ echo '%_topdir %(echo $HOME)/rpmbuild' > .rpmmacros Install the patched Lustre source code. - This RPM is available at the Lustre download site. + This RPM is available at the Lustre download site. $ rpm -ivh \ kernel-lustre-source-2.6.18-92.1.10.el5_lustre.1.6.6.x86_64.rpm @@ -305,7 +305,7 @@ $ make install Compile and install the Lustre source code. - Install the Lustre source (this can be done via RPM or tarball). The source file is available at the Lustre download site. This example shows installation via the tarball. + Install the Lustre source (this can be done via RPM or tarball). The source file is available at the Lustre download site. This example shows installation via the tarball. $ cd /usr/src/ $ gunzip lustre-1.6.6.tar.gz $ tar -xvf lustre-1.6.6.tar diff --git a/LustreDebugging.xml b/LustreDebugging.xml index 1ca61f0..ddf84bd 100644 --- a/LustreDebugging.xml +++ b/LustreDebugging.xml @@ -83,7 +83,7 @@ kdump - . A Linux kernel crash utility useful for debugging a system running Red Hat Enterprise Linux. For more information about kdump, see the Red Hat knowledge base article How do I configure kexec/kdump on Red Hat Enterprise Linux 5?. To download kdump, go to the Fedora Project Download site. + . A Linux kernel crash utility useful for debugging a system running Red Hat Enterprise Linux. For more information about kdump, see the Red Hat knowledge base article How do I configure kexec/kdump on Red Hat Enterprise Linux 5?. To download kdump, go to the Fedora Project Download site. @@ -93,7 +93,7 @@ netdump - . A crash dump utility from Red Hat that allows memory images to be dumped over a network to a central server for analysis. The netdump utility was replaced by kdump in RHEL 5. For more information about netdump, see Red Hat, Inc.'s Network Console and Crash Dump Facility. + . A crash dump utility from Red Hat that allows memory images to be dumped over a network to a central server for analysis. The netdump utility was replaced by kdump in RHEL 5. For more information about netdump, see Red Hat, Inc.'s Network Console and Crash Dump Facility.
@@ -111,13 +111,13 @@ A virtual machine is often used to create an isolated development and test environment. Some commonly-used virtual machines are: - VirtualBox Open Source Edition . Provides enterprise-class virtualization capability for all major platforms and is available free at Get Sun VirtualBox. + VirtualBox Open Source Edition . Provides enterprise-class virtualization capability for all major platforms and is available free at Get Sun VirtualBox. - VMware Server . Virtualization platform available as free introductory software at Download VMware Server. + VMware Server . Virtualization platform available as free introductory software at Download VMware Server. - Xen . A para-virtualized environment with virtualization capabilities similar to VMware Server and Virtual Box. However, Xen allows the use of modified kernels to provide near-native performance and the ability to emulate shared storage. For more information, go to xen.org. + Xen . A para-virtualized environment with virtualization capabilities similar to VMware Server and Virtual Box. However, Xen allows the use of modified kernels to provide near-native performance and the ability to emulate shared storage. For more information, go to xen.org. A variety of debuggers and analysis tools are available including: @@ -125,7 +125,7 @@ kgdb - . The Linux Kernel Source Level Debugger kgdb is used in conjunction with the GNU Debugger gdb for debugging the Linux kernel. For more information about using kgdb with gdb, see Chapter 6. Running Programs Under gdb in the Red Hat Linux 4 Debugging with GDB guide. + . The Linux Kernel Source Level Debugger kgdb is used in conjunction with the GNU Debugger gdb for debugging the Linux kernel. For more information about using kgdb with gdb, see Chapter 6. Running Programs Under gdb in the Red Hat Linux 4 Debugging with GDB guide. @@ -133,16 +133,16 @@ . Used to analyze saved crash dump data when a system had panicked or locked up or appears unresponsive. For more information about using crash to analyze a crash dump, see: - Red Hat Magazine article: A quick overview of Linux kernel crash dump analysis + Red Hat Magazine article: A quick overview of Linux kernel crash dump analysis - Crash Usage: A Case Study from the white paper Red Hat Crash Utility by David Anderson + Crash Usage: A Case Study from the white paper Red Hat Crash Utility by David Anderson - Kernel Trap forum entry: Linux: Kernel Crash Dumps + Kernel Trap forum entry: Linux: Kernel Crash Dumps - White paper: A Quick Overview of Linux Kernel Crash Dump Analysis + White paper: A Quick Overview of Linux Kernel Crash Dump Analysis diff --git a/LustreTroubleshooting.xml b/LustreTroubleshooting.xml index b2bdb6a..daf71da 100644 --- a/LustreTroubleshooting.xml +++ b/LustreTroubleshooting.xml @@ -214,9 +214,9 @@
26.2 Reporting a Lustre Bug - If, after troubleshooting your Lustre system, you cannot resolve the problem, consider reporting a Lustre bug. The process for reporting a bug is described in the Lustre wiki topic Reporting Bugs. - You can also post a question to the lustre-discuss mailing list or search the lustre-discuss Archives for information about your issue. - A Lustre diagnostics tool is available for downloading at: http://downloads.lustre.org/public/tools/lustre-diagnostics/ + If, after troubleshooting your Lustre system, you cannot resolve the problem, consider reporting a Lustre bug. The process for reporting a bug is described in the Lustre wiki topic Reporting Bugs. + You can also post a question to the lustre-discuss mailing list or search the lustre-discuss Archives for information about your issue. + A Lustre diagnostics tool is available for downloading at: http://downloads.lustre.org/public/tools/lustre-diagnostics/ You can run this tool to capture diagnostics output to include in the reported bug. To run this tool, enter one of these commands: # lustre-diagnostics -t <bugzilla bug #> # lustre-diagnostics. diff --git a/TroubleShootingRecovery.xml b/TroubleShootingRecovery.xml index 346e4ed..d02d255 100644 --- a/TroubleShootingRecovery.xml +++ b/TroubleShootingRecovery.xml @@ -110,7 +110,7 @@ lustre-MDT0000: ******* WARNING: Filesystem still has errors ******* Make this file accessible on all OSTs, either by using a shared file system or copying the file to the OSTs. The pdcp command is useful here. The pdcp command (installed with pdsh), can be used to copy files to groups of hosts. pdcp is available here: - http://sourceforge.net/projects/pdsh + http://sourceforge.net/projects/pdsh Run a similar e2fsck step on the OSTs. The e2fsck --ostdb command can be run in parallel on all OSTs.