Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

DRBD module failed to load

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Modprobe drbd

[root@ha-node1 ~] # modprobe drbd

Modprobe: FATAL: Module drbd not found.

Solution:

Generally speaking, the default kernel of the system does not support this module, so update the kernel

Check the kernel version:

[root@ha-node1 ~] # uname-r

3.10.0-862.14.4.el7.x86_64

It can be updated in yum install kernel* mode.

If you want time, you can update only a few packages:

Kernel-devel

Kernel

Kernel-headers

After the update, remember to restart the operating system!

# depmod

Description: after compiling and preparing a Linux kernel load module, the command depmod must be executed before modprobe, which will generate a new modules.dep.

Execute the loading module again without reporting an error

[root@ha-node1 ~] # modprobe drbd

[root@ha-node1 ~] #

Check that it has been loaded successfully

[root@ha-node1 ~] # lsmod | grep drbd

Drbd 397041 0

Libcrc32c 12644 2 xfs,drbd

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report