• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ragnurenson
    3. Best
    R
    • Profile
    • Following 3
    • Followers 1
    • Topics 2
    • Posts 12
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by ragnurenson

    • RE: 70Pcs imaging all unbranded

      @dijsil If I am right, you have your golden machine with the OS installed, configured and with sysprepped, after all this, you shutdown the vm. This is the right time to upload the image to the FOG server. You must to create a upload image task for this machine, and if you have it in the fog server configured like a host, the machine will boot WOL, and load the FOG client, for upload the image to the server.

      This is the image you must to deploy later to the other machines. You don’t need to make nothing more before upload the image, as long the image is a capture of the OS.

      posted in General Problems
      R
      ragnurenson
    • RE: Site Plugin

      @fenix_team Hi! @Fernando-Gietz had revised the plugin to work with 1.5.5 version, but the changes are only at working_dev branch by now. You can make the changes by yourself.

      link text

      In the file /var/www/html/fog/lib/plugins/site/pages/sitemanagementpage.class.php, you must replace the line 114

        'hosts' => $Site->getHostCount()
      

      , with this code:

                      'hosts' => self::getClass('SiteHostAssociationManager')
                      		->count(
                              		['siteID' => $Site->id]
                      		)
      

      Hope this can help you.

      posted in General
      R
      ragnurenson
    • 1 / 1