Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Windows Server Restarts

Windows Server Restarts

Scheduled Pinned Locked Moved The Lounge
databasecomsysadminwindows-adminquestion
42 Posts 21 Posters 1 Views 1 Watching
  • 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.
  • M Miszou

    Over the past few days, I've discovered that many of the Windows servers at work are rebooted every night, in order to keep them running optimally and as stable as possible. The AIX server, of course :rolleyes:, hasn't been rebooted for millenia. I've seen Windows servers remain up for many months, running essentially the same applications (domain controller, file/mail/sql/web server etc), without any need to restart them. (Installation of service packs aside, but this can be done during scheduled maintenance time) Firstly, I find it very hard to believe that Microsoft servers are SO unstable (as I am told by the *nix users here), that they must be constantly restarted. I have several thoughts on the reasons for such frequent restarts: 1. Poorly written applications that consume too many resources without releasing them. (Not actually Windows fault, but hey, who can tell the difference?) 2. Poorly configured systems. 3. Windows really is a terrible server platform. 3. And the worst, most insidious reason: That the subliminal brainwashing message from the *nix zealots is actually working... :suss: Anyway, I was just wondering if nightly restarting of Windows servers is a "normal" practice for anyone else? Any thoughts? BTW, I don't intend for this to become a religious flamewar - I could go somewhere else[^] for that... I'm genuinely curious as to the prevalence and frequency of restarting Windows Servers.


    The StartPage Randomizer

    R Offline
    R Offline
    retZ
    wrote on last edited by
    #15

    Had the same problem at my workplace. The issue went away once we installed the latest service packs and MS updates. I remember digging up a article in MSDN that explained the cause. There are no failures.. only extended learning opportunities. -- modified at 16:11 Wednesday 5th October, 2005

    1 Reply Last reply
    0
    • P Paul Watson

      Yeah they have no problem on Mac. Not sure you can get PS and Fireworks running on Linux. It is a problem with the software writers as other software (VS, Notepad etc.) doesn't exhibit the same problems but at the same time I'd like to think my OS is smarter at cleaning up after badly behaved apps. regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

      B Offline
      B Offline
      bugDanny
      wrote on last edited by
      #16

      Maybe Vista will have more behind it than just a flashy UI. (But I really like the UI.) Danny The stupidity of others amazes me!

      1 Reply Last reply
      0
      • M Miszou

        Over the past few days, I've discovered that many of the Windows servers at work are rebooted every night, in order to keep them running optimally and as stable as possible. The AIX server, of course :rolleyes:, hasn't been rebooted for millenia. I've seen Windows servers remain up for many months, running essentially the same applications (domain controller, file/mail/sql/web server etc), without any need to restart them. (Installation of service packs aside, but this can be done during scheduled maintenance time) Firstly, I find it very hard to believe that Microsoft servers are SO unstable (as I am told by the *nix users here), that they must be constantly restarted. I have several thoughts on the reasons for such frequent restarts: 1. Poorly written applications that consume too many resources without releasing them. (Not actually Windows fault, but hey, who can tell the difference?) 2. Poorly configured systems. 3. Windows really is a terrible server platform. 3. And the worst, most insidious reason: That the subliminal brainwashing message from the *nix zealots is actually working... :suss: Anyway, I was just wondering if nightly restarting of Windows servers is a "normal" practice for anyone else? Any thoughts? BTW, I don't intend for this to become a religious flamewar - I could go somewhere else[^] for that... I'm genuinely curious as to the prevalence and frequency of restarting Windows Servers.


        The StartPage Randomizer

        A Offline
        A Offline
        Andy Brummer
        wrote on last edited by
        #17

        For IIS running well tested ASP.Net applications and SQL server almost never. NT4.0 server application running VB COM components, or any app using Oracle database drivers, then nightly reboots are very helpful. The OS is stable, but some extra services like COM+ and Exchange aren't up to the same level of quality.


        I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

        1 Reply Last reply
        0
        • M Miszou

          Paul Watson wrote: our Windows server (Exchange and SQL) needed to be rebooted about once a week What was wrong with it that it required a reboot? Perhaps it just needed more memory or something...? (Wild guess) I have a 2003 server (500mhz PII, 256mb RAM) runnning IIS, SQL Server, Mail Server, File Server, Print Server, Domain Controller and occasionally BitTorrent, and I haven't restarted it for months. Sure BT can load it down a bit, but as soon as I close the program, it perks right up again...


          The StartPage Randomizer

          J Offline
          J Offline
          John M Drescher
          wrote on last edited by
          #18

          Miszou wrote: I haven't restarted it for months. Living dangerously? I assume this means you do not apply service packs / updates ... John -- modified at 16:18 Wednesday 5th October, 2005

          D 1 Reply Last reply
          0
          • P Paul Watson

            Well we ran Windows and Linux servers in my old job and the Linux server (handling email and all internet traffic) never needed to be rebooted while our Windows server (Exchange and SQL) needed to be rebooted about once a week. But then that is probably more Exchange for you... god, that Exchange Store service was wild. regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

            B Offline
            B Offline
            Brian Delahunty
            wrote on last edited by
            #19

            Paul Watson wrote: Linux servers in my old job and the Linux server (handling email and all internet traffic) never needed to be rebooted Sign of a bad admin in my opinion. I wonder how many security patches and kernel patches where not put onto that machine. When it comes to security prevention is a lot better then cure in my opinion. It is perfectly possible to have a site/service up constantly and still apply patches and reboot machines as long as you have at least a single layer of redundancy. Just use a reverse proxy/router configuration to point packets to the backup machine while the patches are applied to the main server and it restarted... this applied to both windows and linux servers of course. Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, order^ it today!

            L P 2 Replies Last reply
            0
            • B Brian Delahunty

              Paul Watson wrote: Linux servers in my old job and the Linux server (handling email and all internet traffic) never needed to be rebooted Sign of a bad admin in my opinion. I wonder how many security patches and kernel patches where not put onto that machine. When it comes to security prevention is a lot better then cure in my opinion. It is perfectly possible to have a site/service up constantly and still apply patches and reboot machines as long as you have at least a single layer of redundancy. Just use a reverse proxy/router configuration to point packets to the backup machine while the patches are applied to the main server and it restarted... this applied to both windows and linux servers of course. Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, order^ it today!

              L Offline
              L Offline
              l a u r e n
              wrote on last edited by
              #20

              well on linux nothing but a kernel update requires a reboot and they arent updated in the stable server distros more than once or twice a year ... other updates simply dont require system restarts


              "there is no spoon"
              biz stuff about me

              B 1 Reply Last reply
              0
              • M Miszou

                Over the past few days, I've discovered that many of the Windows servers at work are rebooted every night, in order to keep them running optimally and as stable as possible. The AIX server, of course :rolleyes:, hasn't been rebooted for millenia. I've seen Windows servers remain up for many months, running essentially the same applications (domain controller, file/mail/sql/web server etc), without any need to restart them. (Installation of service packs aside, but this can be done during scheduled maintenance time) Firstly, I find it very hard to believe that Microsoft servers are SO unstable (as I am told by the *nix users here), that they must be constantly restarted. I have several thoughts on the reasons for such frequent restarts: 1. Poorly written applications that consume too many resources without releasing them. (Not actually Windows fault, but hey, who can tell the difference?) 2. Poorly configured systems. 3. Windows really is a terrible server platform. 3. And the worst, most insidious reason: That the subliminal brainwashing message from the *nix zealots is actually working... :suss: Anyway, I was just wondering if nightly restarting of Windows servers is a "normal" practice for anyone else? Any thoughts? BTW, I don't intend for this to become a religious flamewar - I could go somewhere else[^] for that... I'm genuinely curious as to the prevalence and frequency of restarting Windows Servers.


                The StartPage Randomizer

                M Offline
                M Offline
                Member 96
                wrote on last edited by
                #21

                Miszou wrote: I was just wondering if nightly restarting of Windows servers is a "normal" practice for anyone else? Nope, we haven't restarted our win2k and win2k3 servers in months and only if there is some reason to such as a software update etc. One is an IIS forum server primarily, one is an in-house biz server and the other is a development and testing server. There should really be no reason to do this AFAIK, there wasn't even in the NT4 days either so someone is being superstitious or there is a mis-behaving driver involved perhaps.


                "A preoccupation with the next world pretty clearly signals an inability to cope credibly with this one."

                1 Reply Last reply
                0
                • M Miszou

                  Over the past few days, I've discovered that many of the Windows servers at work are rebooted every night, in order to keep them running optimally and as stable as possible. The AIX server, of course :rolleyes:, hasn't been rebooted for millenia. I've seen Windows servers remain up for many months, running essentially the same applications (domain controller, file/mail/sql/web server etc), without any need to restart them. (Installation of service packs aside, but this can be done during scheduled maintenance time) Firstly, I find it very hard to believe that Microsoft servers are SO unstable (as I am told by the *nix users here), that they must be constantly restarted. I have several thoughts on the reasons for such frequent restarts: 1. Poorly written applications that consume too many resources without releasing them. (Not actually Windows fault, but hey, who can tell the difference?) 2. Poorly configured systems. 3. Windows really is a terrible server platform. 3. And the worst, most insidious reason: That the subliminal brainwashing message from the *nix zealots is actually working... :suss: Anyway, I was just wondering if nightly restarting of Windows servers is a "normal" practice for anyone else? Any thoughts? BTW, I don't intend for this to become a religious flamewar - I could go somewhere else[^] for that... I'm genuinely curious as to the prevalence and frequency of restarting Windows Servers.


                  The StartPage Randomizer

                  L Offline
                  L Offline
                  leppie
                  wrote on last edited by
                  #22

                  Never restart them except for drivers. Never need too either. I cant recall when last I have seen a BSOD. :p I dont experience slowdowns either. I guess 1GB RAM does the trick. :) xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots

                  P 1 Reply Last reply
                  0
                  • B Brian Delahunty

                    Paul Watson wrote: Linux servers in my old job and the Linux server (handling email and all internet traffic) never needed to be rebooted Sign of a bad admin in my opinion. I wonder how many security patches and kernel patches where not put onto that machine. When it comes to security prevention is a lot better then cure in my opinion. It is perfectly possible to have a site/service up constantly and still apply patches and reboot machines as long as you have at least a single layer of redundancy. Just use a reverse proxy/router configuration to point packets to the backup machine while the patches are applied to the main server and it restarted... this applied to both windows and linux servers of course. Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, order^ it today!

                    P Offline
                    P Offline
                    Paul Watson
                    wrote on last edited by
                    #23

                    Well, this is not really an excuse but anyway, I didn't manage it. It was done by a chap 10,000 kilometeres away in London. He was not very communicative. Me in a tentative email: Hey, linux dude, could you check the linux box please? Linux dude: Sw33t, n0 pr08l3m w1nd0z3 a8bu5r! Ha! H3ll 5pawn! Check it yourself you GUI freak. Me: Listen, fix it and we pay you, don't fix it and you can go back to packing boxes at the local newspaper office, ok? Also all I knew about Linux back then was that it was written by a bunch of penguins. Now I know it was written by a penguin named Linus. BTW I am digging Ubuntu. Great Linux distro. So I am not being a lame Windows user. :) regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN! -- modified at 17:11 Wednesday 5th October, 2005

                    D 1 Reply Last reply
                    0
                    • M Miszou

                      Over the past few days, I've discovered that many of the Windows servers at work are rebooted every night, in order to keep them running optimally and as stable as possible. The AIX server, of course :rolleyes:, hasn't been rebooted for millenia. I've seen Windows servers remain up for many months, running essentially the same applications (domain controller, file/mail/sql/web server etc), without any need to restart them. (Installation of service packs aside, but this can be done during scheduled maintenance time) Firstly, I find it very hard to believe that Microsoft servers are SO unstable (as I am told by the *nix users here), that they must be constantly restarted. I have several thoughts on the reasons for such frequent restarts: 1. Poorly written applications that consume too many resources without releasing them. (Not actually Windows fault, but hey, who can tell the difference?) 2. Poorly configured systems. 3. Windows really is a terrible server platform. 3. And the worst, most insidious reason: That the subliminal brainwashing message from the *nix zealots is actually working... :suss: Anyway, I was just wondering if nightly restarting of Windows servers is a "normal" practice for anyone else? Any thoughts? BTW, I don't intend for this to become a religious flamewar - I could go somewhere else[^] for that... I'm genuinely curious as to the prevalence and frequency of restarting Windows Servers.


                      The StartPage Randomizer

                      N Offline
                      N Offline
                      nutsnbolts
                      wrote on last edited by
                      #24

                      I run several Win2k servers. I can only remember one instance in the last two years that I had to reboot a server that was not a part of planned maintenance/patching. I almost never have to restart a server for issues other than dropping patches, new software, etc. The one time I did have to restart was not due to the OS being unstable but was because the exchange information store had issues. Jim

                      1 Reply Last reply
                      0
                      • L leppie

                        Never restart them except for drivers. Never need too either. I cant recall when last I have seen a BSOD. :p I dont experience slowdowns either. I guess 1GB RAM does the trick. :) xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots

                        P Offline
                        P Offline
                        Paul Watson
                        wrote on last edited by
                        #25

                        You only have a gig of ram in your server? ;) regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                        L 1 Reply Last reply
                        0
                        • P Paul Watson

                          You only have a gig of ram in your server? ;) regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                          L Offline
                          L Offline
                          leppie
                          wrote on last edited by
                          #26

                          No, just my dev/personal PC, server has less :) xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots

                          D 1 Reply Last reply
                          0
                          • L l a u r e n

                            well on linux nothing but a kernel update requires a reboot and they arent updated in the stable server distros more than once or twice a year ... other updates simply dont require system restarts


                            "there is no spoon"
                            biz stuff about me

                            B Offline
                            B Offline
                            Brian Delahunty
                            wrote on last edited by
                            #27

                            Yep. I know... but any box that has never been restarted is a security risk. Windows more so. Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, order^ it today!

                            P 1 Reply Last reply
                            0
                            • B Brian Delahunty

                              Yep. I know... but any box that has never been restarted is a security risk. Windows more so. Regards, Brian Dela :-) Blog^ Co-author of The Outlook Answer Book... Go on, order^ it today!

                              P Offline
                              P Offline
                              Paul Watson
                              wrote on last edited by
                              #28

                              So if you install a Linux patch that doesn't require a restart you may be less secure than the same box with the same patch but restarted? regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                              L 1 Reply Last reply
                              0
                              • P Paul Watson

                                Well, this is not really an excuse but anyway, I didn't manage it. It was done by a chap 10,000 kilometeres away in London. He was not very communicative. Me in a tentative email: Hey, linux dude, could you check the linux box please? Linux dude: Sw33t, n0 pr08l3m w1nd0z3 a8bu5r! Ha! H3ll 5pawn! Check it yourself you GUI freak. Me: Listen, fix it and we pay you, don't fix it and you can go back to packing boxes at the local newspaper office, ok? Also all I knew about Linux back then was that it was written by a bunch of penguins. Now I know it was written by a penguin named Linus. BTW I am digging Ubuntu. Great Linux distro. So I am not being a lame Windows user. :) regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN! -- modified at 17:11 Wednesday 5th October, 2005

                                D Offline
                                D Offline
                                David Stone
                                wrote on last edited by
                                #29

                                a8bu5r I can normally read and write 1337 with the best of them...but what the heck is that supposed to be? Abuser?


                                Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                P 1 Reply Last reply
                                0
                                • L leppie

                                  No, just my dev/personal PC, server has less :) xacc-ide 0.0.15 now with C#, MSIL, C, XML, ASP.NET, Nemerle, MyXaml and HLSL coloring - Screenshots

                                  D Offline
                                  D Offline
                                  David Stone
                                  wrote on last edited by
                                  #30

                                  Your personal PC only has 1 gig of RAM? :rolleyes:


                                  Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                  L 1 Reply Last reply
                                  0
                                  • D David Stone

                                    a8bu5r I can normally read and write 1337 with the best of them...but what the heck is that supposed to be? Abuser?


                                    Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                    P Offline
                                    P Offline
                                    Paul Watson
                                    wrote on last edited by
                                    #31

                                    Errr... yeah... abuser... not abbuser :-O regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                                    1 Reply Last reply
                                    0
                                    • M Miszou

                                      Over the past few days, I've discovered that many of the Windows servers at work are rebooted every night, in order to keep them running optimally and as stable as possible. The AIX server, of course :rolleyes:, hasn't been rebooted for millenia. I've seen Windows servers remain up for many months, running essentially the same applications (domain controller, file/mail/sql/web server etc), without any need to restart them. (Installation of service packs aside, but this can be done during scheduled maintenance time) Firstly, I find it very hard to believe that Microsoft servers are SO unstable (as I am told by the *nix users here), that they must be constantly restarted. I have several thoughts on the reasons for such frequent restarts: 1. Poorly written applications that consume too many resources without releasing them. (Not actually Windows fault, but hey, who can tell the difference?) 2. Poorly configured systems. 3. Windows really is a terrible server platform. 3. And the worst, most insidious reason: That the subliminal brainwashing message from the *nix zealots is actually working... :suss: Anyway, I was just wondering if nightly restarting of Windows servers is a "normal" practice for anyone else? Any thoughts? BTW, I don't intend for this to become a religious flamewar - I could go somewhere else[^] for that... I'm genuinely curious as to the prevalence and frequency of restarting Windows Servers.


                                      The StartPage Randomizer

                                      L Offline
                                      L Offline
                                      Lost User
                                      wrote on last edited by
                                      #32

                                      With Windows 2000 and XP I only restart my PCs when specifically needed, they keep running without problems. I don't have a server. Elaine :rose: The tigress is here :-D

                                      1 Reply Last reply
                                      0
                                      • P Paul Watson

                                        So if you install a Linux patch that doesn't require a restart you may be less secure than the same box with the same patch but restarted? regards, Paul Watson South Africa Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

                                        L Offline
                                        L Offline
                                        l a u r e n
                                        wrote on last edited by
                                        #33

                                        no ... as i said u only need to restart after a kernel upgrade and they are rare in server distros


                                        "there is no spoon"
                                        biz stuff about me

                                        1 Reply Last reply
                                        0
                                        • D David Stone

                                          Your personal PC only has 1 gig of RAM? :rolleyes:


                                          Picture a huge catholic cathedral. In it there's many people, including a gregorian monk choir. You know, those who sing beautifully. Then they start singing, in latin, as they always do: "Ad hominem..." -Jörgen Sigvardsson

                                          L Offline
                                          L Offline
                                          l a u r e n
                                          wrote on last edited by
                                          #34

                                          :laugh:


                                          "there is no spoon"
                                          biz stuff about me

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups