共用方式為


編輯叢集組態設定 (Windows Server AppFabric 快取)

使用 Windows Server AppFabric 的快取功能,您就能編輯 XML 中的叢集組態設定。此主題提供進行此類變更所需的步驟概觀。

叢集組態設定指定叢集本身、具名快取與快取主機的運作方式。如需有關可用之叢集組態設定的詳細資訊,請參閱叢集組態設定 (Windows Server AppFabric 快取)

Windows PowerShell 提供 Export-CacheClusterConfigImport-CacheClusterConfig 命令,可讓您在 XML 中變更叢集組態。

使用這些命令之後,必須重新啟動快取叢集,所做的變更才會生效。還有其他方式可以變更具名快取的組態。如需詳細資訊,請參閱使用 Windows PowerShell 來編輯快取組態設定 (Windows Server AppFabric 快取)

注意

使用 Export-CacheClusterConfigImport-CacheClusterConfig 命令來變更叢集組態設定時,不支援透過插入或移除 XML 元素來新增或移除具名快取與快取主機。若要新增或移除具名快取或快取主機,請使用 Windows PowerShell 快取管理工具與「AppFabric 設定精靈」。如需有關 Windows PowerShell 快取管理命令的詳細資訊,請參閱使用 Windows PowerShell 來管理 Windows Server AppFabric 快取功能

下列程序假設您有執行中的快取叢集。

在 XML 中編輯快取叢集

  1. 從 Windows PowerShell 快取管理工具,使用 Export-CacheClusterConfig 命令匯出叢集組態設定。如需有關使用 Windows PowerShell 的詳細資訊,請參閱使用 Windows PowerShell 來管理 Windows Server AppFabric 快取功能

  2. 開啟在上一個步驟匯出的 XML 叢集組態檔。

  3. 尋找並編輯您要變更之叢集組態設定的屬性。不支援新增或移除主機或快取元素。

  4. 儲存所編輯的 XML 叢集組態檔。

  5. 使用 Stop-CacheCluster 停止快取叢集 (若快取叢集正在執行)。注意:這樣會將所有資料從快取叢集排清。

  6. 使用 Import-CacheClusterConfig 命令匯入在步驟 3 中編輯的 XML 叢集組態檔。

  7. 使用 Start-CacheCluster 命令來啟動快取叢集,讓新的組態設定生效。

另請參閱

概念

設定叢集管理角色與主要主機指定 (Windows Server AppFabric 快取)
使用 Windows PowerShell 來編輯快取組態設定 (Windows Server AppFabric 快取)
Windows Server AppFabric 快取組態選項
Windows Server AppFabric 快取概念
設定快取叢集 (Windows Server AppFabric 快取)
使用組態方式 (Windows Server AppFabric 快取)

其他資源

使用 XML 來設定快取用戶端

  2011-12-05