Search results

  1. taich

    Rename proxmox host

    There is no connection. Here some tests from the server console ping www.orf.at PING www.orf.at (194.232.104.142) 56(84) bytes of data. 64 bytes from www.orf.at (194.232.104.142): icmp_seq=1 ttl=54 time=17.1 ms ping www.google.at PING www.google.at (172.217.23.227) 56(84) bytes of data. 64...
  2. taich

    Rename proxmox host

    I did what the description says. Everything is running smoothly, I just can not reactivate my subscription. Where wants the server connect to?
  3. taich

    Rename proxmox host

    Hi, I changed the hostname of my proxmox server. I copied the node config from /etc/pve/nodes to the new name. Then I removed the subscription key. I canceled the subsciption key in the shop. Now I can not upload the subscription key. I get this error. Connection error 596: Connection timed...
  4. taich

    import centos VM from vmware

    I also tried to change BIOS but no sucess. centOS does not boot. :( Starting Dracut Emergency Shell... Warning: /dev/mapper/ol_oracle_root does not exits Warning: /dev/ol_oracle/root does not exist
  5. taich

    import centos VM from vmware

    I have imported some of the others from the same VMware server. Some of the vm's on proxmox I just created newly. All the other vm's I sucesssfully imported were debian based. I think this is somehow related with the oracle partition layout. # lsblk NAME MAJ:MIN RM SIZE RO TYPE...
  6. taich

    import centos VM from vmware

    Yes, DRBD storage is ok, there are several other vm's running on it.
  7. taich

    import centos VM from vmware

    I tried SATA and IDE but nothing changed. The virtual machine provision setting in VMware is SCSI controller = LSI Logic Parallel SCSI Controler = SCSI (0:0) This is the original disk layout in vmware # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0...
  8. taich

    import centos VM from vmware

    qm config 280 boot: order=scsi0 cores: 2 memory: 4096 name: oracle.datamagic.at net0: virtio=B6:8E:92:76:F9:E4,bridge=vmbr0,firewall=1,tag=1224 ostype: l26 scsi0: DRBD2:280/vm-280-disk-0.raw scsihw: virtio-scsi-pci smbios1: uuid=de35d7ec-8fe3-422c-aa94-1f34edc1141f vmgenid...
  9. taich

    import centos VM from vmware

    Hi, I want to import a centos (oracle linux) 7.9 virtual machine from vmware into proxmox. I did the export with "ovftool vi://server/vm destdir" I also can import the vm with "qm importovf vmnr vmname.ovf storage" But I cant get the vm running. As soon as I start the imported vm I get this...
  10. taich

    Subscription Key not accepted

    There is no firewall on my proxmox server. This is what nmap says: root@pve01:~# nmap -Pn 79.133.36.249 Starting Nmap 7.70 ( https://nmap.org ) at 2020-12-27 10:46 CET Nmap scan report for shop.maurer-it.com (79.133.36.249) Host is up. All 1000 scanned ports on shop.maurer-it.com...
  11. taich

    Subscription Key not accepted

    I have a valid subscription, but my server tells me it is too old. When I issue a check I get Connection error 596. Same if I remove and re upload the subscription key. Can anyone tell me how to overcome this? Thanks Thomas
  12. taich

    can not ping proxmox server

    Just found the reason. Wrong Gatway.
  13. taich

    can not ping proxmox server

    I have a proxmox server with 1 NIC. This is my network configuration: auto lo iface lo inet loopback iface lo inet6 loopback iface eth0 inet manual auto vmbr0 iface vmbr0 inet static address 10.10.0.34/24 gateway 10.10.0.1 bridge-ports eth0 bridge-stp off bridge-fd 0...
  14. taich

    LVM disk space

    All proxmox servers come with a LVM disk and a LVM Thin disk installed. My server has one SSD 60GB as / (root) mounted and one HDD 4TB as /data mounted. I want all my vm's and containers stored on HDD in /data dir. Altough I have not installed any vm or container yet the 60GB SSD is nearly...
  15. taich

    Windows 7/2008R2 driver support

    I had a similar problem and I fixed it with old virtio driver version 137. You can find old version of virtio here: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/
  16. taich

    Windows 7 migration

    In the meantime I converted a Win7 too. My fault was I used the latest virtio-driver and there is no win7 support. I had to download version 172-1 Install this driver before ovf-export. https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.172-1/...
  17. taich

    qemu-guest-agent wont start

    Oh, yes I missed that. Thanks
  18. taich

    virtual machine BIOS settings

    How can I access the bios of a Proxmox virtual machine?
  19. taich

    Web-based user interface and IPv6

    A you mean I can install Apache2 on the Proxmox host and forward there to the local address. Right?