[LU-8785] Setting up lustre client on ppc64le-ubuntu 16.04 ( having lustre built from source ) Created: 01/Nov/16 Updated: 05/Feb/18 Resolved: 05/Feb/18 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.8.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Amitkumar Ghatwal | Assignee: | WC Triage |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
root@pts00433-vm22:~/lustre-release# cat /etc/os-release root@pts00433-vm22:~/lustre-release# lscpu |
||
| Epic/Theme: | Lustre-2.8.0 |
| Story Points: | 1 |
| Business Value: | 1 |
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
Hi All, I have a working 3 node cluster set on my x86_64 machines ( centos ) and i have followed the steps as per this url : https://gist.github.com/joshuar/4e283308c932ec62fc05 as shown below 1. Machine 1 : Acting as Management server( MGS) , Management target ( MGT ) ,Metadata server( MDS) , Metadata target ( MDT ) - CentOS6.6 x86-VM1 - 10.51.225.95 All above machines are x86_64. Machine 1 , is showing Linux kernel patched with lustre : 2.6.32-573.12.1.el6_lustre.x86_64 And to verify that lustre client is working on machine 3 , i have done the below on machine 3 . The lfs df -h command lists space usage per OST and the MDT in human-readable format. This command generates below output on lustre client : On Client Node - Machine 3 filesystem summary: 39.5G 49.0M 37.3G 0% /mnt/lustre Now i need to replace the machine 3 (x86_64 ) with machine having ppc64le architecture . So i need to have lustre client on ppc64le machines ( ubuntu and red hat version ) . So i went to build lustre from source using below steps. root@pts00433-vm22:~# git clone git://git.hpdd.intel.com/fs/lustre-release.git .... Type 'make' to build Lustre. So now assuming lustre has been installed from source correctly on this ppc64le-ubuntu16.04 vm , need to configure this machine to act as a lustre client. Getting issue while configuring the lustre client with below steps Please do let me know having built lustre from source successfully ( at least that's what i think from above steps ) how to configure this ubuntu 16.04 machine as "lustre client" so that i replace the above foremost mentioned x86_64 machine with this ppc64le machine as lustre client Any pointers will be appreciated. Regards |
| Comments |
| Comment by James A Simmons [ 03/Nov/16 ] |
|
Here too I think "depmod -a" will resolve this. |
| Comment by Amitkumar Ghatwal [ 04/Nov/16 ] |
|
Yes , that is what i did yesterday and got it working, but replying it here now
Installed at power up /sbin/lsmod | /bin/grep lustre 1>/dev/null 2>&1 connect to MGS/OSS
Confirming that the client is configured correctly filesystem summary: 39.5G 57.0M 37.3G 0% /mnt/first_mount
The above tells me that machine 3 is successfully configured to be working as lustre client . Do let me know of any more check/test which i can perform on the lustre client to conform lustre file system. |
| Comment by Amitkumar Ghatwal [ 04/Nov/16 ] |
|
Hi James A Simmons, Are there any test cases which can be run to validate the lustre client configuration/performance when build lustre from source as done above ? |
| Comment by Amitkumar Ghatwal [ 21/Nov/16 ] |
|
Is there any inbuilt test-suite to validate lustre client ? |
| Comment by James A Simmons [ 05/Feb/18 ] |
|
Long fixed. |