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

    Trigger a script directly after partclone that requests input and copies a folder

    Scheduled Pinned Locked Moved
    FOG Problems
    7
    30
    7.9k
    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.
    • Tom ElliottT
      Tom Elliott @abos_systemax
      last edited by

      @abos_systemax is the only reason you want to trigger a script so you can have the user define the hostname? There is already a way to automate setting up a hostname for the system within fog. Assuming you do register the systems you could use auto population to at least help with the naming part by itself.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      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

      A 1 Reply Last reply Reply Quote 1
      • A
        abos_systemax @Tom Elliott
        last edited by

        @Tom-Elliott

        Hi Tom, No this script here is actually just a testing tool to see the possibilities I can create with postdownload script. I’ve noticed the Early Hostname changer in Fog Trunk which is a great option if it works like I am expecting it to work.

        Right now I’m building my current environment into Fog, without loss of functionality from the old environment (Windows+Ghost+a self-written .net app), there I have the option to check the hostname before it is submitted; that is why I needed this option.

        I’ll definitely delve into the Early hostname changer soon

        Also, we do the deployment for several customers, some want us to change the name, some dont. Some want us to use a specific format, others want other formats. If it was for internal use; then the auto population could be an option; but all we do is custom tailored; even our fog installation 🙂
        – the reason that I do not use the Fog Boot menu is because we do not know the MAC adressess beforehand; we do however know the Serialnumber (and so does iPXE: DmiDecode), iPxe also know the MACadress; so we use a script in iPxe to tell fog that the right device has booted and is online.
        I’m still busy developing all the databases behind that, because we will not be able to completely use the FOG mainframe, but will definitely use the backplane

        JunkhackerJ 1 Reply Last reply Reply Quote 0
        • JunkhackerJ
          Junkhacker Developer @abos_systemax
          last edited by Junkhacker

          @abos_systemax

          I’ve noticed the Early Hostname changer in Fog Trunk which is a great option if it works like I am expecting it to work.

          and how are you expecting it to work?

          – the reason that I do not use the Fog Boot menu is because we do not know the MAC adressess beforehand;

          i’m not understanding what one has to do with the other

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          A 1 Reply Last reply Reply Quote 0
          • A
            abos_systemax @Junkhacker
            last edited by

            @Junkhacker
            The two have nothing to do with each other in this context.=
            I am expecting the early hostname changer to work with the field hostname from the Fog Dbase, am I correct here?

            Right now we are using the field Hostname from the table Hosts to identify the machine (we prefill it with the serialnumber), if I am correct in my expectation above, then we have to change that functionality to use a field not used by the hostname changer.

            Other question: is it possible to turn it on- or off, per device?

            JunkhackerJ 1 Reply Last reply Reply Quote 0
            • JunkhackerJ
              Junkhacker Developer @abos_systemax
              last edited by

              @abos_systemax said in Trigger a script directly after partclone that requests input and copies a folder:

              Right now we are using the field Hostname from the table Hosts to identify the machine (we prefill it with the serialnumber), if I am correct in my expectation above, then we have to change that functionality to use a field not used by the hostname changer.

              i don’t understand what you’re trying to do here. are you trying to give the computer a name that matches it’s serial number?

              Other question: is it possible to turn it on- or off, per device?

              no

              signature:
              Junkhacker
              We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

              A 1 Reply Last reply Reply Quote 0
              • A
                abos_systemax @Junkhacker
                last edited by

                @Junkhacker
                Currently, we are using the Hostname field in the table Hosts to identify the machine in iPXE as ‘prestaged’ for Fog.
                If the hostname changer does use this specific field to insert the name (and correct me If I am wrong here), then we will have to change our own script that currently also uses this field, because the actual hostname will be different (based on customer preferences)

                If the above is true , then I will need to find alternative means to prestage devices. If the Easy Hostname Change option uses a different database or table, then please let me know.

                p.s. We do not use the windows client, I am talking about the ‘Fog OS Easy hostname change’ option

                JunkhackerJ 1 Reply Last reply Reply Quote 0
                • JunkhackerJ
                  Junkhacker Developer @abos_systemax
                  last edited by

                  @abos_systemax the early hostname changer uses the host name, as listed in the host profile. why not just name it in fog what you want the name of the computer to be?
                  the early hostname changer does not use the client, it mounts the drive of the just imaged computer and edits the registry

                  signature:
                  Junkhacker
                  We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                  A I 2 Replies Last reply Reply Quote 0
                  • A
                    abos_systemax @Junkhacker
                    last edited by

                    @Junkhacker
                    Early design choices, that’s why I am asking which field is being used 🙂
                    I now know what to do to ensure a working environment, thank you; you have all been very helpfull.

                    1 Reply Last reply Reply Quote 0
                    • I
                      ITSolutions Testers @Junkhacker
                      last edited by

                      @Junkhacker If I understand him correctly, the way they stage the machines is by creating a host entry in the DB with the Serial number as the Hostname. With a custom iPXE script the machine PXE boots reads the serial number, finds if there is a host with that serial number and then does the imaging. This can be useful in the sense that they know the serial and not the MAC. When the machine is plugged in the first time you don’t need need to do anything it just works.

                      @abos_systemax I would recommend using one of the “other” fields for the serial number because the early host name changer does use the hostnmae field and is not configurable.

                      A 1 Reply Last reply Reply Quote 2
                      • A
                        abos_systemax @ITSolutions
                        last edited by

                        @ITSolutions Thanks for the confirmation. That was exactly our case.

                        1 Reply Last reply Reply Quote 0
                        • JunkhackerJ
                          Junkhacker Developer
                          last edited by

                          just to give you some more information to work with, in addition to the “hosts” table, there is also the associated “inventory” table that contains hardware information about all registered hosts, including the serial number

                          signature:
                          Junkhacker
                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

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

                          159

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project