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. So let me get this straight...

So let me get this straight...

Scheduled Pinned Locked Moved The Lounge
sysadminwindows-adminhostingcloudbusiness
36 Posts 15 Posters 2 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.
  • J Jeremy Falcon

    Let's say I'm crazy enough to install Windows Server 2016 to host an app I want to keep going in the cloud 24/7. There's no way to stop this thing from magically rebooting willy nilly outside of setting the normal business hours or whatnot... but say when not in that timeframe, Windows will up and just restart la la la without a care to the wind for a *server* app? Did I miss the memo where MS started smoking crack?

    Jeremy Falcon

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #10

    This is why I am really thinking, Linux is a better way to go than Windows OS, for server apps. At this point, what with the .NET Core, Mono C#, etc., I shouldn't have any problems running a C# web server on Linux. I'll have to give that a try actually. [edit]And as for the database, I really like PostgreSQL, and I think there's Linq2SQL support for that (I don't use EF!), though not sure. And since I'm not tied in with IIS on any of my web apps, I don't have to worry about that! [/edit] Marc

    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

    J G B 3 Replies Last reply
    0
    • J Jorgen Andersson

      I'm not having a server to check at the moment, but a quick googling found it for me: Prevent Windows Server 2012 from forcing a reboot after updates - Server Fault[^]

      Chaoix wrote:

      Press Windows Key+R to open the run prompt. Type "gpedit.msc" and press enter. In the "Local Group Policy Editor", navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update. Enable the "Configure Automatic Updates" policy and set it to "2". Enable the "No auto-restart with logged on users for scheduled automatic updates installations" policy.

      Wrong is evil and must be defeated. - Jeff Ello

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #11

      I just disabled the service. Living on the edge. :)

      Jeremy Falcon

      J 1 Reply Last reply
      0
      • M Marc Clifton

        This is why I am really thinking, Linux is a better way to go than Windows OS, for server apps. At this point, what with the .NET Core, Mono C#, etc., I shouldn't have any problems running a C# web server on Linux. I'll have to give that a try actually. [edit]And as for the database, I really like PostgreSQL, and I think there's Linq2SQL support for that (I don't use EF!), though not sure. And since I'm not tied in with IIS on any of my web apps, I don't have to worry about that! [/edit] Marc

        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

        J Offline
        J Offline
        Jeremy Falcon
        wrote on last edited by
        #12

        I've always been a *Nix fan since I was a teenager, it's just this app requires Windows or else I wouldn't bother with it.

        Jeremy Falcon

        1 Reply Last reply
        0
        • J Jeremy Falcon

          I just disabled the service. Living on the edge. :)

          Jeremy Falcon

          J Offline
          J Offline
          Jorgen Andersson
          wrote on last edited by
          #13

          Just don't forget to run it every now and then, there sadly is a reason they made such a stupid move. X|

          Wrong is evil and must be defeated. - Jeff Ello

          J 1 Reply Last reply
          0
          • M Marc Clifton

            This is why I am really thinking, Linux is a better way to go than Windows OS, for server apps. At this point, what with the .NET Core, Mono C#, etc., I shouldn't have any problems running a C# web server on Linux. I'll have to give that a try actually. [edit]And as for the database, I really like PostgreSQL, and I think there's Linq2SQL support for that (I don't use EF!), though not sure. And since I'm not tied in with IIS on any of my web apps, I don't have to worry about that! [/edit] Marc

            Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

            G Offline
            G Offline
            Garth J Lancaster
            wrote on last edited by
            #14

            I know 'Topshelf' and I'm pretty sure 'Quartz.Net' also runs on Mono, so Linux is a serious option for services in C# :)

            1 Reply Last reply
            0
            • M Marc Clifton

              This is why I am really thinking, Linux is a better way to go than Windows OS, for server apps. At this point, what with the .NET Core, Mono C#, etc., I shouldn't have any problems running a C# web server on Linux. I'll have to give that a try actually. [edit]And as for the database, I really like PostgreSQL, and I think there's Linq2SQL support for that (I don't use EF!), though not sure. And since I'm not tied in with IIS on any of my web apps, I don't have to worry about that! [/edit] Marc

              Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

              B Offline
              B Offline
              Brisingr Aerowing
              wrote on last edited by
              #15

              Npgsql[^] PostgreSQL data provider for .NET. It's awesome.

              What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

              1 Reply Last reply
              0
              • J Jeremy Falcon

                Let's say I'm crazy enough to install Windows Server 2016 to host an app I want to keep going in the cloud 24/7. There's no way to stop this thing from magically rebooting willy nilly outside of setting the normal business hours or whatnot... but say when not in that timeframe, Windows will up and just restart la la la without a care to the wind for a *server* app? Did I miss the memo where MS started smoking crack?

                Jeremy Falcon

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

                Jeremy Falcon wrote:

                Windows will up and just restart la la la without a care to the wind for a *server* app?

                Hi, An unpatched server on a network increases the risk of attack on all of the other networked devices. It's time for everyone to realize that many computing devices are part of a global interconnected network. Over the last decade we have relied on human server administrators to be responsible for keeping up-to-date and applying security patches. That is not working very well. It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update. I would suggest having a look at Manage updates using Windows Update for Business[^] Most feature updates may be deferred for up to 180 days. Some security updates can be deferred for up to 30 days depending on severity. Unfortunately there are also remotely exploitable security issues that simply cannot be deferred. One last thing... You heard it here first. Within the next decade Linux distro organizations will be highly encouraged to have a similar forced-update mechanism. This will probably be negotiated and network-enforced via future trade agreements such as TPP and NAFTA and/or other future agreements. Best Wishes, -David Delaune

                J J B 3 Replies Last reply
                0
                • J Jorgen Andersson

                  Just don't forget to run it every now and then, there sadly is a reason they made such a stupid move. X|

                  Wrong is evil and must be defeated. - Jeff Ello

                  J Offline
                  J Offline
                  Jeremy Falcon
                  wrote on last edited by
                  #17

                  Aye

                  Jeremy Falcon

                  1 Reply Last reply
                  0
                  • L Lost User

                    Jeremy Falcon wrote:

                    Windows will up and just restart la la la without a care to the wind for a *server* app?

                    Hi, An unpatched server on a network increases the risk of attack on all of the other networked devices. It's time for everyone to realize that many computing devices are part of a global interconnected network. Over the last decade we have relied on human server administrators to be responsible for keeping up-to-date and applying security patches. That is not working very well. It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update. I would suggest having a look at Manage updates using Windows Update for Business[^] Most feature updates may be deferred for up to 180 days. Some security updates can be deferred for up to 30 days depending on severity. Unfortunately there are also remotely exploitable security issues that simply cannot be deferred. One last thing... You heard it here first. Within the next decade Linux distro organizations will be highly encouraged to have a similar forced-update mechanism. This will probably be negotiated and network-enforced via future trade agreements such as TPP and NAFTA and/or other future agreements. Best Wishes, -David Delaune

                    J Offline
                    J Offline
                    Jeremy Falcon
                    wrote on last edited by
                    #18

                    Dude. I don't think you realize I'm a very senior level professional that's fullly aware of all of this. Also, if you really think deferrring will stop it from rebooting when it feels like it, maybe you should take a look again. When it does decide to eventually install the update it will reboot whether you like it or not. And without consent. And Unix and most likely Linux will never adopt this. Everyone knows a magical reboot you have no real control over is foolish. Everybody. Except MS it seems.

                    Jeremy Falcon

                    R 1 Reply Last reply
                    0
                    • L Lost User

                      Jeremy Falcon wrote:

                      Windows will up and just restart la la la without a care to the wind for a *server* app?

                      Hi, An unpatched server on a network increases the risk of attack on all of the other networked devices. It's time for everyone to realize that many computing devices are part of a global interconnected network. Over the last decade we have relied on human server administrators to be responsible for keeping up-to-date and applying security patches. That is not working very well. It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update. I would suggest having a look at Manage updates using Windows Update for Business[^] Most feature updates may be deferred for up to 180 days. Some security updates can be deferred for up to 30 days depending on severity. Unfortunately there are also remotely exploitable security issues that simply cannot be deferred. One last thing... You heard it here first. Within the next decade Linux distro organizations will be highly encouraged to have a similar forced-update mechanism. This will probably be negotiated and network-enforced via future trade agreements such as TPP and NAFTA and/or other future agreements. Best Wishes, -David Delaune

                      J Offline
                      J Offline
                      Jorgen Andersson
                      wrote on last edited by
                      #19

                      CoreOs already does that, they have it as one of the reasons to choose them[^].

                      Wrong is evil and must be defeated. - Jeff Ello

                      J 1 Reply Last reply
                      0
                      • J Jeremy Falcon

                        Let's say I'm crazy enough to install Windows Server 2016 to host an app I want to keep going in the cloud 24/7. There's no way to stop this thing from magically rebooting willy nilly outside of setting the normal business hours or whatnot... but say when not in that timeframe, Windows will up and just restart la la la without a care to the wind for a *server* app? Did I miss the memo where MS started smoking crack?

                        Jeremy Falcon

                        M Offline
                        M Offline
                        Mark_Wallace
                        wrote on last edited by
                        #20

                        Jeremy Falcon wrote:

                        There's no way to stop this thing from magically rebooting

                        I think that I can say with pretty much absolute certainty that the adjective I would have used is not "magically".

                        I wanna be a eunuchs developer! Pass me a bread knife!

                        J 1 Reply Last reply
                        0
                        • M Mark_Wallace

                          Jeremy Falcon wrote:

                          There's no way to stop this thing from magically rebooting

                          I think that I can say with pretty much absolute certainty that the adjective I would have used is not "magically".

                          I wanna be a eunuchs developer! Pass me a bread knife!

                          J Offline
                          J Offline
                          Jeremy Falcon
                          wrote on last edited by
                          #21

                          Touché. :)

                          Jeremy Falcon

                          1 Reply Last reply
                          0
                          • J Jorgen Andersson

                            CoreOs already does that, they have it as one of the reasons to choose them[^].

                            Wrong is evil and must be defeated. - Jeff Ello

                            J Offline
                            J Offline
                            Jeremy Falcon
                            wrote on last edited by
                            #22

                            Keep in mind I'm new to containers but even with that I could see it... almost. Not so much in a server environment though. And I'm sure some people will use a container on a server but I digress.

                            Jeremy Falcon

                            1 Reply Last reply
                            0
                            • J Jeremy Falcon

                              Dude. I don't think you realize I'm a very senior level professional that's fullly aware of all of this. Also, if you really think deferrring will stop it from rebooting when it feels like it, maybe you should take a look again. When it does decide to eventually install the update it will reboot whether you like it or not. And without consent. And Unix and most likely Linux will never adopt this. Everyone knows a magical reboot you have no real control over is foolish. Everybody. Except MS it seems.

                              Jeremy Falcon

                              R Offline
                              R Offline
                              Rajesh R Subramanian
                              wrote on last edited by
                              #23

                              Jeremy Falcon wrote:

                              Also, if you really think deferrring will stop it from rebooting when it feels like it, maybe you should take a look again. When it does decide to eventually install the update it will reboot whether you like it or not. And without consent.

                              I thought that's exactly what Randor said:

                              Randor wrote:

                              It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update

                              Jeremy Falcon wrote:

                              And Unix and most likely Linux will never adopt this

                              One could argue that the exact opposite of this might happen (both opinions being predictions anyway), but only time will tell what would happen.

                              J 1 Reply Last reply
                              0
                              • L Lost User

                                Jeremy Falcon wrote:

                                Windows will up and just restart la la la without a care to the wind for a *server* app?

                                Hi, An unpatched server on a network increases the risk of attack on all of the other networked devices. It's time for everyone to realize that many computing devices are part of a global interconnected network. Over the last decade we have relied on human server administrators to be responsible for keeping up-to-date and applying security patches. That is not working very well. It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update. I would suggest having a look at Manage updates using Windows Update for Business[^] Most feature updates may be deferred for up to 180 days. Some security updates can be deferred for up to 30 days depending on severity. Unfortunately there are also remotely exploitable security issues that simply cannot be deferred. One last thing... You heard it here first. Within the next decade Linux distro organizations will be highly encouraged to have a similar forced-update mechanism. This will probably be negotiated and network-enforced via future trade agreements such as TPP and NAFTA and/or other future agreements. Best Wishes, -David Delaune

                                B Offline
                                B Offline
                                BryanFazekas
                                wrote on last edited by
                                #24

                                Randor wrote:

                                It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update.

                                Absolutely NOT. Computer systems are tools of the business, not the other way around. The vendor does not own the environment, does not manage the environment, and has absolutely no say in how the environment is managed. They can recommend, but it is NOT their call. I have worked in complex, highly regulated environments where any computer rebooting in the middle of a process will cause (at least) hundreds of thousands of dollars in damage, not including loss of business due to loss of confidence by the customers. People get fired for doing anything that negatively affects such processes, so I don't expect any OS that can force reboots will be allowed.

                                J P 2 Replies Last reply
                                0
                                • R Rajesh R Subramanian

                                  Jeremy Falcon wrote:

                                  Also, if you really think deferrring will stop it from rebooting when it feels like it, maybe you should take a look again. When it does decide to eventually install the update it will reboot whether you like it or not. And without consent.

                                  I thought that's exactly what Randor said:

                                  Randor wrote:

                                  It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update

                                  Jeremy Falcon wrote:

                                  And Unix and most likely Linux will never adopt this

                                  One could argue that the exact opposite of this might happen (both opinions being predictions anyway), but only time will tell what would happen.

                                  J Offline
                                  J Offline
                                  Jeremy Falcon
                                  wrote on last edited by
                                  #25

                                  Rajesh R Subramanian wrote:

                                  I thought that's exactly what Randor said:

                                  Not quite. Delaying something doesn't mean it'll magically stop from a reboot without your knowledge when it finally does decided to download a patch. It just simply defers the "magical reboot". Your server can still go down willy nilly, just 180 days later than everyone else.

                                  Rajesh R Subramanian wrote:

                                  One could argue that the exact opposite of this might happen (both opinions being predictions anyway), but only time will tell what would happen.

                                  One could, but then they'd be wrong. ;P

                                  Jeremy Falcon

                                  1 Reply Last reply
                                  0
                                  • B BryanFazekas

                                    Randor wrote:

                                    It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update.

                                    Absolutely NOT. Computer systems are tools of the business, not the other way around. The vendor does not own the environment, does not manage the environment, and has absolutely no say in how the environment is managed. They can recommend, but it is NOT their call. I have worked in complex, highly regulated environments where any computer rebooting in the middle of a process will cause (at least) hundreds of thousands of dollars in damage, not including loss of business due to loss of confidence by the customers. People get fired for doing anything that negatively affects such processes, so I don't expect any OS that can force reboots will be allowed.

                                    J Offline
                                    J Offline
                                    Jeremy Falcon
                                    wrote on last edited by
                                    #26

                                    BryanFazekas wrote:

                                    Absolutely NOT. Computer systems are tools of the business, not the other way around.

                                    It's always easy to see when someone is speaking from experience or not. You sir, sound like you're speaking from experience.

                                    BryanFazekas wrote:

                                    The vendor does not own the environment, does not manage the environment, and has absolutely no say in how the environment is managed. They can recommend, but it is NOT their call.

                                    :thumbsup:

                                    BryanFazekas wrote:

                                    I have worked in complex, highly regulated environments where any computer rebooting in the middle of a process will cause (at least) hundreds of thousands of dollars in damage

                                    I knew it. I could tell this before I got to this part. I think anyone with any real server admin experience would agree with you and I.

                                    Jeremy Falcon

                                    1 Reply Last reply
                                    0
                                    • B BryanFazekas

                                      Randor wrote:

                                      It seems perfectly reasonable to give the server administrator several days or perhaps weeks to perform a manual reboot. if that does not happen... force the update.

                                      Absolutely NOT. Computer systems are tools of the business, not the other way around. The vendor does not own the environment, does not manage the environment, and has absolutely no say in how the environment is managed. They can recommend, but it is NOT their call. I have worked in complex, highly regulated environments where any computer rebooting in the middle of a process will cause (at least) hundreds of thousands of dollars in damage, not including loss of business due to loss of confidence by the customers. People get fired for doing anything that negatively affects such processes, so I don't expect any OS that can force reboots will be allowed.

                                      P Offline
                                      P Offline
                                      Peter Adam
                                      wrote on last edited by
                                      #27

                                      And how much do you pay out from those hundreds of thousand dollars to those clients who lost everything using your service because a timing issue existed in your system unpatched? Or because Google is your competitor[^]?

                                      B 1 Reply Last reply
                                      0
                                      • P Peter Adam

                                        And how much do you pay out from those hundreds of thousand dollars to those clients who lost everything using your service because a timing issue existed in your system unpatched? Or because Google is your competitor[^]?

                                        B Offline
                                        B Offline
                                        BryanFazekas
                                        wrote on last edited by
                                        #28

                                        Peter Adam wrote:

                                        And how much do you pay out from those hundreds of thousand dollars to those clients who lost everything using your service because a timing issue existed in your system unpatched?

                                        This has nothing to do with the point of allowing a known defect (unmanaged server reboot) into a business process.

                                        1 Reply Last reply
                                        0
                                        • J Jeremy Falcon

                                          Let's say I'm crazy enough to install Windows Server 2016 to host an app I want to keep going in the cloud 24/7. There's no way to stop this thing from magically rebooting willy nilly outside of setting the normal business hours or whatnot... but say when not in that timeframe, Windows will up and just restart la la la without a care to the wind for a *server* app? Did I miss the memo where MS started smoking crack?

                                          Jeremy Falcon

                                          P Offline
                                          P Offline
                                          Paul Horstink
                                          wrote on last edited by
                                          #29

                                          I don't get how you want to 'keep going 24/7' and have this running on a single server and not in a cluster (in VM's on a Nano Server or something...)

                                          J 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