xuming on November 21st, 2007

原文:http://myitforum.com/cs2/blogs/spruitt/archive/2007/10/01/using-psexec-to-install-the-sms-client.aspx Sometimes the easiest way to install the client may be running it with psexec. That’s especially true if the machine hasn’t been discovered by some mechanism. The options for doing this often cause confusion, because there are two files involved – ccmsetup.exe and client.msi. CCMSETUP looks for client.msi in whatever folder ccmsetup is run [...]

  • Share/Bookmark

Continue reading about 使用 Psexec 安装 SCCM Client

xuming on November 19th, 2007

今天在修改 ESX Server 地址时出现了一些问题,简单描述一下正确的操作过程: 注:以下步骤最好是在机器前或者通过 ILO 接口操作,如果是SSH远程登陆,修改IP后会断开连接。 [root@nt08 root]# esxcfg-vswif -i 10.0.0.1 -n 255.255.255.0 vswif0 # 修改 Service console 地址 [root@nt08 root]# vi /etc/hosts # 修改机器IP地址 [root@nt08 root]# vi /etc/sysconfig/network # 修改机器名和网关 此时重启机器或者执行以下命令可以立刻生效 [root@nt08 root]# service network restart 重设 IP 之后,需要在 VI Client 上将新机器的 IP 的 Host,这样就完成了整个修改 ESX Server IP 的过程。

  • Share/Bookmark

Continue reading about 修改 ESX Server IP 地址

xuming on November 18th, 2007

11月15日,微软发布了 SCCM 2007 Toolkit,具体内容如下: Client Spy – A tool to help troubleshoot issues related to software distribution, inventory, and software metering on Configuration Manager 2007 clients. Policy Spy – A policy viewer to help review and troubleshoot the policy system on Configuration Manager 2007 clients. Trace32 – A log viewer that provides a way to [...]

  • Share/Bookmark

Continue reading about SCCM 2007 Toolkit 发布

xuming on November 16th, 2007

Content Location 是指Client 如何定位 advertisement 和Software update 发布的 Package Source Files。 当一个 Client 需要进行 content location 的时候,会发送 content location 的请求到 MP: 1. 当 Client 位于其 assigned site 的边界内,client 会发送 content location 请求到 default MP; 2. 当 client 位于和其 assigned site 有联系的 secondary site 的边界内的时候,如果 secondary site 有 proxy MP,client 会向 proxy MP 发送 contend location [...]

  • Share/Bookmark

Continue reading about Client 如何进行Content Location

一直对 SCCM 2007 中 AD System Discovery 和 AD System Group Discovery 方式的概念云里雾里,AD 中没有相应的概念。 今天在 SCCM 2007 的在线 Library 中发现了微软对这个问题进行了回答,原文如下: Active Directory System Discovery retrieves details about the computer, such as computer name, Active Directory container name, IP address, and Active Directory site. It generates a data discovery record (DDR) for each computer it discovers [...]

  • Share/Bookmark

Continue reading about AD System Discovery 和 AD System Group Discovery 的区别

今天在邮件列表中看到关于 site database 和 site server 不在同一台机器情况的讨论,结论是:如果两者不在同 一台机器上,必须先在 site database server 上先建一个空的库实例(不要做任何设置),然后在安装是连接到 database server 的实例即可。 原文节选: If ConfigMgr and SQL were on the same server, ConfigMgr would automatically create the database for you. Since SQL is running on a remote server, you do indeed have to create the database on the remote SQL server first. [...]

  • Share/Bookmark

Continue reading about 关于 Site Database Server 的安装以及 Provider 的位置

xuming on November 16th, 2007

关于 Site Maintenance 中预定义的 Tasks 在 Site Maintenance 下存在两个节点,一个是 SQL Commands 【 默认为空,需要自定义 SQL 语句 】,一个是预定义的 Tasks 【不能新增,只能在已经的存在的 Task 上做配置】。 Backup ConfigMgr Site Server (默认关闭) 作用:可以设置对 Site Database 的备份时间和备份路径。 默认每周日零点开始。 Clear Install Flag (默认关闭) 作用:如果在设定的“Client Rediscovery Period”这个时间内,没有收到 Client 发送的 Heartbeat Discovery 信息则将清除掉 Client 客户机已经安装 SCCM Client的标识,这样就可以再次安装 client。 注意:如果开启这个 Task, 1. 要确保开启 Heartbeat Discovery; 2. 要设置“Client [...]

  • Share/Bookmark

Continue reading about 关于 Site Maintenance 中预定义的 Tasks