惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Webroot Blog
Webroot Blog
U
Unit 42
A
About on SuperTechFans
宝玉的分享
宝玉的分享
月光博客
月光博客
C
CERT Recently Published Vulnerability Notes
P
Privacy International News Feed
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
P
Privacy & Cybersecurity Law Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
S
Securelist
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Spread Privacy
Spread Privacy
L
Lohrmann on Cybersecurity
Apple Machine Learning Research
Apple Machine Learning Research
K
Kaspersky official blog
Hugging Face - Blog
Hugging Face - Blog
B
Blog
I
Intezer
Last Week in AI
Last Week in AI
T
Threat Research - Cisco Blogs
V
V2EX
L
LangChain Blog
AI
AI
G
GRAHAM CLULEY
T
Tor Project blog
人人都是产品经理
人人都是产品经理
D
Docker
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
I
InfoQ
Y
Y Combinator Blog
C
Comments on: Blog
GbyAI
GbyAI
www.infosecurity-magazine.com
www.infosecurity-magazine.com
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
N
News and Events Feed by Topic
MyScale Blog
MyScale Blog
H
Help Net Security
Vercel News
Vercel News
T
Tenable Blog
博客园 - 三生石上(FineUI控件)
爱范儿
爱范儿

博客园 - Jason Li 2011

Maven - import a web project into eclipse [分享] 兰迪·波许教授的最后一课[PDF/PPT/AVI] 转:Controlling Access to Members of a Class 转:退火算法 Simulate Anneal Arithmetic (SAA,模拟退火算法) Scrum in practise 转:MOSS 2007 and Code Access Security 转:CollaDec FriendlyQuery类库(beta)说明 转:MOSS漫游(3):说说MOSS中的母版页 转:关于MOSS 2007的Content Types 转:Best Practices: Common Coding Issues When Using the SharePoint Object Model 转:Best Practices: Using Disposable Windows SharePoint Services Objects 转:Free the SPWeb 转:将你的Asp.NET应用程序嵌入到SharePoint Duff International Sites 项目总结 转:Code-blocks are not allowed in this file: Using Server-Side Code with SharePoint 转:ASP.NET Web Services or .NET Remoting: How to Choose 转:类与结构的差别 转:SharePoint Server 2007 页面模型 转:MOSS 2007基础:WSS 3.0 中的母版页(Master Pages)和内容页(Content Pages) 转:How to: Create a Minimal Master Page
转:MOSS站点的迁移(备份还原)
Jason Li 2011 · 2010-12-29 · via 博客园 - Jason Li 2011

MOSS站点的迁移(备份还原)

2008-06-17 09:25

  1. 本文所述的方法适合以下情况
  • 将站点从测试服务器场迁移到正式的服务器场
  • 备份和还原服务器场里的站点
  1. 备份还原功能不能做什么?
    1. 不能备份和还原以下内容
      1. Custom solutions deployed(发布到WSS站点的自定义的应用程序)
      2. lternate access mapping
      3. Internet Information Services metabase
    1. 可以备份但不能还原以下内容
      1. Sharpoint配置数据库SharePoint_Config
      2. 管理中心IIS站点和应用程序
      3. 管理中心数据库SharePoint_AdminContent
  1. 操作步骤:
    说明:我将演示将一个MOSS站点的SSP和所有站点的内容迁移到新的一个服务器场的过程。
    1. 在原服务器场备份配置数据库SharePoint_Config和管理中心数据库SharePoint_AdminContent外的所有数据库
    2. 部署好新的服务器场
    • 在目标机上安装Office SharePoint Server 2007
    • 启动三个服务:Office SharePoint Server 搜索、Windows SharePoint Services 帮助搜索、Excel Calculation Services
    • 不要创建SSP和应用程序
  1. SQL Server Enterprise Manager,还原所有之前备份的SharePoint相关的数据库,除了配置数据库SharePoint_Config和管理中心数据库SharePoint_AdminContent
  1. 通过管理中心新建立web应用程序,并删除所关联的内容数据库
    • 在管理中心创建3个应用程序,一个用于SSP、一个用于个人站点、一个用于门户站点,如果你需要更多的站点,则建立多个相应的应用程序。
    • "SharePoint Web 应用程序管理"点击 "内容数据库".
    • 选择你需要修改的web 应用程序
    • 选择内容数据库
    • 选择"脱机"状态和"删除内容数据库"
    • 点击"确定"
  1. 还原新站点、SSP的内容数据库
    • "管理内容数据库"中将我们备份好的内容数据库添加到相应的web应用程序里
    • 添加内容数据库,数据库名称填写我们要还原的数据库名称
    • 点击"确定"
  1. 还原SSP
    • 选择"创建或配置此服务器场的共享服务"
    • 选择"还原SSP"
    • 添加相关的内容
      SSP
      名称:SharedServices3
      SSP
      管理网站需要 Web 应用程序:选择SSP web程序
      "
      我的网站"需要 Web 应用程序 :同样选择SSP web程序
      SSP
      服务凭据:填写域管理员账户
      SSP
      数据库:SharedServices1 _DB
      搜索数据库:SharedServices1_Search_DB
    • 设置所还原的SSP为服务器场的默认SSP
    • 在搜索设置页启动SSP的爬网功能

通过,以上操作你就实现了服务器场间站点的迁移。

命令方式

后来用命令备份和还原的,可以了,不同的机器间迁移也可以.

进入 C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN

Stsadm -o backup -url http://sps-jsb:80 -filename d:\backup\sps-backup-2007-3-28.bak

-overwrite

Stsadm -o restore -url http://trinity:8099 -filename d:\backup\sps-backup-2007-3-28.bak

-overwrite

posted on 2010-12-29 22:48  Jason Li 2011  阅读(551)  评论()    收藏  举报