Owners Manual
Table Of Contents
- 目录
- 注、小心和警告
- 概览
- 前提条件和要求
- 支持的操作系统
- 支持的系统
- 配置网络访问账户
- 指定完全限定的域名
- 安装 Dell Server Deployment Pack
- 升级 Dell Server Deployment Pack
- 迁移至 Microsoft System Center Configuration Manager 2012
- 卸载 Dell Server Deployment Pack
- 通过命令行安装、升级和卸载 Dell Server Deployment Pack
- 使用 Configuration Manager Admin Console
- 可能需要的其它 Dell 说明文件
- 故障排除
- 与 Dell 联络

安装 Dell Server Deployment Pack
1. 打开 Command Prompt(命令提示符)窗口。
2. 在命令提示符窗口中键入以下命令以安装 Dell Server Deployment Pack。
msiexec /i <"path to the .msi>\<name of the .msi">/qn /L*v <log file name>
例如:
msiexec /i "c:
\Dell_Server_Deployment_Pack_2.0_for_Configuration_Manager_Axx.msi"/qn /L*v
a.log
卸载 Dell Server Deployment Pack
1. 打开 Command Prompt(命令提示符)窗口。
2. 在命令提示符窗口中键入以下命令以卸载 Dell Server Deployment Pack。
msiexec /x <"path to the .msi>\<name of the .msi"> /qn /L*v <log file name>
例如:
msiexec /x "c:
\Dell_Server_Deployment_Pack_2.0_for_Configuration_Manager_Axx.msi" /qn /
L*v b.log
升级 Dell Server Deployment Pack
备注: 升级选项只能在运行 Configuration Manager 2007 的系统上可用。
备注: 升级选项不可用于具有 DSDP 版本 1.0 的系统。建议先升级至 DSDP 版本 1.2,然后再升级至 DSDP 版
本 2.0。有关升级至 DSDP 1.2 的更多信息,请参阅 support.dell.com/manuals 上的
《用于 Microsoft System
Center Configuration Manager 的 Dell Server Deployment Pack 版本 1.2 用户指南》
。
使用 Retain Dell Deployment ToolKit DTK Utilities and Windows PE Drivers(保留 Dell Deployment ToolKit
DTK 公用程序和 Windows PE 驱动程序)选项升级
1. 打开 Command Prompt(命令提示符)窗口。
2. 在命令提示符窗口中键入以下命令以使用 Retain Dell Deployment ToolKit (DTK) utilities and Windows PE
Drivers(
保留 Dell Deployment ToolKit (DTK) 公用程序和 Windows PE 驱动程序)选项升级 Dell Server
Deployment Pack。
msiexec /i <"path to the .msi>\<name of the .msi">/qn /L*v <log file name>
或
msiexec /i <"path to the .msi>\<name of the .msi">
CP_WINPESTATE="RetainWinPE" /qn /L*v a.log
备注: 在通过命令行界面升级时,将不保留使用旧版 DSDP 创建的引导映像。
例如:
msiexec /i "c:
\Dell_Server_Deployment_Pack_2.0_for_Configuration_Manager_Axx.msi"
CP_WINPESTATE="RetainWinPE" /qn /L*v a.log
10