• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Juan Antonio
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 48
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Juan Antonio

    • Juan AntonioJ

      Problem with cloning computers.

      FOG Problems
      • • • Juan Antonio
      6
      0
      Votes
      6
      Posts
      2.3k
      Views

      Juan AntonioJ

      It work well?
      How had you distributed as partitions?
      My HD one to W7 NTFS, ETX4 to Linux and Swat.

      [url=“/_imported_xf_attachments/1/1331_sshot-2.png?:”]sshot-2.png[/url]

    • Juan AntonioJ

      New Computer to Fog

      General
      • • • Juan Antonio
      7
      0
      Votes
      7
      Posts
      1.9k
      Views

      Tom ElliottT

      [quote=“Juan Antonio, post: 27635, member: 23837”]Good night from Madrid
      I’m going to change the PC of fog for a newer computer.:)
      Can I move images OS from the old server to the new server?😕

      How can I do?o_O[/quote]

      Easiest method to Copy the old images to the new server is to:
      [code]scp -r /images <NEWFOGSERVERIP>:/images[/code]

      Then on the New server as root run:
      [code]touch /images/{.mntcheck,dev/.mntcheck}
      chmod -R 777 /images
      chown -R root:root /images[/code]

      Then you have to recreate the associations for the images in FOG which I leave completely up to you.

    • Juan AntonioJ

      SERVER PXE DIFERENT SERVER DHCP

      General
      • • • Juan Antonio
      10
      0
      Votes
      10
      Posts
      4.6k
      Views

      Juan AntonioJ

      Solution to FOG in other DHCP server, using IPcop. It works with version 2.0.8 of IPCOP, in the latest version 2.1.8 does not work, track down.
      Edit in IPcop 2.0.8: /var/ipcop/dhcp/dnsmasq.local
      Add:
      ###############################################
      enable-tftp
      tftp-root=/tftpboot
      dhcp-boot=tag:!IPXEBOOT,undionly.kpxe,fog,10.0.0.5
      ###############################################
      Explanation of concepts;
      ##undionly.kpxe=boot file
      ##fog=Sever name
      ##10.0.0.5=IP
      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
      By testing found the solution, just the line must be removed;
      tftp-root = / tftpboot

      So that would be this way;
      Edit in IPcop 2.1.5 & 2.1.8: /var/ipcop/dhcp/dnsmasq.local
      ############################################
      enable-tftp
      dhcp-boot=tag:!IPXEBOOT,undionly.kpxe,fog,10.0.0.5
      ############################################

      Tested on IPCop 2.1.8 and 2.1.5 versions.

    • 1 / 1