Search results

  1. N

    New to PBS v3+

    Hello Everyone, I am trying to test out PBS before I take the plunge into a bare metal install. So what I have done is create a VM with PBSv3 and it is up and running. I have added 4 drives to the system and did a USB pass through to VM, I see the drives on the host and i can see them in the...
  2. N

    Ceph and Proxmox

    Hey Everyone, I have been using Promxox since v4 and I am just now getting brave enough to try some more advanced stuff. I am wanting to install/deploy Ceph but i have questions about some details. 1st is I have 500 gb nVME storage in each server, however Proxmox splits to 100 gb for local...
  3. N

    Remove Node from Proxmox.

    Hello Everyone, I know how to remove a node from a Proxmox cluster, However this one is the first node and the one I created the Cluster from. If I remove it will the Cluster move the master/main or promote another node to master? hp65t-pve-01 is the master node for the lack of a...
  4. N

    Initial Network Config

    Hello Everyone, I have a pretty complex network for a HomeLAB but the reason I do it is because I am in forever learning mode. So the other day my second router crapped out on me and instead of buying a new unit I saw a video on installing pfSense/OPNsense and OpenWRT in a VM and using...
  5. N

    Network / VLans and Such

    Hello Everyone, I was playing around today and came across David McKone's video on youtube about making Proxmox vlan aware. So I tried it today and failed miserably. Please see attachment. So I have a vmbr0 which I believe should be the WAN side (Right?) So I added a usb to ethernet...
  6. N

    Readonly Filesystem on Proxmox 7.2-7

    Hey Guys, I apologize if there is a resolution for this, however I have noticed recently on 2 of my Proxmox Nodes that the VMs all of the sudden have readonly fiesystems and I have no clue why the were working fine until the last couple of days. There have been no updates as far as I can...
  7. N

    Gmail account w/PMG

    Hey Guys, I have gmail as my server for my e-mail for 2 domains and I am wanting to filter both for spam and i think PMG is best for that but i have no clue how to configure it and set it up. Does anyone have a good tutorial for setting PMG up with gmail? Thank you, Michael
  8. N

    2 DataCenters in Proxmox

    Hey Everyone, I apologize if this is posted in the wrong place. However I was wondering if it is possible to have or manage two datacenters in proxmox? The reason I ask is I have proxmox on a cluster of intel Servers and I also have proxmox on a cluster of Raspberry Pi 4's So I would like to...
  9. N

    [SOLVED] Backups Not working

    He Guys, New to the backup product a I used to use just the built in backup for this however I am now seeing some strange stuff in here when I try and backup first off I check the config to make sure it's good: Notice the drive image scsi0 I select my backup: Then I check to make sure it...
  10. N

    Raspberry PI 4

    Hey guys, Has anyone tried to run this on a raspberry pi 4? Will it run on a RPI4? Thanks, Michael
  11. N

    Windows doesn't boot

    Hey Guys, This is driving me crazy, I installed proxmox in a 3 node cluster a few days ago everything was going fine and then I had a hiccup. I got past that and about two hours ago. Now when I try to boot into a windows vm I get the following: to be honest this makes no sense as to...
  12. N

    pvecm add

    This is not stable at all I have installed 3 times and it has hung everytime on different servers, I installed on my lab, I installed a customer site then today again at another customer site this needs fixed for real. Not only does it hang but it screws up the whole cluster ... really super...
  13. N

    New Cluster Install

    Hello Everyone, I have a disk drive that is in one of the hosts it's 4tb and I have completed the following steps: 1 - fdisk -l 2 - cfdisk /dev/sdb1 3 - pvcreate /dev/sdb1 4 - vgcreate CFSTOR /dev/sdb1 5 - vgs # you should see something similar to below: # root@ohpro02:~# vgs VG...
  14. N

    Losing SSH Keys Arbitrarily

    This makes no sense as to why this would happen. First I lost or it said my ssh key on node 3 changed. I couldn't figure out why and got frustrated and just moved the VMs off of it and rebuilt it and moved them back after, everything was fine for about 2 weeks. Then node 5 lost it's ssh key now...
  15. N

    Adding a node to existing cluster

    root@cfPM5:~# pvecm status Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster? Cannot initialize CMAP service root@cfPM5:~# pvecm add 172.16.32.2 detected the following error(s): * this host already contains virtual guests Check if node may join a cluster...
  16. N

    Question for the Gurus in here

    Hello Everyone, I am loving proxmox so far everything is working to my satisfaction. I am able to do a lot of things that I had with KVM but it's easier in Proxmox. However I noticed when I install a new node the the ZFS part is failing on startup. Something about ZFS Shared...
  17. N

    Can't SSH to a container after deployment.

    Hello Everyone, I have been paying around with proxmox for a little bit and came across this when I was deploying a container, I would deploy and wasn't able to ssh in to it after i put my ssh keys in and set the sshd_config to allow root login. So apparently with the cidr set to /32...
  18. N

    Installed Promox VE 5.1 from Scratch

    Hello Everyone, I installed PVE 5.1 yesterday everything went fine, I created my Cluster was able to get both Nics in all my servers working properly. I was able to add an iSCSI target so far so good. Then the I gotchya's started popping up. The first one is after I got the iSCSI target in, I...
  19. N

    Storage on New Installation of PVE 5

    Hello Everyone, I am trying to add my second drive to the local-lvm (LVM Thin) So I have seen the following in some of the threads: - lsblk - pvs - vgs - lvs - lvdisplay after I removed the LVM-thin: - lvremove /dev/pve/data - lvdisplay - lsblk After I created the classic LVM -...
  20. N

    After Install repo fails

    Hello Guys, Just now coming back to Proxmox. After I installed Proxmox things seemed to be ok but when I tried to apt-get update I get the following issue: W: The repository 'https://enterprise.proxmox.com/debian/pve stretch Release' does not have a Release file. N: Data from such a...