Skip to content

Commit 531b023

Browse files
committed
Small changes
1 parent b8e6422 commit 531b023

File tree

1 file changed

+12
-14
lines changed
  • tutorials/hyperconverged-proxmox-cloud

1 file changed

+12
-14
lines changed

tutorials/hyperconverged-proxmox-cloud/01.en.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,33 @@ For your three servers to communicate properly, there will be additional network
2828

2929
| Name | Quantity |
3030
| ----------------------------- | -------- |
31-
| Base 9900k 128GB Server | 1 |
32-
| Dual 10G NIC (Intel X520-DA2) | 1 |
33-
| 240G Sata SSD | 2 |
34-
| Lan Connection 10G | 1 |
35-
| Lan Connection 1G | 1 |
36-
| 10G Uplink | 1 |
37-
| | |
31+
| [Intel® Core™ i9-13900 Server](https://www.hetzner.com/dedicated-rootserver/matrix-ex/) with 128 GB RAM | 1 |
32+
| 1 TB Sata SSD | 1 |
33+
| [Dual 10G NIC (Intel X520-DA2)](https://docs.hetzner.com/robot/dedicated-server/general-information/root-server-hardware#miscellaneous) | 2 |
34+
| [Lan Connection 10G](https://docs.hetzner.com/robot/dedicated-server/general-information/root-server-hardware#miscellaneous) | 1 |
35+
| [Lan Connection 1G](https://docs.hetzner.com/robot/dedicated-server/general-information/root-server-hardware#miscellaneous) | 1 |
36+
| [10G Uplink](https://docs.hetzner.com/robot/dedicated-server/network/10g-uplink) | 1 |
3837

3938
At a minimum, we will need three of these.
4039

4140
In addition to these servers, some network switches will be needed. For an optimal setup, the following is recommended:
4241

4342
| Name | Quantity |
4443
| ------------------ | -------- |
45-
| 12 port 10G switch | 1 |
46-
| 8 port 1G switch | 1 |
47-
| | |
44+
| [12 port 10G switch](https://docs.hetzner.com/robot/dedicated-server/general-information/root-server-hardware#miscellaneous) | 1 |
45+
| [8 port 1G switch](https://docs.hetzner.com/robot/dedicated-server/general-information/root-server-hardware#miscellaneous) | 1 |
4846

49-
For allowing servers to start with the same IP on any server, we will also need to purchase vSwitch IPs. These IPs can be used by any server at any time thats connected to the switch, as opposed to having IPs only usable on one server. This means your virtual machine can run on any node from the outside it would look the same. Alternatively, if this is a private cloud, and you are using a meshed VPN like ZeroTier or Tinc, you won't need these external IPs.
47+
For allowing servers to start with the same IP on any server, we will also need to purchase [vSwitch IPs](https://docs.hetzner.com/general/others/ipv4-pricing/#vswitch-ipv4-products). These IPs can be used by any server at any time thats connected to the switch, as opposed to having IPs only usable on one server. This means your virtual machine can run on any node from the outside it would look the same. Alternatively, if this is a private cloud, and you are using a meshed VPN like ZeroTier or Tinc, you won't need these external IPs.
5048

5149
In addition to this, unless you are ordering the maximum number of servers the network switches you have bought will accommodate, you will want to purchase reserved rackspace slots. This will allow you to add servers to your cluster later if you do not have the money or do not require the servers now. You can request these in your custom order message.
5250

53-
Ordering this custom setup is a bit more difficult than normal server ordering. First, when picking the EX-62 server, or comparable server that you are using for this setup, you must order the two extra 240gb SATA SSDs. Then, in the additional instructions, write that you would like all of the servers in the same rack, with space for two network switches. This means the setup will be done manually, but they have to setup the hardware anyway.
51+
Ordering this custom setup is a bit more difficult than normal server ordering. First, when picking the EX101 server, or comparable server that you are using for this setup, you must order the two extra 1 TB SATA SSDs. Then, in the additional instructions, write that you would like all of the servers in the same rack, with space for two network switches. This means the setup will be done manually, but they have to setup the hardware anyway.
5452

5553
Then, to order the network hardware and switches, you will need to email Hetzner support. Write that you would like to order an 8 port 1 Gigabit switch and a 12 port 10 Gigabit switch with your recently purchased dedicated servers. You will also need to specify that you would like an Intel X520-DA2 with each server installed as well. Please write that you would like a port from the 10G NIC connected to the 10G switch, and the onboard NIC connected to the 1G switch. This means that we will have one private gigabit network for Proxmox communication, and a 20 gigabit connection for storage communication.
5654

5755
## Step 2 - Installing Proxmox
5856

59-
The preferred way of installing Proxmox is by using the installation ISO. You can follow the tutorial [here](https://community.hetzner.com/tutorials/proxmox-docker-zfs) to install Proxmox without using a KVM switch. If you follow this guide, please install Proxmox onto the additional SSDs, and not the NVMe drives. You won't need to install docker either. If you are using the EX-62 servers without the 10G uplink, please note that the main NIC is called eno1 and doesn't use the predictable naming system for some reason with Proxmox.
57+
The preferred way of installing Proxmox is by using the installation ISO. You can follow the tutorial [here](https://community.hetzner.com/tutorials/proxmox-docker-zfs) to install Proxmox without using a KVM switch. If you follow this guide, please install Proxmox onto the additional SSDs, and not the NVMe drives. You won't need to install Docker either. If you are using the EX-62 servers without the 10G uplink, please note that the main NIC is called eno1 and doesn't use the predictable naming system for some reason with Proxmox.
6058

6159
## Step 3 - Configuring the Network
6260

@@ -211,7 +209,7 @@ Now we can create a group that will enable high availability for our virtual mac
211209

212210
### Step 6.2 - Creating a HA enabled virtual machine
213211

214-
Now that we have have a HA group, we can enable HA for a virtual machine. In the HA tab under Datacentre, we can add an existing VM to a HA group. This will enable HA for that VM instantly.
212+
Now that we have a HA group, we can enable HA for a virtual machine. In the HA tab under Datacentre, we can add an existing VM to a HA group. This will enable HA for that VM instantly.
215213

216214
<img src="images/ha2.png" alt="Creating HA Group" style="zoom:67%;" />
217215

0 commit comments

Comments
 (0)