• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jheikkila54
    3. Topics
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 20
    • Groups 0

    Topics

    • J

      Cannot capture image: run lists overlap

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      21
      0 Votes
      21 Posts
      5k Views
      rogalskijR

      Finally finished a brand new image this morning where we started from a fresh Windows install. The image captured without an issue. I suspect the age of our previous image was to blame for the issues with the capture. I think recent Windows updates by Microsoft to the recovery partition may have modified the size or something else in those recovery partitions.

      New image pulled using the 6.6.34 Kernel, and then deployed successfully as well. If anyone is having issues related to the errors I posted above, I would try the CHKDSK + defrag/trim, and if that doesn’t work I recommend rebuilding your image from a clean Windows install with the absolute latest Windows enterprise installer.

      Thank you Tom and crew for all the excellent technical assistance!

    • J

      Fog TFTP Storge Node Trunk 6455

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      24
      0 Votes
      24 Posts
      7k Views
      Wayne WorkmanW

      @jheikkila54 said:

      @Wayne-Workman
      Alright good news, I got everything working! First thing, connecting to the mysql server as ‘fogstorage’ on the main server will not work, fogstorage has host access from % (which includes all IP addresses except for localhost.) In order to get this working, this is what I had done (in-case anyone else runs into this)

      Verify that the node cannot communicate with the main MySQL server
      mysql -u fogstorage -h (your main servers DNS/IP address) -p
      enter your fogstorage password and hit enter If you do not successfully log in, then you need to change your passwords. Go to the webpage of the main fog server and go to Fog Configuration->Fog Settings->Configure Storage Nodes Set the username to fogstorage and the password to whatever you want SSH into the main fog server Connect to the local MySQL server as root
      mysql -u root -p
      enter password (default is a blank password) and hit enter Change the fogstorage user password
      use fog;
      UPDATE mysql.user SET Password=PASSWORD(‘the new passord’) WHERE User=‘fogstorage’;
      FLUSH PRIVILEGES;
      exit; Test that you can connect to the mysql server by doing step 1 again. If you can connect successfully now, you should be working, if not please try removing and reinstalling fog and ensuring you use the correct mysql username and password during the install phase

      This is already covered here:
      https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_MySQL#Enable_remote_mysql_access

    • 1 / 1