Tutorial & Configuration
  • Home
  • Desktop
  • Server
  • Mikrotik
  • Tools
  • Home
  • Desktop
  • Server
  • VirtualBox
  • Cisco
  • Mikrotik
  • Tools
  • About
  • Contact
Tampilkan postingan dengan label Proxmox. Tampilkan semua postingan
Tampilkan postingan dengan label Proxmox. Tampilkan semua postingan

Kamis, 10 Agustus 2023

ZFS Replace Storage mirror (raid1) case Proxmox backup server

 maouam     Agustus 10, 2023     Proxmox, Server     No comments   

Detach old device (storage) from server
Follow command below

zpool replace -f <pool> <old device> <new device>

zpool replace -f backupvm /dev/sdc1 /dev/sdd

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Minggu, 06 Agustus 2023

Import ZFS to Another Machine (case: proxmox backup server)

 maouam     Agustus 06, 2023     Proxmox, Server     No comments   

1. Move HDD/SAS to new server

2. Check pool with command "zpool import"

3. Command "zpool import -f namepool" (Eg: zpool import -f pooltest)  

4. If you backup file datastore.cfg (/etc/proxmox-backup/datastore.cfg) restore to new server or you add manually

DONE

Ref: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EY/

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Jumat, 05 Mei 2023

Convert virtual disk vm using qemu-img

 maouam     Mei 05, 2023     Proxmox, Server     No comments   

1. convert raw to vmdk
 qemu-img convert -p -f raw -O vmdk /folder/kvm_virtual_machine.raw /folder/kvm_virtual_machine.vmdk

-p: presenting the conversion progress
-f: format of the source image
-O: format of the target image

2. if another virtual hard disk please adjust

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Kamis, 04 Mei 2023

ZFS proxmox directory pool and export vm raw

 maouam     Mei 04, 2023     Proxmox, Server     No comments   

Find directory ZFS on proxmox (example copy vm, etc) 

1. check directory

    - cd /dev/zvol/namezfspool

2. export raw

    - dd if=/dev/zvol/<pool>/<volume> of=/var/lib/vz/images/file.raw bs=1m
    - qemu-img convert -f raw -O qcow2 file.raw file.qcow2

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

Kamis, 27 April 2023

HA and Failover Proxmox

 maouam     April 27, 2023     Proxmox, Server     No comments   

 Requirement

- 3 node 
- ZFS local per node

Cluster Node

- Create cluster node
- Copy join infomation 
- Click join cluster and paste join infomation
- Enter password and join
- Repeat another node

Setup HA

- Click Add
- Choice VM with enter VM id

Setup Replication

- Click Add
- Enter VM id, target: node 2, Schedule: */1
- Repeat another node

DONE

Testing Failover with force shutdown node 1 (VM Running), waiting 2-3 minute. If VM swap to another node, config success.

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Postingan Lama Beranda

Popular Posts

  • Install zenchain node di Ubuntu-Linux (self-host node)
      Install zenchain node di Ubuntu-Linux (self-host node)   #Buat wallet baru di metamask dan import ke OKX juga (EVM) #WL di web (supa...
  • Install 0GDA Node & Client di Ubuntu-Linux
    Install 0GDA Node & Client di Ubuntu-Linux Spec vps CPU 8 core RAM 16 GB Contabo spec VPS-3 #Buat Wallet EVM (buat di OKX simpan p...
  • Install PWR node di Linux-Ubuntu
    Install PWR Node DC PWR: https://discord.com/invite/Mu3ktCk4 #Update paket sudo su apt update #Install java apt install openjdk-19-jre-headl...
  • INSTALL CHASM NODE DI LINUX/UBUNTU
      INSTALL CHASM DI LINUX/UBUNTU   #Buka web https://console.groq.com/keys   | daftar #Jika sudah daftar, buat api di https://console.g...

LABELS

  • AWS
  • Cisco
  • Cloud
  • Desktop
  • DevOps
  • Mikrotik
  • Network
  • Nginx
  • node2an
  • Proxmox
  • Server
  • Tools
  • VirtualBox
  • Zimbra

Sosial Media

Facebook 35.4Fans
Twitter 519Followers
Instagram 1060Followers
google+ 16Followers
Youtube 24Subscriber

Widget

  • Home
  • About Us
  • Contact Us

Copyright © Tutorial & Configuration