• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    FOG not releasing queued systems in Storage Group Activity

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    4
    357
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vemoya
      last edited by

      I usually get this when there is a system pending or currently waiting for an image. I then would go to the task section and cancel all tasks to release the queued computers. I’m not sure why all of a sudden this does not work. I have also tried restarting all of the FOG servers in an effort to clear the queued computers. I can still image but since I have a limit of 30 and 12 are queued I can only image 18.

      How do I release the queued systems?

      Any help is greatly appreciated.

      Thanks

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @vemoya It’s probably some leftover in the database. Could be pending hosts that still have a task schedules but those won’t show up in the active tasks list.

        I am wondering why you’d have pending hosts?! Which version of FOG do you use? Do you use @JJ-Fullmer PowerShell modules by any chance?

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        V 1 Reply Last reply Reply Quote 0
        • V
          vemoya @Sebastian Roth
          last edited by

          @sebastian-roth FOG ver 1.5.9-RC2 and we do not use PowerShell modules

          Thanks for the reply

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Sebastian Roth

            @vemoya We have seen hosts go pending but that seemed to have been cause by the PowerShell module API calls.

            We shall try to figure out if you have entries in the DB that are obviously not correct:

            shell> mysql -u fogmaster -p
            Password:
            ...
            mysql> use fog;
            ...
            mysql> SELECT hostID,hostName,hostPending FROM hosts WHERE hostID NOT IN (SELECT hmHostID FROM hostMAC);
            ...
            mysql> SELECT hostID,hostName,hostPending FROM hosts WHERE hostID NOT IN (SELECT hmHostID FROM hostMAC WHERE hmPrimary = '1');
            ...
            mysql> SELECT hostID,hostName,hostPending FROM hosts WHERE hostPending = '1';
            ...
            mysql> SELECT * FROM tasks WHERE taskStateID IN ('1','2','3');
            ....
            

            You find the password for the “fogmaster” database user in /var/www/html/fog/lib/fog/config.class.php. Please run the queries and try to copy&paste all the results here in the forums. Use PuTTy or some other SSH tool to connect to your server so you can copy&paste text.

            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            151

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project