From: Richard Henwood Date: Tue, 8 Apr 2014 21:12:56 +0000 (-0400) Subject: LUDOC-236 config: fixed config instructions. X-Git-Tag: 2.6.0~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2d0c1fe96d2c5d517256463de7bff7372e2b1dcc;p=doc%2Fmanual.git LUDOC-236 config: fixed config instructions. Config instructions for lnet were wrong. Fixed. Change-Id: I61593f2c0f1ddfb521045956f399abe0a26f4ea7 Signed-off-by: Richard Henwood Reviewed-on: http://review.whamcloud.com/10284 Tested-by: Jenkins Reviewed-by: Isaac Huang --- diff --git a/ManagingLNET.xml b/ManagingLNET.xml index 262b6e1..a9843b6 100644 --- a/ManagingLNET.xml +++ b/ManagingLNET.xml @@ -141,20 +141,19 @@ To remove all Lustre modules, run: Dual HCA OSS server - options lnet networks="o2ib0(ib0),o2ib1(ib1) 192.168.10.1.[101-102] + options lnet networks="o2ib0(ib0),o2ib1(ib1)" Client with the odd IP address - options lnet networks=o2ib0(ib0) 192.168.10.[103-253/2] + options lnet ip2nets="o2ib0(ib0) 192.168.10.[103-253/2]" Client with the even IP address - options lnet networks=o2ib1(ib0) 192.168.10.[102-254/2] - + options lnet ip2nets="o2ib1(ib0) 192.168.10.[102-254/2]" Run the modprobe lnet command and create a combined MGS/MDT file system.