[proxmox]VE disk passthrought
# Virtualation/Private Cloud2024. 4. 24. 08:43[proxmox]VE disk passthrought

디스크 패스스루란 가상화 공간에서 데이터를 쪼개서 할당하는게 아닌디스크 자체를 VM에 마운트패쓰쓰루 설정할 디스크 정보 확인## 디스크정보 확인 ##root@pve:~# lsblk |awk 'NR==1{print $0" DEVICE-ID(s)"}NR>1{dev=$1; printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|egrep -v 'part|lvm'NAME                         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS DEVICE-ID(s)sda                            8:0    0 465.8..

proxmox error "The enterprise repository is enabled, but there is no active subscription!"
# Virtualation/Private Cloud2024. 4. 9. 14:16proxmox error "The enterprise repository is enabled, but there is no active subscription!"

apt update ## 아래와 같이 업데이트 시 에러발생 ## vi /etc/apt/sources.list.d/pve-enterprise.list ## proxmox 8버전 기준 아래와 같이 변경 ## #deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription vi /etc/apt/sources.list.d/ceph.list ## proxmox 8버전 기준 아래와 같이 변경 ## #deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterpris..

[proxmox]LXC create
# Virtualation/Private Cloud2024. 4. 9. 09:00[proxmox]LXC create

업데이트root@pve:~# pveam update update successful 다운로드 가능한 리눅스 컨테이너 리스트root@pve:~# pveam available mail proxmox-mail-gateway-8.1-standard_8.1-1_amd64.tar.zst mail proxmox-mailgateway-7.3-standard_7.3-1_amd64.tar.zst mail proxmox-mailgateway-8.0-standard_8.0-1_amd64.tar.zst system almalinux-9-default_20221108_amd64.tar.xz system alpine-3.18-default_20230607_amd64.tar.xz system alpine-3.19-default_20..

[proxmox]VE 초기설정
# Virtualation/Private Cloud2023. 7. 4. 19:21[proxmox]VE 초기설정

1. 구독 옵션 변경 디폴트 엔터프라이즈로 되어있음. 아래내용 추가vi /etc/apt/sources.list # PVE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription /etc/atp/sources/list.d의 pve-enterprise.list 파일 변경pve-enterprise.list # deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise /etc/apt/sources.list.d..

[proxmox]VE install(feat. vmware)
# Virtualation/Private Cloud2023. 7. 4. 18:33[proxmox]VE install(feat. vmware)

https://www.proxmox.com/en/downloads Download Proxmox software, documentation, agreementsWe use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please notewww.proxmox.com 1. iso download 2. vm create(Debian) ..

image