Hi,

I've found the problem. It is firewall on MDS

cheers

Wojciech Turek
On 12 Jul 2007, at 01:18, Wojciech Turek wrote:

Hi,

I mount MDT on the node
[EMAIL PROTECTED] ~]# mount -t lustre /dev/sda6 /mnt/data/mdt
then all OST
mount -t lustre /dev/sdb /mnt/data/ost0
mount -t lustre /dev/sdc /mnt/data/ost1
mount -t lustre /dev/sdd /mnt/data/ost2
mount -t lustre /dev/sde /mnt/data/ost3

[EMAIL PROTECTED] ~]# lctl dl
  0 UP mgs MGS MGS 5
  1 UP mgc [EMAIL PROTECTED] 7e101d66-fa88-bd81-896f-1601494e308e 5
  2 UP mdt MDS MDS_uuid 3
  3 UP lov datafs-mdtlov datafs-mdtlov_UUID 4
  4 UP mds datafs-MDT0000 datafs-MDT0000_UUID 5
  5 UP osc datafs-OST0000-osc datafs-mdtlov_UUID 5
  6 UP osc datafs-OST0001-osc datafs-mdtlov_UUID 5
  7 UP osc datafs-OST0002-osc datafs-mdtlov_UUID 5
  8 UP osc datafs-OST0003-osc datafs-mdtlov_UUID 5
  9 UP ost OSS OSS_uuid 3
 10 UP obdfilter datafs-OST0000 datafs-OST0000_UUID 5
 11 UP obdfilter datafs-OST0001 datafs-OST0001_UUID 5
 12 UP obdfilter datafs-OST0002 datafs-OST0002_UUID 3
 13 UP obdfilter datafs-OST0003 datafs-OST0003_UUID 3
[EMAIL PROTECTED] ~]#

Then when I try to mount it on client node I get following problem:

[EMAIL PROTECTED] ~]# mount -t lustre [EMAIL PROTECTED]:/datafs /mnt/datafs
mount.lustre: mount [EMAIL PROTECTED]:/datafs at /mnt/datafs failed: Input/output error
Is the MGS running?

the IP address is OK and it is pingable from the client node.

[EMAIL PROTECTED] ~]# ping storage01
PING storage01.storage.cluster (10.143.245.1) 56(84) bytes of data.
64 bytes from storage01.storage.cluster (10.143.245.1): icmp_seq=0 ttl=64 time=0.022 ms 64 bytes from storage01.storage.cluster (10.143.245.1): icmp_seq=1 ttl=64 time=0.014 ms 64 bytes from storage01.storage.cluster (10.143.245.1): icmp_seq=2 ttl=64 time=0.013 ms

Client node has LNET entry in modprobe.cfg for the right eth interface.

options lnet networks=tcp0(eth0)

Why it isn't working?

cheers

Wojciech Turek

On 11 Jul 2007, at 21:15, Brian J. Murrell wrote:

On Wed, 2007-07-11 at 21:07 +0100, Wojciech Turek wrote:
Hi,

I have a following command line:

mkfs.lustre --fsname datafs --ost [EMAIL PROTECTED] /dev/sdb

Does --mgsnode above is correctly specified if MGS resides on the
same node that OST?
Host-name of the node is storage01 and modprobe.conf contains
following line: options lnet networks=tcp0(eth0)

That looks correct.

b.


_______________________________________________
Lustre-discuss mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss

_______________________________________________
Lustre-discuss mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss

_______________________________________________
Lustre-discuss mailing list
[email protected]
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss

Reply via email to