SCCM 2007:我已经移动了我的网站数据库,我现在如何删除旧的网站系统?

我有一个小的SCCM 2007安装。 它有两个“站点系统”,主站点系统( SCCM01 )和数据库服务器( OLDSQL )。

出于维护的原因,我不得不将数据库迁移到运行相同版本的Windows和SQL(Windows 2008 R2和SQL 2008 R2)的新服务器( NEWSQL )上。 我经历了正确的步骤来移动这个网站,使用preinst /stopsite后面的ConfigMgr Setup程序来迁移网站。

新的数据库按预期工作,除了一件事。 在“ Site Systems ,旧的SQL服务器仍然存在,并以ConfigMgr component serverConfigMgr site database serverConfigMgr site system的angular色列出。 新的数据库服务器也列出了,但是只有ConfigMgr site system的作用。

我可以select从站点系统中删除NEWSQL ,但不能删除OLDSQL ,尽pipe系统不再存在。 SMS_SITE_COMPONENT_MANAGER也一直在抛出错误:

 SMS Site Component Manager failed to configure site system "\\OLDSQL" to receive SMS server components. SMS Site Component Manager could not access site system "\\OLDSQL". The operating system reported error 2147942453: The network path was not found. 

如何将站点数据库服务器和组件服务器angular色从旧的不存在的系统移动到新系统上?

你有没有按照这篇文章中的步骤?

如何移动网站数据库http://bit.ly/JwUI4O

更新:从http://blogs.technet.com/b/configurationmgr/archive/2010/01/28/configmgr-2007-how-to-move-the-site-database.aspx

如果将站点数据库移动到其他服务器,则需要在Microsoft System Center Configuration Manager 2007服务器上运行Microsoft System Center Configuration Manager安装向导,以修改SQL Serverconfiguration以指定新的SQL Server名称。

  1. 确保主站点服务器计算机帐户对新站点数据库服务器计算机具有pipe理权限。

  2. closures任何打开的Configuration Manager控制台连接到站点服务器。

  3. 在主站点服务器计算机上,使用层次结构维护工具(Preinst.exe)通过以下命令停止所有站点服务:Preinst / stopsite。

  4. 在主站点服务器计算机上,依次单击“开始”,“所有程序”,“Microsoft System Center”,“Configuration Manager 2007”,然后单击“ConfigMgr安装程序”或导航到Configuration Manager 2007安装媒体的。\ bin \ i386目录并双击安装程序。

  5. 单击configurationpipe理器安装向导欢迎页面上的下一步。

  6. 单击“执行站点维护”或在“Configuration Manager安装向导安装选项”页面上重置此站点。

  7. 在“Configuration Manager安装向导站点维护”页上select“修改SQL Serverconfiguration”。

  8. 在“configurationpipe理器安装向导SQL Serverconfiguration”页上input新站点数据库服务器的相应SQL Server名称和实例(如果适用)以及站点数据库名称。

  9. Configuration Manager安装程序执行SQL Serverconfiguration过程。

  10. 重新启动主站点服务器计算机,并validation该网站正常运行。

注意:如果您还需要移动软件更新服务数据库(SUSDB),则需要停止IISpipe理服务和更新服务服务,并按照上面的步骤1和步骤2进行分离,然后移动SUSDB.MDF和SUSDB.LDF文件,然后将SUSDB.MDF附加到新的驱动器位置或新的SQL Server 2005上。