2

Now I am using WinDRBD on Windows Server 2019

So far, I have checked whether DRBD is running with the command below.

drbdadm status foo

However, I need to write some code in the batch file to check if DRBD is working.

I looked at the process in the windows task manager. However, I did not find the process.

I may have missed it. What is the process name of WinDRBD?

inding
  • 77
  • 2

1 Answers1

2

The services have the following names:

windrbd (Kernel driver)

windrbdumhelper

windrbdlog

batistuta09
  • 8,981
  • 10
  • 23
  • 1
    Thank you! batistuta09 – inding Sep 15 '21 at 01:01
  • 2
    welcome! If you use DRBD for storage replication, take a look at Starwind vsan (free version) – it is a windows service (without Linux kernel API emulation) with integrated powershell management. https://www.starwindsoftware.com/starwind-virtual-san-free – batistuta09 Sep 15 '21 at 09:25