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

    boot.php.....ok

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    10
    2.5k
    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.
    • PsycholiquidP
      Psycholiquid Testers
      last edited by

      Trying to get a node to allow pxe booting and present the menu to a set of machines on a different VLAN than the master.

      I have the node setup and replicating the image, I can see the node in my FOG page.

      To install it this way I installed as a Normal install, changed the .fogsettings to node, added mysql host form master server using same user and pass.

      I also edited the installfog.sh script and added “configureTFTPandPXE;”

      added tftpd-hpa tftp-hpa for config.sh

      Everything seems to work except the webpage. Maybe I am dong oit wrong. I even tried making a symbolic link back to the fog folder in /var/www/fog to /var/www/html and creating an index.php file still no dice.

      I am not sure it actually has anything to do with it at all. but I know it worked when it was a master and what I am working towards is a multi-node network with the master being the DB and the other sub-nets being nodes. Let me know what I may be doing wrong here.

      1 Reply Last reply Reply Quote 0
      • PsycholiquidP
        Psycholiquid Testers
        last edited by

        Here is what I am getting on the boot of a client PC:

        upload-a4249eec-5912-4d29-aaf1-8589d01907e8

        Maybe I need to change the network to E1000, I haven’t had to before but I am willing to try.

        1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman
          last edited by

          Is 10.30.65.19 the remote node or the master?

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          PsycholiquidP 1 Reply Last reply Reply Quote 0
          • PsycholiquidP
            Psycholiquid Testers @Wayne Workman
            last edited by

            @Wayne-Workman Remote node. I keep looking at that thinking it doesn’t seem right

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @Psycholiquid
              last edited by

              @Psycholiquid And you can browse to 10.30.65.19/fog/management and see everything as if you were using the master?

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              PsycholiquidP 1 Reply Last reply Reply Quote 0
              • PsycholiquidP
                Psycholiquid Testers @Wayne Workman
                last edited by

                @Wayne-Workman said:

                10.30.65.19/fog/management

                I cannot I get server error 500 however apache is running I can see it if I just hit the ip address.

                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                • Wayne WorkmanW
                  Wayne Workman @Psycholiquid
                  last edited by

                  @Psycholiquid Did you install this box as a storage server or as a normal server?

                  For a fully functional web server with all the bells and whistles, you would do a normal install and then after installation, just change the /opt/fog/.fogsettings mysql user and pass to point to the master. You’d also have to have remote access enabled on the master’s mysql service. There’s a bit in the wiki about it here: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_MySQL

                  Also, after the full installation on the remote server, it’d be wise to totally disable the FOGImageReplicator on that server. Only the master server should be running that.

                  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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    I remoted in.

                    If you’re going to do a centralized DB, but ultimately have them as full nodes so you can access them as server’s.
                    The only difference between them is node you can only access through a single server, the nodes don’t present a gui.

                    If you centralize the DB and connect servers to it, it will operate as you expect, but you also have multiple points of entrance.

                    First things first. To have multiserver->central db, you need to make sure bind-address is off and/or defined for your specific accessible (external) IP addresses. So in the my.cnf (/etc/mysql/my.cnf debian | /etc/my.cnf redhat) ensure skip-networking is commented, and simplest to make sure bind-address is disabled.

                    Perform the full install as normal, but then edit the /opt/fog/.fogsettings file and change the snmysqluser to fogstorage, snmysqlpass to whatever the fogstorage password is in FOG COnfiguration->FOG Settings->FOG Storage->FOG_STORAGE_MYSQLPASS and snmysqlhost to the central DB server.

                    Restart mysql and then re-run the FOG installer so the new settings are in place. Do not make them into nodes though.

                    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

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 2
                    • Wayne WorkmanW
                      Wayne Workman @Tom Elliott
                      last edited by

                      @Tom-Elliott And, it’s a good idea to disable the FOGImageReplicator on the non-master full servers, correct?

                      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!
                      Daily Clean Installation Results:
                      https://fogtesting.fogproject.us/
                      FOG Reporting:
                      https://fog-external-reporting-results.fogproject.us/

                      Tom ElliottT 1 Reply Last reply Reply Quote 0
                      • Tom ElliottT
                        Tom Elliott @Wayne Workman
                        last edited by

                        @Wayne-Workman won’t matter.

                        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

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

                        233

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project