# qm template 100실행 예시:
Renamed "vm-100-disk-0" to "base-100-disk-0" in volume group "pve"
Logical volume pve/base-100-disk-0 changed.
WARNING: Combining activation change with other commands is not advised.# pvesm status실행 예시:
Name Type Status Total Used Available %
directory01 dir active 134151148 45757316 88393832 34.11%
local dir active 75537236 20369108 51285328 26.97%
local-lvm lvmthin active 161591296 14413943 147177352 8.92%
lvm lvmthin active 268165120 0 268165120 0.00%# qm clone 100 103 --name Rocky94-02 --full --storage directory01실행 예시:
create full clone of drive scsi0 (local-lvm:base-100-disk-0)
Formatting '/mnt/pve/directory01/images/103/vm-103-disk-0.raw', fmt=raw size=137438953472 preallocation=off
transferred 0.0 B of 128.0 GiB (0.00%)
transferred 1.3 GiB of 128.0 GiB (1.00%)
...
transferred 126.8 GiB of 128.0 GiB (99.10%)
transferred 128.0 GiB of 128.0 GiB (100.00%)
transferred 128.0 GiB of 128.0 GiB (100.00%)# qm list실행 예시:
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
100 Rocky94-01 stopped 8192 128.00 0
101 Win11-01 stopped 8192 128.00 0
102 Win11-02 stopped 8192 128.00 0
103 Rocky94-02 stopped 8192 128.00 0template: 1 항목을 삭제할 수 있습니다.# sed -i '/template: 1/d' /etc/pve/qemu-server/500.confhttps://youtu.be/n8-wlkZiqio 1. 개요 NFS(Network File System)를 설치하고, rw/ro 및 root_squash 옵션에 따른 접근 제어와 성능을 테스트하는 방법을 정리한 가이드입니다.…
https://youtu.be/4MVxzmepY3s 1. 개요 리눅스에서 정기적으로 실행되는 작업(백업, 로그 정리, 모니터링 등)은 cron 서비스를 통해 자동화할 수 있습니다.…
https://youtu.be/vPfxWFBE1yc 1. 개요 리눅스 서버를 운영할 때 사용자 계정 생성, 비밀번호 설정, 권한 부여, 계정…
https://youtu.be/Gvp2XwBfoKw 1. 개요 리눅스 서버에서는 시스템 시간(OS 시간) 과 하드웨어 시간(RTC, Real-Time Clock) 을 동기화하는 것이 매우 중요합니다. 클러스터…
https://youtu.be/pt9qhawl8LY 1. 개요 리눅스 서버에서는 시스템 시간(OS 시간) 과 하드웨어 시간(RTC, Real-Time Clock) 을 모두 관리할 수 있습니다. 운영체제의…
https://youtu.be/iPdHGXh7DUg 1. 개요 서버 운영 시 시스템 시간이 올바르게 설정되어 있지 않으면 로그 분석, 모니터링,…