MS DTC's log information has not been configured correctly in the shared cluster registry.

Unable to bring the DTC resource online on the cluster. In the event log :

Event Source: MSDTC
Event ID: 4394
Description: MS DTC's log information has not been configured correctly in the shared cluster registry. Error Specifics:
d:\nt\com\complus\dtc\shared\mtxclu\mtxclusetuphelper.cpp:557, Pid: 5716, CmdLine: C:\WINDOWS\system32\msdtc.exe

Resolution :

This problem might occur if the log path is not set correctly for MSDTC file in a clustered environment.

From the commmand prompt, we ran this command :

msdtc -resetlog

This would set the MSDTC log path to point to the quorum disk. After this the MSDTC resource should come online.