[Lustre-discuss] LUG 2015 Call for Presentations, Posters, and Panel Sessions

2015-01-08 Thread OpenSFS Administration
Doing something interesting with Lustre? Pushing the boundaries? We'd love to have you involved in the 13th annual LustreR User Group (LUG) conference! LUG 2015 is the primary event for technical presentations and discussions on the Lustre parallel file system. This year's conference is being h

Re: [Lustre-discuss] [EXTERNAL] Re: Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Gupta, Amit
Thanks Rick and Joe for your suggestions.. That did work Indeed !! Much Appreciated !! Amit Gupta -Original Message- From: Mohr Jr, Richard Frank (Rick Mohr) [mailto:rm...@utk.edu] Sent: Thursday, January 08, 2015 11:39 AM To: Gupta, Amit Cc: Mervini, Joseph A; lustre discuss Subject: R

Re: [Lustre-discuss] [EXTERNAL] Re: Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Mohr Jr, Richard Frank (Rick Mohr)
On Jan 8, 2015, at 12:06 PM, "Gupta, Amit" wrote: > That is starting to make sense.. Let me summarize so I have got it right > > Current > mkfs.lustre --fsname=temp --mgs --mdt --index=0 /dev/mapper/mpathcp1 - On > MDS/MGS > mkfs.lustre --ost --fsname=client1 --reformat --index=0 > --mgsno

Re: [Lustre-discuss] [EXTERNAL] Re: Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Gupta, Amit
That is starting to make sense.. Let me summarize so I have got it right Current mkfs.lustre --fsname=temp --mgs --mdt --index=0 /dev/mapper/mpathcp1 - On MDS/MGS mkfs.lustre --ost --fsname=client1 --reformat --index=0 --mgsnode=10.177.33.10@tcp0 /dev/zvol/LSD1Pool/LusterVola0 - ON OST New mkf

Re: [Lustre-discuss] [EXTERNAL] Re: Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Mohr Jr, Richard Frank (Rick Mohr)
Amit, Are you by any chance specifying a unique value for --fsname for each of the MDT/OSTs? 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. --Rick On Jan 8,

Re: [Lustre-discuss] Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Mohr Jr, Richard Frank (Rick Mohr)
On Jan 7, 2015, at 3:33 PM, "Gupta, Amit" wrote: > 1) Run "debugfs -c $MGT_DEVICE" on the MGS server, and then cd into the > CONFIGS/ directory to check if the "client1-client" config file exists. > > [root@mgs]# debugfs -c -R 'ls -l CONFIGS' /dev/mapper/mpathcp1 > debugfs 1.42.12.wc1 (15-Se

Re: [Lustre-discuss] [EXTERNAL] Re: Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Gupta, Amit
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 .. What am I missing here ?. Thanks Here’s what I had used on the MDS/MGS node to configure the lustre fs mkfs.lustre --fsname=temp --mgs --mdt --index=0 /dev/mapp

Re: [Lustre-discuss] [EXTERNAL] Re: Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Mervini, Joseph A
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. If you don't have this, lustre won't work. Joe Mervini Sandia National Laboratories High Performance Computing 505.844.6770 jame..

Re: [Lustre-discuss] Newbie - Unable to mount the OST on the Client

2015-01-08 Thread Gupta, Amit
Jongwoo, This is the mount command that is being used on the client machine [root@Client ~]# mount -t lustre 10.177.33.10@tcp:/client1 /mnt/lustre Here 10.177.33.10 is the MGS Server and “client1” is the filesystem name for the OST On the OSS, here is this fil