From: Richard Henwood Date: Wed, 2 May 2012 16:42:31 +0000 (-0500) Subject: LUDOC-11: tidied up minor word ordering errors. X-Git-Tag: 2.3.0~9 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=27fe33db4d57822453ce133b2459b374939f00bb;p=doc%2Fmanual.git LUDOC-11: tidied up minor word ordering errors. Signed-off-by: Richard Henwood --- 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 .