Book Image

Proxmox High Availability

By : CHENG MAN
Book Image

Proxmox High Availability

By: CHENG MAN

Overview of this book

Table of Contents (15 chapters)
Proxmox High Availability
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Key component 2 – reliable network


Based on our setting, almost all the components are running through the network. This means that a stable and fast network is essential. The best practice is to separate the network for data replication, storage, and management. So, what does a fast network mean? Only gigabit Ethernet or a faster version will be chosen; this means that all the servers should have gigabit Ethernet cards in a local area network connection. Besides, we need to measure the connection time between two nodes to ensure that the speed is optimal. Moreover, all of the running nodes should be in the same subnet to avoid the involvement of further routing processes.

The following screenshot is a simple ping test to measure the network latency on the network; pay attention to the time column, which should never be longer than 1 ms:

To check whether a gigabit Ethernet card has been loaded, the lshw command can be used. However, it is not a built-in command; we have to install it first...