Search results

  1. S

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

    Okay I was finally able to figure out what the problem was. I am going to keep there this here as I am sure I am not the only one that had this problem. My store/database was on an NFS share, it's not recommend, but I'll take it over ZFS pools all day. Steps to resolve: Install new PBS...
  2. S

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

    Again, I want to restore the old backup server which should already be backed up on the datastore I am pointing to.
  3. 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...
  4. S

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

    I was able to finally get this to work. I followed the URL I originally attached but downloaded the package and ran through the installer. The key step (assuming you are using a synology) is the part where you dismount the share, Map all users as admin (in synology, as pictured) and delete the...
  5. S

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

    Thank you again for the reply. At our company, we use a local storage on our PBS without any issue (not shared storage). This is our first attempt where the client WANTS to back up using NFS mount point (which is the datastore). I have included the ACCESS CONTROL shots of PBS and the PVE...
  6. S

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

    It also appears that I can't import any of those API Keys from 1 host or pbs server, so what good does it do me? Some privileges have to be shared, without being dependent on on LDAP/AD solution. But again, backup@pbs only exists on PBS so PVE can't use it and I can't import any token on PVE...
  7. S

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

    Thank you for the reply. I have read the permissions and I am still having the same problem. When I backup on PVE, I continue to get access denied. This is after I went to users, created an API key per PVE Host (example - "HOST-1-PVE', 'HOST-2-PVE'). I then went to the the access permissions...
  8. S

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

    Should I be setting up root@pam or backup@pbs token api keys on the PBS? Meaning am I creating a API key for the PVE hosts to connect to the PBS?
  9. 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...
  10. S

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

    Instead of trying to get the VLAN tag to pass through the host, I just set the ports to access ports. For some reason Proxmox would NOT pass the vlan tag across the trunk port, even though it was allowed via the switch. However, this should be a pretty standard setup, 1 VM with 2 vNICs on...
  11. 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...
  12. S

    VMs with public IP for outgoging traffic and local network on routed configuration

    I THINK (don't hold me to it) this is your problem up route add -net 122.150.130.0 netmask 255.255.255.192 gw 122.150.130.1 dev enp0s31f6 Your default router is NOT going to the interface, it's going to the VMBR0 interface. Try moving the route command over to the static config of vmbr0 and...
  13. S

    Unable to access NAS via VMs

    If the VM can ping the NAS, networking is working (which is why PING is such as useful tool). I would change the username to say ".\username" (which means localhost) or you can try "username@local". More than likely your machine is connecting as "workstationname\username" as windows hides the...
  14. S

    Interfaces Setup 1 NIC and Managed Switch

    So if you want the PFSense box to be your default route/router, there shouldn't be any need to config anything other than a default gateway on you end devices. On your PFSense box (no experience with PFSense, but networking is networking), you need a VIP (Virtual IP address) for all of your...
  15. 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...
  16. S

    Adding NFS Share as Datastore in Proxmox Backup Server

    Please provide the officially supported way to store the .chunks file on shared storage then. Companies have shared storage, included dedicated ones for backup. Where is the documentation on the supported / unsupported methods since NFS/SMB direct access isn't supported (according to?)
  17. S

    Is multipath enabled by default?

    Also for more details, I can ping and reach via ssh the SYNOLOGY from the CLI Shell but for some reason it shows as NOT ACTIVE, even though it's working.
  18. S

    Is multipath enabled by default?

    That's a good point. I do come from the ESXi side (pre-realtek nightmare). I was under the expectation the package would be installed, but just not enabled. I believe the issue may be tied to previous IP scheming before I moved to a managed network. When I search for 3260 traffic (iSCSI) in...
  19. 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...