The "hostname -f" result is FQDN, but "pvecm updatecerts --force" still generate a short hostname certificate.
I have checked /etc/hosts.
Any idea to fix this issue?
How to force "pvecm updatecerts" to use FQDN, I try "pvecm updatecerts --force" but still the Hostname used.
Should I manually use openssl?
Note: this case happen after I change Hostname then run pvecm updatecerts --force, the result is just the Hostname not FQDN.
Right, above code running well on other Data Centers, I have use it for hundreds servers.
Unfortunately, Hetzner does not help, I have open Ticket to Hezner but they told me to ask to forum.
This script below works fine on several server but only server from Hetzner doesn't.
<?php
require_once("pve2_api.class.php");
$pve2 = new PVE2_API("my-server-ip", "root", "pam", "my-password");
if ($pve2->login()) {
foreach ($pve2->get_node_list() as $node_name) {...
Dear,
My kern.log file very2 large, I found 99% entry was:
kernel: ip_set_hash_net: disagrees about version of symbol module_layout
Any idea to fix this?
# pveversion -v
proxmox-ve-2.6.32: 3.4-166 (running kernel: 2.6.32-37-pve)
pve-manager: 3.4-11 (running version: 3.4-11/6502936f)...
I manage hundred IPs so it is not possible to do it manually, use DCHP instead.
Install DHCP Server is very simple:
#apt-get install isc-dhcp-server
edit /etc/dhcp/dhcpd.conf, to specify your available IPs
Inside VM set to DHCP. I install the DHCP on Proxmox node.
Read this tutorial for...
Try this, inside your VPS:
#hostname hosting.domain.com
Then edit /etc/sysconfig/network:
HOSTNAME=hosting
DOMAINNAME=domain.com
Change to:
HOSTNAME=hosting.domain.com
what is your monitor resolution? have you replace with another monitor cable?
this usually happen when you use old LCD monitor, replace with new LED or use old CRT mnonitor.
Server Manager:
For most Provider, you must go to their Server Manager then Add Virtual MAC to your IP
Edit your VPS-- replace existing with Virtual MAC from step #1
Stop then Start the VM
Inside Windows VM:
Make sure Remote Desktop = Enable (Windows -- Properties)
Add RDC to Windows...
I need a mail scanner with anti-spam support installed to node. So, every emails send from any CT and VM will be scanned (w/o any changed to any VPS).
Spam email will be move to quarantine folder, and maybe a web ui so we can see the spam email details: contents, from which VPS, etc. Also, maybe...
Welcome to Proxmox, give a try: Disable Adaptec Controller, then select ZFS during setup.
BTW, last week I give a Proxmox training to a newbie (w/o any Linux experiences, he is a Windows user), using ISO installer we finish the setup < 15 minutes. He says that Proxmox installation easier then...
First, you should use these terms in Proxmox:
- CT means VPS created by OpenVZ
- VM means VPS created by KVM
- If you want to talk both CT and VM then use "VPS" instead VM.
For CT you only need to enter the IP when you create it, because you have to set "NEIGHBOUR_DEVS=all".
Remember after you...
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.