• WOL after moving HDD

    4
    0 Votes
    4 Posts
    2k Views
    S

    @dolf Sounds really strange to me! I’d suggest doing the reverse test. Pop that HDD back into the other PC and see what WOL is doing?!?

  • How to manually upload an existing image

    15
    1 Votes
    15 Posts
    5k Views
    dolfD

    If the CloneZilla image is not compressed, it will not have the .gz extention (easy to check for), and the last command becomes:

    cat /home/user/czimg/sda2.ntfs-ptcl-img.* | pigz -stdout > /images/fogimg/d1p2.img

    If CloneZilla was invoked using dd, we can concatenate and pipe to partclone:

    cat /home/user/czimg/sda2.ntfs-dd-img.* | partclone.$fstype -fsck-src-part -c -s - -O - | pigz -c > /images/fogimg/d1p2.img

    etc… There might be a few more cases to consider.

  • Printer Management Page / List All Printers

    7
    0 Votes
    7 Posts
    2k Views
    J

    Thanks! I’ll take a look see. 🙂 I found the Wiki on Hooks. I’ve worked with PHP before in the past but it’s been many many versions ago.

  • FOG Multicast Issues / AD Join Issue

    14
    0 Votes
    14 Posts
    3k Views
    Wayne WorkmanW

    @Joe-Gill How is it better to do it manually, when powershell can do the same identical thing but faster and in mass and without visiting each computer? It’s simple:
    Remove-Computer -UnjoinDomaincredential Domain01\Admin01 -PassThru -Verbose -Restart
    https://technet.microsoft.com/en-us/library/hh849816.aspx

    Only thing to remember is to definitely delete the snapin after you’re done with it, because it’s associated it’ll run every time you image - which would cause problems.

  • SOPHOS Cloud - Duplicate Names

    10
    0 Votes
    10 Posts
    4k Views
    george1421G

    @Joe-Gill said in SOPHOS Cloud - Duplicate Names:

    @george1421 Thank you!!

    My google-fu is strong today.

  • Deleting tasks

    Solved
    3
    0 Votes
    3 Posts
    976 Views
    M

    I did not see that there was a dedicated tasks section. I’m still learning to find my way around the web GUI. The issue has been resolved, thank you!

  • Complete and Utter Noob

    11
    0 Votes
    11 Posts
    3k Views
    R

    @Tom-Elliott Oh well now I just feel silly! Oh Well, all is a good learning curve, and a good introduction. It helped me understand what was going on behind the very well laid out GUI! Im very impressed with this product and cant believe its Open Source. I am going to make a business case to the FD for some sort of donation. I work for a charity, so who knows how well that will go??

    Nonetheless, it was all very interesting!

  • Best way to image multiple machines at once?

    9
    0 Votes
    9 Posts
    5k Views
    M

    @george1421 Alright, so here’s what I’m going to do.

    I’ve got an old PFsense box that I set up to handle DHCP, and it can hand the clients off to FOG. This will happen on a separate subnet on the FOG servers second NIC. I’ll still be hooked up to the core network via the first NIC for easy access and management to the box.

    This way I can have my unmanaged switch, and be open to multicasting.

    Now that it is an option, it kind of goes back to my original question; if I’m going to image via multicast, my understanding is that it takes some setup, with making the group and registering hosts. I won’t be able to use quick image for this will I?

  • Chromebooks / MAC addresses

    10
    0 Votes
    10 Posts
    3k Views
    J

    Thanks for all of the useful replies! We’ll use one of these iterations for our inventory when we start deployment in the next week or two.

    Cheers,

    Joe

  • Image Throttling

    4
    0 Votes
    4 Posts
    2k Views
    Wayne WorkmanW

    @adukes40 You can only limit the number going at once for unicast as @Quazz said, not the bandwidth. The bit rate is a throttle for multicast. The replication rate is a throttle for replication.

    Multicast only works from master nodes. Enable broadcast forwarding on your router and it’ll start working at other sites. You have to enable the same thing for WOL to work at other sites I believe, there’s a plugin to assist with WOL.

  • unsure of Revison for adding new storage node.

    4
    0 Votes
    4 Posts
    1k Views
    D

    yeh svn info worked.

    im on 5721

    Many thanks

  • Remote Control

    6
    0 Votes
    6 Posts
    2k Views
    Wayne WorkmanW

    @adukes40 You may like DameWare. It’s just my personal opinion. I think the software works for X number of days as a trial without license.

  • Testimonials

    1
    0 Votes
    1 Posts
    341 Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    george1421G

    With 12 systems it may be simpler to setup an MDT server to deploy with. To do this right you should have a MS Volume License key and then create your reference image (master, golden, mother, etc) with MDT. For 12 systems I would stop there. If you were going to deploy more than 50 systems per year then I would take the next step and setup a FOG server. Capture your golden image with FOG and then deploy from there. If you setup FOG and your golden image properly you can use a single golden image for all of your hardware fleet. Since you are using Dell hardware, they (Dell) made the driver collection part pretty easy for you.

    Don’t let the MS VL key scare you off. You only need one per OS type you are deploying. That will give you reimaging rights that the OEM license doesn’t. Meaning if you purchase 1 VL Key for Windows 10 Pro you can deploy an unlimited number of Windows 10 Pro where Windows 10 Pro was already installed on the target hardware via a preexisting OEM license. To purchase into the MS Volume license program you need 5 points. The Windows 10 Pro VLK counts as 1 point, just add 4 other items to get to your 5 points (Like server client access licenses, you can never have too many of those and they are pretty cheap).

  • Get older trunk-Version (3671)

    7
    0 Votes
    7 Posts
    2k Views
    J

    @gretsch your issue the the legacy client’s PrinterManager should be fixed if you update your server.

  • Fedora 24

    1
    0 Votes
    1 Posts
    682 Views
    No one has replied
  • Snappy Driver FYI

    7
    0 Votes
    7 Posts
    3k Views
    P

    @Joe-Schmitt Yeah you’re probably right. Maybe my view on this is a little naive but it hurts to see such great project possibly die.
    But because you mention it I will donate to fog project.

  • Apache2 Ubuntu Default Page

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    J

    @Wayne-Workman I just used Ubuntu 14 and it works now. Thanks again for the help.

  • New NIC solely for MGMT

    3
    0 Votes
    3 Posts
    1k Views
    S

    In Storage Management and possibly FOG Configuration as well Tom means I suppose.

  • M.2 Sata

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    adukes40A

    @george1421 Just got the new master pushed up, and the M.2’s are now working great.

153

Online

12.3k

Users

17.4k

Topics

155.6k

Posts