Search results

  1. C

    Proxmox is unstable

    mm have think about that. Any NIC that is recommended to use with Promox?
  2. C

    Proxmox is unstable

    Have read that it is unfortunately quite common that it can mess with intel network cards. https://forum.proxmox.com/threads/e1000e-eno1-detected-hardware-unit-hang.59928/ https://forum.proxmox.com/threads/e1000-driver-hang.58284/page-8#post-390709 Trying now with the workaround right now...
  3. C

    How do I access storage from terminal

    Thanks for the replay I have read that and use it on my ubuntu/debian and windows VM and it works great to use OVF files But when it come to CentOS I get error. Someone told me I can convert to RAW and then import but did not know how to do that.
  4. C

    Proxmox is unstable

    Not sure what have happend but I have problem with my proxmox I trying to copy alot of file from the proxmox that have a windows 2019 server to another proxmox that have ubuntu. I did start with that yesterday and today when I was going to see how it work I just get error and can't access GUI...
  5. C

    How do I access storage from terminal

    ok maybe not so easy to understand when you read the topic but I have create a storage (OS) that is LVM-Thin and I like to access that from terminal because I going to send a file to convert to raw to use in one of my VM.
  6. C

    [SOLVED] What storage to use

    I have see that is alot of storage to use from https://pve.proxmox.com/wiki/Storage That I going to use the storage is create/import VM have them there. The storage running on RAID5 hardware with 4 SAS drive so not sure what is best to use. I was thinking about ZFS but what I have read that is...
  7. C

    [SOLVED] Problem with import big OVF file

    I trying to do something simple Add a USB external drive to proxmox Format the USB drive to ext4 create a mount for USB drive copy OVF folder to the USB drive with winscp Run the import command from proxmox (not there yet) Going to take somtime but I have no hurry :D
  8. C

    [SOLVED] Problem with import big OVF file

    Hi I trying to import a VM that have export from my vmware to my new promox. But the problem is the /temp is to small size so I have to store it somewhere else when I then trying to import OVF file to local-lvm. Any idea how to fix that?
  9. C

    [SOLVED] store my VM in local-lvm

    Thanks now it works perfect :)
  10. C

    [SOLVED] store my VM in local-lvm

    dir: local path /var/lib/vz content iso,vztmpl,backup lvmthin: local-lvm thinpool data vgname pve content rootdir,images pvs PV VG Fmt Attr PSize PFree /dev/sda3 pve lvm2 a-- <1.23t <16.00g vgs VG #PV #LV #SN Attr VSize VFree...
  11. C

    [SOLVED] store my VM in local-lvm

    Not sure what to do so I have to ask here :) I have create a new server that run proxmox Proxmox is store on a Hardware RAID 5 and I going to store my VM on same RAID. When I now create a VM and when is time to tell where to store I only get local to pick. Problem is that local only have 100 GB...
  12. C

    [SOLVED] convert vmware 7.0 to proxmox

    ohh I have now look at it and it look very advance for my home server :) But I'm curious and going to look at it some more. But one thing is for sure, when I build up my new server with proxmox then I going to make it as good as possible
  13. C

    [SOLVED] convert vmware 7.0 to proxmox

    Thanks for the replay I run now ovftool from another server to store until I have export every VM I want to have and then delete vmware esxi and then install proxmox. I does take time but I have no hurry :)
  14. C

    [SOLVED] convert vmware 7.0 to proxmox

    I'm a little curious to know how much work it is to replace vmware esxi 7.0 with proxmox. Right now I have 12 servers that run both linux and windows and I do wonder if it is a good idea to make it run on Proxmox instead. Right now I have a tiny server that work with proxmox but my big server...
  15. C

    [SOLVED] How much does proxmox need in memory?

    ohh ok, this is something new for me but it was good info to get so thanks :)
  16. C

    [SOLVED] How much does proxmox need in memory?

    Hi I have install proxmox on a Dell T1700 that have 16 GB memory. I have also install Windows that have 4 GB and Home Assistant that have 2 GB memory So my VM use 6 GB memory but when I look at summary of my proxmox server it say RAM usage 92.08% (14.31 GiB of 15.54 GiB) So does...
  17. C

    [SOLVED] no network after import from vmware

    ok I did find the error. I feel so stupid but when I look in vmware I did notice that interface was ens160 but in proxmox it was ens18 so I did open netplan and change from ens160 to ens18 and reboot. Now it have IP address and working. Thanks alot for all the help :)
  18. C

    [SOLVED] no network after import from vmware

    Did find the error At first I have not say where to save the files :) And I have to remove my ISO installation from VM.
  19. C

    [SOLVED] no network after import from vmware

    Dominic: : auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.0.192/24 gateway 192.168.0.1 bridge-ports eno1 bridge-stp off...
  20. C

    [SOLVED] no network after import from vmware

    Hi I did trying now just a little for fun import a VM from vmware into proxmox I have got almost everything running except I have not network I have try both with VirtIO and Intel E1000 but no network. I did try with "sudo ip link set ens18 up" and also add a temp ip "sudo ip addr add...