I wanted to post an update on this. I got a three mode cluster up and working and it is running very well.
As for the desktop system I did manage to get it to pass through 2 GPUs to 2 different VMs once I added another GPU for PVE to use. However I did run out of PCIe lanes on the CPU and so I...
I am back at it trying to set up a new PVE cluster using the following hardware:
1 x Dell 2950 Gen 3 (2 onboard NICs, 2 Quad PCIe NICs, and 1 Dual PCIe NIC)
2 x Mid Tower PCs with Intel i3 and 16GB ram (1 onboard NIC, 4 Single PCIe NICs)
1 x Full Tower PC with Intel i7 and 24 GB ram (1 onboard...
I believe that this is possible as I set up something similar for another scenario. I had a need to redirect all the mail from a domain to another email address as I was taking the backend server offline.
Under the WHO OBJECTS, I created an entry that listed the domain I wanted to redirect...
A follow up to this is that I can send email to a domain that is not managed by PMG such as a shaw email address. Is there something I have to do to have it work with domains that are passing through PMG?
I have setup PMG and currently, have a domain configured (techbehave.com) with GoDaddy with the following records.
A -> @ -> Public IP Address
A -> * -> Public IP Address
MX -> mail.techbehave.com -> 10
MX -> mail.techbehave.com -> 20
I then have my PFSense firewall configured to port forward...
I don't have a tutorial per se, but I installed for my implementation an Ubuntu 16.04 Server then added Ngnix to it and also the let's encrypt software.
How are you getting these IPs on your network are you connecting the proxmox node to the modem directly or are you using a router or firewall in between?
The way that I have handled many web servers and using let's encrypt is to use a reverse proxy and have the certificate reside there and then use http and some self signed https between the proxy and the back end servers.
When I was designing the implementation I already had the NAS units in place, though they were serving a different purpose at the time. I did look a ceph but decided against it as it would require me to purchase more hardware. I originally started with 2 nodes each with a small SSD (250GB) for...
Your CPU(s) need to support hardware virtualization in order for KVM to work properly. You can check if your CPU(s) support this using:
To check if your CPU is virtualization compatible, check for the vmx or svm tag in this command output: egrep '(vmx|svm)' /proc/cpuinfo
You can also go to...
Your VNC is failing as the VM is not running, did you enable hardware virtualization in your BIOS? Looking at your log it seems the VM fails to start due to KVM virtualization error.
Here is my take on your situation, not sure these are "Best Practices" but from what I have learned through my years, this is what I would probably do given this information:
Single Node:
-Dual PSUs in the node
-2 SSDs in RAID 1 for Proxmox (Host OS)
-As many HDDs or SSDs that can fit in that...
To make sure I understand what you are trying to do. You want the Proxmox host to log in to 2 different VMs (1 Windows and 1 Linux) and then run a script?
for the Proxmox host, you could set up a chron job to run a which could ssh into the Linux VM and execute the script. As for the Windows one...
Here are the steps that I follow when increasing the size of the disk:
01. Turn off the virtual machine.
02. Back up the virtual machine.
03. Extended the disk using web GUI.
04. Boot the VM using Ubuntu Desktop install ISO and select try ubuntu.
05. Launch Gparted.
06. Right Click on both sd2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.