brand changed

This commit is contained in:
govardhan
2025-07-04 09:34:25 +05:30
parent 1ee37aea8b
commit faadd4e38d
129 changed files with 1069 additions and 1068 deletions

View File

@ -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 OpenStack CLI to check whether the volume **bootable** or not.
> * provide procedures in Horizon and 3Engines 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 OpenStack CLI
> * Attempting to create a virtual machine from non-bootable volume using 3Engines CLI
> * Checking whether a volume is bootable
> * Checking whether a volume snapshot was created from a bootable volume
> * Modifying bootable status of a volume
@ -43,6 +43,6 @@ No. 1 **Account**
You need a 3Engines Cloud hosting account with access to the Horizon interface: <https://horizon.3Engines.com>.
No. 2 **OpenStack CLI client operational**
No. 2 **3Engines CLI client operational**
We assume you are familiar with OpenStack CLI client. If not, here are some articles to get you started:
We assume you are familiar with 3Engines CLI client. If not, here are some articles to get you started:

View File

@ -7,4 +7,4 @@ If you follow the instructions in this article: [VM created with option Create N
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 OpenStack documentation on design storage concepts](https://docs.openstack.org/arch-design/design-storage/design-storage-concepts.html.md).
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).

View File

@ -19,7 +19,7 @@ You need a 3Engines Cloud hosting account with Horizon interface <https://horizo
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 OpenStack console on 3Engines Cloud](../cloud/How-to-access-the-VM-from-OpenStack-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 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).
Step 1: Create a New Volume[🔗](#step-1-create-a-new-volume "Permalink to this headline")
----------------------------------------------------------------------------------------

View File

@ -22,7 +22,7 @@ You need a 3Engines Cloud hosting account with access to the Horizon interface:
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 OpenStack console on 3Engines Cloud](../cloud/How-to-access-the-VM-from-OpenStack-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 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).
No. 3 **Volume**

View File

@ -1,7 +1,7 @@
How to create or delete volume snapshot on 3Engines 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 OpenStack 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 3Engines CLI client.
Prerequisites[🔗](#prerequisites "Permalink to this headline")
-------------------------------------------------------------

View File

@ -18,7 +18,7 @@ The Access Key and Secret Key for access to an s3 account are also called the
[How to generate and manage EC2 credentials on 3Engines Cloud](../cloud/How-to-generate-ec2-credentials-on-3Engines-Cloud.html.md)
At this point, you should have access to the cloud environment, using the OpenStack CLI client. It means that the command **openstack** is operational.
At this point, you should have access to the cloud environment, using the 3Engines CLI client. It means that the command **3Engines** 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:
```
openstack ec2 credentials list
3Engines ec2 credentials list
```

View File

@ -1,4 +1,4 @@
How to move data volume between two VMs using OpenStack Horizon on 3Engines Cloud[🔗](#how-to-move-data-volume-between-two-vms-using-openstack-horizon-on-brand-name "Permalink to this headline")
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")
===================================================================================================================================================================================================
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.

View File

@ -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")
===========================================================================================================================================
In this article, you will learn how to restore volume from volume snapshot using Horizon dashboard or OpenStack CLI client.
In this article, you will learn how to restore volume from volume snapshot using Horizon dashboard or 3Engines 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.
@ -16,6 +16,6 @@ No. 2 **A volume snapshot**
You need to have a volume snapshot which you want to restore.
No. 3 **OpenStack CLI client**
No. 3 **3Engines CLI client**
If you want to interact with 3Engines Cloud cloud using the OpenStack CLI client, you need to have it installed. Check one of these articles:
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:

View File

@ -13,7 +13,7 @@ Next we create an “SA” snapshot from the “VA” volume.
![volsnap2.png](../_images/volsnap2.png)
From the OpenStack dashboard we can create new volumes “Volume B” and “Volume C” based on the previously created snapshot “Snapshot A”.
From the 3Engines dashboard we can create new volumes “Volume B” and “Volume C” based on the previously created snapshot “Snapshot A”.
![volsnap3.png](../_images/volsnap3.png)
@ -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 OpenStack Hosting](../openstackcli/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 3Engines Cloud 3Engines Hosting](../3Enginescli/How-to-backup-an-instance-and-download-it-to-the-desktop-on-3Engines-Cloud.html.md).

View File

@ -9,7 +9,7 @@
* [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 OpenStack Horizon on 3Engines Cloud](How-to-move-data-volume-between-two-VMs-using-OpenStack-Horizon-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)