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

Setting up new storage node

Scheduled Pinned Locked Moved Solved
Linux Problems
6
24
11.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.
  • J
    Jordonlovik
    last edited by Oct 9, 2015, 6:41 PM

    @Wayne-Workman yes it does thank you. all i have to do is add two new lines with new IDs that correspond with the new node location.

    W 1 Reply Last reply Oct 9, 2015, 6:42 PM Reply Quote 0
    • W
      Wayne Workman @Jordonlovik
      last edited by Oct 9, 2015, 6:42 PM

      @Jordonlovik said:

      all i have to do is add two new lines with new IDs that correspond with the new node location.

      Correct.

      Plus the .mntcheck files and dev folder, and the matching stuff in the web interface afterwards.

      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 1
      • J
        Jordonlovik
        last edited by Oct 9, 2015, 7:54 PM

        @Wayne-Workman Is there any other way to edit the .mntcheck file? the vi editor is really giving me trouble through my remote session.

        W 1 Reply Last reply Oct 9, 2015, 7:59 PM Reply Quote 0
        • W
          Wayne Workman @Jordonlovik
          last edited by Oct 9, 2015, 7:59 PM

          @Jordonlovik

          You don’t edit the .mntcheck file. It’s supposed to be a blank file.

          You simply create it with touch .mntcheck and that’s it, you are done.

          http://www.linfo.org/touch.html

          The touch Command
          The touch command is the easiest way to create new, empty files.

          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/

          J 1 Reply Last reply Oct 9, 2015, 9:04 PM Reply Quote 1
          • J
            Jordonlovik @Wayne Workman
            last edited by Oct 9, 2015, 9:04 PM

            @Wayne-Workman Sorry im saying that wrong i am actually modifying the /etc/exports file! I don’t know how or why i was thinking .mntcheck still. It looks like i may have F’ed my server over anyways. This is my first run at Linux and its been a bumpy one. I was not able to edit the /etc/Exports file because it was owned by root. So i ran the 777 permissions command not knowing the consequences. now i am getting the Sudoers is world writable error. I wish i had realize my install partitioned so idiotic by default. i have plenty of storage space its just not in the root directory where it needs to be.

            W 1 Reply Last reply Oct 9, 2015, 9:37 PM Reply Quote 0
            • W
              Wayne Workman @Jordonlovik
              last edited by Oct 9, 2015, 9:37 PM

              @Jordonlovik I apologize, I should have realized. You do need “super user” permission when editing /etc/exports.

              you can either A. change to super user for the duration of your session like sudo su or B. execute only one command with sudo like sudo vi /etc/exports

              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 1
              • S
                sudburr @Wayne Workman
                last edited by Oct 10, 2015, 12:24 AM

                @Wayne-Workman said:

                And I agree with @ITSolutions , it’s probably a very bad idea to try to use NTFS. I’d recommend Ext4 as he did.

                Poking my nose into this little 'ism. The NTFS formatted image drives, physical and virtual, that I’ve been using for over a year disagree. 😉

                [ Standing in between extinction in the cold and explosive radiating growth ]

                1 Reply Last reply Reply Quote 1
                • T
                  Tom Elliott
                  last edited by Tom Elliott Oct 9, 2015, 9:06 PM Oct 10, 2015, 3:05 AM

                  Maybe I’m seeing the wrong thing.

                  The DefaultMember is IP address 10.1.1.201, but the new node (which I imagine is on the same server?) is set to IP 10.1.1.102

                  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

                  J 1 Reply Last reply Oct 10, 2015, 6:41 PM Reply Quote 1
                  • J
                    Jordonlovik @Tom Elliott
                    last edited by Oct 10, 2015, 6:41 PM

                    @Tom-Elliott said:

                    10.1.1.201, but the new node (which I imagine is on the same s

                    I noticed this myself. I changed that and am sill experiencing the same error.

                    1 Reply Last reply Reply Quote 0
                    • J
                      Jordonlovik
                      last edited by Oct 10, 2015, 6:45 PM

                      At this point I am strongly considering a full reinstall of the server. Although it was labor intensive. I was just starting to experience the wonder of FOG imaging too. and I love it.

                      W 1 Reply Last reply Oct 10, 2015, 6:46 PM Reply Quote 0
                      • W
                        Wayne Workman @Jordonlovik
                        last edited by Oct 10, 2015, 6:46 PM

                        @Jordonlovik said:

                        At this point I am strongly considering a full reinstall of the server. Although it was labor intensive. I was just starting to experience the wonder of FOG imaging too. and I love it.

                        I’d recommend CentOS or Fedora. These instructions basically work for both: https://wiki.fogproject.org/wiki/index.php/Fedora_21_Server

                        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/

                        J 1 Reply Last reply Oct 10, 2015, 6:52 PM Reply Quote 1
                        • J
                          Jordonlovik @Wayne Workman
                          last edited by Oct 10, 2015, 6:52 PM

                          @Wayne-Workman You don’t prefer Kubuntu for FOG setups?

                          W 1 Reply Last reply Oct 10, 2015, 7:16 PM Reply Quote 0
                          • W
                            Wayne Workman @Jordonlovik
                            last edited by Wayne Workman Oct 10, 2015, 1:34 PM Oct 10, 2015, 7:16 PM

                            @Jordonlovik I don’t prefer things that aren’t Red Hat based. I’m studying for my RHCSA and RHCE, and if an employer wanted to use Linux, they generally choose RHEL for the support that Red Hat offers.

                            If you’d like to create a tutorial for Kubuntu, please go ahead and post it in the tutorials area for everyone. And obviously we try our best to help people use whatever distro of Linux they want. @Tom-Elliott is really the guy who makes it work on just about everything.

                            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 1
                            • N
                              need2 Moderator
                              last edited by need2 Oct 12, 2015, 10:43 AM Oct 12, 2015, 4:43 PM

                              And if you want to use the Debian family (Debian, Ubuntu, anything ending in “buntu”), then just get plain, vanilla, not messed with and works just fine Debian.

                              1 Reply Last reply Reply Quote 2
                              • J
                                Jordonlovik
                                last edited by Oct 12, 2015, 8:51 PM

                                @need2

                                Thanks. I began reinstalled using Fedora 22 server 64bit. hope to have FOG back up and running soon.

                                1 Reply Last reply Reply Quote 2
                                • 1
                                • 2
                                • 1 / 2
                                1 / 2
                                • First post
                                  19/24
                                  Last post

                                205

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project