Search results

  1. L

    NFS Access denied after update proxmox

    Well, It's being fix it by itself. I don't known what happend but now it's working, I just reboot the proxmox server again and works. Thanks.
  2. L

    NFS Access denied after update proxmox

    Hi, I have be installed a server test with version of proxmox 7.1, and it happend the same issue with trying connet NFS, I don't known why it is happend that. Any body have an idea what happend?, It's not permission in my NAS, because it was woriking before, and it's still working with...
  3. L

    NFS Access denied after update proxmox

    Hi, two days ago I updated proxmox, but after that three of my server said: mkdir /mnt/pve/hb_pve/snippets: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 1175. (500) I thought it was my NAS, I rebooted it but I'm still with the same problem. I reeboot server too. Could...
  4. L

    Server configuration recommendation

    Hello, I just bought a DELL Server Poweredge R450 server, which has 384 GB RAM, and 4 ssd drives of 1.92TB each with a speed of 6Gbps. This server has a PERC H745 RAID card. My question is, what is the best configuration to perform in the SSD arrays. Should I create the RAID with the physical...
  5. L

    How to update Backup Server 0.9.4 beta to stable version?

    Thanks Tom, it was ver easy. To Upgrade the server, we need to add one line if we don't have subscription: path: /etc/apt/ File: source.list # nano /etc/apt/source.list Add next line: deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription Save file, en update: # apt-get...
  6. L

    How to update Backup Server 0.9.4 beta to stable version?

    Hi, A few month ago I installed backup server 0.9-4 beta, it wasn't an stable version. But now I see that exist an stable version. How can I update my version to tha lastest?, thanks.
  7. L

    VM win2012R2 with SQL SERVER

    Well, I guess so. Because it's tha same server and the same number of VM. I only took the 2 VM in ESXI and converted to RAW (VMDK -> RAW). En formated the server with PRoxmox. After that, both VM are very slow and take too much time to do their task.
  8. L

    VM win2012R2 with SQL SERVER

    Hi, the CPU type is KVM64. And, my format disk is RAW.
  9. L

    VM win2012R2 with SQL SERVER

    Hi, I did it, but I still have the same issue. Take a look at the images: Summay said my CPU is almost 12%, but inside the VM said 97%. Memory said the same in both sides. And TOP command on the PV: VM
  10. L

    VM win2012R2 with SQL SERVER

    Hello, is there a reason why you use NUMA on a UMA Host? I use NUMA because hotplug Memory requiered. Are you remove all VMWare drives in the VM? And I removed all VMWare drivers Are all virtio dirvers installed? Yes...
  11. L

    VM win2012R2 with SQL SERVER

    Hi, A few days ago I change my VMWARE by PROXMOX, en convert my VM to KVS, so. Before that my system on th VM it was working very fast with out any issue. Now after the conversion my VM in proxmox are very slow, and the resources and harware are the same. Could you tell me if I have to do any...
  12. L

    Problem with VM boot OS Windows 2012

    Hi, I found my issue, it was SCSI Controller, it needs to be VIRITO SCSI. With this value windows could install the driver. Thanks.
  13. L

    Problem with VM boot OS Windows 2012

    Hi, With my VM with drive IDE it's woking, but it so slow. So, I tried to change the driver to virito scsi. And I follow each step in the documentation: " Convert Windows to use (VirtIO) SCSI (KVM) This procedure is required to get Windows to load and active the SCSI drivers, once active...
  14. L

    Failed when I created Directory Storage

    Dominic, you are de best!!!!, It worked perfect!!! Thank you so much.
  15. L

    Failed when I created Directory Storage

    Hi, I have a disk free in my server (dev/sdb), and I use web interface, menu DISKS->Directory create:Directory, and choose disk /dev/sdb, filesystem ext4, name local-pve4, and press button CREATE. And I got an error message: # /sbin/sgdisk -n1 -t1:8300 /dev/sdb The operation has completed...
  16. L

    Add node to cluster fail

    Hi, if any body has an idea who can I fix my problem?, please let me know. Thanks.
  17. L

    Add node to cluster fail

    Could you read the logs?, Do you need other information from my nodes?,
  18. L

    Add node to cluster fail

    Answers: How are those nodes connected together physically? They use a dedicate network for the cluster, and use a switch cisco 1GB speed each port. How does the network topology looks like? Topology start. Where the first 6 nodes added to the cluster in the same way as the new one? Yes I use...
  19. L

    Add node to cluster fail

    Node PVE1 (It's working) root@pve:~# cat /etc/corosync/corosync.conf logging { debug: off to_syslog: yes } nodelist { node { name: pve nodeid: 2 quorum_votes: 1 ring0_addr: 172.16.100.100 } node { name: pve2 nodeid: 4 quorum_votes: 1 ring0_addr...