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: […]

Openstack Procedure to Turn on/off cluster

SOP to turn off cluster: kolla-ansible mariadb_backup -i ./multinode turn off all instances from openstack Turn status HA segment hosts to On Maintenance =True Disable HA segment from Openstack Horizon kolla-ansible stop -i ./multinode Move to Ceph Cluster ceph osd set noout turn off all ceph nodes Turn Off all Openstack Related Nodes > from […]

Ceph Replacing OSD

Steps WAIT UNTIL PG =0 < Around 1hour?> systemctl stop (ceph-cluster)@<OSD ID RELATED> example: systemctl stop ceph-9124ada3513@osd.1 Don’t forget to cleanup the disk from ceph Adding the Disk NOTE: If you encounter the following: Osd(…) exists, already created? You need to redo step 1-9, and then restart the docker of the ceph-host related NOTE: You […]

Ceph Integration with ISCSI

Prepare the image VMWARE_DISK1 apt install ceph-iscsi [root@ceph1 ~]# ceph osd pool create myrbd[root@ceph1 ~]# ceph osd pool application enable myrbd rbd [root@ceph1 ~]# rbd –pool myrbd create VMWARE_DISK1 –size=100G Deploy the iSCSI gateways [root@ceph1 ~]# ceph orch apply iscsi myrbd admin admin01 –placement ceph2,ceph3 –trusted_ip_list 10.9.0.24,10.9.0.25 [root@ceph1 ~]# ceph orch lsNAME                       RUNNING  REFRESHED  AGE  PLACEMENT        alertmanager                   […]

Install Cluster Kubernates using Kubeadm Ubuntu 22.04

Requirement : Initialize node reference : https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd Make sure date time are correct and synced We use timesyncd, check the status Edit your NTP Server Restart the service Check your time and timezone, set your timezone if neccessary $timedatectl $timedatectl set-timezone Asia/Jakarta Remove Swap Sometime etcd having problem running in Ubuntu 22.04, edit the grub […]

Automation Cumulus with Playbook-Ansible

Preparation Memberikan akses “root/sudo” pada user user tanpa password pada semua perangkat, baik di dalam server maupun switch yang terhubung dalam ansible. Dalam kasus ini menggunakan user ubuntu dan dapat diubah sesuai kebutuhan. update dan upgrade system install python3-dev dan virtual environment install git dan copy repository file git ‘nvue’ yang dibutuhkan dari gitlab cumulus […]