Search results

  1. C

    [TUTORIAL] Sync PMG Domains with file from external source

    Falls es wer brauchen kann #!/bin/bash rm delete.txt create.txt existingdomainsraw.txt existingdomainspmg.txt pmgsh get /config/domains/ | grep domain | cut -d ":" -f 2 | awk '{print substr($0,3,length($0)-3)}' > existingdomainsraw.txt && tail -n +1 existingdomainsraw.txt >...
  2. C

    HBA Mode dumbest idea i have ever had

    hi! i bought a p822 hp controller and switched it to hab mode. i knew, that when on hba mode, i cant boot off the harddrive. i thought, ok why not boot from usb stick and the switch to the harddrive but i am stuck does anybody have a howto please? thx Karl
  3. C

    creating ceph pool according to pg calc

    Hello! I am trying to create a ceph pool through GUI with size 3, min 2, pg_num 2048 according to the pg calc i get the following error: TASK ERROR: mon_command failed - For better initial performance on pools expected to store a large number of objects, consider supplying the...
  4. C

    cephfs speed

    hallo zusammen! habe einen 3 node cluster mit aktuellem 5.2 und ceph habe cephfs nach installiert und läuft auch soweit. auf den nodes hab ich dann lokal den cephfs pool gemountet. wenn ich jetzt auf diesen pool ein backup einer vm mache, hab ich datenraten von rund 120Mb/s das clusternetz...
  5. C

    HP Smart Array P410 Lizenzkey

    Hallo Zusammen! Ich bin am verzweifeln. wir haben hier ein hp gen6 server mit einem p410 und einem raid6 verbund. Kollege hat den raid6 verbund mit der trial lizenz eingerichtet, welche 60 tage gültig ist in der annahme man kann den key ohne probleme kaufen. jetzt geht es aber los: kein...
  6. C

    HA VM wont start

    hi! if i make a machine ha i wont start. i get: Executing HA start for VM 100 Member proxmoxnode1 trying to enable pvevm:100...Aborted; service failed TASK ERROR: command 'clusvcadm -e pvevm:100 -m proxmoxnode1' failed: exit code 254 if i revert from ha to normal, the vm starts and also can...
  7. C

    [SOLVED] real rough howto for proxmox testing on esxi

    get sources fence-agents_3.1.5.orig.tar.gz apt-get install build-essential autoconf pkg-config libnss3-dev python-suds configure make make install http://www.sysadminslife.com/linux/vmware-vsphere-sdk-for-perl-api-unter-debian-squeeze-installieren/ apt-get install libssl-dev perl-doc...