-
Notifications
You must be signed in to change notification settings - Fork 5
PROXMOX
Giancky79 edited this page Sep 6, 2021
·
17 revisions
-
sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list
-
echo "deb http://download.proxmox.com/debian/pve stretch pve-no-subscription" > /etc/apt/sources.list.d/pve-no-enterprise.list
-
echo "deb http://download.proxmox.com/debian/pve buster pve-no-subscription" > /etc/apt/sources.list.d/pve-no-enterprise.list
-
echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" > /etc/apt/sources.list.d/pve-no-enterprise.list
-
sed -i.bak "s/data.status !== 'Active'/false/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && sed -i.bak 's/NotFound/Active/g' "/usr/share/perl5/PVE/API2/Subscription.pm" && systemctl restart pveproxy.service
N.B. per 1 minuto circa non potrete accedere alla shell di proxmox, attendere
-
sed -i 's/stretch\/updates/buster-security/g;s/stretch/buster/g' /etc/apt/sources.list
-
sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' /etc/apt/sources.list
-
Da Proxmox, sotto disks, selezionate l'hdd ed in fine selezionate 'Initialize Disk with GPT'
-
Selezionare la tipologia da creare (LVM, LVM-Thin, Directory, ZFS)
-
cfdisk /dev/sdx (inserire la lettera corrispondente al posto della x)
-
Selezionare tutte le sotto partizioni se ci sono ed eliminatele andando sulla voce < delete > uno per uno
-
Confermate con < write >
-
Per uscire < quit >
-
nano /etc/pve/storage.cfg
Come directory:
dir: dati <-- nome hdd
path /mnt/pve/dati <-- percorso hdd
content iso,snippets,images,rootdir,vztmpl,backup <-- eventuale contenuto hdd
is_mountpoint 1
nodes pve <-- nome del vostro nodo se diverso pve
Come lvm:
lvmthin: nextcloud <-- nome dato
thinpool nextcloud <-- nome dato
vgname nextcloud <-- nome dato
content images,rootdir
nodes pve <-- nome del vostro nodo se diverso pve
-
pvesm status
-
systemctl status mnt-pve-dati.mount
-
systemctl enable mnt-pve-dati.mount
-
systemctl start mnt-pve-dati.mount
-
systemctl restart pveproxy.service
Per rimuovere
-
systemctl status mnt-pve-dati.mount
-
systemctl stop mnt-pve-dati.mount
-
systemctl disable mnt-pve-dati.mount
-
nano /etc/pve/storage.cfg
cancellare la parte interessata
dir: dati <-- nome hdd
path /mnt/pve/dati <-- percorso hdd
content iso,snippets,images,rootdir,vztmpl,backup <-- eventuale contenuto hdd
is_mountpoint 1
nodes pve <-- nome del vostro nodo se diverso pve
-
systemctl restart pveproxy.service
-
Da shell Proxmox, digitare:
-
pct enter (numero container)
-
passwd root
-
inserire password nuova
apt install ifupdown2 -y