From ede18e4d53e2ab87c1ea01e6ced25534a60d9f99 Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Wed, 14 Apr 2021 20:41:49 +0530 Subject: [PATCH] LUDOC-394 manual: Add meaningful ref names under SystemConfigurationUtilities.xml This patch adds meaningful and proper reference name under file SystemConfigurationUtilities.xml Signed-off-by: Arshad Hussain Change-Id: I3120295dea10770780c1b98232f3503100d46bb2 Reviewed-on: https://review.whamcloud.com/43361 Reviewed-by: Andreas Dilger Tested-by: Andreas Dilger --- BackupAndRestore.xml | 2 +- LustreProc.xml | 2 +- SystemConfigurationUtilities.xml | 54 ++++++++++++++++++++-------------------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/BackupAndRestore.xml b/BackupAndRestore.xml index c26152c..d932250 100644 --- a/BackupAndRestore.xml +++ b/BackupAndRestore.xml @@ -152,7 +152,7 @@ lustre_rsync is run, the user must specify a set of parameters for the program to use. These parameters are described in the following table and in - . On subsequent runs, these + . On subsequent runs, these parameters are stored in the the status file, and only the name of the status file needs to be passed to lustre_rsync. diff --git a/LustreProc.xml b/LustreProc.xml index 3a5f88f..996f574 100644 --- a/LustreProc.xml +++ b/LustreProc.xml @@ -119,7 +119,7 @@ osc.testfs-OST0000-osc-ffff881071d5cc00.connect_flags The llstat utility can be used to monitor some Lustre file system I/O activity over a specified time period. For more details, see - + Some data is imported from attached clients and is available in a directory called exports located in the corresponding per-service directory on a Lustre server. For example: diff --git a/SystemConfigurationUtilities.xml b/SystemConfigurationUtilities.xml index 55bfdcd..fb353ab 100644 --- a/SystemConfigurationUtilities.xml +++ b/SystemConfigurationUtilities.xml @@ -6,7 +6,7 @@ This chapter includes system configuration utilities and includes the following sections: - + @@ -15,31 +15,31 @@ - + - + - + - + - + - + - + - + - + @@ -48,19 +48,19 @@ - + - + - + -
+
<indexterm><primary>e2scan</primary></indexterm>e2scan The e2scan utility is an ext2 file system-modified inode scan program. The e2scan program uses libext2fs to find inodes with ctime or mtime newer than a given time and prints out their pathname. Use e2scan to efficiently generate lists of files that have been modified. The e2scan tool is included in the e2fsprogs package, located at: @@ -811,7 +811,7 @@ lctl > quit
-
+
<indexterm><primary>ll_decode_filter_fid</primary></indexterm> ll_decode_filter_fid The ll_decode_filter_fid utility displays the @@ -853,10 +853,10 @@ root@oss1# ll_decode_filter_fid #12345[4,5,8]
See Also - +
-
+
<indexterm><primary>ll_recover_lost_found_objs</primary></indexterm> ll_recover_lost_found_objs The ll_recover_lost_found_objs utility was @@ -901,7 +901,7 @@ Timestamp Read-delta ReadRate Write-delta WriteRate /proc/fs/lustre/obdfilter/ostname/stats
-
+
<indexterm><primary>llog_reader</primary></indexterm> llog_reader The llog_reader utility translates a Lustre configuration log into human-readable form. @@ -927,7 +927,7 @@ llog_reader /tmp/tfs-client
-
+
<indexterm><primary>llstat</primary></indexterm> llstat The llstat utility displays Lustre statistics. @@ -1023,7 +1023,7 @@ llstat
-
+
<indexterm><primary>llverdev</primary></indexterm> llverdev The llverdev verifies a block device is functioning properly over its full size. @@ -1161,7 +1161,7 @@ write complete read complete
-
+
<indexterm><primary>lshowmount</primary></indexterm> lshowmount The lshowmount utility shows Lustre exports. @@ -1233,7 +1233,7 @@ lshowmount /proc/fs/lustre/obdfilter/server/exports/uuid/nid
-
+
<indexterm><primary>lst</primary></indexterm> lst The lst utility starts LNet self-test. @@ -1283,7 +1283,7 @@ lst stat servers & sleep 30; kill $! lst end_session
-
+
<indexterm><primary>lustre_rmmod.sh</primary></indexterm> lustre_rmmod.sh The lustre_rmmod.sh utility removes all Lustre and LNet modules (assuming no Lustre services are running). It is located in /usr/bin. @@ -1291,7 +1291,7 @@ lustre_rmmod.sh The lustre_rmmod.sh utility does not work if Lustre modules are being used or if you have manually run the lctl network up command.
-
+
<indexterm><primary>lustre_rsync</primary></indexterm> lustre_rsync The lustre_rsync utility synchronizes (replicates) a Lustre file system to a target file system. @@ -2286,7 +2286,7 @@ mount.lustre
-
+
<indexterm><primary>plot-llstat</primary></indexterm> plot-llstat The plot-llstat utility plots Lustre statistics. @@ -2348,7 +2348,7 @@ plot-llstat plot-llstat log 3
-
+
<indexterm><primary>routerstat</primary></indexterm> routerstat The routerstat utility prints Lustre router statistics. @@ -2747,7 +2747,7 @@ tunefs.lustre
-
+
<indexterm><primary>utilities</primary><secondary>system config</secondary></indexterm> Additional System Configuration Utilities This section describes additional system configuration utilities for Lustre. -- 1.8.3.1