Hallo,

we are trying to install the gfs file system on a HP Proliant DL385 Server running Gentoo Linux to set up a cluster system. Here the output of "uname -a":

Linux storm2 2.6.18-gentoo-r2 #2 SMP Fri Feb 2 10:03:25 CET 2007 x86_64 AMD Opteron(tm) Processor 280 GNU/Linux

After configuration and compiling of the kernel (the Gentoo kernel and not the vanilla kernel), the following packages are installed:

sys-cluster/ccs                         ~amd64
sys-cluster/magma                       ~amd64
sys-cluster/magma-plugins               ~amd64
sys-cluster/dlm                         ~amd64
sys-cluster/dlm-headers                 ~amd64
sys-cluster/dlm-kernel                  ~amd64
sys-cluster/iddev                       ~amd64
sys-cluster/fence                       ~amd64
sys-cluster/cman                        ~amd64
sys-cluster/cman-headers                ~amd64
sys-cluster/cman-kernel                 ~amd64
sys-fs/gfs                              ~amd64
sys-cluster/gfs-headers                 ~amd64
sys-cluster/gfs-kernel                  ~amd64
sys-fs/clvm                             ~amd64
sys-cluster/rgmanager                   ~amd64

Then I started the necessary services and run into the following problem:

storm1 hsbauer # /etc/init.d/ccsd start
* Starting ccsd ... [ ok ]
storm1 hsbauer # /etc/init.d/cman start
* Loading cman kernel module ... [ ok ] * Starting cman ... [ ok ] * Waiting for quorum (300 secs) ... [ ok ]
storm1 hsbauer # /etc/init.d/clvmd start
* Loading dlm module ...
* Loading dlm kernel module ... [ ok ] * Starting fence domain ... [ ok ] * Starting clvmd ... [ ok ] * Scanning LVM volumes ... [ ok ]
* Setting up the Logical Volume Manager ...
No volume groups found [ ok ]
storm1 hsbauer # /etc/init.d/gfs start
* Starting gfs cluster:
* Loading lock_dlm kernel module ...
FATAL: Error inserting lock_dlm (/fs/gfs_locking/lock_dlm/lock_dlm.ko): Unknown symbol in module, or unknown parameter (see dmesg) * Failed to load lock_dlm kernel module [ !! ]


The dmesg message is

....
CMAN 1.03.00 (built Dec  7 2006 15:04:19) installed
NET: Registered protocol family 30
CMAN: Waiting to join or form a Linux-cluster
CMAN: forming a new cluster
CMAN: quorum regained, resuming activity
DLM 1.03.00 (built Feb  1 2007 15:11:38) installed
lock_dlm: Unknown symbol lm_unregister_proto
lock_dlm: Unknown symbol lm_register_proto
....

Apart from the occurring problem it is strange for me that emerge installs the kernel module into the root directory of the system (see error message above) and not into "/lib/modules/..." as I would expect.

Any help or suggestions are highly appreciated.

Best regards,

Stefan

--
gentoo-user@gentoo.org mailing list

Reply via email to