• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    HP compaq Elite 8300

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    5
    46
    20.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      Timikana
      last edited by

      c’est cela, mais j’utilise bien deux disque dur de même configurations. nous avons reçu 15 HP.
      j’ai donc un disque dur de 250Go
      que je divise en deux comme ceci : en partition primaire
      Windows = Partition 1 100mo, Partition 2 119300Mo
      Ubuntu = Partition 3 2000Mo “Swap”, Partition 4 117300Mo “/”

      je demande donc après de d’effectué un Upload au serveur avec les options RAW images et Autres (99).
      Donc je démarre le l’ordinateur qui est le client, il démarre sur le PXE. il effectue la tache, pour le moment tout va bien on arrive à 50Go envoyé sur le serveur, et à un certains moment il m’affiche
      [CODE]488397168+ record in
      488397168+ record out[/CODE]

      donc j’ai abandonné … j’ai donc aujourd’hui réinstallé la machine juste avec Windows pour effectué un envoie en “Single Disk - Not resize*”
      je démarre le pc qui va recevoir l’images et ça fonctionne. mais en ce qui concerne le mod RAW images avec le multi boot je n’arrive même pas à terminé la tache.

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        Le programme dd semble fonctionner correctement. Quand il est complet avec l’imagerie, il est censé recracher ces chiffres. C’est vous dire combien de dossiers ont été copiés. Le disque peut être de 250 giga-octets, mais en général il finira abrubtly si le disque est endommagé. Avez-vous essayé d’utiliser un autre système?

        Les copies du programme dd prendront un temps très long à compléter comme il est la copie bit par bit de données. Faire une image de style fenêtres est légèrement plus rapide et complète beaucoup plus rapide car il est seulement copier les données utilisées du système et de le compresser directement au montage NFS.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 0
        • T
          Timikana
          last edited by

          Donc il faudrait que je prenne une autre machine NON-HP mais nos machine ASUS et testé ? je pense que je vais avoir un problème car il y a une table de partition GPT, avec les os installer “Windows7/Windows8/Ubuntu” un triple boot 😕 et c’est un professeur qui à fait mais il as fait cela par clonage disque par disque… et moi je veux pas d’ou mon utilisation FOG et il est hors de question que j’utilise les partitions GPT.

          mais bon j’admet que j’ai eux un semblant de mieux avec la version 0.33B au moins il prend en charge mon disque dur.

          question : si je fait une installations Windows/Ubuntu. Et que je fait une images avec le paramètre “Other (99)” + “Multiple Partition image - all Disk (not Resizable)” plutôt que de faire un Raw images; car si j’ai pris Raw images c’est que sur la version 0.32 les autres types ne fonctionnais pas.

          1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott
            last edited by

            Je recommanderais presque ça. Une autre méthode qui pourrait fonctionner, si vous êtes à l’aise avec cela, effectuer un clonage de disque vous-même en utilisant DD. La façon dont vous voulez faire est d’effectuer
            [code]dd if=<ORIGINAL DRIVE> of =<DESTINATION DRIVE> bs= <WHATEVER THE BYTESIZE IS (512 normal, 2048, Modern Windows 7, 4096 AF Disks)[/code]

            Donc, si mon lecteur source est / dev / sda et le disque de destination est / dev / sdb et c’est un format lecteur de pointe, nous aimerions entrer comme:
            [code]dd if=/dev/sda of=/dev/sdb bs=4096 conv=notrunc,noerror[/code]

            Le noerror assure seulement il continuer si elle rencontre une erreur. Trier c’est de récupération de données propre.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • T
              Timikana
              last edited by

              DD, j’en ais entendu parler. je pourrais l’avoir ou? il est déjà prêt installer? faut que je démarre avec un live-USB?

              1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott
                last edited by

                Vous pouvez le faire dd dans une multitude de façons. Même en utilisant le fichier init.gz de FOG.

                La meilleure méthode serait de disque à disque, mais le démarrage du système et dans le menu PXE, choisissez le mode débogage.

                Quand vous obtenez l’invite, plug-in les deux disques, ou si vous utilisez de la machine source, branchez le second disque.

                Vous pouvez utiliser le DD déjà fourni, mais vous devrez vérifier votre source et des lettres de lecteur de destination. Utilisez fdisk-l pour montrer ce qui les pousse, ils signalent que.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                1 Reply Last reply Reply Quote 0
                • T
                  Timikana
                  last edited by

                  j’utilise un Dell poweredge 2950, j’ai du faire un raid0 de deux disque 500go pour faire 1To. donc je ne peux le déplacé ni brancher n’importe quoi dessus. je vais réfléchir comment je vais procédé. je vous tiens au courant 😉

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    Je souhaite la meilleure des chances. 😛

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • T
                      Timikana
                      last edited by

                      j’ai essayer de faire une images avec les options : “Other (99)” + “Multiple Partition image - single Disk (not Resizable)”

                      je n’est pas la 4eme partition, il me dit qu’elle est manquante. je regarde dans le dossier /images/MyImages, est il manque vraiment la partition 4.
                      [SIZE=4] je vais donc après mon dernier essay utilisé DD mais comment envoyer l’image sur mon serveur là ou est installer FOG[/SIZE]

                      1 Reply Last reply Reply Quote 0
                      • T
                        Timikana
                        last edited by

                        Pouvez vous en faite m’expliquer comment on fait pour utilisée DD avec FOG mais en Anglais? car google traduit mal les termes informatique.

                        les étapes etc… merci :S

                        1 Reply Last reply Reply Quote 0
                        • T
                          Timikana
                          last edited by

                          hi, j’ai juste installer linux avec une partition ext4 pour pouvoir faire un fichier d’échange “file.swap” donc pas de partition d’échange…

                          Problème il n’y a pas d’upload possible c’est-à-dire qu’il fait la tache en 2 seconde car il ne l’envoie pas…
                          (Multi Partition - Single Disk ) + Linux (50) (j’ai même du utilisé la commande FSCK pour réparer le disque quand j’était en ext3 car il ne voulais pas l’envoyer.)

                          (je suis sur FOG r974) je n’est pas installer de kernel. dans 2 semaine j’utilise le recours de la commande DD.

                          toujours aucun problème avec windows 🙂

                          1 Reply Last reply Reply Quote 0
                          • T
                            Timikana
                            last edited by

                            I try :
                            DD if =/dev/sda of=/windowsubuntu BS=4096 conv=noerror,notrunc

                            Error
                            DD :writing … No space left on device
                            1+0 records in
                            0+0 records out

                            1 Reply Last reply Reply Quote 0
                            • Tom ElliottT
                              Tom Elliott
                              last edited by

                              Timikana,

                              Don’t forget to mount your nfs to the host and place the file there. The loaded file of the init.gz file is only around 40 Megabytes, and I imagine the disk you’re attempting to clone has a lot larger size.

                              Maybe try:
                              [code]mkdir /tmp/nfsshare
                              mount -t nfs <IP.OF.FOG.SERVER>:/images/dev /tmp/nfsshare
                              dd if=/dev/sda of=/tmp/nfsshare/windowsubuntu bs=4096 conv=noerror,notrunc[/code]

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                              1 Reply Last reply Reply Quote 0
                              • T
                                Timikana
                                last edited by

                                i can’t mount the NFS. 😞 Help me plz!
                                With the mod Debug Upload
                                [URL=http://www.dump-it.fr/img20131107171100jpg/1f5ced78a0c3a629b19459975ef38f3b.jpg.html][IMG]http://www.dump-it.fr/upload/images/miniatures/1f5ced78a0c3a629b19459975ef38f3b.jpg[/IMG][/URL]

                                With the mod upload
                                [URL=‘http://www.dump-it.fr/img20131107165644jpg/708d396be3f82074d2039495d2fd2df1.jpg.html’][IMG]http://www.dump-it.fr/upload/images/miniatures/708d396be3f82074d2039495d2fd2df1.jpg[/IMG][/URL]

                                1 Reply Last reply Reply Quote 0
                                • Tom ElliottT
                                  Tom Elliott
                                  last edited by

                                  Try this command for mounting the nfs: (I don’t know if it will work but we can always try.)
                                  [code]mount -t nfs -o proto=tcp,port=2049 <IP.OF.FOG.SERVER>:/tmp/nfsshare[/code]

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Timikana
                                    last edited by

                                    ok i try tomorrow
                                    Heu Is it possible that there is a conflict between samba server ?

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Timikana
                                      last edited by

                                      “Connections refused”

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Timikana
                                        last edited by

                                        Hi,
                                        i add in /etc/exports

                                        /images 172.30.105.,(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
                                        /images/dev 172.30.105.,(rw,sync,no_wdelay,no_root_squash,insecure)

                                        and restart nfs-kernel-server

                                        now i have
                                        -permission denied
                                        -bad file descriptor…
                                        … error Connection refused is clear

                                        if i use the fog task DD … dd copy the works …
                                        But how when he tells us “4546654.01 record in and out record” is made
                                        Complete for the task? I should restart? but it will restart and repeat the task?

                                        1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott
                                          last edited by

                                          When you create a task on fog, it creates a PXE boot file in /tftpboot/pxelinux.cfg/01-<SYSTEM MAC>.

                                          After a task is complete, the system uses FTP to delete the task from that folder. It sounds like FTP is not deleting this task, so anytime that system reboots, it loads the configuration. I’d check that your FTP username and Password are correct. This is done on the server with the username fog.

                                          I’d set the password for the fog user on the server. Something along the lines of:

                                          [code]sudo passwd fog[/code]

                                          It’ll ask for the new password to be entered, then a confirmation. If all is successful, you’ll see a message that tells you that it succeeded.

                                          Then you’ll have to set the FTP passwords for the FOG server to actually use them. This is done in two places both on the Web GUI.

                                          First place is located in: Storage Management-><The storage node>->Username Management and Password Management
                                          Second place is located in: Other/FOG Configuration->FOG Settings->FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            Timikana
                                            last edited by

                                            So if I understand well, I do “sudo …” and then redefined the passwords in:

                                            "Storage Management-> <The storage node> -> Management Username and Password Management
                                            Other / FOG Settings-> FOG Settings-> FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD "

                                            restart my task.
                                            but if that does not work, I can do it by hand? with “mv”?
                                            for example:
                                            My images HPWindows7Ubuntu1310

                                            and there currently in
                                            [CODE]images/dev/PC_MAC/Images_MAC_PC.000[/CODE]

                                            I can move through
                                            [CODE]sudo mv images/dev/PC_MAC/Images_MAC_PC.000 /images/HPWindows7Ubuntu1310[/CODE]

                                            in conditions DD shows me “in record, record out.”
                                            I could then turn off the computer and go to the web interface to close the task.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post

                                            245

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project