brand changes have been done
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Bootable versus non-bootable volumes on 3Engines Cloud[🔗](#bootable-versus-non-bootable-volumes-on-brand-name "Permalink to this headline")
|
||||
Bootable versus non-bootable volumes on connectVM Cloud[🔗](#bootable-versus-non-bootable-volumes-on-brand-name "Permalink to this headline")
|
||||
=============================================================================================================================================
|
||||
|
||||
Each volume has an indicator called **bootable** which shows whether an operating system can be booted from it or not. That indicator can be set up manually at any time. If you set it up on a volume that does not contain a bootable operating system and later try to boot a VM from it, you will see an error as a response.
|
||||
@ -6,7 +6,7 @@ Each volume has an indicator called **bootable** which shows whether an operatin
|
||||
In this article we will
|
||||
|
||||
> * explain practical differences between **bootable** and **non-bootable** volumes and
|
||||
> * provide procedures in Horizon and 3Engines CLI to check whether the volume **bootable** or not.
|
||||
> * provide procedures in Horizon and connectVM CLI to check whether the volume **bootable** or not.
|
||||
|
||||
Bootable vs. non-bootable volumes[🔗](#bootable-vs-non-bootable-volumes "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------------------
|
||||
@ -30,7 +30,7 @@ What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this
|
||||
---------------------------------------------------------------------------------------
|
||||
|
||||
> * Which volumes appear when creating a virtual machine using Horizon dashboard?
|
||||
> * Attempting to create a virtual machine from non-bootable volume using 3Engines CLI
|
||||
> * Attempting to create a virtual machine from non-bootable volume using connectVM CLI
|
||||
> * Checking whether a volume is bootable
|
||||
> * Checking whether a volume snapshot was created from a bootable volume
|
||||
> * Modifying bootable status of a volume
|
||||
@ -41,8 +41,8 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://3engine.rootxwire.com/>.
|
||||
You need a connectVM Cloud hosting account with access to the Horizon interface: <https://console.connectvm.com/>.
|
||||
|
||||
No. 2 **3Engines CLI client operational**
|
||||
No. 2 **connectVM CLI client operational**
|
||||
|
||||
We assume you are familiar with 3Engines CLI client. If not, here are some articles to get you started:
|
||||
We assume you are familiar with connectVM CLI client. If not, here are some articles to get you started:
|
||||
@ -1,10 +0,0 @@
|
||||
Ephemeral vs Persistent storage option Create New Volume on 3Engines Cloud[🔗](#ephemeral-vs-persistent-storage-option-create-new-volume-on-brand-name "Permalink to this headline")
|
||||
=====================================================================================================================================================================================
|
||||
|
||||
Volumes created in the **Volumes > Volumes** section are *persistent* storage. They can be attached to a virtual machine and then reattached to a different one. They survive the removal of the virtual machine to which they are connected. You can also clone them, which is a simple way of creating a backup. However, if you copy them, you might also be interested in [Volume snapshot inheritance and its consequences on 3Engines Cloud](Volume-snapshot-inheritance-and-its-consequences-on-3Engines-Cloud.html.md).
|
||||
|
||||
If you follow the instructions in this article: [VM created with option Create New Volume Yes on 3Engines Cloud](../cloud/VM-created-with-option-Create-New-Volume-Yes-on-3Engines-Cloud.html.md) and set **Delete Volume on Instance Delete** to **No**, the boot drive of such virtual machine will also be persistent storage. You can, for example, use this feature to perform various tests and experiments.
|
||||
|
||||
If you do not need persistent storage, use *ephemeral* storage. It cannot be reattached to a different machine and will be removed if the machine is removed. See the article [VM created with option Create New Volume No on 3Engines Cloud](../cloud/VM-created-with-option-Create-New-Volume-No-on-3Engines-Cloud.html.md) on how to create a virtual machine with this type of storage.
|
||||
|
||||
You may find more information regarding this topic in [the official 3Engines documentation on design storage concepts](https://docs.3Engines.org/arch-design/design-storage/design-storage-concepts.html.md).
|
||||
@ -0,0 +1,10 @@
|
||||
Ephemeral vs Persistent storage option Create New Volume on connectVM Cloud[🔗](#ephemeral-vs-persistent-storage-option-create-new-volume-on-brand-name "Permalink to this headline")
|
||||
=====================================================================================================================================================================================
|
||||
|
||||
Volumes created in the **Volumes > Volumes** section are *persistent* storage. They can be attached to a virtual machine and then reattached to a different one. They survive the removal of the virtual machine to which they are connected. You can also clone them, which is a simple way of creating a backup. However, if you copy them, you might also be interested in [Volume snapshot inheritance and its consequences on connectVM Cloud](Volume-snapshot-inheritance-and-its-consequences-on-connectVM-Cloud.html.md).
|
||||
|
||||
If you follow the instructions in this article: [VM created with option Create New Volume Yes on connectVM Cloud](../cloud/VM-created-with-option-Create-New-Volume-Yes-on-connectVM-Cloud.html.md) and set **Delete Volume on Instance Delete** to **No**, the boot drive of such virtual machine will also be persistent storage. You can, for example, use this feature to perform various tests and experiments.
|
||||
|
||||
If you do not need persistent storage, use *ephemeral* storage. It cannot be reattached to a different machine and will be removed if the machine is removed. See the article [VM created with option Create New Volume No on connectVM Cloud](../cloud/VM-created-with-option-Create-New-Volume-No-on-connectVM-Cloud.html.md) on how to create a virtual machine with this type of storage.
|
||||
|
||||
You may find more information regarding this topic in [the official connectVM documentation on design storage concepts](https://docs.connectVM.org/arch-design/design-storage/design-storage-concepts.html.md).
|
||||
@ -1,4 +1,4 @@
|
||||
How To Attach Volume To Windows VM On 3Engines Cloud[🔗](#how-to-attach-volume-to-windows-vm-on-brand-name "Permalink to this headline")
|
||||
How To Attach Volume To Windows VM On connectVM Cloud[🔗](#how-to-attach-volume-to-windows-vm-on-brand-name "Permalink to this headline")
|
||||
=========================================================================================================================================
|
||||
|
||||
In this tutorial, you will attach a volume to your Windows virtual machine. It increases the storage available for your files.
|
||||
@ -15,16 +15,16 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://3engine.rootxwire.com/>.
|
||||
You need a connectVM Cloud hosting account with Horizon interface <https://console.connectvm.com/>.
|
||||
|
||||
No. 2 **Windows VM**
|
||||
|
||||
You must operate a Microsoft Windows virtual machine running on 3Engines Cloud cloud. You can access it using the webconsole ([How to access the VM from 3Engines console on 3Engines Cloud](../cloud/How-to-access-the-VM-from-3Engines-console-on-3Engines-Cloud.html.md)) or through RDP. If you are using RDP, we strongly recommend using a bastion host for your security: [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on 3Engines Cloud](../windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-3Engines-Cloud.html.md).
|
||||
You must operate a Microsoft Windows virtual machine running on connectVM Cloud cloud. You can access it using the webconsole ([How to access the VM from connectVM console on connectVM Cloud](../cloud/How-to-access-the-VM-from-connectVM-console-on-connectVM-Cloud.html.md)) or through RDP. If you are using RDP, we strongly recommend using a bastion host for your security: [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on connectVM Cloud](../windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-connectVM-Cloud.html.md).
|
||||
|
||||
Step 1: Create a New Volume[🔗](#step-1-create-a-new-volume "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------
|
||||
|
||||
Login to the Horizon panel available at <https://3engine.rootxwire.com/>.
|
||||
Login to the Horizon panel available at <https://console.connectvm.com/>.
|
||||
|
||||
Go to the section **Volumes -> Volumes**:
|
||||
|
||||
@ -143,4 +143,4 @@ What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
|
||||
Once you have gathered some data on your volume, you can create its backup, as explained in this article:
|
||||
|
||||
[How to Create Backup of Your Volume From Windows Machine on 3Engines Cloud](How-To-Create-Backup-Of-Your-Volume-From-Windows-Machine-on-3Engines-Cloud.html.md)
|
||||
[How to Create Backup of Your Volume From Windows Machine on connectVM Cloud](How-To-Create-Backup-Of-Your-Volume-From-Windows-Machine-on-connectVM-Cloud.html.md)
|
||||
@ -1,7 +1,7 @@
|
||||
How to Create Backup of Your Volume From Windows Machine on 3Engines Cloud[🔗](#how-to-create-backup-of-your-volume-from-windows-machine-on-brand-name "Permalink to this headline")
|
||||
How to Create Backup of Your Volume From Windows Machine on connectVM Cloud[🔗](#how-to-create-backup-of-your-volume-from-windows-machine-on-brand-name "Permalink to this headline")
|
||||
=====================================================================================================================================================================================
|
||||
|
||||
In this tutorial you will learn how create a backup of your volume on 3Engines Cloud cloud. It allows you to save its state at a certain point in time and, for example, perform some experiments on it. You can then restore the volume to its previous state if you are unhappy with the results.
|
||||
In this tutorial you will learn how create a backup of your volume on connectVM Cloud cloud. It allows you to save its state at a certain point in time and, for example, perform some experiments on it. You can then restore the volume to its previous state if you are unhappy with the results.
|
||||
|
||||
Those backups are stored using object storage. Restoring a backup will delete all data added to a volume after backup was created.
|
||||
|
||||
@ -18,11 +18,11 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Account**
|
||||
|
||||
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://3engine.rootxwire.com/>.
|
||||
You need a connectVM Cloud hosting account with access to the Horizon interface: <https://console.connectvm.com/>.
|
||||
|
||||
No. 2 **Windows VM**
|
||||
|
||||
You must operate a Microsoft Windows virtual machine running on 3Engines Cloud cloud. You can access it using the webconsole ([How to access the VM from 3Engines console on 3Engines Cloud](../cloud/How-to-access-the-VM-from-3Engines-console-on-3Engines-Cloud.html.md)) or through RDP. If you are using RDP, we strongly recommend using a bastion host for your security: [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on 3Engines Cloud](../windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-3Engines-Cloud.html.md).
|
||||
You must operate a Microsoft Windows virtual machine running on connectVM Cloud cloud. You can access it using the webconsole ([How to access the VM from connectVM console on connectVM Cloud](../cloud/How-to-access-the-VM-from-connectVM-console-on-connectVM-Cloud.html.md)) or through RDP. If you are using RDP, we strongly recommend using a bastion host for your security: [Connecting to a Windows VM via RDP through a Linux bastion host port forwarding on connectVM Cloud](../windows/Connecting-to-a-Windows-VM-via-RDP-through-a-Linux-bastion-host-port-forwarding-on-connectVM-Cloud.html.md).
|
||||
|
||||
No. 3 **Volume**
|
||||
|
||||
@ -55,7 +55,7 @@ If you receive the following warning:
|
||||
|
||||
make sure that the removal does not break your workflow and click **Yes**.
|
||||
|
||||
Shut down the virtual machine and return to the Horizon dashboard: <https://3engine.rootxwire.com/>
|
||||
Shut down the virtual machine and return to the Horizon dashboard: <https://console.connectvm.com/>
|
||||
|
||||
Go to **Volumes** > **Volumes**. You should see your volume there:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How many objects can I put into Object Storage container bucket on 3Engines Cloud[🔗](#how-many-objects-can-i-put-into-object-storage-container-bucket-on-brand-name "Permalink to this headline")
|
||||
How many objects can I put into Object Storage container bucket on connectVM Cloud[🔗](#how-many-objects-can-i-put-into-object-storage-container-bucket-on-brand-name "Permalink to this headline")
|
||||
===================================================================================================================================================================================================
|
||||
|
||||
It is highly advisable to put no more than 1 million (1 000 000) objects into one bucket (container). Having more objects makes listing of them very inefficient. We suggest to create many buckets with a small amount of objects instead of a small amount of buckets with many objects.
|
||||
@ -1,11 +1,11 @@
|
||||
How to attach a volume to VM less than 2TB on Linux on 3Engines Cloud[🔗](#how-to-attach-a-volume-to-vm-less-than-2tb-on-linux-on-brand-name "Permalink to this headline")
|
||||
How to attach a volume to VM less than 2TB on Linux on connectVM Cloud[🔗](#how-to-attach-a-volume-to-vm-less-than-2tb-on-linux-on-brand-name "Permalink to this headline")
|
||||
===========================================================================================================================================================================
|
||||
|
||||
In this tutorial, you will create a volume which is smaller than 2 TB. Then, you will attach it to a VM and format it in the appropriate way.
|
||||
|
||||
Note
|
||||
|
||||
If you want to create and attach a volume that has more than 2 TB of storage, you will need to use different software for its formatting. If this is the case, please visit the following article instead: [How to attach a volume to VM more than 2TB on Linux on 3Engines Cloud](How-to-attach-a-volume-to-VM-more-than-2TB-on-Linux-on-3Engines-Cloud.html.md).
|
||||
If you want to create and attach a volume that has more than 2 TB of storage, you will need to use different software for its formatting. If this is the case, please visit the following article instead: [How to attach a volume to VM more than 2TB on Linux on connectVM Cloud](How-to-attach-a-volume-to-VM-more-than-2TB-on-Linux-on-connectVM-Cloud.html.md).
|
||||
|
||||
What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this headline")
|
||||
---------------------------------------------------------------------------------------
|
||||
@ -19,17 +19,17 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://3engine.rootxwire.com/>.
|
||||
You need a connectVM Cloud hosting account with Horizon interface <https://console.connectvm.com/>.
|
||||
|
||||
No. 2 Linux VM running on the 3Engines Cloud cloud
|
||||
No. 2 Linux VM running on the connectVM Cloud cloud
|
||||
|
||||
Instructions for creating and accessing a Linux VM using default images can be found here:
|
||||
|
||||
[How to create a Linux VM and access it from Linux command line on 3Engines Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-3Engines-Cloud.html.md)
|
||||
[How to create a Linux VM and access it from Linux command line on connectVM Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-connectVM-Cloud.html.md)
|
||||
|
||||
or here:
|
||||
|
||||
[How to create a Linux VM and access it from Windows desktop on 3Engines Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-3Engines-Cloud.html.md).
|
||||
[How to create a Linux VM and access it from Windows desktop on connectVM Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-connectVM-Cloud.html.md).
|
||||
|
||||
The instructions included in this article are designed for Ubuntu 22.04 LTS.
|
||||
|
||||
@ -39,12 +39,12 @@ You will need basic knowledge of the Linux command line.
|
||||
|
||||
No. 4 **SSH access to the VM**
|
||||
|
||||
[How to connect to your virtual machine via SSH in Linux on 3Engines Cloud](../networking/How-to-connect-to-your-virtual-machine-via-SSH-in-Linux-on-3Engines-Cloud.html.md).
|
||||
[How to connect to your virtual machine via SSH in Linux on connectVM Cloud](../networking/How-to-connect-to-your-virtual-machine-via-SSH-in-Linux-on-connectVM-Cloud.html.md).
|
||||
|
||||
Step 1: Create a Volume[🔗](#step-1-create-a-volume "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Login to the Horizon panel available at <https://3engine.rootxwire.com/>.
|
||||
Login to the Horizon panel available at <https://console.connectvm.com/>.
|
||||
|
||||
Go to the section **Volumes -> Volumes**:
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
How to attach a volume to VM more than 2TB on Linux on 3Engines Cloud[🔗](#how-to-attach-a-volume-to-vm-more-than-2tb-on-linux-on-brand-name "Permalink to this headline")
|
||||
How to attach a volume to VM more than 2TB on Linux on connectVM Cloud[🔗](#how-to-attach-a-volume-to-vm-more-than-2tb-on-linux-on-brand-name "Permalink to this headline")
|
||||
===========================================================================================================================================================================
|
||||
|
||||
In this tutorial, you will create a volume which is larger than 2 TB. Then, you will attach it to a VM and format it in the appropriate way.
|
||||
|
||||
Note
|
||||
|
||||
If you want to create and attach a volume that has less than 2 TB of storage, you will need to use different software for its formatting. If this is the case, please visit the following article instead: [How to attach a volume to VM less than 2TB on Linux on 3Engines Cloud](How-to-attach-a-volume-to-VM-less-than-2TB-on-Linux-on-3Engines-Cloud.html.md).
|
||||
If you want to create and attach a volume that has less than 2 TB of storage, you will need to use different software for its formatting. If this is the case, please visit the following article instead: [How to attach a volume to VM less than 2TB on Linux on connectVM Cloud](How-to-attach-a-volume-to-VM-less-than-2TB-on-Linux-on-connectVM-Cloud.html.md).
|
||||
|
||||
What We Are Going To Cover[🔗](#what-we-are-going-to-cover "Permalink to this headline")
|
||||
---------------------------------------------------------------------------------------
|
||||
@ -19,15 +19,15 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://3engine.rootxwire.com/>.
|
||||
You need a connectVM Cloud hosting account with Horizon interface <https://console.connectvm.com/>.
|
||||
|
||||
No. 2 Linux VM running on 3Engines Cloud cloud
|
||||
No. 2 Linux VM running on connectVM Cloud cloud
|
||||
|
||||
Instructions for creating and accessing a Linux VM using default images can be found here:
|
||||
|
||||
[How to create a Linux VM and access it from Linux command line on 3Engines Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-3Engines-Cloud.html.md) or here:
|
||||
[How to create a Linux VM and access it from Linux command line on connectVM Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-connectVM-Cloud.html.md) or here:
|
||||
|
||||
[How to create a Linux VM and access it from Windows desktop on 3Engines Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-3Engines-Cloud.html.md).
|
||||
[How to create a Linux VM and access it from Windows desktop on connectVM Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-connectVM-Cloud.html.md).
|
||||
|
||||
The instructions included in this article are designed for Ubuntu 20.04 LTS.
|
||||
|
||||
@ -37,12 +37,12 @@ You will need basic knowledge of the Linux command line.
|
||||
|
||||
No. 4 **SSH access to the VM**
|
||||
|
||||
[How to connect to your virtual machine via SSH in Linux on 3Engines Cloud](../networking/How-to-connect-to-your-virtual-machine-via-SSH-in-Linux-on-3Engines-Cloud.html.md).
|
||||
[How to connect to your virtual machine via SSH in Linux on connectVM Cloud](../networking/How-to-connect-to-your-virtual-machine-via-SSH-in-Linux-on-connectVM-Cloud.html.md).
|
||||
|
||||
Step 1: Create a Volume[🔗](#step-1-create-a-volume "Permalink to this headline")
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Login to the Horizon panel available at <https://3engine.rootxwire.com/>.
|
||||
Login to the Horizon panel available at <https://console.connectvm.com/>.
|
||||
|
||||
Go to the section **Volumes -> Volumes**:
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
How to create or delete volume snapshot on 3Engines Cloud[🔗](#how-to-create-or-delete-volume-snapshot-on-brand-name "Permalink to this headline")
|
||||
How to create or delete volume snapshot on connectVM Cloud[🔗](#how-to-create-or-delete-volume-snapshot-on-brand-name "Permalink to this headline")
|
||||
===================================================================================================================================================
|
||||
|
||||
Volume snapshot allows you to save the state of volume at a specific point in time. Here is how to create or delete volume snapshot using Horizon dashboard or 3Engines CLI client.
|
||||
Volume snapshot allows you to save the state of volume at a specific point in time. Here is how to create or delete volume snapshot using Horizon dashboard or connectVM CLI client.
|
||||
|
||||
Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
-------------------------------------------------------------
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a 3Engines Cloud hosting account with access to Horizon interface: <https://3engine.rootxwire.com/>
|
||||
You need a connectVM Cloud hosting account with access to Horizon interface: <https://console.connectvm.com/>
|
||||
|
||||
No. 2 **A volume**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to create volume Snapshot and attach as Volume on Linux or Windows on 3Engines Cloud[🔗](#how-to-create-volume-snapshot-and-attach-as-volume-on-linux-or-windows-on-brand-name "Permalink to this headline")
|
||||
How to create volume Snapshot and attach as Volume on Linux or Windows on connectVM Cloud[🔗](#how-to-create-volume-snapshot-and-attach-as-volume-on-linux-or-windows-on-brand-name "Permalink to this headline")
|
||||
=================================================================================================================================================================================================================
|
||||
|
||||
To create a snapshot of a Volume:
|
||||
@ -1,4 +1,4 @@
|
||||
How to export a volume over NFS on 3Engines Cloud[🔗](#how-to-export-a-volume-over-nfs-on-brand-name "Permalink to this headline")
|
||||
How to export a volume over NFS on connectVM Cloud[🔗](#how-to-export-a-volume-over-nfs-on-brand-name "Permalink to this headline")
|
||||
===================================================================================================================================
|
||||
|
||||
**Server configuration**
|
||||
@ -104,7 +104,7 @@ sudo systemctl restart nfs-kernel-server
|
||||
|
||||
**IT IS NECESSARY TO OPEN THE PORT 2049 IN A SECURITY GROUP!**
|
||||
|
||||
(The FAQ about opening ports in a security group is available at [How can I open new ports for http for my service or instance on 3Engines Cloud](../networking/How-can-I-open-new-ports-port-80-for-http-for-my-service-or-instance-on-3Engines-Cloud.html.md))
|
||||
(The FAQ about opening ports in a security group is available at [How can I open new ports for http for my service or instance on connectVM Cloud](../networking/How-can-I-open-new-ports-port-80-for-http-for-my-service-or-instance-on-connectVM-Cloud.html.md))
|
||||
|
||||
**Client Configuration**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to export a volume over NFS outside of a project on 3Engines Cloud[🔗](#how-to-export-a-volume-over-nfs-outside-of-a-project-on-brand-name "Permalink to this headline")
|
||||
How to export a volume over NFS outside of a project on connectVM Cloud[🔗](#how-to-export-a-volume-over-nfs-outside-of-a-project-on-brand-name "Permalink to this headline")
|
||||
=============================================================================================================================================================================
|
||||
|
||||
**Prerequisites**
|
||||
@ -47,7 +47,7 @@ eouser@host:~$ sudo service nfs-kernel-server start
|
||||
|
||||
```
|
||||
|
||||
Now go to <https://3engine.rootxwire.com//project/security_groups/>
|
||||
Now go to <https://console.connectvm.com//project/security_groups/>
|
||||
|
||||
Create new security group.
|
||||
|
||||
@ -73,7 +73,7 @@ CIDR: 64.225.128.2
|
||||
|
||||
Click “Add”
|
||||
|
||||
Go to <https://3engine.rootxwire.com//project/instances/>
|
||||
Go to <https://console.connectvm.com//project/instances/>
|
||||
|
||||
From the drop-down menu on the right of the “Host” instance, choose “Edit Security Groups”.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to extend the volume in Linux on 3Engines Cloud[🔗](#how-to-extend-the-volume-in-linux-on-brand-name "Permalink to this headline")
|
||||
How to extend the volume in Linux on connectVM Cloud[🔗](#how-to-extend-the-volume-in-linux-on-brand-name "Permalink to this headline")
|
||||
=======================================================================================================================================
|
||||
|
||||
It is possible to extend a Volume from the Horizon dashboard.
|
||||
@ -11,9 +11,9 @@ Warning
|
||||
|
||||
Warning
|
||||
|
||||
2. If you have a volume < 2TB and you want to extend it above 2TB, please do not follow below instructions. Instead please create a new volume, format it according to another article: [How to attach a volume to VM more than 2TB on Linux on 3Engines Cloud](How-to-attach-a-volume-to-VM-more-than-2TB-on-Linux-on-3Engines-Cloud.html.md), attach it to the VM, copy the data from the old volume to the new one, check if it is fully copied, detach and delete the old volume.
|
||||
2. If you have a volume < 2TB and you want to extend it above 2TB, please do not follow below instructions. Instead please create a new volume, format it according to another article: [How to attach a volume to VM more than 2TB on Linux on connectVM Cloud](How-to-attach-a-volume-to-VM-more-than-2TB-on-Linux-on-connectVM-Cloud.html.md), attach it to the VM, copy the data from the old volume to the new one, check if it is fully copied, detach and delete the old volume.
|
||||
|
||||
You may use following guide to backup the volume: [How to create volume Snapshot and attach as Volume on Linux or Windows on 3Engines Cloud](How-to-create-volume-Snapshot-and-attach-as-Volume-on-Linux-or-Windows-on-3Engines-Cloud.html.md)
|
||||
You may use following guide to backup the volume: [How to create volume Snapshot and attach as Volume on Linux or Windows on connectVM Cloud](How-to-create-volume-Snapshot-and-attach-as-Volume-on-Linux-or-Windows-on-connectVM-Cloud.html.md)
|
||||
|
||||
**Resizing the volume:**
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
How to mount object storage in Linux on 3Engines Cloud[🔗](#how-to-mount-object-storage-in-linux-on-brand-name "Permalink to this headline")
|
||||
How to mount object storage in Linux on connectVM Cloud[🔗](#how-to-mount-object-storage-in-linux-on-brand-name "Permalink to this headline")
|
||||
=============================================================================================================================================
|
||||
|
||||
S3 is a protocol for storing and retrieving data on and from remote servers. The user has their own S3 account and is identified by a pair of identifiers, which are called Access Key and Secret Key. These keys act as a username and password for your S3 account.
|
||||
@ -10,15 +10,15 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
Prerequisite No. 1 **Hosting**
|
||||
|
||||
To use s3 protocol, you need a 3Engines Cloud hosting account. It comes with graphical user interface called Horizon: <https://3engine.rootxwire.com/> but you can also use s3 commands from terminal in various operating systems.
|
||||
To use s3 protocol, you need a connectVM Cloud hosting account. It comes with graphical user interface called Horizon: <https://console.connectvm.com/> but you can also use s3 commands from terminal in various operating systems.
|
||||
|
||||
Prerequisite No. 2 **Valid EC2 credentials**
|
||||
|
||||
The Access Key and Secret Key for access to an s3 account are also called the “EC2 credentials”. See article
|
||||
|
||||
[How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md)
|
||||
[How to generate and manage EC2 credentials on connectVM Cloud](../cloud/How-to-generate-ec2-credentials-on-connectVM-Cloud.html.md)
|
||||
|
||||
At this point, you should have access to the cloud environment, using the 3Engines CLI client. It means that the command **3Engines** is operational.
|
||||
At this point, you should have access to the cloud environment, using the connectVM CLI client. It means that the command **connectVM** is operational.
|
||||
|
||||
Check your credentials and save them in a file[🔗](#check-your-credentials-and-save-them-in-a-file "Permalink to this headline")
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
@ -26,7 +26,7 @@ Check your credentials and save them in a file[🔗](#check-your-credentials-and
|
||||
Check your credentials with the following command:
|
||||
|
||||
```
|
||||
3Engines ec2 credentials list
|
||||
connectVM ec2 credentials list
|
||||
|
||||
```
|
||||
|
||||
@ -63,7 +63,7 @@ sudo nano /etc/fuse.conf
|
||||
Now you are ready to mount your object storage to your Linux system. The command looks like:
|
||||
|
||||
```
|
||||
s3fs w-container-1 /local/mount/point - passwd_file=~/.passwd-s3fs -o url=https://s3.waw3-1.3Engines.com -o use_path_request_style -o umask=0002 -o allow_other
|
||||
s3fs w-container-1 /local/mount/point - passwd_file=~/.passwd-s3fs -o url=https://s3.waw3-1.connectVM.com -o use_path_request_style -o umask=0002 -o allow_other
|
||||
|
||||
```
|
||||
|
||||
@ -72,4 +72,4 @@ What To Do Next[🔗](#what-to-do-next "Permalink to this headline")
|
||||
|
||||
If you want to access s3 files without mounting to the local computer, use command **s3cmd**.
|
||||
|
||||
[How to access private object storage using S3cmd or boto3 on 3Engines Cloud](../s3/How-to-access-private-object-storage-using-S3cmd-or-boto3-on-3Engines-Cloud.html.md)
|
||||
[How to access private object storage using S3cmd or boto3 on connectVM Cloud](../s3/How-to-access-private-object-storage-using-S3cmd-or-boto3-on-connectVM-Cloud.html.md)
|
||||
@ -1,4 +1,4 @@
|
||||
How to move data volume between two VMs using 3Engines Horizon on 3Engines Cloud[🔗](#how-to-move-data-volume-between-two-vms-using-3Engines-horizon-on-brand-name "Permalink to this headline")
|
||||
How to move data volume between two VMs using connectVM Horizon on connectVM Cloud[🔗](#how-to-move-data-volume-between-two-vms-using-connectVM-horizon-on-brand-name "Permalink to this headline")
|
||||
===================================================================================================================================================================================================
|
||||
|
||||
Volumes are used to store data and those data can be accessed from a virtual machine to which the volume is attached. To access data stored on a volume from another virtual machine, you need to disconnect that volume from virtual machine to which it is currently connected, and connect it to another instance.
|
||||
@ -10,7 +10,7 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a 3Engines Cloud hosting account with Horizon interface <https://3engine.rootxwire.com/>.
|
||||
You need a connectVM Cloud hosting account with Horizon interface <https://console.connectvm.com/>.
|
||||
|
||||
No. 2 **Source virtual machine and volume**
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
How to restore volume from snapshot on 3Engines Cloud[🔗](#how-to-restore-volume-from-snapshot-on-brand-name "Permalink to this headline")
|
||||
How to restore volume from snapshot on connectVM Cloud[🔗](#how-to-restore-volume-from-snapshot-on-brand-name "Permalink to this headline")
|
||||
===========================================================================================================================================
|
||||
|
||||
In this article, you will learn how to restore volume from volume snapshot using Horizon dashboard or 3Engines CLI client.
|
||||
In this article, you will learn how to restore volume from volume snapshot using Horizon dashboard or connectVM CLI client.
|
||||
|
||||
This can be achieved by creating a new volume from existing snapshot. You can then delete the previous snapshot and, optionally, previous volume.
|
||||
|
||||
@ -10,12 +10,12 @@ Prerequisites[🔗](#prerequisites "Permalink to this headline")
|
||||
|
||||
No. 1 **Hosting**
|
||||
|
||||
You need a 3Engines Cloud hosting account with access to Horizon interface: <https://3engine.rootxwire.com/>
|
||||
You need a connectVM Cloud hosting account with access to Horizon interface: <https://console.connectvm.com/>
|
||||
|
||||
No. 2 **A volume snapshot**
|
||||
|
||||
You need to have a volume snapshot which you want to restore.
|
||||
|
||||
No. 3 **3Engines CLI client**
|
||||
No. 3 **connectVM CLI client**
|
||||
|
||||
If you want to interact with 3Engines Cloud cloud using the 3Engines CLI client, you need to have it installed. Check one of these articles:
|
||||
If you want to interact with connectVM Cloud cloud using the connectVM CLI client, you need to have it installed. Check one of these articles:
|
||||
@ -1,4 +1,4 @@
|
||||
Volume snapshot inheritance and its consequences on 3Engines Cloud[🔗](#volume-snapshot-inheritance-and-its-consequences-on-brand-name "Permalink to this headline")
|
||||
Volume snapshot inheritance and its consequences on connectVM Cloud[🔗](#volume-snapshot-inheritance-and-its-consequences-on-brand-name "Permalink to this headline")
|
||||
=====================================================================================================================================================================
|
||||
|
||||
Performing a volume snapshot is a common form of securing your data against loss.
|
||||
@ -13,7 +13,7 @@ Next we create an “SA” snapshot from the “VA” volume.
|
||||
|
||||

|
||||
|
||||
From the 3Engines dashboard we can create new volumes “Volume B” and “Volume C” based on the previously created snapshot “Snapshot A”.
|
||||
From the connectVM dashboard we can create new volumes “Volume B” and “Volume C” based on the previously created snapshot “Snapshot A”.
|
||||
|
||||

|
||||
|
||||
@ -33,4 +33,4 @@ To delete a volume from which snapshots volumes were created, we must also delet
|
||||
|
||||
In conclusion, when creating new volumes from a snapshot, remember about inheritance. Snapshot “Snapshot A” is a parent for the volumes (children) “Volume B” and “Volume C” and if we want to delete the volume “Volume A”, we have to do it from the youngest generation (Volume B and Volume C).
|
||||
|
||||
Backups are another solution and they do not create such bonds as snapshots and may exist even after the volume from which the backup was created has been deleted. Please see [How to Backup an Instance and Download it to the Desktop on 3Engines Cloud 3Engines Hosting](../3Enginescli/How-to-backup-an-instance-and-download-it-to-the-desktop-on-3Engines-Cloud.html.md).
|
||||
Backups are another solution and they do not create such bonds as snapshots and may exist even after the volume from which the backup was created has been deleted. Please see [How to Backup an Instance and Download it to the Desktop on connectVM Cloud connectVM Hosting](../connectVMcli/How-to-backup-an-instance-and-download-it-to-the-desktop-on-connectVM-Cloud.html.md).
|
||||
@ -2,19 +2,19 @@
|
||||
|
||||
## Available Documentation
|
||||
|
||||
* [How to attach a volume to VM less than 2TB on Linux on 3Engines Cloud](How-to-attach-a-volume-to-VM-less-than-2TB-on-Linux-on-3Engines-Cloud.html.md)
|
||||
* [How to attach a volume to VM more than 2TB on Linux on 3Engines Cloud](How-to-attach-a-volume-to-VM-more-than-2TB-on-Linux-on-3Engines-Cloud.html.md)
|
||||
* [Ephemeral vs Persistent storage option Create New Volume on 3Engines Cloud](Ephemeral-vs-Persistent-storage-option-Create-New-Volume-on-3Engines-Cloud.html.md)
|
||||
* [How to export a volume over NFS on 3Engines Cloud](How-to-export-a-volume-over-NFS-on-3Engines-Cloud.html.md)
|
||||
* [How to export a volume over NFS outside of a project on 3Engines Cloud](How-to-export-a-volume-over-NFS-outside-of-a-project-on-3Engines-Cloud.html.md)
|
||||
* [How to extend the volume in Linux on 3Engines Cloud](How-to-extend-the-volume-in-Linux-on-3Engines-Cloud.html.md)
|
||||
* [How to mount object storage in Linux on 3Engines Cloud](How-to-mount-object-storage-in-Linux-on-3Engines-Cloud.html.md)
|
||||
* [How to move data volume between two VMs using 3Engines Horizon on 3Engines Cloud](How-to-move-data-volume-between-two-VMs-using-3Engines-Horizon-on-3Engines-Cloud.html.md)
|
||||
* [How many objects can I put into Object Storage container bucket on 3Engines Cloud](How-many-objects-can-I-put-into-Object-Storage-container-bucket-on-3Engines-Cloud.html.md)
|
||||
* [How to create volume Snapshot and attach as Volume on Linux or Windows on 3Engines Cloud](How-to-create-volume-Snapshot-and-attach-as-Volume-on-Linux-or-Windows-on-3Engines-Cloud.html.md)
|
||||
* [Volume snapshot inheritance and its consequences on 3Engines Cloud](Volume-snapshot-inheritance-and-its-consequences-on-3Engines-Cloud.html.md)
|
||||
* [How to Create Backup of Your Volume From Windows Machine on 3Engines Cloud](How-To-Create-Backup-Of-Your-Volume-From-Windows-Machine-on-3Engines-Cloud.html.md)
|
||||
* [How To Attach Volume To Windows VM On 3Engines Cloud](How-To-Attach-Volume-To-Windows-VM-On-3Engines-Cloud.html.md)
|
||||
* [How to create or delete volume snapshot on 3Engines Cloud](How-to-create-or-delete-volume-snapshot-on-3Engines-Cloud.html.md)
|
||||
* [How to restore volume from snapshot on 3Engines Cloud](How-to-restore-volume-from-snapshot-on-3Engines-Cloud.html.md)
|
||||
* [Bootable versus non-bootable volumes on 3Engines Cloud](Bootable-versus-non-bootable-volumes-on-3Engines-Cloud.html.md)
|
||||
* [How to attach a volume to VM less than 2TB on Linux on connectVM Cloud](How-to-attach-a-volume-to-VM-less-than-2TB-on-Linux-on-connectVM-Cloud.html.md)
|
||||
* [How to attach a volume to VM more than 2TB on Linux on connectVM Cloud](How-to-attach-a-volume-to-VM-more-than-2TB-on-Linux-on-connectVM-Cloud.html.md)
|
||||
* [Ephemeral vs Persistent storage option Create New Volume on connectVM Cloud](Ephemeral-vs-Persistent-storage-option-Create-New-Volume-on-connectVM-Cloud.html.md)
|
||||
* [How to export a volume over NFS on connectVM Cloud](How-to-export-a-volume-over-NFS-on-connectVM-Cloud.html.md)
|
||||
* [How to export a volume over NFS outside of a project on connectVM Cloud](How-to-export-a-volume-over-NFS-outside-of-a-project-on-connectVM-Cloud.html.md)
|
||||
* [How to extend the volume in Linux on connectVM Cloud](How-to-extend-the-volume-in-Linux-on-connectVM-Cloud.html.md)
|
||||
* [How to mount object storage in Linux on connectVM Cloud](How-to-mount-object-storage-in-Linux-on-connectVM-Cloud.html.md)
|
||||
* [How to move data volume between two VMs using connectVM Horizon on connectVM Cloud](How-to-move-data-volume-between-two-VMs-using-connectVM-Horizon-on-connectVM-Cloud.html.md)
|
||||
* [How many objects can I put into Object Storage container bucket on connectVM Cloud](How-many-objects-can-I-put-into-Object-Storage-container-bucket-on-connectVM-Cloud.html.md)
|
||||
* [How to create volume Snapshot and attach as Volume on Linux or Windows on connectVM Cloud](How-to-create-volume-Snapshot-and-attach-as-Volume-on-Linux-or-Windows-on-connectVM-Cloud.html.md)
|
||||
* [Volume snapshot inheritance and its consequences on connectVM Cloud](Volume-snapshot-inheritance-and-its-consequences-on-connectVM-Cloud.html.md)
|
||||
* [How to Create Backup of Your Volume From Windows Machine on connectVM Cloud](How-To-Create-Backup-Of-Your-Volume-From-Windows-Machine-on-connectVM-Cloud.html.md)
|
||||
* [How To Attach Volume To Windows VM On connectVM Cloud](How-To-Attach-Volume-To-Windows-VM-On-connectVM-Cloud.html.md)
|
||||
* [How to create or delete volume snapshot on connectVM Cloud](How-to-create-or-delete-volume-snapshot-on-connectVM-Cloud.html.md)
|
||||
* [How to restore volume from snapshot on connectVM Cloud](How-to-restore-volume-from-snapshot-on-connectVM-Cloud.html.md)
|
||||
* [Bootable versus non-bootable volumes on connectVM Cloud](Bootable-versus-non-bootable-volumes-on-connectVM-Cloud.html.md)
|
||||
|
||||
Reference in New Issue
Block a user