<div>Hi All</div>
<div>&nbsp;</div>
<div>I have setup&nbsp;luster using single node for mst &amp; mdt</div>
<div>&nbsp;</div>
<div>hostname: lustre-01 (mgs &amp; mdt server )</div>
<div>1) mkfs.lustre --fsname datafs --mdt --mgs /dev/hda2</div>
<div>2) mkdir -p /data/mdt</div>
<div>3)) mount -t lustre /dev/hda2 /data/mdt</div>
<div>&nbsp;</div>
<div>hostname: lustre-02 (OST server)</div>
<div>1) mkfs.lustre --fsnam datafs --ost <a href="mailto:--mgsnode=lustre-01@tcp0">--mgsnode=lustre-01@tcp0</a> /dev/hda2<br>2) mkfs.lustre --fsname datafs --ost <a href="mailto:--mgsnode=lustre-01@tcp1">--mgsnode=lustre-01@tcp1</a> /dev/hda3</div>

<div>3) mkdir -p /data/ost0 &amp; /data/ost1</div>
<div>4) mount -t lustre /dev/hda2 /data/ost0&nbsp;&nbsp; - mounted successfully</div>
<div>&nbsp;&nbsp;&nbsp; mount -t lustre /dev/hda3 /data/ost1&nbsp; -- while mounting hda3 it erros out as follows,<br></div>
<div>[root@lustre-02 ~]# mount -t lustre /dev/hda3 /data/ost1<br>mount.lustre: mount /dev/hda3 at /data/ost1 failed: No such file or directory<br>Is the MGS specification correct?<br>Is the filesystem name correct?<br>If upgrading, is the copied client log valid? (see upgrade docs)<br>
</div>
<div>Please let me know if any one have the fix for this.</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Anil</div>