- Microsoft Dynamics CRM 2011 Cookbook
- Dipankar Bhattacharya
- 311字
- 2021-08-20 16:59:39
Recovering from a Dynamics CRM 2011 Server failure
In this recipe, we will see how to recover from a Dynamics CRM 2011 Server failure.
How to do it…
Perform the following steps to recover from a Dynamics CRM 2011 Server failure:
- In the case of a Full Server machine crash or failure, we might need to reinstall the operating environment of the server machine. Install the Windows Server version on the server, and join the machine to the same active directory where SQL Server for Dynamics CRM 2011 is already linked.
- Install Microsoft Dynamics CRM 2011 Server by following the Installing Dynamics CRM Server recipe from Chapter 1, Installing Dynamics CRM 2011. During the installation, select Connect to, and if necessary, upgrade an existing deployment from the Specify Deployment Options page.
- Apply the appropriate update rollups if they were installed before failure.
- Once the installation is complete, replace the
ISV.config
andweb.config
files from their backups in case changes were made in these files from their default settings. - Restore the registry keys from the backups in case changes were made in the registry from their default settings.
- In case the Microsoft Dynamics CRM 2011 Connector for Microsoft SQL Server Reporting Services component was also installed in the machine that failed, this component will have to be reinstalled.
How it works…
This recipe completes the restoration of Dynamic CRM 2011 Server in the case of a complete server failure. In the case of only a Dynamics CRM 2011 website failure, we only need to restore ISV.Config
and web.config
other than restoring the registry keys and importing and publishing any custom solution component.
In the case of a multiserver deployment, where different server roles are deployed separately, if any server machine encounters failure, upon recovery of that server we might need to repair Dynamics CRM 2011 on other servers as well.
推薦閱讀
- 通信工程設(shè)計(jì)與案例
- Protel DXP 2004 SP2原理圖與PCB設(shè)計(jì)
- 高可靠性電子裝備PCBA設(shè)計(jì)缺陷案例分析及可制造性設(shè)計(jì)
- 5G 空口特性與關(guān)鍵技術(shù)
- 海洋通信網(wǎng)絡(luò)協(xié)議、算法和架構(gòu)
- 物聯(lián)網(wǎng)在中國(guó)的探索與實(shí)踐
- 人工智能超密集移動(dòng)通信系統(tǒng)
- iOS游戲框架Sprite Kit技術(shù)詳解
- 碳化硅功率器件:特性、測(cè)試和應(yīng)用技術(shù)
- 現(xiàn)代電子產(chǎn)品工藝
- 現(xiàn)代聲像技術(shù)
- 移動(dòng)系統(tǒng)中間件建模與仿真
- Arm Helium技術(shù)指南:Cortex-M系列處理器的矢量運(yùn)算擴(kuò)展
- 電子技術(shù)基礎(chǔ)與技能訓(xùn)練
- Go Standard Library Cookbook