Quantcast
Channel: Proxmox Support Forum
Viewing all 173182 articles
Browse latest View live

Backups showing in PBS but not showing in PVE

$
0
0
Hello everyone,

I have PVE server (v.8.0.4) using PBS storages on PBS1 server (v.3.0.2) and on PBS2 server (v.3.0.4). Backup jobs are configured and scheduled and are being stored to PBS2 while PBS1 is on different location and it syncs backups from PBS2. Everything regarding backups looks good and works fine. However, I am not able to get list of backups on PBS1 from PVE GUI or PVE CLI command pvesh get /nodes/localhost/storage/PBS1/content. I am able to get list of backups in PBS1 GUI...

Read more

Making ZFS mirror from 2x 4TB disks and 1x 8TB disk

$
0
0
Hello I was wondering if it is possible to create a ZFS mirror from 2x 4TB disks and 1x 8TB disk.
Is it possible to group the two 4TB disks in order to match them with the 8TB disk into a mirror, if yes how?

Thanks in advance.

verification job is taking forever...

$
0
0
Here's my config.
server is site A does the backups and also does a sync and verify. all works fine here.
server is site B does a schedule pull for backups and also has a schedule 'verify' job.

I have several large servers that I take backups on every weekly and some once a month. those might be 300+gb in side.
the replication of those jobs works w/o issue - it's just the verify process that's taking forever (12+ hours due to larger server syncs).
For instance - I have a 350Gb file. It...

Read more

Uploading an ISO file to Proxmox VE 8 using the API

$
0
0
I used to be able to do stuff like this on Proxmox VE 7:

Bash:
https --verify=no --form POST 192.168.0.2:8006/api2/json/nodes/hv1/storage/local/upload 'Authorization:PVEAPIToken=github-webhooks@pve!mytoken=secret' content=iso filename@foo.iso

Now my old server crashed, and I built a new one using Proxmox VE 8. Now the same command gives me this:

Code:
https: error: SSLError: HTTPSConnectionPool(host='hv1.aa', port=8006): Max retries exceeded with url: /api2/json/nodes/hv1/storage/hdd3/upload...

Read more

Proxmox-VE offline installation

$
0
0
Greetings,

I am currently working on a Bash script to automate the Proxmox VE installation on an offline Debian 12 setup. The goal is to enable a Proxmox installation on air-gapped systems.

My goal is to enable an offline installation while having GUI access on the server itself without using an additional machine to access the GUI.

I downloaded all the packages referred to in the Proxmox documentation explaining the installation of Proxmox over Debian 12 Bookworm, and everything is...

Read more

New VE installation on 3 SSDs - best setup

$
0
0
Hey,

Just built a small home lab and I'm new to Proxmox VE.
I have 3 SSDs in my small server (with 8 GB RAM, will upgrade to 16GB eventually).

1x 256GB SSD (on a slow SATA3 port)
2x 1TB SSD (both on a faster SATA6 port)

One of the VMs is going to be a TrueNAS and the other one using docker and other stuff for my coding shenanigans. For now I only have one SATA3 on my mini-ITX board left and no mounting in the case.

So I guess the question is. What would be the best disk setup for that...

Read more

About RDM physical disk from esxi to proxmox

$
0
0
As title, can I use exist rdm physical disk (created by esxi) on proxmox?

Thank you.

Netzwerk zu Langsam

$
0
0
Hallo,

ich habe mit iperf3 mal das Netzwerk für das Ceph getestet. Dabei komme ich kau über 50Gbit bei einer 100Gbit Karte.
Ist das nicht etwas langsam?

Netzwerkkarte:

BCM57508 mit 2 x 100G

Switch:

S5860-48SC

Code:
root@pve1:~# iperf3 -c 192.168.0.2 -t 3600 C-m
Connecting to host 192.168.0.2, port 5201
[  5] local 192.168.0.1 port 55766 connected to 192.168.0.2 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  3.79 GBytes  32.6 Gbits/sec...

Read more

No bootable drive (ubuntu) stuck in loop

$
0
0
Hi
I have downloaded the latest ubuntu iso, and attempted to boot, but I am stuck in a loop (screenshot 1) where proxmox tries to boot ( in order screenshot 2, after pressing Esc at the proxmox logo screen), here are my settings for this vm ( I only have one) (screenshot 3/4)

1723647703659.png
1723647858811.png
1723647753929.png
1723648025553.png

I could passthrough 1650 GTX to my Xpenology VM

$
0
0
I followed the tutorials but I was unsuccessful
1723630501579.png

1723630593916.png
1723630641014.png
1723630668182.png
1723630690439.png

ZFS zpool & dataset for pve-zsync

$
0
0
Hello,

I'm new to proxmox and we'd like to migrate from ESXI to Proxmox. Now I do some trials of different scenarios to get a better understanding on test systems. Currently I want to test pve-zsync and got confused with my whole ZFS setup.

What I did on the test-server:
- There is a zpool called "local_10011" (created on the "host")
- On the Datacenter I created a dataset "local-10011" and a dataset "replication"
- Then I installed a VM on the dataset "local-10011" (ID 101)
- Now I wanted...

Read more

Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

Sudden Bulk stop of all VMs ?

$
0
0
Hi

Every so often, all of a sudden, all guest VMs terminate. Can you please help me troubleshoot why that happens?

I see Bulk start VMs and Containers in the log:
Proxmox.png

dmesg has the proxmox host has normal start-up messages. Nothing for why the VMs were terminated.

All VMs are running Windows 11.

Should I be looking anywhere else for logs?

root@pve:~# dmesg
[ 0.000000] Linux version 6.5.11-7-pve (build@proxmox) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for...

Read more

Do Proxmox team consider switching to Calamares installer as Debian does?

$
0
0
Proxmox installer is very limiting, especially in terms of partitioning. There is no "advanced" mode where you can choose your own mount points and layout as all popular distros offer. For example things like encrypting drives or moving boot to different drive are are easy on those distros installers but in proxmox not impossible. This is probably convenient for proxmox team because it greatly limits list of "supported" setups. Yet i think opening all possibilities and adding some warnings...

Read more

HDD readability on fresh install

$
0
0
Hello,

I wanted to clarify things in my head because I am unsure how to go about doing a new installation of Proxmox. Basically, in a few months, I am going to upgrade my server and thus do a fresh install of Proxmox on a brand new SSD. Most if not all components of the server will be different, except for my hard drives. My question is, will I be able to simply connect the HDDs to my new server and make them readable without having to format them?

Thank you.

Metasploitable2

$
0
0
Hi all,
I've been toying getting Metasploitable to run on Proxmox.
The below steps result in a working VM. I installed some packages on the proxmox server (unzip), if that is not desired, perform image manipulation on another host.




Code:
wget https://sourceforge.net/projects/metasploitable/files/Metasploitable2/metasploitable-linux-2.0.0.zip


unzip metasploitable-linux-2.0.0.zip


cd Metasploitable2-Linux/


qemu-img convert -O qcow2 Metasploitable.vmdk metasploitable.qcow2


qm create 300...

Read more

issues with storage

$
0
0
Hi
I need some help, Ive had an issue with an external drive thats been holding some vm disks on it - But its suddenly not showing the vm disks anymore and its also showing the space is maxed out

When i try and attached a unused disk back to the vm its saying the disk does not exist

1723651329695.png

1723651247346.png
1723651284600.png

Turnkeylinux Templates missing

$
0
0
Hi,

I just installed latest Proxmox 6.2.1 on a server and noticed, that not a single Turnkey Linux LXC template is available.
The complete list is missing.

I usually don't read release notes all the time so is this a bug or did they get removed?

Error message:

Bash:
pveam available --section turnkeylinux
unable to open file '/var/lib/pve-manager/apl-info/releases.turnkeylinux.org' - No such file or directory

Weird SMB Share Issue

$
0
0
Hello,

I am sure there is something that I am misunderstanding, but here is an issue I am having and don't know what the solution is. I have been troubleshooting for days now.

Windows Server 2019 Proxmox VM - 192.168.0.10
Ubuntu SMB-Share Container - 192.168.0.3
Proxmox Host - 192.168.0.2

The two VMs are on a bridge configured as follows:
1723594996599.png

The network device for the Windows server:
1723595161802.png

The network device for the Ubuntu LXC container:
1723595229632.png

Here is the problem...

Read more

local-LVM not available after Kernel update on PVE 7

$
0
0
Updated our Proxmox PVE 7 server this morning and upon reboot the local-lvm was not available and VM's would not start. Below are the updates applied:
libpve-common-perl: 7.0-6 ==> 7.0-9
pve-container: 4.0-9 ==> 4.0-10
pve-kernel-helper: 7.0-7 ==> 7.1-2
qemu-server: 7.0-13 ==> 7.0-14

PVE said reboot was required

Once rebooted, the local-lvm showed at 0GB in WebGUI and got a start failed error when I tried to start VMs. See attachment(s)

Ran pvdisplay,lvdisplay, and vgdisplay...

Read more
Viewing all 173182 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>