ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    BRRABill's Field Report With Linux

    IT Discussion
    14
    148
    14.1k
    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.
    • stacksofplatesS
      stacksofplates
      last edited by

      You can but I'd keep one or two extra to fall back on.

      1 Reply Last reply Reply Quote 1
      • dafyreD
        dafyre @BRRABill
        last edited by

        @BRRABill said in BRRABill's Field Report With Linux:

        @dafyre said in BRRABill's Field Report With Linux:

        I've run into this on two of the last 3 systems I've tried to upgrade... I just remove all but the most recent kernel files, and then run the upgrade again.

        That's what I am doing, though only the absolute oldest, as the Google said not remove too many recent ones in case anything depends on them.

        But, you are saying it's safe to delete everything except the one running? (Obviously.)

        Essentially,. that's what I do... But I copy the /boot directory somewhere else on my main partition just in case I need to put it back, lol.

        BRRABillB 1 Reply Last reply Reply Quote 0
        • BRRABillB
          BRRABill @dafyre
          last edited by

          Advanced OS. Bah!

          scottalanmillerS travisdh1T 2 Replies Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @BRRABill
            last edited by

            @BRRABill said in BRRABill's Field Report With Linux:

            @stacksofplates said in BRRABill's Field Report With Linux:

            I've run into this multiple times in the past with Ubuntu. For some reason old kernel images aren't removed when space is running low. To check your current image use uname -r. Then you can uninstall the older images.

            And I can delete every kernel image I am not using?

            Can, yes. Best practice is to always keep at least one old one. But if you've been using the current one for a while, that's unnecessary.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @BRRABill
              last edited by

              @BRRABill said in BRRABill's Field Report With Linux:

              Advanced OS. Bah!

              No one ever claimed Ubuntu was advanced.

              T 1 Reply Last reply Reply Quote 2
              • T
                tiagom @scottalanmiller
                last edited by

                @scottalanmiller 😆 😆

                1 Reply Last reply Reply Quote 1
                • travisdh1T
                  travisdh1 @BRRABill
                  last edited by

                  @BRRABill said in BRRABill's Field Report With Linux:

                  Advanced OS. Bah!

                  Advanced? More like a mishmash of old and new that ends up breaking lots of things.

                  1 Reply Last reply Reply Quote 0
                  • BRRABillB
                    BRRABill
                    last edited by

                    So, was having some issues with my GrayLog instance. I have a feeling that it has run out of space. Would you agree?

                    I think LVM is confusing me again.

                    ubuntu@graylog:~$ df -h
                    Filesystem      Size  Used Avail Use% Mounted on
                    udev            2.0G   12K  2.0G   1% /dev
                    tmpfs           395M  420K  395M   1% /run
                    /dev/dm-0        15G   15G     0 100% /
                    none            4.0K     0  4.0K   0% /sys/fs/cgroup
                    none            5.0M     0  5.0M   0% /run/lock
                    none            2.0G     0  2.0G   0% /run/shm
                    none            100M     0  100M   0% /run/user
                    /dev/xvda1      236M   70M  154M  32% /boot
                    overflow        1.0M  284K  740K  28% /tmp
                    coliverC 1 Reply Last reply Reply Quote 0
                    • DustinB3403D
                      DustinB3403
                      last edited by

                      Yes, /dev/dm-o is full, which completely breaks graylog.

                      I had this happen to me as well, and just built a new vm. Once the VM was operational I reduced the indices by half.

                      BRRABillB 2 Replies Last reply Reply Quote 1
                      • coliverC
                        coliver @BRRABill
                        last edited by

                        @BRRABill said in BRRABill's Field Report With Linux:

                        So, was having some issues with my GrayLog instance. I have a feeling that it has run out of space. Would you agree?

                        I think LVM is confusing me again.

                        ubuntu@graylog:~$ df -h
                        Filesystem      Size  Used Avail Use% Mounted on
                        /dev/dm-0        15G   15G     0 100% /
                        

                        Yes you're out of space on your root directory.

                        1 Reply Last reply Reply Quote 1
                        • BRRABillB
                          BRRABill @DustinB3403
                          last edited by

                          @DustinB3403 said in BRRABill's Field Report With Linux:

                          Yes, /dev/dm-o is full, which completely breaks graylog.

                          I had this happen to me as well, and just built a new vm. Once the VM was operational I reduced the indices by half.

                          I figure this would be a good Linux learning experience. 🙂

                          I was thinking of following this link. It's for VMWare, but most of the Ubuntu commands should be the same, I would think.

                          http://docs.graylog.org/en/1.3/pages/installation/graylog_ctl.html#extend-disk-space

                          DustinB3403D BRRABillB 2 Replies Last reply Reply Quote 0
                          • BRRABillB
                            BRRABill @DustinB3403
                            last edited by

                            @DustinB3403 said in BRRABill's Field Report With Linux:

                            Yes, /dev/dm-o is full, which completely breaks graylog.

                            I had this happen to me as well, and just built a new vm. Once the VM was operational I reduced the indices by half.

                            What does that do to storage size?

                            I had a Splunk instance running for weeks and never had any issues like this, which is why it surprised me.

                            1 Reply Last reply Reply Quote 0
                            • DustinB3403D
                              DustinB3403 @BRRABill
                              last edited by

                              @BRRABill Yeah I was in the middle of bigger issues, and just didn't care to "fix" it.

                              I can copy the MAC address to make the same reservation, so no issues from my point.

                              The logs just sit on XS I believe if the log server can't be reached.

                              1 Reply Last reply Reply Quote 0
                              • BRRABillB
                                BRRABill @BRRABill
                                last edited by

                                @BRRABill said in BRRABill's Field Report With Linux:

                                @DustinB3403 said in BRRABill's Field Report With Linux:

                                Yes, /dev/dm-o is full, which completely breaks graylog.

                                I had this happen to me as well, and just built a new vm. Once the VM was operational I reduced the indices by half.

                                I figure this would be a good Linux learning experience. 🙂

                                I was thinking of following this link. It's for VMWare, but most of the Ubuntu commands should be the same, I would think.

                                http://docs.graylog.org/en/1.3/pages/installation/graylog_ctl.html#extend-disk-space

                                In these directions, it says ...
                                "In order to extend the disk space mount a second drive on this path. Make sure to move old data to the new drive before and give the graylog user permissions to read and write here."

                                Couldn't you also just extend the (whatever) ?

                                DustinB3403D 1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403 @BRRABill
                                  last edited by

                                  @BRRABill Adding a second drive to a VM is literally nothing though.

                                  It would be better practice to add a drive, than to try and extend the existing one.

                                  BRRABillB 1 Reply Last reply Reply Quote 0
                                  • BRRABillB
                                    BRRABill @DustinB3403
                                    last edited by

                                    @DustinB3403 said in BRRABill's Field Report With Linux:

                                    @BRRABill Adding a second drive to a VM is literally nothing though.

                                    It would be better practice to add a drive, than to try and extend the existing one.

                                    But in theory, that 15G partition is part of the 19.5GB VHD the GrayLog appliance sets up.

                                    You're losing the 15G, right?

                                    I know 15G isn't much, but I was just thinking for future reference, if it was more than 15G.

                                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                                    • DustinB3403D
                                      DustinB3403
                                      last edited by

                                      But you wouldn't be only modifying the 15GB partition, you'd be effecting the boot section of the drive etc.

                                      It's much cleaner to just leave it there, and add a 100GB drive, and point all of the logging to that PV.

                                      Which wouldn't be a bad topic on it's own.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @BRRABill
                                        last edited by

                                        @BRRABill said in BRRABill's Field Report With Linux:

                                        @DustinB3403 said in BRRABill's Field Report With Linux:

                                        @BRRABill Adding a second drive to a VM is literally nothing though.

                                        It would be better practice to add a drive, than to try and extend the existing one.

                                        But in theory, that 15G partition is part of the 19.5GB VHD the GrayLog appliance sets up.

                                        You're losing the 15G, right?

                                        I know 15G isn't much, but I was just thinking for future reference, if it was more than 15G.

                                        Losing 15GB? Not if you are thin provisioned.

                                        BRRABillB 1 Reply Last reply Reply Quote 0
                                        • BRRABillB
                                          BRRABill @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in BRRABill's Field Report With Linux:

                                          @BRRABill said in BRRABill's Field Report With Linux:

                                          @DustinB3403 said in BRRABill's Field Report With Linux:

                                          @BRRABill Adding a second drive to a VM is literally nothing though.

                                          It would be better practice to add a drive, than to try and extend the existing one.

                                          But in theory, that 15G partition is part of the 19.5GB VHD the GrayLog appliance sets up.

                                          You're losing the 15G, right?

                                          I know 15G isn't much, but I was just thinking for future reference, if it was more than 15G.

                                          Losing 15GB? Not if you are thin provisioned.

                                          Well, as of right now, this is how things rolled...

                                          1. Imported the GrayLog OVA appliance to XS.
                                          2. It creates a 19.5GB virtual disk where it does its magic.
                                          3. Part of that magic is this 15GB partition that is now full.

                                          So, even thin provisioned, isn't that space already taken? (AKA once the data fills it, it still uses it even if the data is deleted, correct?)

                                          DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender @BRRABill
                                            last edited by

                                            @BRRABill said in BRRABill's Field Report With Linux:

                                            @scottalanmiller said in BRRABill's Field Report With Linux:

                                            @BRRABill said in BRRABill's Field Report With Linux:

                                            @DustinB3403 said in BRRABill's Field Report With Linux:

                                            @BRRABill Adding a second drive to a VM is literally nothing though.

                                            It would be better practice to add a drive, than to try and extend the existing one.

                                            But in theory, that 15G partition is part of the 19.5GB VHD the GrayLog appliance sets up.

                                            You're losing the 15G, right?

                                            I know 15G isn't much, but I was just thinking for future reference, if it was more than 15G.

                                            Losing 15GB? Not if you are thin provisioned.

                                            Well, as of right now, this is how things rolled...

                                            1. Imported the GrayLog OVA appliance to XS.
                                            2. It creates a 19.5GB virtual disk where it does its magic.
                                            3. Part of that magic is this 15GB partition that is now full.

                                            So, even thin provisioned, isn't that space already taken? (AKA once the data fills it, it still uses it even if the data is deleted, correct?)

                                            Sure it is, but after you copy that data to the new drive, you'll delete it from the old drive making it empty... Assuming XS can reclaim now empty space, you'll gain that 15 GB back.

                                            BRRABillB scottalanmillerS 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 2 / 8
                                            • First post
                                              Last post