Storware Cluster with 3 alma server and mariaDB replication

We have prepared 3 machines with almalinux 9 operating system in the same network:   We will use IP 10.5.24.200/24 for floating IP of our cluster. run as root update all machine add hosts add following command save and exit Cloud Image – Enable Password Login via SSH 1.Open file /etc/ssh/sshd_config.d/50-cloud-init.conf 2. Edit to like […]

Storware restore mount

Create credentialAccess Management > OS CREDENTIALS > Create Using key path Upload vprotect user public key to host sudo -u vprotect ssh-copy-id -i /opt/vprotect/.ssh/id_rsa.pub <user_with_sudo>@<hypervisor_hostname> Test connection to <hypervisor_hostname> with being asked for password sudo -u vprotect ssh <user_with_sudo>@<hypervisor_hostname> hostname On os configuration: Using GUISave the public key from /opt/vprotect/.ssh/id_rsa.pub Upload the key Mount backup: […]

Storware backup openstack

Install Centos Stream 8: Minimal Server + Standard Update: # dnf check-update # dnf update Staging Space Configuration Check available disk device: [root@storwer ~]# lsblk NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT sda      8:0    0   32G  0 disk ├─sda1   8:1    0  512M  0 part /boot/efi ├─sda2   8:2    0  1.5G  0 part /boot ├─sda3   8:3    0   […]

storware access with cli

Source https://storware.gitbook.io/backup-and-recovery/administration/cli-reference#overview https://storware.gitbook.io/backup-and-recovery/administration/cli-v2-reference#vc Login with cli Login to vprotect atau Description Options -p, password=<password>* password -u, user=<userName>* userName Access-management Role Check role privilege and context List privilege or output: APP_BACKUP_SLA_READ, APP_BACKUP_SLA_WRITE, APP_CMD_EXEC_CONFIG_READ, APP_CMD_EXEC_CONFIG_WRITE, APP_INSTANCE_EXPORT_TASK_REGISTER, APP_INSTANCE_READ, APP_INSTANCE_RESTORE_TASK_REGISTER, APP_INSTANCE_RESTORE_TO_NODE_TASK_REGISTER, APP_INSTANCE_WRITE, APP_REPORTING_SEND_EMAIL, APP_REPORTING_VIEW, BACKUPDEST_CLEAN_OLD_BACKUPS, BACKUPDEST_READ, BACKUPDEST_TEST_CONNECTIVITY, BACKUPDEST_WRITE, CLOUD_BACKUP_SLA_READ, CLOUD_BACKUP_SLA_WRITE, CLOUD_DOWNLOAD_READ, CLOUD_DOWNLOAD_WRITE, CLOUD_INSTANCE_EXPORT_TASK_REGISTER, CLOUD_INSTANCE_IMPORT_TASK_REGISTER, CLOUD_INSTANCE_READ, CLOUD_INSTANCE_WRITE, CLOUD_INVENTORY_SYNC_TASK_REGISTER, CLOUD_REPORTING_SEND_EMAIL, CLOUD_REPORTING_VIEW, […]