Search results

  1. S

    [SOLVED] Restoring PBS Datastore on tempPBS vm isn't working, please help! (high priority)

    This is my first Disaster Recovery of Proxmox Backup Server. The PBS disk image got deleted because of a rogue IT employee naming the VMID the same as the PBS server and then deleted disks with the same VMID, killing PBS. The database is intact on an NFS share. I rebuilt the PBS Server so I...
  2. S

    PBS Server has access to datastore, cluster VMs canNOT.permissions denied

    In the PBS server, I have the datastore pointing to a mounted NFS share and it's working correctly. (meaning the backup:backup is owner and it's able read/write). However, after I add the PBS storage to the PVE Cluster, when I go to manually backup, I receive OS13 Permissions error. I found...
  3. S

    Passing VLAN traffic on a Virtual Machine with 2 NIC Interfaces (not working, tried a bunch)

    I have read a few different threads and the admin book really doesn't get a clear answer on this. I have 1 PVE Hypervisor. It has 3 physical nics (2 virtual interfaces). NIC0: 1 Copper port, for management traffic NIC1: LACP (802.3ad) SFP+ ports on a dedicated vlan, lets just call it VLAN 10...
  4. S

    Yet another VLAN question (VM is not passing tagged vlan)

    I have read a few different threads and the admin book really doesn't get a clear answer on this. I have 1 PVE Hypervisor. It has 3 physical nics (2 virtual interfaces). NIC0: 1 Copper port, for management traffic NIC1: LACP (802.3ad) SFP+ ports on a dedicated vlan, lets just call it VLAN 10...
  5. S

    Is multipath enabled by default?

    Hello, I am running into an odd issue where my SYNOLOGY LUN is showing "?". I added a 2nd host/created a cluster today and the new host connected fine, but the old one still shows the same ?. I have rebooted both hosts and am trying to figure out why H1 (host 1) is continuing to show that the...
  6. S

    [SOLVED] PVE 6.0.x doesn't load kvm_amd (EYPC 7551)

    Please advise as I need to get production up and running again. Should I just revert back to the PVE 5.x version? Had to R&R due to no backups and a hardware failure. Upgraded/installed PVE6.0.1 on EYPC 7551 but it's not loading the virtualization module and manually doesn't seem to cut it...
  7. S

    ENOUGH WITH THE pve-root sizing crap!!

    I installed Proxmox VE on a 16GB card. I let Proxmox installer handle the storage configuration automatically. EVERY SINGLE TIME I INSTALL A new 'apt install' I run out of space and rebooting no longer fixes the problem! If someone has a CLEAR (read non, pipe this and > that and % there to f^%k...
  8. S

    Created a BASH script to convert json to csv

    I have created a bash script that will strip the special characters from the .json file and organize via comma delimited CSV file. Original JSON file provided by the pvesh get <resource> --output-format json You will have duplicate headers but it's still useful for SQL import commands. Read...
  9. S

    Access to more than 4GB of non-volite storage possible on the O/S itself?

    I have installed via Baremetal ISO and the physical host is setup with Mirrored 16GB S.D. cards for the o/s while all non-OS storage is provided via iSCSI. The problem I running into is I can't seem to avoid filling up the 204MB available on /dev/mapper/pve-root (which is just a syslink to...
  10. S

    RESOLVED: Can't get any VMs to communicate on VLANs

    RESOLVED: See last thread as the issue ended up being a switch and firewall config issue, not Proxmox VE. My fault. ------ Original thread below ------ I have kept the trial small. I installed a new VM on the default bridge (vmbr0) and tagged it for vlan 201 (and bridge was vlan aware) I was...
  11. S

    Need to export "inventory" information for web ordering

    I am the process of automating a website where someone can "purchase" a VM container and it's built automatically for them (via scripting) on the backed. To do this I need to make sure I don't over allocate my resources. I am new to the REST API so I apologize if this is an option already...
  12. S

    Can PVE setup to allow web portals external customers?

    I decided to dive into PVE due to it's perceived (I may be wrong) ability to provide a web dashboard per customer. Is this possible? For instance let's say I have a cluster with 3 hosts. 'Client A' builds signs up for 3 VMs and 'Client B' signs up for 10 machines. I would like to set it up...
  13. S

    HOST Summary time displaying different than host time

    So NTP is working from the host and it's time is correct. But if I go to the summary page, the time is off by 3 hours. Can this be adjusted somewhere? It would be nice if it could be done via GUI. *screenshot above showing proper time and zone *screenshot above showing that summary page...
  14. S

    Possible 5+ year bug? for LVM Storage onto of iSCSI (gui only, no cli at all)

    I have a Synology NAS, nothing special. I created a brand new lun and a brand new target and when I add the iscsi (again via GUI ONLY), it works fine. I then click STORAGE > ADD > LVM and BASE VOLUME comes up blank, on a brand new block level lun. The only way that the BASE VOLUME shows up...
  15. S

    (coming from VMWARE) Drives are showing OFFLINE in windows installer (iscsi only)

    As the subject says, I mainly come from a vmware world (vcenter). I am having some trouble understanding how "datastores" work in the pve world. I have an iSCSI drive attached to a new VM (1Terabyte). This block 1TB has 1-50 GB Primary partition on it, so I can have a repository of ISO's...