程's profileBo's Manageability BlogBlogListsGuestbook Tools Help

Bo's Manageability Blog

程 波

May 20

Windows XP SP3需要新的Sysprep工具

当准备捕捉Windows XP镜像时,MDT 2008中的LTI脚本LTISysprep.wsf来检查是否使用了正确的Sysprep版本。随着Windows XP SP3的发布,SYSPREP工具也需要相应的更新,不过,如果是将SP3集成到Windows XP SP2中的话,此时并不会更新SYSPREP文件,这意味着SUPPORT\TOOLS\DEPLOY.CAB将不被更新。

两种方法解决这个问题:

下载之后,将相关的分发点上的DEPLOY.CAB都需要进行更新,这样可以保证LTISysprep.wsf可以找到正确的文件。此外,如果使用SCCM/MDT进行部署时,最好重新建一个SYSPREP的Package。

March 27

全自动LTI部署中的一个问题

有些企业没有SMS架构,而其他的基础架构也相对简单,因此在简化批量部署时只能使用LTI的方式来进行,不过如果根据官方的文档来做的话,在启动Winpe后,依然会提示你选择键盘布局,如下图所示:

clip_image002

为了在部署时,可以让系统自动选择键盘布局,遵循下列步骤:

  1. 修改相应的分发点的BootStrap.ini文件,在文件中加入下列内容,需要注意的是,如果你将下列内容加到CustomSettings.ini文件中将不起作用:
    SkipBDDWelcome=Yes
    KeyboardLocale=0409:00000409
  2. update分发点,这样会重新生成LiteTouchPE_x86.iso和LiteTouchPE_x86.wim。
  3. 使用新生成的启动镜像进行部署即可。
March 03

Reliability and Availability的区别

Reliability 衡量故障发生的频率。

Availability 衡量系统正常工作的时间的一个百分数。

Availability的计算方式为:
Availability= MTTF/(MTTF+MTTR)
其中MTTF指Mean Time to Failure,指期望故障发生的一个大致时间。
     MTTR指Mean Time to Recovery,指恢复故障所需的平均时间。
假设MTTF=6months,MTTR=20minutes
则Availability=6months/(6months+20minutes)=99.992%
由此看出,为了提高Availability,要么提高MTTF,要么降低MTTR。

Availability百分比、年度宕机时间和常规分类表:

两个9 99% 3.7 days
三个9 99.9% 8.8 hours
四个9 99.99% 53 minutes
五个9 99.999% 5.3 minutes
February 29

Applications属性中“Uninstall registry key name”的用处

如图所示,在Applications属性中有一个“Uninstall registry key name”,一般情况下用的不多,它的主要作用是系统在安装应用程序之前,首先会检测一下"Uninstall registry key name"的值是否存在,如果存在的话,将跳过应用程序的安装。

2008-02-29_170610

那么如何去书写这个值呢?

所有的uninstall registry key都位于:"HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\",如上图所示,SMS 2003 Advance client的key name是它的UUID,注意并不是所有应用程序的uninstall registry key name都以UUID的形式显示,不过MSI的安装包的话,一般情况下是UUID来显示。

在确定某个应用程序的uninstall registry key name时,只需要在上述注册表位置找到该应用程序对应的key后,将该key的注册表全路径填入Uninstall registry key name即可。

February 28

BDD2007 应用程序排序器

BDD2007中,导入的应用程序只能按照导入的先后顺序排序,有时候可能不方便。有个家伙写了一个排序器,简单实用。

使用时只需要打开相应的Applications.xml文件,然后进行上下排序即可,如下图所示:

2008-02-28_171502

下载:BDDAppsSort.zip

 
感谢访问!
Please wait...
Sorry, the comment you entered is too long. Please shorten it.
You didn't enter anything. Please try again.
Sorry, we can't add your comment right now. Please try again later.
To add a comment, you need permission from your parent. Ask for permission
Your parent has turned off comments.
Sorry, we can't delete your comment right now. Please try again later.
You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
Complete the security check below to finish leaving your comment.
The characters you type in the security check must match the characters in the picture or audio.

Michael Niehaus

Loading...Loading...