On May 05, 2008  12:38 +0200, Christian Gajan wrote:
> my lustre configuration is RHEL5.1 (2.6.18-53.1.13 + lustre patch) + OFED 
> 1.2.5.5 + lustre 1.6.4.3
> my lnet seem to work correctly but when I try to configure my OSS I got a 
> Protocol error at the mount step
>
> Has someone already used lustre on infiniband (ofed stack) under redhat 5.1 
> (2.6.18-53.1.13) ?
> If Yes : with which version of OFED and which version of Lustre ?
>
> Thanks in advance for your help
>
> Here some detail
>
> OST server
> # modprobe lnet
> # lctl network up
> # lctl list_nids
> [EMAIL PROTECTED]
> # lctl ping [EMAIL PROTECTED]
> 12345 - [EMAIL PROTECTED]
> 12345 - [EMAIL PROTECTED]
> # mkfs.lustre --fsname hpcdata --ost [EMAIL PROTECTED] /dev/sdd1
> # mkdir -p /hpcdata/ost1
> # mount -t lustre /dev/sdd1 /hpcdata/ost1
> mount.lustre: mount /dev/sdd1 at /hpcdata/ost1 failed: Protocol error   
> !!!!!!!!!
>
> I got in the /var/log/messages (OST side)
>
> Apr 24 07:17:55 s1206 kernel: LustreError: 
> 13483:0:(pack_generic.c:782:lustre_unpack_msg()) bad lustre msg magic: 
> 0X26F54000

This magic value is completely incorrect - it should be something like
0x0bd00bd3.

Are you using some strange CPU architecture on the MDS or OSS node by
some chance?

Cheers, Andreas
--
Andreas Dilger
Sr. Staff Engineer, Lustre Group
Sun Microsystems of Canada, Inc.

_______________________________________________
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss

Reply via email to