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

    Reboot your servers

    Scheduled Pinned Locked Moved IT Discussion
    20 Posts 10 Posters 2.8k Views
    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.
    • JaredBuschJ
      JaredBusch @bbigford
      last edited by

      @BBigford said in Reboot your servers:

      Always baffles me when you see a server hasn't been rebooted in over a year. It's my opinion that servers (all servers, regardless of the OS), should be rebooted as part of the monthly patch cycle, to test the hardware.

      How could anyone know it will come back following a power outage, or something which forces a reboot... 😐

      @scottalanmiller and myself have posted more than once on this subject.

      I reboot everything monthly.

      1 Reply Last reply Reply Quote 3
      • scottalanmillerS
        scottalanmiller
        last edited by

        That's why I wrote Why We Reboot Servers many years ago 🙂

        1 Reply Last reply Reply Quote 2
        • scottalanmillerS
          scottalanmiller
          last edited by

          I actually reboot weekly in most cases. Mostly this is because I find getting a reboot schedule is simpler on a weekly basis than a monthly. Like "Friday at 6PM" is reliable whereas "The First Day of the Month at Noon" will vary by day all over the place. Work tends to be more "day of the week" oriented than "day of the month." Unless it is a payroll processing system.

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @scottalanmiller
            last edited by JaredBusch

            @scottalanmiller I reboot on the weekend a week after patch Tuesdays. Makes life easy. I apply all the Windows updates, and reboot those, run any Linux updates, shut those down, then update the hypervisors and reboot those.

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

              I directly only deal with the UNIX side. I schedule those to update themselves and then reboot when done updating; or we do auto updates during the week and then just reboot on the schedule.

              wirestyle22W 1 Reply Last reply Reply Quote 0
              • wirestyle22W
                wirestyle22 @scottalanmiller
                last edited by

                @scottalanmiller said in Reboot your servers:

                I directly only deal with the UNIX side. I schedule those to update themselves and then reboot when done updating; or we do auto updates during the week and then just reboot on the schedule.

                Zabbix monitoring is super convenient for my weekly reboots. If something doesn't come back I will receive an e-mail but I also remote into it to verify everything is up and running too

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

                  @wirestyle22 said in Reboot your servers:

                  Zabbix monitoring is super convenient for my weekly reboots. If something doesn't come back I will receive an e-mail but I also remote into it to verify everything is up and running too

                  We use this...

                  for i in $(cat server_list); do echo $i $(ssh $i uptime); done
                  

                  Produces a nice list of the uptimes for every system.

                  RomoR 1 Reply Last reply Reply Quote 3
                  • coliverC
                    coliver
                    last edited by

                    We reboot the second Wednesday after patch Tuesday at 3am.

                    1 Reply Last reply Reply Quote 0
                    • gjacobseG
                      gjacobse
                      last edited by

                      we have a pair that are on a schedule to reboot,... one is a SAP server that has print issues if running for two or three weeks without reboot. It's weird,.. but hey,... it's SAP.

                      StrongBadS T 2 Replies Last reply Reply Quote 0
                      • StrongBadS
                        StrongBad @gjacobse
                        last edited by

                        @gjacobse said in Reboot your servers:

                        we have a pair that are on a schedule to reboot,... one is a SAP server that has print issues if running for two or three weeks without reboot. It's weird,.. but hey,... it's SAP.

                        Weird that it has managed to keep working for two weeks?

                        gjacobseG 1 Reply Last reply Reply Quote 1
                        • gjacobseG
                          gjacobse @StrongBad
                          last edited by

                          @StrongBad said in Reboot your servers:

                          @gjacobse said in Reboot your servers:

                          we have a pair that are on a schedule to reboot,... one is a SAP server that has print issues if running for two or three weeks without reboot. It's weird,.. but hey,... it's SAP.

                          Weird that it has managed to keep working for two weeks?

                          weird that printing quits..

                          1 Reply Last reply Reply Quote 1
                          • RomoR
                            Romo @scottalanmiller
                            last edited by

                            @scottalanmiller said in Reboot your servers:

                            @wirestyle22 said in Reboot your servers:

                            Zabbix monitoring is super convenient for my weekly reboots. If something doesn't come back I will receive an e-mail but I also remote into it to verify everything is up and running too

                            We use this...

                            for i in $(cat server_list); do echo $i $(ssh $i uptime); done
                            

                            Produces a nice list of the uptimes for every system.

                            I now do:

                            ansible all -a "uptime"
                            
                            1 Reply Last reply Reply Quote 3
                            • T
                              Texkonc @gjacobse
                              last edited by

                              @gjacobse said in Reboot your servers:

                              we have a pair that are on a schedule to reboot,... one is a SAP server that has print issues if running for two or three weeks without reboot. It's weird,.. but hey,... it's SAP.

                              Hey my brother in law sells their stuff.

                              1 Reply Last reply Reply Quote 0
                              • T
                                Texkonc
                                last edited by

                                At work: every Friday for Workstations, if it is needed, and Every Sunday for Servers if it is needed.
                                Home: Autoreboot after they are installed on my laptop, cause I dont care, most my crap is web based. Home Lab: Every Sunday at 11AM.
                                My 1 rule, don't suck at patching.

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

                                  @Texkonc said in Reboot your servers:

                                  At work: every Friday for Workstations, if it is needed, and Every Sunday for Servers if it is needed.
                                  Home: Autoreboot after they are installed on my laptop, cause I dont care, most my crap is web based. Home Lab: Every Sunday at 11AM.
                                  My 1 rule, don't suck at patching.

                                  What does "if it is needed" mean?

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

                                    I'm updating and rebooting my servers right now.

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      Texkonc @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Reboot your servers:

                                      @Texkonc said in Reboot your servers:

                                      At work: every Friday for Workstations, if it is needed, and Every Sunday for Servers if it is needed.
                                      Home: Autoreboot after they are installed on my laptop, cause I dont care, most my crap is web based. Home Lab: Every Sunday at 11AM.
                                      My 1 rule, don't suck at patching.

                                      What does "if it is needed" mean?

                                      When patches are released, because you very well know, patching is the last thing customers think about. Although this is one thing I would like to audit as one of my other projects. New guy, fresh set of eyes.

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

                                        @Texkonc said in Reboot your servers:

                                        @scottalanmiller said in Reboot your servers:

                                        @Texkonc said in Reboot your servers:

                                        At work: every Friday for Workstations, if it is needed, and Every Sunday for Servers if it is needed.
                                        Home: Autoreboot after they are installed on my laptop, cause I dont care, most my crap is web based. Home Lab: Every Sunday at 11AM.
                                        My 1 rule, don't suck at patching.

                                        What does "if it is needed" mean?

                                        When patches are released, because you very well know, patching is the last thing customers think about. Although this is one thing I would like to audit as one of my other projects. New guy, fresh set of eyes.

                                        Why not call "updating for updating's sake" "needed" and then update every week 🙂

                                        1 Reply Last reply Reply Quote 0
                                        • gjacobseG
                                          gjacobse
                                          last edited by

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • 1 / 1
                                          • First post
                                            Last post