• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. tahitiju
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by tahitiju

    • T

      Unsolved Problem executing snapin script

      Windows Problems
      • • • tahitiju
      2
      0
      Votes
      2
      Posts
      212
      Views

      T

      I was unable to resolve this issue with pnputil using a cmd.exe script.

      I noticed that the problem was also present on another FOG installation managed by other system administrators.

      I assume (perhaps wrongly) that the problem is linked to an ANSI/UTF encoding issue. If someone using another language manages to run pnputil.exe in a cmd.exe script, report it here.

      I was finally able to resolve this driver deployment issue using powershell. I’m leaving a sample code (install of a driver named usbblstr.inf) in case it helps someone.

      New-Item -Path "c:\" -Name "drivers" -ItemType "directory" -Force Copy-Item -Path "usb-blaster" -Destination "C:\drivers" -Recurse Start-Process -FilePath "pnputil.exe" -ArgumentList "/add-driver C:\drivers\usb-blaster\usbblstr.inf /subdirs /install" -RedirectStandardOutput "$env:tmp\usb-blaster-install.txt" -RedirectStandardError "$env:tmp\usb-blaster-err.txt"

      Sincerely,

      Julien

    • T

      Unsolved Deploying a snapin is stucked in queud state

      Windows Problems
      • • • tahitiju
      8
      0
      Votes
      8
      Posts
      635
      Views

      Tom ElliottT

      @tahitiju Does that mean this worked?

    • T

      Unsolved Multicast is very slow

      FOG Problems
      • • • tahitiju
      2
      0
      Votes
      2
      Posts
      415
      Views

      george1421G

      @tahitiju said in Multicast is very slow:

      I try to deploy an image to some PCs but performance is very low (2MB/min) using multicast.
      For the purpose of the test, FOG server (1Gb NIC), clients (1Gb NIC) and dhcp are connected together using a Linksys Switch ( 16 x 1Gb ports / unmanaged) .
      Using unicast, performance seems normal (~1,5GB/min deploying 14 PCs).

      A few things jump out at me with this. Multicasting can be very taxing on inexpensive network hardware. When you are getting 2MB/min how many systems are you multicasting to? Do you get the same performance when multcasting to 1 or 2 machines?

      Multicast imaging moves at the speed of the slowest computer in the mcast group.

      1,5GB/min is on the slow end of the scale. On a well managed 1GbE network, imaging to current hardware, I would expect about 6GB/min. If put your fog server on 10GbE network I would expect about 13GB/min. I’m only pointing it out that there might be something in your network infrastructure that is slowing things down.

      A 1GbE network link will saturate with 3 simultaneous unicast deployments.

      The FOG performance numbers displayed on the target computer are a composite number of how fast the fog server can pull the image off the disk, send it over the next, the client receiving the image, expanding it in memory and then writing it to disk. Any one component that is slow will impact the overall performance score.

    • T

      Unsolved Dual boot deployment error

      FOG Problems
      • • • tahitiju
      1
      0
      Votes
      1
      Posts
      118
      Views

      No one has replied

    • 1 / 1