• Multicast issue - IGMP on switches (HP)

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    F

    @Sebastian-Roth You’re welcome …
    For info, my switches are HP Procurve and I used these links to configure them !

    https://community.spiceworks.com/how_to/26481-enable-igmp-on-hp-procurve

    http://whp-hou9.cold.extweb.hp.com/pub/networking/software/AdvTraff-Oct2005-59908853-Chap04-IGMP.pdf

    Now, Multicast is working properly : I imaged 3 clients at 1.4 Gb/min, next I will try 10 or more !

  • Image drop issues after upgrade from 1.3.3 to 1.3.5

    Solved
    21
    0 Votes
    21 Posts
    12k Views
    T

    @Tom-Elliott The issue has been resolved. I downloaded 1.4.0 SVN6069 and that install worked.

  • Assign multiple host to a group

    Unsolved
    10
    0 Votes
    10 Posts
    3k Views
    S

    It does not matter, I fully understand. But it helped me a lot, thanks again and congratulations to all the FOG team

  • PXE Boot Problems

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    S

    @Joe-Gill said in PXE Boot Problems:

    I can boot the same machine type from another segment of our network fine as well.

    For the first picture: So why should it be an iPXE issue then? This sounds really weird. Is this issue reproducible?

    For the second picture: I suppose this model does not properly PXE boot in a different network segment, right? As George said, try different iPXE binaries (find them /tftpboot on your server) to see if one of them works…

  • Not Joining to Domain after imaging

    4
    0 Votes
    4 Posts
    1k Views
    AvaryanA

    @quinniedid There is a .msi version of the client that you could use to install the newer client with the correct address. Unsure if old client would need uninstalled first.

    If you have a way to push out a PowerShell script, something like this might help.

    $FOG = Get-WmiObject -Class Win32_Product | Where-Object -Property Name -EQ 'FOG Service' $FOG.Uninstall() $url = "http://<ip address>/fog/client/download.php?newclient" $outfile = "FOGService.msi" (New-Object System.Net.WebClient).DownloadFile($url, $outfile) $ArgumentList = "/i $outfile /quiet USETRAY=""0"" WEBADDRESS=""<ip address>"" WEBROOT=""/fog"" /norestart" Start-Process -FilePath MSIEXEC.exe -ArgumentList $ArgumentList -Wait Start-Service -Name FOGService Start-Sleep -Seconds 2 Restart-Computer -Force
  • Creating group from file?

    8
    0 Votes
    8 Posts
    3k Views
    Tom ElliottT

    Of course first you need to create the group itself.

    From a php script this could be done with:

    <?php require('/var/www/fog/commons/base.inc.php'); FOGCore::getClass( 'Group' )->set('name', 'SomeNameToNameThisGroup') ->addHost(array(1,2,3,4,5,6)) ->save();

    Of course change the array(1,2,3,4,5,6) with the list of ID’s you need to associate to the group.

  • Moving Default storage location

    7
    0 Votes
    7 Posts
    3k Views
    Joseph HalesJ

    It sounds like the drives are on separate virtual machines in which case you need to install fog on the second one as a storage node. Not sure how current this is but here is a video about it https://youtu.be/X72WthDGwsw.

  • Driver Injection - Script Not Being Called

    Unsolved
    13
    0 Votes
    13 Posts
    4k Views
    RobTitian16R

    @Tom-Elliott @george1421
    Ah, so simple! Thanks very much gents!

  • Storage node testing and disk information not displayed

    26
    0 Votes
    26 Posts
    15k Views
    T

    @Ben-Warfield

    Thank you Ben, just updating, simply comment de bind address on my.cnf solves the issue.

  • fog memtest uefi

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    P

    Hey george1421,
    Thanks for clearing that up mate

  • Detailed Full Manual FOG Server

    Unsolved
    2
    0 Votes
    2 Posts
    934 Views
    Wayne WorkmanW

    @zingaro No, we’ve been putting together documentation where we feel it’s needed, and we consider including any submitted documentation. Is there something in particular you want to know about? Links to the wiki are in my signature.

  • Kernel list missing

    Solved
    2
    0 Votes
    2 Posts
    660 Views
    K

    sorry

    network team had changed the scope !!!
    there was no network connection

  • Restart full setup fog configuration

    Unsolved
    2
    0 Votes
    2 Posts
    836 Views
    L

    Rename .fogsettings to .fogsettingsold, in /opt/fog

  • 0 Votes
    36 Posts
    18k Views
    C

    @callcenter good, thanks!

  • Multicasting issue "This is not the master node" in the multicast log.

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    N

    Restarted FOGMulticastManager and it is working properly now

  • Need help -- On Deploy

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @Wayne-Workman : I will try as per your suggestion and update it

  • Importing Host Not Working

    Moved Solved
    5
    0 Votes
    5 Posts
    2k Views
    L

    @Tom-Elliott Thanks Tom. I went ahead and deleted all the columns and just left the <mac> and <hostname> and they imported successfully.

  • System will not image after update: mkfifo error related?

    Solved
    19
    0 Votes
    19 Posts
    6k Views
    C

    @Quazz

    Update to 1.4.0 seems to have fixed the issue with imaging.

  • Advanced group task not working

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    So found the issue. Individual taskings would work, but group taskings wouldn’t. This is due to some checks added to ensure only valid taskings can be generated. The tests were looking for “Imaging tasks”, then “Snapin Tasks”, then “init needed taskings”. The memtest tasking is not considered an init needed tasking.

    I’ve made the checks simpler with:

    “Imaging tasks” -> “Snapin Tasks” -> All other and tasks appear to be working properly from the group page. Thanks for informing.

  • Fast Wipe Problem?

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    J

    @Tom-Elliott

    Well it does appear that it finished… I just didn’t see the play by play like the full wipe… SO that’s my fault!!

    Feel free to close this ticket! Thanks!

158

Online

12.4k

Users

17.4k

Topics

155.9k

Posts