<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VE Archives - OVHcloud Blog</title>
	<atom:link href="https://blog.ovhcloud.com/tag/ve/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ovhcloud.com/tag/ve/</link>
	<description>Innovation for Freedom</description>
	<lastBuildDate>Mon, 10 Jun 2024 14:26:03 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.ovhcloud.com/wp-content/uploads/2019/07/cropped-cropped-nouveau-logo-ovh-rebranding-32x32.gif</url>
	<title>VE Archives - OVHcloud Blog</title>
	<link>https://blog.ovhcloud.com/tag/ve/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Proxmox VE Ceph cluster and DRP using OVHcloud dedicated servers</title>
		<link>https://blog.ovhcloud.com/ovh-proxmox-drp-servers/</link>
		
		<dc:creator><![CDATA[Carles Munoz&nbsp;and&nbsp;Cristina Ortiz]]></dc:creator>
		<pubDate>Mon, 10 Jun 2024 13:59:17 +0000</pubDate>
				<category><![CDATA[OVHcloud Partner Program]]></category>
		<category><![CDATA[ceph]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[DRP]]></category>
		<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[VE]]></category>
		<guid isPermaLink="false">https://blog.ovhcloud.com/?p=26885</guid>

					<description><![CDATA[OVHcloud’s IaaS (Infraestructure as a Service) services allow us to hire dedicated servers (bare metal) for rent that we can have at our disposal in a matter of minutes. There is a wide range of options (rise, advance, storage, scale, high quality, etc.) from which we can choose according to our needs. In this article [&#8230;]<img src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovh-proxmox-drp-servers%2F&amp;action_name=Proxmox%20VE%20Ceph%20cluster%20and%20DRP%20using%20OVHcloud%20dedicated%20servers&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></description>
										<content:encoded><![CDATA[
<p></p>



<p><a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud’s</a> <strong>IaaS</strong> (Infraestructure as a Service) services allow us to hire <strong>dedicated servers</strong> (bare metal) for rent that we can have at our disposal in a matter of minutes. There is a wide range of options (rise, advance, storage, scale, high quality, etc.) from which we can choose according to our needs.</p>



<p>In this article we will see how we can use these dedicated servers to create <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph Clusters</a> with the same functionalities that we would have if we used proprietary servers in our facilities (on premises). In addition, we will see how <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a> services allow us to create a very complete <a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">DRP</a> (Disaster Recovery Plan) to achieve maximum resilience for our data</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="850" height="476" src="https://blog.ovhcloud.com/wp-content/uploads/2024/06/DedicatedServers.png" alt="" class="wp-image-26894" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/06/DedicatedServers.png 850w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/DedicatedServers-300x168.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/DedicatedServers-768x430.png 768w" sizes="(max-width: 850px) 100vw, 850px" /></figure>



<p><a href="https://www.ovhcloud.com/en-gb/bare-metal/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"></a>OVHCloud &#8211; Dedicated Servers</p>



<p><strong>Ceph Proxmox VE Cluster</strong></p>



<p>A cluster of Proxmox VE servers combined with a Ceph distributed storage system allows you to create a highly available, load-balanced, horizontally scalable, hyperconverged virtualization infrastructure with ease.</p>



<p>Let’s first look at some concepts to fully understand what a <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph Cluster</a> is.</p>



<p><strong>What is a cluster?</strong></p>



<p>A cluster in computing refers to a group of interconnected computers or nodes that function together as if they were a single entity. Clusters are used to improve the availability, performance, and scalability of applications and services. There are different types of clusters, but in general they share the objective of providing greater processing capacity and redundancy.</p>



<p><strong>What is Ceph?</strong></p>



<p>Ceph is a distributed storage system designed to provide object, block, and file storage in a single unified cluster. . Proxmox can use Ceph as a virtual machines storege.</p>



<p><strong>What is a Proxmox VE Ceph cluster?</strong></p>



<p>It is three or more servers forming part of a Proxmox cluster and using Ceph as a distributed storage system, all managed from the Proxmox web interface, thanks to which we achieve a hyperconverged virtualization infrastructure.</p>



<p><strong>What is hyperconvergence?</strong></p>



<p>A hyperconverged virtualization infrastructure is an integrated system that combines compute, storage, and networking in a single environment. This simplifies management, improves efficiency, and enables easy scalability, making it easy to create and manage virtual machines in a single cluster.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="850" height="444" src="https://blog.ovhcloud.com/wp-content/uploads/2024/06/ProxmoxVECeph.png" alt="" class="wp-image-26895" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/06/ProxmoxVECeph.png 850w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/ProxmoxVECeph-300x157.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/ProxmoxVECeph-768x401.png 768w" sizes="(max-width: 850px) 100vw, 850px" /></figure>



<p><a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"></a>Proxmox VE Ceph Cluster</p>



<p>By means of the OVHcloud dedicated server service we can create a <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph cluster</a> with three or more nodes in the same way that we would do if we acquired our own servers to create the cluster in our facilities, but with the versatility and advantages that come with using rental servers instead of proprietary hardware, among which we can mention:</p>



<ul class="wp-block-list">
<li><strong>Abstraction</strong> of the hardware layer since any breakdown will be solved by <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a> and, if necessary, they will replace the damaged parts or even the entire server.</li>



<li>We <strong>forget</strong> about <strong>hardware obsolescence</strong>. After a few years we will be able to add new servers with the latest technologies to our cluster and eliminate the old ones in a completely transparent way for the user of the virtualization environment, without any interruption of service.</li>



<li>Easily add <strong>more nodes</strong> to our virtualization cluster to increase your computing power. In a matter of minutes we can have new servers that we can add to our cluster.</li>
</ul>



<p>The large number of dedicated server options that <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a> makes available to its clients allows us to create <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph Clusters</a> for practically any client. We can use different CPUs depending on our needs, large amounts of RAM, large NVMe disks, dedicated 25Gbps networks for Ceph communication, the vRACK service to connect our servers, dedicated IP ranges, etc. All this allows us to cover practically the needs of any client.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="850" height="450" src="https://blog.ovhcloud.com/wp-content/uploads/2024/06/A2ScaleServers.png" alt="" class="wp-image-26896" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/06/A2ScaleServers.png 850w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/A2ScaleServers-300x159.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/A2ScaleServers-768x407.png 768w" sizes="(max-width: 850px) 100vw, 850px" /></figure>



<p><a href="https://www.ovhcloud.com/en-gb/bare-metal/scale/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"></a>OVHCloud &#8211; A2-Scale Servers</p>



<p><strong>DRP (Disaster Recovery Plan)</strong></p>



<p>A <a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">DRP</a> (Disaster Recovery Plan) is crucial to maintaining business operations in the event of disasters, guaranteeing the continuity and protection of essential data. It is very important to have a good <a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">DRP</a> to ensure the resilience of the data.</p>



<p><strong>What is a Disaster Recovery Plan?</strong></p>



<p><a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Disaster Recovery Plan</a> in IT refers to a set of strategies, policies and procedures that an organization implements to restore its critical systems and data after a catastrophic event or disaster that causes significant disruptions to operations. normal.que cause interrupciones significativas en las operaciones normales.</p>



<p>These events may include:</p>



<ul class="wp-block-list">
<li>Natural disasters: Such as earthquakes, floods, storms, etc.</li>



<li>Man-made disasters: Such as cyber attacks, infrastructure failures, acts of vandalism, etc.</li>
</ul>



<p>The goal of the <a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Disaster Recovery Plan</a> is to minimize downtime and ensure business continuity, allowing the organization to recover quickly after a disaster.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="850" height="534" src="https://blog.ovhcloud.com/wp-content/uploads/2024/06/DRP.png" alt="" class="wp-image-26897" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/06/DRP.png 850w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/DRP-300x188.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/DRP-768x482.png 768w" sizes="auto, (max-width: 850px) 100vw, 850px" /></figure>



<h3 class="wp-block-heading"><a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"></a><strong>DRP (Disaster Recovery Plan)</strong></h3>



<p>Below we will list several options, taking into account that our <a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">DRP</a> may have some of these or even a combination of all of them, depending on the level of data resilience desired. <strong>Option 1: Proxmox VE Ceph Cluster distributed in OVHcloud 3-AZ region</strong> Our partner <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a> has a service called <a href="https://www.ovhcloud.com/en-gb/bare-metal/uc-3-az-resilience/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">3-AZ region</a> thanks to which we can distribute a <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph Cluster</a> made up of dedicated servers (bare metal) between three different data centers separated by a few tens of kilometers. These data centers that make up the <a href="https://www.ovhcloud.com/en-gb/bare-metal/uc-3-az-resilience/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">3-AZ region</a> are interconnected through redundant fibers with minimal latency, thanks to which we can set up a <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph Cluster</a> distributed within said region. This provides us with great resilience of the data against incidents located in one of the data centers since our virtualization service will not be affected by it.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="850" height="246" src="https://blog.ovhcloud.com/wp-content/uploads/2024/06/3AZ.png" alt="" class="wp-image-26898" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/06/3AZ.png 850w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/3AZ-300x87.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/3AZ-768x222.png 768w" sizes="auto, (max-width: 850px) 100vw, 850px" /></figure>



<p><a href="https://www.ovhcloud.com/en-gb/bare-metal/uc-3-az-resilience/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"></a>OVHcloud &#8211; 3-AZ Region</p>



<p><strong>Option 2: Proxmox Backup Server with frequent replication</strong> Make use of a <a href="https://soltecsis.com/en/proxmox-backup-server/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox Backup Server</a> (PBS) or by means of our <a href="https://soltecsis.com/en/proxmox-backup-server/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">PBS Online service</a> in a data center (even a different country or continent) where you have a backup copy of all virtual machines, maintaining a history of various versions over time depending on the space available for copies. For those virtual machines that are more critical, you can even make more frequent copies (for example, every hour) so that if you have to activate the <a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">DRP</a>, the data loss is as little as possible. This option can be implemented using the <a href="https://soltecsis.com/en/proxmox-backup-server/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">PBS Online</a> service, the <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a> IaaS service to rent a dedicated server on which to install the <a href="https://soltecsis.com/en/proxmox-backup-server/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">PBS</a> or any other cloud service or even own facilities in which to locate the <a href="https://soltecsis.com/en/proxmox-backup-server/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">PBS</a>.</p>



<p><strong>Option 3: Ceph Replicación</strong> Create a <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph Cluster</a> identical to the production one in a data center geographically separated from the main cluster and activate <strong>Ceph replication</strong> between both clusters. This is the option with the least data loss if we compare it with option 2, but much more expensive since we have to have a cluster equal to the main cluster that we will only activate in case of disaster. This option can be implemented using the <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a> IaaS service, given that they have data centers distributed in several countries and continents. Therefore, it would be viable to host the main cluster in a data center and the replication cluster located in another country. It can also be implemented using different cloud providers and also on the customer’s premises if he has geographically separated data centers.</p>



<p><strong>Conclusion</strong></p>



<p>As we have seen throughout this article, we can create a hyperconverged virtualization infrastructure with great data resilience using the <a href="https://soltecsis.com/en/proxmox-ve/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE</a> hypervisor and dedicated <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHCloud</a> servers. A <a href="https://soltecsis.com/en/proxmox-ve-ceph-cluster/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">Proxmox VE Ceph Cluster</a> with three or more nodes located in a <a href="https://www.ovhcloud.com/en-gb/bare-metal/uc-3-az-resilience/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">3-AZ region</a> of <a href="https://www.ovhcloud.com/en-gb/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">OVHcloud</a>, in combination with a <a href="https://soltecsis.com/en/proxmox-backup-server/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">PBS</a> (Proxmox Backup Server) hosted in a different data center and country is a highly available solution, with high scalability and with great data resilience. If we also add an identical cluster in another data center outside the <a href="https://www.ovhcloud.com/en-gb/bare-metal/uc-3-az-resilience/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">3-AZ region</a> with real-time Ceph replication, we can have a <a href="https://soltecsis.com/en/disaster-recovery-plan-drp/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer">DRP</a> (Disaster Recovery Plan) that allows rapid disaster recovery.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="850" height="596" src="https://blog.ovhcloud.com/wp-content/uploads/2024/06/Proxmox2.png" alt="" class="wp-image-26899" srcset="https://blog.ovhcloud.com/wp-content/uploads/2024/06/Proxmox2.png 850w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/Proxmox2-300x210.png 300w, https://blog.ovhcloud.com/wp-content/uploads/2024/06/Proxmox2-768x539.png 768w" sizes="auto, (max-width: 850px) 100vw, 850px" /></figure>



<p><a href="https://soltecsis.com/en/proxmox-ve/" data-wpel-link="external" target="_blank" rel="nofollow external noopener noreferrer"></a>&nbsp;</p>
<img loading="lazy" decoding="async" src="//blog.ovhcloud.com/wp-content/plugins/matomo/app/matomo.php?idsite=1&amp;rec=1&amp;url=https%3A%2F%2Fblog.ovhcloud.com%2Fovh-proxmox-drp-servers%2F&amp;action_name=Proxmox%20VE%20Ceph%20cluster%20and%20DRP%20using%20OVHcloud%20dedicated%20servers&amp;urlref=https%3A%2F%2Fblog.ovhcloud.com%2Ffeed%2F" style="border:0;width:0;height:0" width="0" height="0" alt="" />]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
