I am working on to support the crash dump for virtual miniport on windows server 2008.
Upon installing the driver,i am expecting to recieve the SRB_FUNCTION_DUMP_POINTERS srb.
But i am not getting.wondering what could be the reason for this.
Thanks in advance,
Is this 2008 or 2008 R2, the SRB_FUNCTION_DUMP_POINTERS wasn’t called on
the original Server 2008 and there was no support for crash dumps in
virtual miniports.
Don Burn (MVP, Windows DKD)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
“xxxxx@rediffmail.com” wrote in message
news:xxxxx@ntdev:
> I am working on to support the crash dump for virtual miniport on windows server 2008.
> Upon installing the driver,i am expecting to recieve the SRB_FUNCTION_DUMP_POINTERS srb.
> But i am not getting.wondering what could be the reason for this.
>
> Thanks in advance,
Its a windows 2008 R2 Enterprise edition…
BTW ,can anyone please tell me that when miniport driver receive SRB_FUNCTION_DUMP_POINTERS SRB.Does it during the initilization or later point of time?.In order to recieve this srb do we need to do any other stuff in the miniport driver or any other additional settings.
I have chaged the dump file path in “startup and recovery” so that it can create a dump on my miniport created drive.But,still i didn’t get any SRBs.Do we need to make any settings for crash dump support.when this srb will be sent.can anyone please help me.
Thanks in advance,