...
To add additional disk storage to your Charon -SSP Azure instance (for example, for storing virtual disk containers), perform the steps described below.
...
To add a new disk, click on Add data Create and attach new disk. This will display the disk selection configuration area. Where either If you select to attach an existing disk can be chosen or a new disk can be created, you will be offered the options to select it.
Div | ||
---|---|---|
| ||
Step 2: Select existing disk or start creation of Create a new disk.
The following sample shows the case where on existing disks are available. The drop-down menu instead offers the option Create disk.
Click on Create disk to open the disk configuration screen.
...
class | pagebreak |
---|
configuration options of a new disk:
Step 3: Enter the disk configuration data.
The disk configuration screen looks similar to the sample below. Add at least the followiingthe following information in the disk creation area:
- Unique LUN
- Disk nameResource group (same as VM)
- Disk size and type (clicking on Change size will open a window where different disk types and sizes can be selected).
...
- Disk performance data
- Encryption setting
Once you have filled in all the necessary data, click on Create Save at the top of the screen to create the disk . This will take you back to the VM disk overview screenand attach it to your VM.
Div | ||
---|---|---|
| ||
Step 4: Add Review the new (or selected existing) disk to your VMdisk configuration.
On the disk overview screen, you will see the selected (or newly created) disk. In the Data disks section, similar to the sample below:
To attach this disk to your VM, click on Save at the top of the screen.
In the Azure notification area (bell symbol at the top right of the screen) you should receive the success notifications, similar to the sample below:
...
class | pagebreak |
---|
...
It is now attached to your VM.
Steps on the Charon Host System
Mounting a Newly Attached Volume Using the Storage Manager (SSP AL only)
After the volume has been attached to the instance, it must be included in the Charon-SSP host system configuration. This On Charon-SSP AL instances, this is achieved via the Charon-SSP Manager.
- Open the Charon-SSP Manager on your local system and connect to your Charon cloud instance.
- Select Tools > Azure Cloud > Storage Manager.
- In the Storage Manager window, perform the following steps:
- Select the new device.
- Click on the cog-wheel symbol.
- Only if required, select Format Volume to create a filesystem on the new device.
This Please note: this will delete all data on the volume. - Click on the cog-wheel symbol and select Mount the Filesystem.
...
Once the filesystem has been mounted, the space is available to the Charon-SSP host system. After the first mount via the Storage Manager, the filesystem will be automatically mounted after a restart of the Charon host instance.
Mounting a Newly Attached Volume Manually
Include Page | ||||
---|---|---|---|---|
|
Div | ||
---|---|---|
| ||
Unmounting a Volume
To unmount a volume before perform the following steps:
- Stop all Charon instances that might use the volume that is about to be unmounted.
- On host systems based on AL images:
- In Charon Manager go to Tools > Azure Cloud > Storage Manager.
- Select the volume.
- Click on the cogwheel symbol and select Unmount the Filesystem
...
- .
- On other systems:
- Use the command
# umount <device-path>
or# umount <mount-point>
- To make this permanent, remove the corresponding entry in /etc/fstab.
- Use the command
Please note: When you delete a virtual machine in Azure, by default, the disks that are attached to the VM will not be deleted. If you do not require a disk anymore, delete it to avoid unnecessary cost.
...
Include Page | ||||
---|---|---|---|---|
|