Windows服务器2008 [英] Windows server 2008

查看:67
本文介绍了Windows服务器2008的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Windows Server 2008中生成完整用户模式转储文件?


我尝试使用链接
http://msdn.microsoft.com/en-us/library/bb787181(VS.85).aspx
 但它不起作用。


我想为Windows Server 2008中正在运行的进程生成完整的用户模式转储文件,以分析转储文件中的深入数据修复不可重现的问题。


如果有人知道,请帮我解决这个问题。


提前致谢,


  Santhosh。


 


 

解决方案

您是否在Windows调试工具中尝试过ADPlus.vbs?


http://support.microsoft.com/kb/286350


语法(假设您只想要快照):


cscript adplus.vbs -hang -pn< ProcessName> -quiet -o c:\ adplus


或崩溃:


cscript adplus.vbs -crash -pn< ProcessName> -quiet -oc:\ adplus


如果你使用类似psexec.exe的东西从远程shell启动它,ADPlus也可以在非交互式会话中运行。


您也可以查看这篇文章:


http ://support.microsoft.com/kb/931673


How to generate full user mode dump file in Windows server 2008?

I tried with the option specified in the link http://msdn.microsoft.com/en-us/library/bb787181(VS.85).aspx but it does not works.

I like to generate a full user mode dump file for a running process in windows server 2008 to analyze the in-depth data in the dump file for fixing a non-reproducable problem.

If anybody know it, help me out of this.

Thanks in advance,

 Santhosh.

 

 

解决方案

Have you tried ADPlus.vbs in the Debugging Tools for Windows?

http://support.microsoft.com/kb/286350

Syntax (Assumes you just want a snapshot):

cscript adplus.vbs -hang -pn <ProcessName> -quiet -o c:\adplus

or for a crash:

cscript adplus.vbs -crash -pn <ProcessName> -quiet -o c:\adplus

ADPlus can be run in a non-interactive session as well if you use something like psexec.exe to launch it from a remote shell.

You also might look at this article as well:

http://support.microsoft.com/kb/931673


这篇关于Windows服务器2008的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆