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 […]
Tag: storware
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: […]
Backup DB using Storware
Login > Application > Instance > +Create add credential copy application script from : /opt/vprotect/script/application/ [application(ex. mariaDB use vp_backup_mysql.sh] into /root/ path on db machine or change the script location in Environment variables Login > Application > Instance >instance name> setting : config the Environtment variables
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, […]
Storware backup proxmox VM
Storware All-In-One Storage configuration: /dev/sda : for system /dev/sdb : for backup Install Rocky Linux 8 Check for update: # dnf check-update Install update: # dnf update Install Storware: # bash < <(curl -s https://repo.storware.eu/storware/sbr-local-install.sh) Format /dev/sdb # mkfs.xfs -f /dev/sdb Check UUID for /dev/sdb # blkid Modify /etc/fstab # vi /etc/fstab Add following line: […]
Storware backup openstack instance
Login to storware admin/vPr0tect masuk menu Virtual Environments > Infrastructures > + Create pilih opsi OPENSTACK pada menu type isi form sesuai dengan source yang ingin di Backup Create ceph storage Storage > Infrastructures > +Create Pilih opsi Ceph RDB Pada menu keyring bisa dilihat dari cli dengan command: cat /etc/ceph/ceph.client.admin.keyring Pada menu configuration file […]
Storware for Openstack Backup – Kolla Ansible
Installation Info : Openstack Xena – Ubuntu 20.04 Storware Version 5.1.0-51 For Storware to work for Openstack with Kolla-Ansible Installation which using container, below steps is required : mkdir /opt/vprotectcd /opt/vprotecttouch qemu-img.shtouch virsh.shchmod +x ./*cd /usr/bin/ln -s /opt/vprotect/virsh.sh virshln -s /opt/vprotect/qemu-img.sh qemu-imgcd /opt/vprotect nano qemu-img.sh id_nova_compute=$(docker ps | grep nova_libvirt | awk ‘{print $1}’)command=” $1 […]