Paul Iddon 老兄的BLOG里面写了一篇使用Trace32来帮助MDT排错的文章。

原文出处:http://myitforum.com/cs2/blogs/tallpaul/archive/2011/03/29/troubleshooting_2D00_mdt_2D00_with_2D00_trace32.aspx

Checking the logs during a deployment using MDT is a very powerful way to solve problems encountered during a build.

In older versions of MDT and BDD the deployments always came with a command prompt so you could at least work out something out.

With MDT 2010 that command prompt was taken out. Now to get a command prompt a user would have to press F8.

By looking at the logs we can find out a lot of information about your deployment.

The easiest way to view the logs is to use Trace32, Trace32 is a tool mainly used for SCCM deployments you can find it here within the System Centre Configuration Manager 2007 Toolkit V2 – You can find it here…

http://www.microsoft.com/downloads/en/details.aspx?familyid=5A47B972-95D2-46B1-AB14-5D0CBCE54EB8&displaylang=en

As you may know, when a deployment fails, it usual comes with a pink screen with some unrecognisable numbers and nothing else. By looking at the logs we can find out a lot more about the issues encountered during a deployment.

The deployment logs can be found in the following locations.

During deployment – before partition

x:\minint\smsosd\osdlogs

During deployment – after partition

c:\minint\smsosd\osdlogs

Once deployment ends

c:\windows\temp\deploymentlogs

By using trace32 you can get meaningful logs instead of the normal jumble of words within a notepad.

How to add Trace32 to the litetouch image

Create a directory called Extras within your deployment share, and add the trace32 file to it.

Within MDT open the deployment share properties.

Within the Windows PE settings add the path to your extras folder within the extra directory to add field.

Click apply and regenerate your deployment share. Replace your boot images in WDS etc.

The next time you boot into PE, press F8 and type cd\

Then open trace32 from that directory. You can then browse to your log files and see your logs populate in real time.

Dynamically viewing logs from a remote share

MDT has a property which allows logs to be added to a remote share.

By adding the following line to the customsettings file or to the deployment database, you can view your logs remotely.

SLShareDynamicLogging=\\mdtserver\log$

Using these tools have helped me to troubleshoot my deployments, hopefully they should solve your deployment issues.

转载于:https://blog.51cto.com/prain/530081

使用SCCM Toolkit2中的Trace32来查看MDT日志相关推荐

  1. python怎么查看代码错误_python中的错误如何查看

    python常见的错误有 1.NameError变量名错误 2.IndentationError代码缩进错误 3.AttributeError对象属性错误 4.TypeError类型错误 5.IOEr ...

  2. Nilearn中的基本操作和查看

    目录 Nilearn简介 Nilearn操作 第一步:查看数据 第二步:平滑操作 第三步:保存结果到文件中 本分享为脑机学习者Rose整理发表于公众号:脑机接口社区 .QQ交流群:903290195 ...

  3. 在VS中如保快速查看DLL或exe的已导出的函数

    我们知道dumpbin 可以查看dll 或 exe 的导出函数接口,具体命令格式如下: Win+r 输入CMD 调出 cmd 指令窗口,输入: C:\Program Files (x86)\Micro ...

  4. codeigniter_如何在浏览器中查看CodeIgniter日志文件

    codeigniter by Seun Matt 通过Seun Matt 如何在浏览器中查看CodeIgniter日志文件 (How to View CodeIgniter Log Files in ...

  5. python报错怎么看_python中的错误如何查看

    python常见的错误有 1.NameError变量名错误 2.IndentationError代码缩进错误 3.AttributeError对象属性错误 4.TypeError类型错误 5.IOEr ...

  6. 运行中的mysql状态查看

    运行中的mysql状态查看 对正在运行的mysql进行监控,其中一个方式就是查看mysql运行状态. (1)QPS(每秒Query量) QPS = Questions(or Queries) / se ...

  7. python如何检查错误-python中的错误如何查看

    python常见的错误有 1.NameError变量名错误 2.IndentationError代码缩进错误 3.AttributeError对象属性错误 4.TypeError类型错误 5.IOEr ...

  8. oracle x kglob,x$kglob/x$kgltr 中library cache信息查看(结果同dump内容)

    Sys登录,执行此sql: select*fromX$KGLOBwherekglhdadr='2A5790C4'; 执行结果如下: ADDR08FDF118 INDX1093 INST_ID1 KGL ...

  9. WINDOWS XP中使用DOS命令查看分区的格式

    WINDOWS XP中使用DOS命令查看分区的格式. 操作很简单: 打开命令提示输入diskpart,然后在再输入list volume.这时你就可以看系统分区详细情况了.

最新文章

  1. C语言学习之求∑k(k=100)+∑K*k(k=50)+∑1/k(k=10)
  2. Tomcat上下文JUnit @Rule
  3. 对fgets的理解1
  4. win7无法打开设备和打印机
  5. 训练日志 2019.7.23
  6. Oracle11g新特性:在线操作功能增强-Oracle11g的只读表功能
  7. 剑指offer——面试题38:数字在排序数组中出现的次数
  8. Windows 修改注册表实现键位修改
  9. 证件照制作(一寸二寸照片制作)微信小程序源码
  10. JS实现逆波兰表达式
  11. matlab对数坐标的使用
  12. 批量删除多个 Word 文件中的分节符
  13. 批量缩小多张图片尺寸,保持图片清晰无损
  14. 定时器输出的PWM频率范围及占空比精度
  15. 具有资源开放性的物联网能力要求
  16. 相机标定推到与zc求解
  17. rtsp 客户端请求视频的时候顺便填写输入用户名和密码的格式
  18. 1.跳槽找工作避坑指南(2019版)
  19. 安装了微软正版验证补丁的解决方法
  20. 数值分析9.Approximating Eigenvalues

热门文章

  1. oracle的解析計劃,Oracle中获取执行计划的几种方法分析
  2. oracle统计每个类别,Oracle统计分析函数集之一
  3. slam特征点深度 svd_【干货】视觉SLAM面试题汇总(第二部分)
  4. 帝国cms+php7.0+mysql_帝国cms切换php7.x登录后台空白解决方法
  5. mysql 查询表总行数字段_MySQL的count(*)的优化,获取千万级数据表的总行数
  6. linux时间老是跳快6分钟,Linux超省时小技巧,让你原来要十分钟解决的问题现在只用一秒钟...
  7. 苹果6重置系统后无服务器,iphone6总是无服务,恢复初始设置就好了,然后一两天又不行了,怎么处理...
  8. cgi python_通读Python官方文档之cgi
  9. buck电路_Buck电路的多角度分析
  10. 机器学习与数据挖掘_线性模型 II