From 27fe33db4d57822453ce133b2459b374939f00bb Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Wed, 2 May 2012 11:42:31 -0500 Subject: [PATCH] LUDOC-11: tidied up minor word ordering errors. Signed-off-by: Richard Henwood --- ConfiguringLustre.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ConfiguringLustre.xml b/ConfiguringLustre.xml index 2d869e7..74421b1 100644 --- a/ConfiguringLustre.xml +++ b/ConfiguringLustre.xml @@ -84,7 +84,7 @@ mount -t lustre <block device name> <mount point> - To create additional OSTs, repeat Step 3 and Step 4, specifying the next higher OST index number. + To create additional OSTs, repeat Step and Step , specifying the next higher OST index number. @@ -92,16 +92,17 @@ mount -t lustre <MGS node>:/<fsname> <mount point> - To create additional clients, repeat Step 5. + To create additional clients, repeat Step . + + + If you have a problem mounting the file system, check the syslogs on the client and all the servers for errors and also check the network settings. A common issue with newly-installed systems is that hosts.deny or firewall rules may prevent connections on port 988. - - If you have a problem mounting the file system, check the syslogs on the client and all the servers for errors and also check the network settings. A common issue with newly-installed systems is that hosts.deny or firewall rules may prevent connections on port 988. - Verify that the file system started and is working correctly. Do this by running the lfs df, dd and ls commands on the client node. + Verify that the file system started and is working correctly. Do this by running lfs df, dd and ls commands on the client node. - (Optional) Run benchmarking tools to validate the performance of hardware and software layers in the cluster. Available tools include: + (Optional) Run benchmarking tools to validate the performance of hardware and software layers in the cluster. Available tools include: obdfilter_survey - Characterizes the storage performance of a Lustre file system. For details, see . -- 1.8.3.1