I download latest 7.4.3 source code, I follow below two links to install it, no error show me, but I cannot find client is mount correctly!

55 views
Skip to first unread message

高伟

unread,
Apr 15, 2024, 9:49:36 AMApr 15
to beegfs-user
here are two links I used

as you can see my client nodes is 0, I even cannot find client service helperd log in /var/log

any one can shed some light?
====
root@mlperfubuntu:/opt/beegfs/sbin# beegfs-ctl --listnodes --nodetype=client --nicdetails

Number of nodes: 0
root@mlperfubuntu:/opt/beegfs/sbin# beegfs-ctl --listnodes --nodetype=meta --nicdetails
mlperfubuntu [ID: 1]
   Ports: UDP: 8005; TCP: 8005
   Interfaces:
   + ens192[ip addr: 10.74.124.122; type: TCP]

Number of nodes: 1
Root: 1
root@mlperfubuntu:/opt/beegfs/sbin# beegfs-ctl --listnodes --nodetype=storage --nicdetails
mlperfubuntu [ID: 1]
   Ports: UDP: 8003; TCP: 8003
   Interfaces:
   + ens192[ip addr: 10.74.124.122; type: TCP]

Number of nodes: 1
root@mlperfubuntu:/opt/beegfs/sbin# 
====

高伟

unread,
Apr 15, 2024, 10:39:31 AMApr 15
to beegfs-user
guys

I tried to disable RDMA client with below steps, I restart client service, but looks like no one load beegfs kernel module, no dmesg log

====

If you want to use a thirdparty driver though, you have to specify it in the file /etc/beegfs/beegfs-client-autobuild.conf like this: buildArgs=-j8 OFED_INCLUDE_PATH=/usr/src/openib/include.

To build the client without RDMA support, add BEEGFS_NO_RDMA=1 to buildArgs.

To force a rebuild of the client kernel modules, you need to be root on a client node and then call:

# /etc/init.d/beegfs-client rebuild

After a successful module build, the beegfs-client needs to be restarted:

# /etc/init.d/beegfs-client restart

If the client module is unable to load, dmesg (or /var/log/messages) might provide useful information.


高伟

unread,
Apr 15, 2024, 11:26:52 AMApr 15
to beegfs-user
I tried to manully load beegfs kernel module with modprobe, it is OK.
but I failed to manually mount it with below command
===
mount -t beegfs beegfs_nodev /mnt/beegfs -ocfgFile=/etc/beegfs/beegfs-mounts.conf,_netdev,nosuid

===dmesg error===
[Apr15 15:22] beegfs: mount(126265): Built without NVFS RDMA support.
[  +0.000263] beegfs: mount(126265): The config argument '/mnt/beegfs /etc/beegfs/beegfs-client.conf' is invalid
[  +0.000026] beegfs: mount(126265): Configuration error: Initialization of common objects failed. (Log file may provide add>
[Apr15 15:25] beegfs: mount(126277): Built without NVFS RDMA support.
[  +0.000312] beegfs: mount(126277): The config argument '/mnt/beegfs /etc/beegfs/beegfs-client.conf' is invalid
[  +0.000031] beegfs: mount(126277): Configuration error: Initialization of common objects failed. (Log file may provide add>

高伟

unread,
Apr 15, 2024, 11:43:00 AMApr 15
to beegfs-user
guys, I fixed this problem by change below
===
# Set to "NO" to disable start of the BeeGFS client via the init script.
START_SERVICE="YES"

# Set to "YES" if you want to start multiple clients with different
# configuration files on this machine.
Reply all
Reply to author
Forward
0 new messages