On Tue, Jan 29, 2008 at 02:11:59PM +0900, Nathan Butcher
wrote:> I''m having some issues with NIDS on my Centos5.1 patched machines.
>
> The machine has 2 NICs, but only one tcp NID is showing up. I was hoping
> to use one of the nids to transfer data directly to my second node for
> lustre.
>
> my /etc/modprobe.conf looks like:-
>
> options lnet''networks="tcp0, tcp1"''
Please use:
options lnet networks="tcp0(eth0), tcp1(eth1)"
Replace eth0 and eth1 with names of your NICs, and mind that there''s a
whitespace between ''lnet'' and ''networks''.
Isaac