Re: [lustre-discuss] lustre Kernel loading issue in rocks compute node

2016-06-22 Thread Yasir Israr
> Thanks & Regards, > > Yasir Israr > > > > -- next part -- > An HTML attachment was scrubbed... > URL: > <http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/attachments/20160622/990a1c55/attachment-0001.htm> > >

Re: [lustre-discuss] lnet router lustre rpm compatibility

2016-06-22 Thread Dilger, Andreas
The only requirement for upgrade ordering in the past was during the 1.8->2.x upgrade. In that case, 1.8 clients could connect to both 1.8 and 2.x servers, while 2.x clients can only connect to 2.x servers. Since then there isn't a hard requirement for upgrade ordering, though we only test a

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Sangeetha Banavathi Srinivasa
I checked the output of dmesg and found lnet: Unknown parameter `#’ The error was caused due to a comment that was inserted in /etc/modprobe.d/lustre.conf Thanks a lot for your time and your help. > On Jun 22, 2016, at 4:03 PM, Patrick Farrell wrote: > > OK, that's not the

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Patrick Farrell
OK, that's not the error we started with. You were having a problem loading modules, but aren't now. (probably) The error output from that command is bad. It asks if the modules are loaded, but that doesn't mean they aren't. "No such device" is probably the key here. I'd look at the

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Sangeetha Banavathi Srinivasa
The error is in the last step when I have to run MD 3. mount -t lustre /dev/vg00/mdt1 /mdt mount.lustre: mount /dev/mapper/vg00-mdt1 at /mdt failed: No such device Are the lustre modules loaded? Check /etc/modprobe.conf and /proc/filesystems > On Jun 22, 2016, at 3:58 PM, Patrick Farrell

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Patrick Farrell
Ah, now that I look more closely - that warning may not be fatal. Did you get a failure, or just the warning? (The guide looks good) On 06/22/2016 02:52 PM, Sangeetha Banavathi Srinivasa wrote: Patrick, I am following the steps on

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Sangeetha Banavathi Srinivasa
Patrick, I am following the steps on http://lustre.ornl.gov/lustre101-courses/content/C1/L3/LustreBasicInstall.pdf Except that I am installing 2.8 instead of 2.7. Could you recommend any other article/blog that I can follow in order to successfully install lustre. > On Jun 22, 2016, at 3:43

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Patrick Farrell
Well, that's not patching the kernel. It's making the initrd and and updating the boot stuff so your system will boot that kernel. But, yes, that should be what you need to do. - Patrick On 06/22/2016 02:36 PM, Sangeetha Banavathi Srinivasa wrote: When you say install the associated kernel do

Re: [lustre-discuss] lnet router lustre rpm compatibility

2016-06-22 Thread Christopher J. Morrone
LLNL has always in the past upgraded the servers first. Chris On 06/22/2016 09:01 AM, E.S. Rosenberg wrote: > I always understood the recommendation was to update the clients (and > LNET Routers) before the servers and not the other way around? > > > On Tue, Jun 21, 2016 at 1:16 AM, Mohr Jr,

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Patrick Farrell
The kernel version is found with uname -r or cat /proc/version. That needs to match the kernel version in the Lustre RPMs. (The version string is the 2.6.32-573.12.1.el6_lustre) part. In fact, it looks like you've got Lustre server RPMs, given the _lustre in the name of the kernel. That

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Sangeetha Banavathi Srinivasa
Patrick, The CentOS version on the machines is 6.8 [lustre@hulk2 ~]$ cat /etc/redhat-release CentOS release 6.8 (Final) The kernel version that I have installed is what I found along with the lustre RPMs [lustre@amaranth3 ~]$ uname -r 2.6.32-573.12.1.el6_lustre.x86_64 And I

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Patrick Farrell
Well, it says to check dmesg... Though that will just list the symbols. In general, this usually means you've got a mismatch between the version of the kernel (or OFED) Lustre is built against and your version of either the kernel or OFED. Given the number and locations of the mismatches,

Re: [lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Sangeetha Banavathi Srinivasa
When I try modprobe lustre, I see the below errors: [05:44:03] root@hulk2 lustre # modprobe lustre WARNING: Error inserting obdclass (/lib/modules/2.6.32-573.12.1.el6_lustre.x86_64/extra/kernel/fs/lustre/obdclass.ko): Unknown symbol in module, or unknown parameter (see dmesg) WARNING: Error

[lustre-discuss] MDS Config Help: Are the lustre modules loaded?

2016-06-22 Thread Sangeetha Banavathi Srinivasa
Hi, Below are the steps I executed in configuring MDS. 1. mkfs.lustre --fsname lustre --mdt --mgs /dev/vg00/mdt 2. mkdir /mdt 3. mount -t lustre /dev/vg00/mdt /mdt I see the below error after step 3: mount.lustre: mount /dev/mapper/vg00-mdt1 at /mdt failed: No such device Are the lustre

Re: [lustre-discuss] Help Required in Lustre Implementation

2016-06-22 Thread Fernando Perez
Hi Yasir. You must add the lustre packages to the distribution following the rocks manual: http://central6.rocksclusters.org/roll-documentation/base/6.2/customization-adding-packages.html Finally you must add the lustre network and configure the compute network interfaces that you will use