HP compaq Elite 8300
-
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
-
Je souhaite la meilleure des chances.
-
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] -
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
-
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
-
I try :
DD if =/dev/sda of=/windowsubuntu BS=4096 conv=noerror,notruncError
DD :writing … No space left on device
1+0 records in
0+0 records out -
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] -
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] -
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] -
ok i try tomorrow
Heu Is it possible that there is a conflict between samba server ? -
“Connections refused”
-
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 clearif 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? -
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 -
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 HPWindows7Ubuntu1310and 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. -
I managed to deploy!
but in debug mode.I create an image in debug mode, then deploy in debug mode.
the default does not work:
error during deployment:
[URL=http://www.dump-it.fr/screenshot2013-11-15-12-39-25png/a57aa2ef039b07200e81e352693d052a.png.html][IMG]http://www.dump-it.fr/upload/images/miniatures/a57aa2ef039b07200e81e352693d052a.png[/IMG][/URL]I also noticed an error on Ubuntu 13.10:
I jpgraph does not work properly. that is to say, no visible graphic.big thank!