<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>That is starting to make sense.. Let me summarize so I have got it right</div>
<div>&nbsp;</div>
<div>Current</div>
<div>mkfs.lustre --fsname=temp --mgs --mdt --index=0 /dev/mapper/mpathcp1 - On MDS/MGS</div>
<div>mkfs.lustre --ost --fsname=client1 --reformat --index=0&nbsp; --mgsnode=10.177.33.10@tcp0 /dev/zvol/LSD1Pool/LusterVola0 - ON OST</div>
<div>&nbsp;</div>
<div>New</div>
<div>mkfs.lustre --fsname=<font color="red"><span style="background-color:yellow;">client1</span></font> --mgs --mdt --index=0 /dev/mapper/mpathcp1 - On MDS/MGS</div>
<div>mkfs.lustre --ost --fsname=client1 --reformat --index=0&nbsp; --mgsnode=10.177.33.10@tcp0 /dev/zvol/LSD1Pool/LusterVola0 - ON OST</div>
<div>&nbsp;</div>
<div>So the only change is the fsname that I had used while creating the MDT should be same as the fsname when creating OST .. In this case it is <span style="background-color:yellow;">&quot;client1&quot;</span></div>
<div>&nbsp;</div>
<div>Does that sound correct Rick and Joe ?</div>
<div>&nbsp;</div>
<div>-----Original Message-----<br>

From: Mohr Jr, Richard Frank (Rick Mohr) [<a href="mailto:rmohr@utk.edu">mailto:rmohr@utk.edu</a>]
<br>

Sent: Thursday, January 08, 2015 10:59 AM<br>

To: Gupta, Amit<br>

Cc: Mervini, Joseph A; lustre discuss<br>

Subject: Re: [Lustre-discuss] [EXTERNAL] Re: Newbie - Unable to mount the OST on the Client</div>
<div>&nbsp;</div>
<div>Amit,</div>
<div>&nbsp;</div>
<div>Are you by any chance specifying a unique value for --fsname for each of the MDT/OSTs?&nbsp; If so, keep in mind that fsname needs to be the same when you format all the MDT/OST devices and that the fsname doesn't have anything to do with the mount point for
the MDT/OSTs.</div>
<div>&nbsp;</div>
<div>--Rick</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>On Jan 8, 2015, at 11:52 AM, &quot;Gupta, Amit&quot; &lt;<a href="mailto:amit.gupta@optum.com">amit.gupta@optum.com</a>&gt;</div>
<div> wrote:</div>
<div>&nbsp;</div>
<div>&gt; Joe, I agree and I have it configured the same way as you described.. Both the MGS and MDS are on the same node. Adding the output ..</div>
<div>&gt;&nbsp; </div>
<div>&gt; What am I missing here ?. Thanks</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; Here\u2019s what I had used on the MDS/MGS node to configure the lustre fs</div>
<div>&gt;&nbsp; </div>
<div>&gt; mkfs.lustre --fsname=temp --mgs --mdt --index=0 /dev/mapper/mpathcp1</div>
<div>&gt;&nbsp; </div>
<div>&gt; df- k output on MGS/MDS</div>
<div>&gt; /dev/mapper/mpathcp1 201286044 4273344 183232496&nbsp;&nbsp; 3% /mdt</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@mgs/mds ~]# cat /proc/fs/lustre/mgs/MGS/live/*</div>
<div>&gt; fsname: client1</div>
<div>&gt; flags: 0x20&nbsp;&nbsp;&nbsp;&nbsp; gen: 5</div>
<div>&gt; client1-OST0000</div>
<div>&gt;&nbsp; </div>
<div>&gt; Secure RPC Config Rules:</div>
<div>&gt;&nbsp; </div>
<div>&gt; imperative_recovery_state:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; state: full</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nonir_clients: 0</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nidtbl_version: 4</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duration_total: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duation_max: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_count: 2</div>
<div>&gt; fsname: params</div>
<div>&gt; flags: 0x21&nbsp;&nbsp;&nbsp;&nbsp; gen: 1</div>
<div>&gt;&nbsp; </div>
<div>&gt; Secure RPC Config Rules:</div>
<div>&gt;&nbsp; </div>
<div>&gt; imperative_recovery_state:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; state: full</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nonir_clients: 0</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nidtbl_version: 2</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duration_total: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duation_max: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_count: 0</div>
<div>&gt; fsname: temp</div>
<div>&gt; flags: 0x20&nbsp;&nbsp;&nbsp;&nbsp; gen: 7</div>
<div>&gt; temp-MDT0000</div>
<div>&gt;&nbsp; </div>
<div>&gt; Secure RPC Config Rules:</div>
<div>&gt;&nbsp; </div>
<div>&gt; imperative_recovery_state:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; state: full</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nonir_clients: 0</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nidtbl_version: 4</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duration_total: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duation_max: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_count: 1</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@mgs/mds]&nbsp; debugfs -c -R 'ls -l CONFIGS' /dev/mapper/mpathcp1 </div>
<div>&gt; debugfs 1.42.12.wc1 (15-Sep-2014)</div>
<div>&gt; /dev/mapper/mpathcp1: catastrophic mode - not reading inode or group bitmaps -</div>
<div>&gt;&nbsp;&nbsp; 32769&nbsp;&nbsp; 40755 (2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 4096&nbsp; 6-Jan-2015 13:09 .</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp; 40755 (2)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 4096&nbsp; 6-Jan-2015 13:10 ..</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 12288&nbsp; 6-Jan-2015 13:10 mountdata</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 81&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 6-Jan-2015 13:10 params-client</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 82&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; 6-Jan-2015 13:10 params</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 83&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 11200&nbsp; 6-Jan-2015 13:10 temp-client</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 84&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 9792&nbsp; 6-Jan-2015 13:10 temp-MDT0000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 104&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 10600&nbsp; 6-Jan-2015 13:12 client2-client</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 105&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 8880&nbsp; 6-Jan-2015 13:12 client2-OST0000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 107&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 10600&nbsp; 6-Jan-2015 23:38 client1-client</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 108&nbsp; 100644 (1)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 8880&nbsp; 6-Jan-2015 23:38 client1-OST0000</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; From: Mervini, Joseph A [<a href="mailto:jamervi@sandia.gov">mailto:jamervi@sandia.gov</a>]</div>
<div>&gt; Sent: Thursday, January 08, 2015 10:43 AM</div>
<div>&gt; To: Gupta, Amit</div>
<div>&gt; Cc: <font face="Gulim">\ud55c\uc885\uc6b0</font>; lustre discuss</div>
<div>&gt; Subject: Re: [EXTERNAL] Re: [Lustre-discuss] Newbie - Unable to mount </div>
<div>&gt; the OST on the Client</div>
<div>&gt;&nbsp; </div>
<div>&gt; In lustre you MUST have a MGS _AND_ MDS node and an associated MDT (file system) running on the MDS. Typically the MDS and MGS are configured on the same node.</div>
<div>&gt;&nbsp; </div>
<div>&gt; If you don't have this, lustre won't work.</div>
<div>&gt; ====</div>
<div>&gt;&nbsp; </div>
<div>&gt; Joe Mervini</div>
<div>&gt; Sandia National Laboratories</div>
<div>&gt; High Performance Computing</div>
<div>&gt; 505.844.6770</div>
<div>&gt; <a href="mailto:jamervi@sandia.gov">jamervi@sandia.gov</a></div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; On Jan 8, 2015, at 7:23 AM, Gupta, Amit &lt;<a href="mailto:amit.gupta@optum.com">amit.gupta@optum.com</a>&gt; wrote:</div>
<div>&gt; </div>
<div>&gt; </div>
<div>&gt; Jongwoo,</div>
<div>&gt; </div>
<div>&gt; This is the mount command that is being used on the client machine </div>
<div>&gt; [root@Client ~]# mount -t lustre <a href="mailto:10.177.33.10@tcp:/client1">10.177.33.10@tcp:/client1</a> /mnt/lustre</div>
<div>&gt;&nbsp; </div>
<div>&gt; Here 10.177.33.10 is the MGS Server and \u201cclient1\u201d is the filesystem </div>
<div>&gt; name for the OST</div>
<div>&gt;&nbsp; </div>
<div>&gt; On the OSS, here is this filesystem mounted as</div>
<div>&gt;&nbsp; </div>
<div>&gt; /dev/zd912&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1069706420&nbsp;&nbsp; 483556&nbsp;&nbsp; 1013552180&nbsp;&nbsp; 1% /client1</div>
<div>&gt; The commands used on OST to mount and format \u201cclient1\u201d were</div>
<div>&gt;&nbsp; </div>
<div>&gt; mkfs.lustre --ost --fsname=client1 --reformat --index=0 </div>
<div>&gt; <a href="mailto:--mgsnode=10.177.33.10@tcp0">--mgsnode=10.177.33.10@tcp0</a> /dev/zvol/LSD1Pool/LusterVola0 mount -t </div>
<div>&gt; lustre /dev/zvol/LSD1Pool/LusterVola0 /client1</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; From: <font face="Gulim">\ud55c\uc885\uc6b0</font> [<a href="mailto:jw.han@apexcns.com">mailto:jw.han@apexcns.com</a>]</div>
<div>&gt; Sent: Wednesday, January 07, 2015 9:20 PM</div>
<div>&gt; To: Gupta, Amit</div>
<div>&gt; Cc: <a href="mailto:lustre-discuss@lists.lustre.org">lustre-discuss@lists.lustre.org</a></div>
<div>&gt; Subject: Re: [Lustre-discuss] Newbie - Unable to mount the OST on the </div>
<div>&gt; Client</div>
<div>&gt;&nbsp; </div>
<div>&gt; Hi Gupta,</div>
<div>&gt; </div>
<div>&gt; What I see is</div>
<div>&gt; </div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \u2022 there is no MDS and/or filesystem name</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \u2022 mount command did not specify filesystem name, otherwise the filesystem name is &quot;client1&quot;</div>
<div>&gt; try preparing MDT volume and format it with a filesystem name( on the </div>
<div>&gt; MGS is okay) and mount the MDT, and retry lustre mount with following </div>
<div>&gt; command</div>
<div>&gt; </div>
<div>&gt; [root@Client ~]# mount -t lustre <a href="mailto:10.177.33.10@tcp:/&lt;FILESYSTEMNAME">10.177.33.10@tcp:/&lt;FILESYSTEMNAME</a>&gt; </div>
<div>&gt; /mnt/lustre</div>
<div>&gt; </div>
<div>&gt; Regards,</div>
<div>&gt; </div>
<div>&gt; Jongwoo Han</div>
<div>&gt; </div>
<div>&gt;&nbsp; </div>
<div>&gt; 2015-01-07 22:25 GMT&#43;09:00 Gupta, Amit &lt;<a href="mailto:amit.gupta@optum.com">amit.gupta@optum.com</a>&gt;:</div>
<div>&gt; Hi All ,</div>
<div>&gt;&nbsp; </div>
<div>&gt; Need some guidance on getting past this error that I get mounting the OST on the Client. This is the first time I am trying to mount it so not sure what I could be missing.. I will be glad to provide any other logs that would be helpful to determine
the root cause of this issue..</div>
<div>&gt;&nbsp; </div>
<div>&gt; Thanks</div>
<div>&gt;&nbsp; </div>
<div>&gt; There are 3 servers in the configuration running Lustre&nbsp; </div>
<div>&gt; kernel-2.6.32-431.20.3.el6_lustre.x86_64</div>
<div>&gt;&nbsp; </div>
<div>&gt; 10.177.33.10 is MGS/MGT Server</div>
<div>&gt; 10.177.33.9 is the Lustre Client</div>
<div>&gt; 10.177.33.22 is OSS</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@Client ~]# mount -t lustre <a href="mailto:10.177.33.10@tcp:/client1">10.177.33.10@tcp:/client1</a> /mnt/lustre</div>
<div>&gt; mount.lustre: mount <a href="mailto:10.177.33.10@tcp:/client1">10.177.33.10@tcp:/client1</a> at /mnt/lustre failed: </div>
<div>&gt; Invalid argument This may have multiple causes.</div>
<div>&gt; Is 'client1' the correct filesystem name?</div>
<div>&gt; Are the mount options correct?</div>
<div>&gt; Check the syslog for more info</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; The OST is mounted on OSS as Client1</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; Error from Logs</div>
<div>&gt;&nbsp; </div>
<div>&gt; Jan&nbsp; 7 13:10:46 client kernel: LustreError: 156-2: The client profile </div>
<div>&gt; 'client1-client' could not be read from the MGS.&nbsp; Does that filesystem exist?</div>
<div>&gt; Jan&nbsp; 7 13:10:46 client kernel: LustreError: </div>
<div>&gt; 11278:0:(lov_obd.c:951:lov_cleanup()) client1-clilov-ffff8820337cec00: </div>
<div>&gt; lov tgt 0 not cleaned! deathrow=0, lovrc=1 Jan&nbsp; 7 13:10:46 client </div>
<div>&gt; kernel: Lustre: Unmounted client1-client Jan&nbsp; 7 13:10:46 client </div>
<div>&gt; kernel: LustreError: 13167:0:(obd_mount.c:1342:lustre_fill_super()) </div>
<div>&gt; Unable to mount&nbsp; (-22)</div>
<div>&gt;&nbsp; </div>
<div>&gt; ================================================</div>
<div>&gt;&nbsp; </div>
<div>&gt; Pinging MGS and Client from OSS</div>
<div>&gt; =================================================</div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@OSS ]# lctl ping 10.177.33.10</div>
<div>&gt; 12345-0@lo</div>
<div>&gt; <a href="mailto:12345-10.177.33.10@tcp">12345-10.177.33.10@tcp</a></div>
<div>&gt; [root@OSS]# lctl ping 10.177.33.9</div>
<div>&gt; 12345-0@lo</div>
<div>&gt; <a href="mailto:12345-10.177.33.9@tcp">12345-10.177.33.9@tcp</a></div>
<div>&gt;&nbsp; </div>
<div>&gt; =====================</div>
<div>&gt; OST mounted as Client1 on OSS</div>
<div>&gt; =============================</div>
<div>&gt;&nbsp; </div>
<div>&gt; /dev/zd912&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1069706420&nbsp;&nbsp; 483556&nbsp;&nbsp; 1013552180&nbsp;&nbsp; 1% /client1</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@OSS]# tunefs.lustre /dev/zd912</div>
<div>&gt; checking for existing Lustre data: found Reading CONFIGS/mountdata</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp;&nbsp;&nbsp; Read previous values:</div>
<div>&gt; Target:&nbsp;&nbsp;&nbsp;&nbsp; client1-OST0000</div>
<div>&gt; Index:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</div>
<div>&gt; Lustre FS:&nbsp; client1</div>
<div>&gt; Mount type: ldiskfs</div>
<div>&gt; Flags:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x2</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (OST )</div>
<div>&gt; Persistent mount opts: errors=remount-ro</div>
<div>&gt; Parameters: <a href="mailto:mgsnode=10.177.33.10@tcp">mgsnode=10.177.33.10@tcp</a></div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp;&nbsp;&nbsp; Permanent disk data:</div>
<div>&gt; Target:&nbsp;&nbsp;&nbsp;&nbsp; client1-OST0000</div>
<div>&gt; Index:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</div>
<div>&gt; Lustre FS:&nbsp; client1</div>
<div>&gt; Mount type: ldiskfs</div>
<div>&gt; Flags:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0x2</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (OST )</div>
<div>&gt; Persistent mount opts: errors=remount-ro</div>
<div>&gt; Parameters: <a href="mailto:mgsnode=10.177.33.10@tcp">mgsnode=10.177.33.10@tcp</a></div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; lctl &gt; modules</div>
<div>&gt; add-symbol-file lustre/osp/osp.o 0xffffffffa10f5000 add-symbol-file </div>
<div>&gt; lustre/mdd/mdd.o 0xffffffffa0b12000 add-symbol-file lustre/lod/lod.o </div>
<div>&gt; 0xffffffffa109f000 add-symbol-file lustre/mdt/mdt.o 0xffffffffa0fe7000 </div>
<div>&gt; add-symbol-file lustre/mgs/mgs.o 0xffffffffa08c9000 add-symbol-file </div>
<div>&gt; lustre/lfsck/lfsck.o 0xffffffffa0f17000 add-symbol-file </div>
<div>&gt; lustre/ost/ost.o 0xffffffffa018c000 add-symbol-file lustre/mgc/mgc.o </div>
<div>&gt; 0xffffffffa0ef9000 add-symbol-file lustre/quota/lquota.o </div>
<div>&gt; 0xffffffffa0dfc000 add-symbol-file lustre/llite/lustre.o </div>
<div>&gt; 0xffffffffa0ce2000 add-symbol-file lustre/lov/lov.o 0xffffffffa0c66000 </div>
<div>&gt; add-symbol-file lustre/mdc/mdc.o 0xffffffffa0c25000 add-symbol-file </div>
<div>&gt; lustre/fid/fid.o 0xffffffffa0c07000 add-symbol-file lustre/lmv/lmv.o </div>
<div>&gt; 0xffffffffa0bbc000 add-symbol-file lustre/fld/fld.o 0xffffffffa0b9d000 </div>
<div>&gt; add-symbol-file lnet/klnds/socklnd/ksocklnd.o 0xffffffffa0b64000 </div>
<div>&gt; add-symbol-file lustre/ptlrpc/ptlrpc.o 0xffffffffa0923000 </div>
<div>&gt; add-symbol-file lustre/obdclass/obdclass.o 0xffffffffa06e4000 </div>
<div>&gt; add-symbol-file lnet/lnet/lnet.o 0xffffffffa067b000 add-symbol-file </div>
<div>&gt; libcfs/libcfs/libcfs.o 0xffffffffa05e1000 add-symbol-file </div>
<div>&gt; ldiskfs/ldiskfs.o 0xffffffffa055d000 lctl &gt; lustre_build_version </div>
<div>&gt; Lustre version: 2.6.0-RC2--PRISTINE-2.6.32-431.20.3.el6_lustre.x86_64</div>
<div>&gt; lctl&nbsp;&nbsp; version: 2.6.0-RC2--PRISTINE-2.6.32-431.20.3.el6_lustre.x86_64</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]</div>
<div>&gt; ]] ==================================================</div>
<div>&gt;&nbsp; </div>
<div>&gt; On MGS Server</div>
<div>&gt; ====================================================</div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@MGS ~]# lctl ping <a href="mailto:10.177.33.9@tcp">10.177.33.9@tcp</a> 12345-0@lo </div>
<div>&gt; <a href="mailto:12345-10.177.33.9@tcp">12345-10.177.33.9@tcp</a> [root@MGS ~]# lctl ping <a href="mailto:10.177.33.22@tcp">10.177.33.22@tcp</a> </div>
<div>&gt; 12345-0@lo <a href="mailto:12345-10.177.33.22@tcp">12345-10.177.33.22@tcp</a> [root@MGS ~]# cat </div>
<div>&gt; /proc/fs/lustre/mgs/MGS/live/*</div>
<div>&gt; fsname: client1</div>
<div>&gt; flags: 0x20&nbsp;&nbsp;&nbsp;&nbsp; gen: 5</div>
<div>&gt; client1-OST0000</div>
<div>&gt;&nbsp; </div>
<div>&gt; Secure RPC Config Rules:</div>
<div>&gt;&nbsp; </div>
<div>&gt; imperative_recovery_state:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; state: full</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nonir_clients: 0</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nidtbl_version: 3</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duration_total: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duation_max: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_count: 1</div>
<div>&gt; fsname: params</div>
<div>&gt; flags: 0x21&nbsp;&nbsp;&nbsp;&nbsp; gen: 1</div>
<div>&gt;&nbsp; </div>
<div>&gt; Secure RPC Config Rules:</div>
<div>&gt;&nbsp; </div>
<div>&gt; imperative_recovery_state:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; state: full</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nonir_clients: 0</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nidtbl_version: 2</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duration_total: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duation_max: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_count: 0</div>
<div>&gt; fsname: temp</div>
<div>&gt; flags: 0x20&nbsp;&nbsp;&nbsp;&nbsp; gen: 7</div>
<div>&gt; temp-MDT0000</div>
<div>&gt;&nbsp; </div>
<div>&gt; Secure RPC Config Rules:</div>
<div>&gt;&nbsp; </div>
<div>&gt; imperative_recovery_state:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; state: full</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nonir_clients: 0</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; nidtbl_version: 4</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duration_total: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_duation_max: 0.000000</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; notify_count: 1</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; lctl &gt; lustre_build_version</div>
<div>&gt; Lustre version: 2.6.0-RC2--PRISTINE-2.6.32-431.20.3.el6_lustre.x86_64</div>
<div>&gt; lctl&nbsp;&nbsp; version: 2.6.0-RC2--PRISTINE-2.6.32-431.20.3.el6_lustre.x86_64</div>
<div>&gt; lctl &gt; modules</div>
<div>&gt; add-symbol-file lustre/osp/osp.o 0xffffffffa10bc000 add-symbol-file </div>
<div>&gt; lustre/mdd/mdd.o 0xffffffffa1057000 add-symbol-file lustre/lod/lod.o </div>
<div>&gt; 0xffffffffa0fed000 add-symbol-file lustre/mdt/mdt.o 0xffffffffa0f0d000 </div>
<div>&gt; add-symbol-file lustre/lfsck/lfsck.o 0xffffffffa0e97000 </div>
<div>&gt; add-symbol-file lustre/mgs/mgs.o 0xffffffffa0e3c000 add-symbol-file </div>
<div>&gt; lustre/mgc/mgc.o 0xffffffffa0e10000 add-symbol-file </div>
<div>&gt; lustre/quota/lquota.o 0xffffffffa0d13000 add-symbol-file </div>
<div>&gt; ldiskfs/ldiskfs.o 0xffffffffa0c8f000 add-symbol-file </div>
<div>&gt; lustre/llite/lustre.o 0xffffffffa0b75000 add-symbol-file </div>
<div>&gt; lustre/lov/lov.o 0xffffffffa0af9000 add-symbol-file lustre/mdc/mdc.o </div>
<div>&gt; 0xffffffffa0ab8000 add-symbol-file lustre/fid/fid.o 0xffffffffa0a9a000 </div>
<div>&gt; add-symbol-file lustre/lmv/lmv.o 0xffffffffa0a4f000 add-symbol-file </div>
<div>&gt; lustre/fld/fld.o 0xffffffffa0a38000 add-symbol-file </div>
<div>&gt; lnet/klnds/socklnd/ksocklnd.o 0xffffffffa09ff000 add-symbol-file </div>
<div>&gt; lustre/ptlrpc/ptlrpc.o 0xffffffffa07be000 add-symbol-file </div>
<div>&gt; lustre/obdclass/obdclass.o 0xffffffffa057f000 add-symbol-file </div>
<div>&gt; lnet/lnet/lnet.o 0xffffffffa0516000 add-symbol-file </div>
<div>&gt; libcfs/libcfs/libcfs.o 0xffffffffa047c000</div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]</div>
<div>&gt; ]]]]]]]]]]</div>
<div>&gt;&nbsp; </div>
<div>&gt; ====================================================</div>
<div>&gt; Trying to Mount OST on the Client</div>
<div>&gt; =====================================================</div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@Client ~]# mount -t lustre <a href="mailto:10.177.33.10@tcp:/client1">10.177.33.10@tcp:/client1</a> /mnt/lustre</div>
<div>&gt; mount.lustre: mount <a href="mailto:10.177.33.10@tcp:/client1">10.177.33.10@tcp:/client1</a> at /mnt/lustre failed: </div>
<div>&gt; Invalid argument This may have multiple causes.</div>
<div>&gt; Is 'client1' the correct filesystem name?</div>
<div>&gt; Are the mount options correct?</div>
<div>&gt; Check the syslog for more info.</div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@client ~]# lctl ping <a href="mailto:10.177.33.10@tcp">10.177.33.10@tcp</a> 12345-0@lo </div>
<div>&gt; <a href="mailto:12345-10.177.33.10@tcp">12345-10.177.33.10@tcp</a> [root@client ~]# lctl ping <a href="mailto:10.177.33.22@tcp">10.177.33.22@tcp</a> </div>
<div>&gt; 12345-0@lo <a href="mailto:12345-10.177.33.22@tcp">12345-10.177.33.22@tcp</a></div>
<div>&gt;&nbsp; </div>
<div>&gt;&nbsp; </div>
<div>&gt; [root@client ~]# lctl</div>
<div>&gt; lctl &gt; lustre_build_version</div>
<div>&gt; Lustre version: 2.6.0-RC2--PRISTINE-2.6.32-431.20.3.el6.x86_64</div>
<div>&gt; lctl&nbsp;&nbsp; version: 2.6.0-RC2--PRISTINE-2.6.32-431.20.3.el6.x86_64</div>
<div>&gt; lctl &gt; modules</div>
<div>&gt; add-symbol-file lustre/osc/osc.o 0xffffffffa1212000</div>
<div>&gt; add-symbol-file lustre/mgc/mgc.o 0xffffffffa11f4000</div>
<div>&gt; add-symbol-file lustre/llite/lustre.o 0xffffffffa10da000</div>
<div>&gt; add-symbol-file lustre/lov/lov.o 0xffffffffa105e000</div>
<div>&gt; add-symbol-file lustre/mdc/mdc.o 0xffffffffa101d000</div>
<div>&gt; add-symbol-file lustre/fid/fid.o 0xffffffffa100f000</div>
<div>&gt; add-symbol-file lustre/lmv/lmv.o 0xffffffffa0fc4000</div>
<div>&gt; add-symbol-file lustre/fld/fld.o 0xffffffffa0fb3000</div>
<div>&gt; add-symbol-file lustre/ptlrpc/ptlrpc.o 0xffffffffa0e0b000</div>
<div>&gt; add-symbol-file lustre/obdclass/obdclass.o 0xffffffffa0bff000</div>
<div>&gt; add-symbol-file lnet/klnds/socklnd/ksocklnd.o 0xffffffffa08f8000</div>
<div>&gt; add-symbol-file lnet/lnet/lnet.o 0xffffffffa04db000</div>
<div>&gt; add-symbol-file libcfs/libcfs/libcfs.o 0xffffffffa0441000</div>
<div>&gt; </div>
<div>&gt; This e-mail, including attachments, may include confidential and/or</div>
<div>&gt; proprietary information, and may be used only by the person or entity</div>
<div>&gt; to which it is addressed. If the reader of this e-mail is not the intended</div>
<div>&gt; recipient or his or her authorized agent, the reader is hereby notified</div>
<div>&gt; that any dissemination, distribution or copying of this e-mail is</div>
<div>&gt; prohibited. If you have received this e-mail in error, please notify the</div>
<div>&gt; sender by replying to this message and delete this e-mail immediately.</div>
<div>&gt; </div>
<div>&gt; </div>
<div>&gt; _______________________________________________</div>
<div>&gt; Lustre-discuss mailing list</div>
<div>&gt; <a href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a></div>
<div>&gt; <a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a></div>
<div>&gt; </div>
<div>&gt; </div>
<div>&gt; </div>
<div>&gt; </div>
<div>&gt; --</div>
<div>&gt; Jongwoo Han</div>
<div>&gt; Principal consultant</div>
<div>&gt; <a href="mailto:jw.han@apexcns.com">jw.han@apexcns.com</a></div>
<div>&gt; Tel:&nbsp;&nbsp; &#43;82- 2-3413-1704</div>
<div>&gt; Mobile:&#43;82-505-227-6108</div>
<div>&gt; Fax: : &#43;82-&nbsp; 2-544-7962</div>
<div>&gt; </div>
<div>&gt; This e-mail, including attachments, may include confidential and/or</div>
<div>&gt; proprietary information, and may be used only by the person or entity</div>
<div>&gt; to which it is addressed. If the reader of this e-mail is not the intended</div>
<div>&gt; recipient or his or her authorized agent, the reader is hereby notified</div>
<div>&gt; that any dissemination, distribution or copying of this e-mail is</div>
<div>&gt; prohibited. If you have received this e-mail in error, please notify the</div>
<div>&gt; sender by replying to this message and delete this e-mail immediately.</div>
<div>&gt; </div>
<div>&gt; _______________________________________________</div>
<div>&gt; Lustre-discuss mailing list</div>
<div>&gt; <a href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a></div>
<div>&gt; <a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a></div>
<div>&gt;&nbsp; </div>
<div>&gt; </div>
<div>&gt; This e-mail, including attachments, may include confidential and/or</div>
<div>&gt; proprietary information, and may be used only by the person or entity</div>
<div>&gt; to which it is addressed. If the reader of this e-mail is not the intended</div>
<div>&gt; recipient or his or her authorized agent, the reader is hereby notified</div>
<div>&gt; that any dissemination, distribution or copying of this e-mail is</div>
<div>&gt; prohibited. If you have received this e-mail in error, please notify the</div>
<div>&gt; sender by replying to this message and delete this e-mail immediately.</div>
<div>&gt; </div>
<div>&gt; _______________________________________________</div>
<div>&gt; Lustre-discuss mailing list</div>
<div>&gt; <a href="mailto:Lustre-discuss@lists.lustre.org">Lustre-discuss@lists.lustre.org</a></div>
<div>&gt; <a href="http://lists.lustre.org/mailman/listinfo/lustre-discuss">http://lists.lustre.org/mailman/listinfo/lustre-discuss</a></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</span></font>
<p><br>
This e-mail, including attachments, may include confidential and/or<br>
proprietary information, and may be used only by the person or entity<br>
to which it is addressed. If the reader of this e-mail is not the intended<br>
recipient or his or her authorized agent, the reader is hereby notified<br>
that any dissemination, distribution or copying of this e-mail is<br>
prohibited. If you have received this e-mail in error, please notify the<br>
sender by replying to this message and delete this e-mail immediately.</p></body>
</html>