• losing fog images

    3
    0 Votes
    3 Posts
    309 Views
    george1421G

    Your post is a bit unclear. Are you having an issue capturing the image or deploying the image?

    When you say it reboots before its ready to deploy, is there an error message? Is this reboot happening in FOS image push or in/during WinSetup/OOBE? if the error is in FOS then capture a clear screen shot of the entire screen with a mobile phone and past the results here. The context of the error is almost as important as the error message itself.

  • Multicast Procedure Questions

    5
    0 Votes
    5 Posts
    1k Views
    F

    @george1421 thank you for your responses. The timeout is fine the way it is, as long as I understand how it functions. Just need to turn it up while I join 100 clients to it. 😉 Though, since you say it’s probably a layer 8 problem on the group based multicast, I’ll try to find the time to run a few experiments on my side and see if it’s now working. I have a fairly simple network (air gaped single subnet educational lab), so that shouldn’t be the issue.

    The repeating multicast would be handy but, as you say, there are certainly potential issues there as well. Again, as long as I understand the mechanic I can work with it! Thanks again for your answers(and all your help in the past as well).

    Philip

  • Selecting Specific Snapins

    3
    0 Votes
    3 Posts
    461 Views
    X

    Yes, what you say helps. I am new to fog and coming from using other device management programs so I am learning how fog works. It’s just a little new way of thinking for me right now. Not that this is a bad thing, I’m truly liking how fog works.
    Thank you

  • upgrading ubuntu from 14.04.6 LTS to 16.04.6 LTS and on?

    Moved
    2
    0 Votes
    2 Posts
    576 Views
    george1421G

    My recommendation is as always when jumping OS versions like this. Spin up a new FOG server and then migrate your database and raw files. This does two things. First it gives you a clean OS and a clean install of FOG to build from. Second, if something happens with your upgrade your fog imaging is down. Yes I know you can always restore from a snapshot, but that still doesn’t address the first issue of having a clean OS (not upgraded).

    Here is the process to migrate your fog install to a new server. https://wiki.fogproject.org/wiki/index.php?title=Migrate_FOG The only gotcha is don’t change the IP address of your new FOG server after FOG is installed (you can but its a bit of a pain to do so). With your new FOG server at a new IP address you will also need to update dhcp to point to your new fog server. On a plus note you can always fail back to your old fog server by just resetting dhcp back to your old fog server’s IP address.

  • Common Problems During Linux Installation

    2
    0 Votes
    2 Posts
    226 Views
    S

    @gaconvn1106 How is this related to FOG and what’s exactly your question?

  • PFSENSE!!!!! is great

    11
    0 Votes
    11 Posts
    5k Views
    L

    muchas gracias!!! me servira de mucho y voy a realizar pruebas

  • Database Connection Unavailable (CentOS 7 VM)

    2
    0 Votes
    2 Posts
    411 Views
    Wayne WorkmanW

    @lambdacalculus Typically, this error is not caused by accessing certain pages
 Generally speaking, your database connection is totally busted, or is intermittently working. And when it’s intermittently working, it’s usually load related problems. I have some questions for you:

    How many hosts do you have running the fog client? How much ram/cpu do you have allocated to your fog server? What OS & version is your fog server running? What version of FOG are you running? Give us a screenshot of the output produced by the linux top command on your FOG server while the problem is occurring. Check for a duplicate IP address concerning your FOG server’s IP address using these instructions.
  • Database connection unavailable

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    ***Redbob*

    @george1421, great stuff! How couldn’t I see this before?
    lol!!!
    Well, I reinstalled it, and already applied what Elliot said. Let’s see if it will take things easy. Thanks!!

  • computer to boot without hard drive

    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    The intent of the following tutorial is to show you how its possible to use FOG to pxe boot a live environment with FOG: https://forums.fogproject.org/topic/10944/using-fog-to-pxe-boot-into-your-favorite-installer-images
    Again creating a disk-less boot environment is not the intent of FOG, its just a proof of concept.

  • Access Control Plugin - LDAP Users

    12
    0 Votes
    12 Posts
    3k Views
    F

    @ylber you can get the code from from working_dev branch in git repository.

  • Issues with copying software configs?

    8
    0 Votes
    8 Posts
    2k Views
    george1421G

    @agray said in Issues with copying software configs?:

    here are 13 people that will be using that PC. All accounts where set up, including IBM Notes, on the PC before Cloning.

    Was this system sysprep’d? I know Lotus Notes (been a Domino admin on and off for almost 10 years). LN creates is config file in the user’s home %appdata% directory. Its possible that sysprep is cleaning out these directories where LN lives. I know post install you can just copy the notes data directory over from one computer to the next without any problems or needing to reactivate the account. With Notes 7, we were running the notes data directory from the user’s home drive without issue. That allowed users to roam between computers without needing to mess with local directories. Since then I understand LN now supports roaming profiles, but I digress.

  • How does FOG operate at 0% capacity when capturing?

    20
    0 Votes
    20 Posts
    5k Views
    S

    @Wayne-Workman Interesting, I found our problem was the initial setup of the Ubuntu server that hosts FOG was set to allow auto-updates. This will come in handy for future installs, thanks!

  • Snapins question!!!

    2
    0 Votes
    2 Posts
    268 Views
    JunkhackerJ

    @anhphuong all assigned to that host. i agree that being able to select what snapins you want at the time of deploy would be nice, but the logic is tricky and there hasn’t been a lot of demand for it.

  • How to activate it

    3
    0 Votes
    3 Posts
    663 Views
    x23piracyX

    @meobeou Hi, i am using it and it‘s easy to use, google for create pushbullet api key, create it in your pb account and paste it into the fogs pb config. After that it should work.

    Bild Text

    Bild Text

    Easy 🙂

    Regards X23

  • Possible to image target with bios not set for netboot?

    3
    0 Votes
    3 Posts
    570 Views
    S

    @sampsont I guess you could come up with a solution where you add our FOS linux system to your clients and boot from it. I don’t know anyone who’s done this but I reckon it’ can be done. Surely Ubuntu 12.04 had grub installed. So you’d copy bzImage and init.xz to the clients and modify grub.conf to boot exactly that as first boot option. The problem I see is that you only have one go (old Ubuntu and FOS being wiped from disk as soon as imaging starts) and if things do wrong
?!

    And you’d need to prepare all the clients so why not just using clusterssh and do a normal dist-upgrade 12.04 - 14.04 - 16.04 - 18.04? Probably not trouble free either but not much involved to try it out with the first batch.

    What kind of hardware do you have? As George said, some manufacturers like Dell and HP might provide command line tools that let you change boot options.

    Would be real interesting to see if FOG would image properly while wiping itself from the disk. Should work as it is loaded to RAM but I never tried that before.

  • Fog "Deploy Image" Menu Reorder

    3
    0 Votes
    3 Posts
    745 Views
    Chris WhiteleyC

    @Wayne-Workman Thanks for the response. I ended up renumbering the image name to include 01. through 14 and that did sort them. I appreciate the quick thinking and that fixes my issue!

  • Multiple tasks running consecutively for the same host

    2
    0 Votes
    2 Posts
    330 Views
    Wayne WorkmanW

    @vishalthejigsaw What’s the end-goal here? Snapins? And you should think about SnapinPacks. Put all your stuff into one SnapinPack and then run that on a schedule. Documentation here: https://wiki.fogproject.org/wiki/index.php?title=SnapinPacks

  • How to Clone machines with HHD and SSD?

    2
    0 Votes
    2 Posts
    318 Views
    george1421G

    With fog you would set the image type to “multiple disk resizeable” and pick “all partitions”.

  • TFTP fails on PXE boot CentOS 7

    3
    0 Votes
    3 Posts
    1k Views
    B

    Thanks kafluke! This was just what I was looking for!

    For anyone else looking:
    To change selinux to premissive permanently in CentOS 7 edit /etc/selinux/config. Change “SELINUX=permissive” the write out.

  • Boot to Image

    3
    0 Votes
    3 Posts
    914 Views
    x23piracyX

    @ConJon said in Boot to Image:

    We only image one kind of machine. I am wondering if it’s possible to skip everything on the host side and when we boot to the NIC, it skips every menu and starts the only image we use. Anyone know of any way to do that.

    Hi, what you want sounds dangerous, what if a client boots via network by accident? You will wipe the hdd/ssd and deploy a new image.

    A good idea would be something like waiting for admin to approve. Like IBM Tovoli does.

    Regards X23

102

Online

12.6k

Users

17.5k

Topics

156.4k

Posts