• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. processor
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 1
    • Topics 16
    • Posts 81
    • Groups 0

    Topics

    • P

      no image file(s) found that would match the partition(s) to restored

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      2
      0 Votes
      2 Posts
      245 Views
      P

      @processor

      I’ll reply to myself.
      finally I found that image was partially copied to storing folder.
      So yes no images was found !!
      I just had to re-upload a backup to solve this issue.

      sorry for the disturbing.

    • P

      FOG Replication strange behavior

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      4
      0 Votes
      4 Posts
      271 Views
      Tom ElliottT

      @processor You set the replicator sleep time (and sleep time for all services.)

      FOG Configuration -> FOG Settings -> FOG_IMAGEREPSLEEPTIME

      It’s defaulted to 600 (10 minute cycles.)
      If you set it to 86400, that should do the checks once per day.

    • P

      Cancel task with API

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      4
      0 Votes
      4 Posts
      516 Views
      Tom ElliottT

      @processor Don’t feel ashamed. Mistakes happen and that’s what we are all here for.

      The example I was asking for was the output, but then it all clicked. You were doing a Get request 🙂

    • P

      Multicast timeout

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      14
      0 Votes
      14 Posts
      1k Views
      P

      @Tom-Elliott

      @Tom-Elliott said in Multicast timeout:

      You created a table in FOG called hostsIP?

      Yes, in our environment hosts, have ip reservations and I did not found in FOG tables last used ip by hosts (may be I missed something) so I created a table associating ip to hosts names.

      @Tom-Elliott said in Multicast timeout:

      Note: This isn’t a bad thing, I’m just trying to reference the information.

      No worries.

      @Tom-Elliott said in Multicast timeout:

      The way I understand this, you’re looking at the mutlicastSessions table, getting a group, and getting the name of the hosts.

      First I get all running mutlicast sessions. foreach sessoin I guess the group associated. I get max number of machine in the group I get the current current associated machines to the session As if a machine is finished, it is removed from the sesssion machine list, I compare the group machine number and the current machine running for this session. If the two differ it means that at least one went to the end but not the others. Now you make me talk on it I understand the specificity of our setup, all of our machines names start with group name (ex : all machines in rooms 1 will have such a name pattern : R1-P1, R1-P2…R1-P10), So as I have group name and I know that hosts which belong to it have it in their name, I get all machines with name starting with the group name we are working on. The same way I get machines IDs If not already done I get image ID Same for task ID (one client is enough as in mulitcast if I kill on client it kills all multicast) For each remaining hosts, I store ID, and Name in an array. I kill the task and do a 1 sec sleep loop till the mutlicast session disappear. (It can take few seconds for the multicast to be removed and without this loop some clients can’t be reinstalled because they are still part of another process. and finally for each hosts in created array, I create a unicast session (using host id) and reboot the pc using host ip.

      @Tom-Elliott said in Multicast timeout:

      You’re at least aware of the IPs which most others will not be, but just trying to think this through.

      I searched for a more elegant way to get hosts ip and which could be universal, but the lack of time lead me to this rude behaviour 😉

      But if someone has an idea on how to do it I would be very please to update this.
      To be honest I thought to modify more the init.xz to populate automatically the hostsIP table when it loads but I have a working solution and it’s not even a priority for us but something more comfortable, if I had spent more time on this, someone would have come to break my fingers 😉

      Sorry for the long post.

    • P

      mounting on images failed permission denied

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      4
      0 Votes
      4 Posts
      897 Views
      P

      @processor Yes you can !

    • P

      Create scheduled task on a W10 with snapins

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      4
      0 Votes
      4 Posts
      686 Views
      P

      @luilly23 said in Create scheduled task on a W10 with snapins:

      @processor you can do bat with -> /ru “System”
      schtasks /create /sc daily /tn “MYTASK-DAILY-20PM” /TR “shutdown /p /s” /ST 20:00 /ru “System” > C:\Users\AB\Desktop\done.txt

      Thanks, that’s what I was searching for !

      I did not found in the forum how to make it as valid answer, any idea?

    • P

      Remain activity in in storage group activity

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      490 Views
      P

      Hi,

      DB cleanup did the the trick.

      Thanks

    • P

      DHCP Failed : no configuration methods succedeed.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      10
      0 Votes
      10 Posts
      3k Views
      george1421G

      @Foglalt Yes new thread please. We like to keep one issue per thread so not to confuse future readers.

    • P

      Storage Size on dash board (Pie) is inaccurate

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      3
      0 Votes
      3 Posts
      398 Views
      S

      @processor I still have not found the time to look into this. Can you check if this is still the case or if replication picked it up?

    • P

      Migrate images from a storage to another.

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved FOG Problems
      6
      0 Votes
      6 Posts
      912 Views
      P

      @george1421

      Hi,

      My skills in english are fair but that’s all, that’s may be why my message was not clear enough.

      To resume :

      -We had a NAS LUN linked to the legacy FOG Server
      -We rarely do unicast deploy, 95% are multicast.
      -Running 3 or more multicasts start causing slowdowns on the WebUI.
      -Sometimes we have up to 10 simultaneous multicasts. Very have rarely more, even
      with 23 classrooms on the main site.

      As the nic used to access the WebUI is the same as the one that flood the images through the network we thought that we could mitigate this phenomenon using storage node.

      We are note stuck to a model or another, we are still searching for the best compromise.

      Now we have/had a second issue it’s image export/Import. We plan to use replication at the end but for the first load which represent several TB sync through a wan link is not possible.

      It seems this issue is now solved, the remaining “problem” is only cosmetic, but may be I did something wrong, it was the first time I moved images from storage to another and tried the export/import.

    • P

      FOG : Main sites and Branches organisation

      Watching Ignoring Scheduled Pinned Locked Moved General
      14
      0 Votes
      14 Posts
      2k Views
      P

      @george1421

      Thanks, I’ll give a look at it this weekend.

    • P

      [Solved]Machines appear with red dot in hosts management

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      5
      0 Votes
      5 Posts
      763 Views
      P

      @Sebastian-Roth

      Hi,

      Thanks works better with TCP port 445. I was referring this wiki :

      https://wiki.fogproject.org/wiki/index.php/Troubleshooting_Host_Management_Showing_Hosts_as_Down

      It’s solved.

    • P

      Images won't be deleted in filesystem when using the webui delete option

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      9
      0 Votes
      9 Posts
      1k Views
      P

      @Sebastian-Roth

      it worked ! Many thanks I did not even noticed this tab!

    • P

      FOG client get error messages like : (500) Internal Server Error

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      7
      0 Votes
      7 Posts
      1k Views
      P

      @Sebastian-Roth

      I did not found the option in FOG configuration -> fog settings , but I just found the faulty host had as primary MAC the Windows vNIC mac. I put the MAC of the physical NIC as primary and then everything back to normal.

      I don’t have a idea to make the research better as I just had to search in the host section of FOG the MAC addresses found in the client log to see what was going on.

    • P

      Wrong Image Size indicated in the image manager.

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      44
      0 Votes
      44 Posts
      16k Views
      S

      @processor said:

      Hi Sebastien, I just did the test again and put the new ini files create the FTP error and put back the original 1.5.5 ini file correct it.

      So are you saying that using the 1.5.6 inits is causing the FTP issue but using the 1.5.5 inits you don’t get the FTP error but the UUID issue?!??!

      Well we changed the FTP username from fog to fogproject from 1.5.5 to 1.5.6 but that is not hardcoded in the inits and shouldn’t cause this issue I think. You might still try updating to 1.5.6 to see if that fixes the problem.

    • P

      [solved]Set Multicast group task with a given name or even the group name

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      9
      0 Votes
      9 Posts
      1k Views
      P

      @Sebastian-Roth, @Tom-Elliott
      Many thanks!

      Works exactly like I needed !

      @Tom-Elliott
      I’ll take a look at the 1.6 asap

    • 1 / 1