• 0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    @danpbow create a batch script (with .bat extension) to do exactly as you need.

    At the end of the wmic command tack on output redirection like > \\x.x.x.x\my_share$\%computername%.txt

    Ending a share name with $ in windows makes it undiscoverable, this is a security thing I recommend you do. The share should allow read/write in the share and security tabs for anonymous logon - this is because the fog client runs as system on the local machine.

    Once the script is working manually, you would create a new snapin and use the batch template and upload the script. Then just try it out on a few hosts in fog web interface.

  • Image size on server

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    C

    Go to Fog Configuration --> Fog Settings --> General Settings --> Check the box next to FOG_FTP_IMAGE_SIZE

    This might cause your image page to load slower depending on how many images you have.

  • Setting up new, large fog setup

    10
    0 Votes
    10 Posts
    4k Views
    george1421G

    @chris.dees I started to create a POC document of what you might be looking for in this tutorial. https://forums.fogproject.org/topic/9449/dynamic-fog-replicator-transfer-rates The mechanics of the script work on my test system.

    The idea is to create the ability to change the transfer (bit) rates used by the replicator service based on the time of day. While this isn’t exactly what you want the same concepts can be applied to start and stop the replicator service based on time of day.

    The follow commands to stop and start the replicator service.

    On a sysv based system
    service FOGImageReplicator stop
    service FOGImageReplicator start

    Or on a systemd based system
    systemctl stop FOGImageReplicator.service
    systemctl start FOGImageReplicator.service

  • How big can Snapins be now?

    30
    0 Votes
    30 Posts
    16k Views
    J

    @Tony-Ayre just wanted to acknowledge that this is definitely a limitation of FOG backend that we were handed when @Tom-Elliott picked up this project. Our current rewrite addresses this problem (and most scaling problems), but it’ll be a quite a bit before FOG 2.0 is ready.

  • How does fog see drives in a system

    7
    0 Votes
    7 Posts
    3k Views
    Wayne WorkmanW

    @dureal99d said in How does fog see drives in a system:

    Linux sees my drive as /dev/sdc1, however a booting fog sees my same boot drive drive as /dev/sdd1

    Make sure you don’t have any SD cards stuck in the system. Also is the hard disk a hybrid drive (flash and mechanical)? Did you install Linux on the system or are you just live booting from a flash drive?

    Can we get the output of lsblk please?

  • Resetting Encryption data

    3
    0 Votes
    3 Posts
    1k Views
    neodawgN

    Good to know… Thanks

  • Snapins question

    3
    0 Votes
    3 Posts
    1k Views
    D

    @Tom-Elliott Ok Thank You!!!

  • Use provided USB to make FOG image?

    11
    0 Votes
    11 Posts
    3k Views
    S

    I see. Thanks everyone for your help. For this customer, we’ll just use USB’s initially (since they told us yesterday they’d changed their deployment method and we need it by Friday…) and then see if we can work to a better long-term solution after that.

    Thanks everyone!

  • Add column in HOST MANAGEMENT

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    Tom ElliottT

    @Wayne-Workman There’s already reports for this. Login History, and Hosts and users.

    This would not present the info on the host management page.

    A hook can/should be used to perform this if you really feel it necessary though.

  • How do I change capture defaults?

    Solved
    15
    0 Votes
    15 Posts
    6k Views
    J

    @Tom-Elliott

    Fantastic!

  • Anyone using Webmin + FOG? Compatible?

    3
    0 Votes
    3 Posts
    2k Views
    falkoF

    I use to, had no issue.
    I now use turnkey LAMP distribution for fog server deployments, has webmin preinstalled. All works fine

  • Upgrading from FOG 0.32 to 1.3.x

    10
    0 Votes
    10 Posts
    5k Views
    M

    @Wayne-Workman

    I have to take back, what I said earlier.
    When I first tried to migrate the database, I apparently did something wrong while exporting the db, because the size of the dump wasn’t nearly as big as it is now, when I tried it again. I now was able to successfully import the database and I have hosts, image definitions and users showing up properly in the web interface.

    The next step is to perform all of this on my actual FOG server, as this was only a test with a VM.

    Thanks for the help everyone!

  • Windows 7 image for many different hardware, good guide in 2017 ?

    4
    0 Votes
    4 Posts
    2k Views
    Jonathan CoolJ

    Many thanks for your reply.
    I think, for the beginning, i will try the Quazz’s advice.

    I will post my experience in this topic later …

  • Use FOG in both isolated network and integrated in main network

    7
    0 Votes
    7 Posts
    2k Views
    A

    @Wayne-Workman

    Of course. I’ll keep you updated with my progress.

  • HELP Installing Acrobat Reader DC thru Snap Ins

    8
    0 Votes
    8 Posts
    4k Views
    george1421G

    @asbenavides I can say these commands install Acrobat Reader DC very well. I don’t use snapins so you may need to translate that into snapin format. We use a different tool, but we deploy using the following commands in a batch file.

    start /wait msiexec.exe /i AcroRead.msi TRANSFORMS="AcroRead.mst" ALLUSERS=1 /qn /norestart start /wait msiexec.exe /i FontPack1500720033_XtdAlf_Lang_DC.msi ALLUSERS=1 /qn /norestart

    There is a tool “adobe acrobat dc customization wizard” that allows you to customize the Acro Reader install (which creates the transform file used in the above command). It lets you accept the eula, makes customization to the reader install there are quite a few guides on the internet for this, just search. For example: http://www.itninja.com/software/adobe/reader-6/dc
    We throw in the APAC font pack file because we do interact with Asian countries.

  • Choising a storage management

    7
    0 Votes
    7 Posts
    2k Views
    Wayne WorkmanW

    @lebrun78 said in Choising a storage management:

    if i rename /images to /imagesold and create a new /images where is mount //fog032/images and then copy the contents of /imagesold to the new /images, it should works, no ?

    It will work. I’ve done a lot of stuff like this before. Dedicating an entire physical partition on a physical disk is the simple way to go about it but it’s not exactly flexible by design. LVM solves those problems. If you’re using logical volume groups and logical volumes, you don’t have to do all of that mess you were talking about (transferring, renaming), you just add space to the volume group, then the logical volume.

  • I found the reason for the name "Zazzles" ?

    6
    2 Votes
    6 Posts
    3k Views
    x23piracyX

    @Wayne-Workman said in I found the reason for the name "Zazzles" ?:

    I don’t like cats.

    Possible solution…

    alt text

    I love cats 😄

  • Exporting Host Info to CSV

    6
    0 Votes
    6 Posts
    3k Views
  • Virtualize FOG Server in OpenVZ Container using Proxmox VE 2.1

    5
    0 Votes
    5 Posts
    5k Views
  • Question about moving images to another fog server

    7
    0 Votes
    7 Posts
    7k Views

102

Online

12.6k

Users

17.5k

Topics

156.4k

Posts