# PromoxVE中心企業及伺服器架設實戰

機器：大港機房三台河沛儲存體伺服器

方向：\
多機叢集管理\
各種儲存協定設置\
備份還原、災難復原測試\
虛擬機HA測試、線上遷移<br>

超融合架構\
去中心化：沒有專門的控制節點，無需考慮控制節點的單點問題。<br>

去集中存儲模式：傳統的私有雲叢集架構，高可用性是以共享存儲方式實現的。但共享存儲本身就是單點，雖然可以以多磁盤冗餘提高可用性，但仍然存在IO集中、性能無法提升的困境。

更低的建設成本：去掉昂貴的中心化存儲，磁碟分佈到本地實體服務器，投資成本大幅度降低。

線上擴充：不停止服務，對實體機器配置（記憶體、cpu等）進行擴充，甚至新增實體節點。

## 超融合私有雲

至少四台實體服務器，資料網路與叢集網路分離，建議10G網路。單台實體服務器具體的配置建議如下：

Cpu：2顆。單顆核心數10，多線程。

記憶體：至少128G。

硬盤：系統盤250G固態硬盤，數據盤4塊或者更多2.4T容量的10000轉sas高性能磁盤（sata盤讀寫性能比較差，不建議使用）。

網卡：如果使用10G網絡，則需單獨採購網卡及光纖模塊。

系統：debian

管理平台：proxmox VE 6

存儲：ceph


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/andoid-shou-ji/promoxve-zhong-xin-qi-ye-ji-si-fu-qi-jia-she-shi-zhan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
