Create Instance Snapshot From volume snapshot make a new volume or detach real volume from instance (need to shutdown instance) Upload volume as image Set as qcow2 format Waiting waiting Until done uploading Copy id and save image with CLI Convert to vmdk when -f format before -p progress -O output format Upload vmdk file […]
Month: January 2023
resize volume ubuntu
Start by checking your root filesystem free space with df -h. To check for existing free space on your Volume Group (where it is left by the installer default settings), run the command vgdisplay and check for free space. Here you can see I have 49.25GB of free space ready to be used. If you don’t have any free space, […]
Storware Quick Install (All-In-One)
Storware Backup & Recovery can be easily installed on a single box quickly. This approach installs a server and node on the same box and generates an SSL certificate based on the hostname where it is installed. This corresponds to Ansible deployment, with the node and server roles installed on the same host. The end […]
snapshot on proxmox VE
open Proxmox UI : https://*.*.*.*:8006 login choose the vm choose snapshot at vm menu than take snapshot fill the snapshot name and description (optional) take snapshot wait the snapshot done ok. done
BGP-EVPN at SLX-OS
We using eBGP for creating BGP-EVPN 3-Stage fabric with SLX-OS. Noted that Interface, IP address, Speed Interface also AS Number BGP can be adjusted. Global MTU Config================mtu 9216ipv6 mtu 9100ip mtu 9100 Config Interface P2P#Leaf:Interface Ethernet 0/1 speed 1000 ip address 1.1.1.1/30 no shutdown————————-#Spine:Interface Ethernet 0/1 speed 1000 ip address 1.1.1.2/30 no shutdown Loopback Iface […]