Re: [SSI-users] LinuxSSI x86_64 bit
Brought to you by:
brucewalker,
rogertsang
|
From: Scott W. <sc...@sl...> - 2010-06-25 18:09:45
|
On 6/25/10, Cumberland, Lonnie <lon...@ni...> wrote: > Hello All, > > In step 10 of the > > http://openssi.org/cgi-bin/view?page=openssi.html > > It says to: > > "Add the module for your cluster-interconnect nic to /etc/mkinitrd/modules > (You can find out what it is by doing: > ls -ld /sys/class/net/ethX/device/driver/module > where "ethX" is the nic you want to use). " > > How do I do this? > > I found out that the module is "e1000" Add the line to /etc/mkinitrd/modules. Mine has these in it: 3c59x 8139too 3c509 I also kept the comment at the top reminding me to run mkinitrd after changing the file. Machines on the cluster net-boot and mount the cluster filesystem as their root filesystem, and this file tells the initnode which network modules it needs to include in for the netbooting hosts so that they can get the network up and mount the cluster filesystem. The modules listed in there get built into the /boot/initrd-* (for your kernel version) file. After editing that file and doing mkinitrd, I also like to do ssi-ksync to make sure all of the netbooting apparatus is updated and in order. Thanks, -scott |