• getting IP over DHCP, but FOG still failed to use it

    Solved
    2
    0 Votes
    2 Posts
    699 Views
    P

    I found the mistake. The service configuration of FOG contained the fully qualified name as hostname. I replaced it with the IP address and it worked and the menu looked different too.

  • Uploading Image Issues

    Locked Solved
    3
    0 Votes
    3 Posts
    907 Views
    S

    @F-kos Wayne is absolutely right. Just to add to this, I seem to remember an issue with FOG 1.2 deploying to an empty disk… Not an issue in FOG 1.4.4 anymore.

  • Storage nodes opening multiple mySQL connections to Master DB

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    george1421G

    @dsloan-ethra So just to recap what was done here to adjust Debian 9 (where the referenced article also implies it is an issue for any Debian variant like Ubuntu) for others that might find the thread:

    Edit /etc/mysql/mysql.conf.d/mysqld.cnf
    vi /etc/mysql/mysql.conf.d/mysqld.cnf Insert the following line in the [mysqld] section
    max_connections = 8000 Copy the systemd service descriptor file so you can customize it
    cp /lib/systemd/system/mysql.service /etc/systemd/system/ Append the following lines to this file: /etc/systemd/system/mysql.service LimitNOFILE=infinity LimitMEMLOCK=infinity Reload systemd processor
    systemctl daemon-reload Reload the mysql service
    systemctl restart mysqld Login to mysql as root and run the following command.
    mysql> show variables like 'max_connections'; The response should be something like +-----------------+-------+ | Variable_name | Value | +-----------------+-------+ | max_connections | 8000 | +-----------------+-------+ 1 row in set (0.01 sec) Done.

    These are not my words, only restated from the accepted solution here that Sebastian found and referenced: https://www.rfc3092.net/2017/06/mysql-max_connections-limited-to-214-on-ubuntu-foo/

  • Surface Pro 4 won't get to registration menu

    Solved
    169
    0 Votes
    169 Posts
    285k Views
    J

    I was also facing the same problem from a long time and I was not getting any solution for this.
    But after visiting this forum, I get my questions solved, answers shared in this forum are very good and very easy to implement.

    [Moderator’s note: removed link to commercial website]

  • problem captures image

    4
    0 Votes
    4 Posts
    1k Views
    S

    @NatLanis Have you deployed that image to a machine yet?

  • How do I FOG my FOG server?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Wayne WorkmanW

    @greventlv said in How do I FOG my FOG server?:

    I know that’s something that I can do, but I have a bunch of other stuff on the server and during production breakdowns, it would be a lot faster to hit a few buttons and get everything back to the original state without having to deal with a new install, restore and etc.

    Then really you should build a fog server in a VM and just snapshot it. That’s literally ‘a single button click’ to restore from a past state.

  • This topic is deleted!

    Solved
    3
    0 Votes
    3 Posts
    42 Views
  • FOG will not resize a hard drive after deployment.

    Solved
    24
    0 Votes
    24 Posts
    11k Views
    S

    @m-fitzgerald Good to hear this fixed the issue for you. Though from my point of view it’s only partly solved. If you capture the image again you will need to edit that file again. So question remains why it does not recognize your boot partition as such. Usually this happens if Windows is not installed as English version or partition labels have been modified by hand. As I said, take a screen shot of the disk management view in Windows and post here. I am fairly sure we can figure out why that is.

    Follow on question though. How do I edit the order of Storage Nodes?

    We try to keep topics separate. Please open a new thread for this! Won’t answer here.

  • Latest Trunk build running on CentOS 7 - Snapin Create Fail

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    K

    Okay so I finally figured out the issue. Whenever this error came up the storage didn’t show up on the main page. Once I was able to get the storage node figured out and the pie chart came up on the main page I was able to create a snapin just fine.

  • Unable to PXE boot on an isolated network

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    K

    @george1421 GEORGE THANK YOU SO MUCH!!! YOU HELPED SO MUCH

  • Partition outside of disk and Invalid partition table

    16
    0 Votes
    16 Posts
    9k Views
    cameronmonizC

    If there are not important files on the hard drive, you can repartition it. During partitioning a hard disk, you can select partition table type, partition numbers, sizes, etc. After that, you’ll be able to get a valid partition table. If you do not try repartitioning, you can try rebuilding MBR using an installation disc. You can refer steps here to rebuild MBR manually:eassos.com/how-to/how-to-fix-invalid-partition-table.php

  • 0 Votes
    7 Posts
    3k Views
    J

    Thanks Sebastian,

    I have read it a while ago, but looks like I missed your edits…
    Unfortunately I just lost access to these servers just now as I moved a company (last day), as a workaround, we just changed the bios to boot from local hard drive after we fogged them.

    Thanks for your help,

    Aviram

  • 0 Votes
    4 Posts
    1k Views
    J

    Thanks Guys, I can confirm its working now.

    Aviram

  • AD configs not applied

    Locked Solved
    10
    0 Votes
    10 Posts
    3k Views
    Wayne WorkmanW

    What George said. Also, new problem means new thread. I’m not going to work this new problem in this thread so please make another if you need help on that.

  • ubuntu live os

    5
    0 Votes
    5 Posts
    1k Views
    george1421G

    @palermo Deploy that disk image file (d1p1.img) to either real hardware or a virtual machine. Understand FOG is a disk imaging tool not a live boot or VDI environment.

  • No more network device - failed

    Solved
    19
    0 Votes
    19 Posts
    7k Views
    P

    @sebastian-roth

    thank you
    dnsmasg install
    I solved the problem

  • Multiple Partition Image to Blank Hard Drive

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    mwarnerM

    @sebastian-roth Unfortunately it has been lower on my priority list right now, we are undergoing a lot of changes as a business right now. I’ll update ASAP.

  • Realtek GBE 10/100/1000 boot issuses

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S

    @zingaro Please post the PCI IDs as a reference as well.

    Did you try my suggestion on using a dump mini switch?

    Other than that you could try different iPXE binaries like undionly.kkpxe (note the double k), ipxe.pxe, realtek.kpxe or realtek.kkpxe

    The other question is, why not going UEFI all the way?

  • Network boot of host comes up with mount permission denied

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    M

    @sebastian-roth Thank you and everyone replied for help and patience. That someone who messed up is me 🙂 This is a test server so going to be far more efficient to reload.

    Thanks again everyone.

  • Fog is stopping deploying at 56%

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    M

    @wayne-workman Correct… Thanks for your help

84

Online

12.7k

Users

17.6k

Topics

156.8k

Posts