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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    42.3m
    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.
    • GreyG
      Grey
      last edited by

      Fixing this:
      http://i.imgur.com/Qxenicj.png
      In case anyone is wondering how, here are the steps I use:

      • Do:
        Net stop wsusservice
        IISReset /Stop
        IISReset /Start
        Net start wsusservice
      • Then (if that fails):
        C:\Program Files\Update Services\Tools>WsusUtil.exe postinstall

      Also, you can check the application pool for wsus and increase memory if you have a lot of clients. Details: https://www.404techsupport.com/2016/03/21/iis-wsus-private-memory/

      Also, while writing this, I fixed the reset server node error and my wsus is running fine now.

      dbeatoD 1 Reply Last reply Reply Quote 3
      • dbeatoD
        dbeato @Grey
        last edited by

        @Grey said in What Are You Doing Right Now:

        Fixing this:
        http://i.imgur.com/Qxenicj.png
        In case anyone is wondering how, here are the steps I use:

        • Do:
          Net stop wsusservice
          IISReset /Stop
          IISReset /Start
          Net start wsusservice
        • Then (if that fails):
          C:\Program Files\Update Services\Tools>WsusUtil.exe postinstall

        Also, you can check the application pool for wsus and increase memory if you have a lot of clients. Details: https://www.404techsupport.com/2016/03/21/iis-wsus-private-memory/

        Also, while writing this, I fixed the reset server node error and my wsus is running fine now.

        Not fun 😛 It happens a lot for Server 2012 R2 and Server 2016 WSUS....

        GreyG 1 Reply Last reply Reply Quote 0
        • GreyG
          Grey @dbeato
          last edited by

          @dbeato said in What Are You Doing Right Now:

          @Grey said in What Are You Doing Right Now:

          Fixing this:
          http://i.imgur.com/Qxenicj.png
          In case anyone is wondering how, here are the steps I use:

          • Do:
            Net stop wsusservice
            IISReset /Stop
            IISReset /Start
            Net start wsusservice
          • Then (if that fails):
            C:\Program Files\Update Services\Tools>WsusUtil.exe postinstall

          Also, you can check the application pool for wsus and increase memory if you have a lot of clients. Details: https://www.404techsupport.com/2016/03/21/iis-wsus-private-memory/

          Also, while writing this, I fixed the reset server node error and my wsus is running fine now.

          Not fun 😛 It happens a lot for Server 2012 R2 and Server 2016 WSUS....

          It has to do with the database, as far as I can tell. There are several scripts out there for handling database cleanups, including one by Microsoft that's included with the application, and I've yet to find one that truly works perfectly.

          dbeatoD black3dynamiteB 2 Replies Last reply Reply Quote 1
          • dbeatoD
            dbeato @Grey
            last edited by

            @Grey Yes, I usually use AdamJ's WSUS Cleaner script with powershell.

            GreyG 1 Reply Last reply Reply Quote 1
            • GreyG
              Grey @dbeato
              last edited by

              @dbeato said in What Are You Doing Right Now:

              @Grey Yes, I usually use AdamJ's WSUS Cleaner script with powershell.

              I've been using that one, too. It's not great. It consistently throws errors and over-use tends to bork the database, requiring the postinstall option to get things rolling again.

              1 Reply Last reply Reply Quote 1
              • jt1001001J
                jt1001001 @EddieJennings
                last edited by

                @EddieJennings Definitely document your experience with leaving them. Our contract is up Feb 2018 and Myself, our COO and our carrier services guy all want to leave them and port our numbers (and we have a LOT of numbers) out from them

                1 Reply Last reply Reply Quote 2
                • black3dynamiteB
                  black3dynamite @Grey
                  last edited by black3dynamite

                  @Grey said in What Are You Doing Right Now:

                  @dbeato said in What Are You Doing Right Now:

                  @Grey said in What Are You Doing Right Now:

                  Fixing this:
                  http://i.imgur.com/Qxenicj.png
                  In case anyone is wondering how, here are the steps I use:

                  • Do:
                    Net stop wsusservice
                    IISReset /Stop
                    IISReset /Start
                    Net start wsusservice
                  • Then (if that fails):
                    C:\Program Files\Update Services\Tools>WsusUtil.exe postinstall

                  Also, you can check the application pool for wsus and increase memory if you have a lot of clients. Details: https://www.404techsupport.com/2016/03/21/iis-wsus-private-memory/

                  Also, while writing this, I fixed the reset server node error and my wsus is running fine now.

                  Not fun 😛 It happens a lot for Server 2012 R2 and Server 2016 WSUS....

                  It has to do with the database, as far as I can tell. There are several scripts out there for handling database cleanups, including one by Microsoft that's included with the application, and I've yet to find one that truly works perfectly.

                  Happens all the time with WID Database or SQL Server Express/Standard?
                  Because I wonder if using SQL Server would work better?

                  GreyG dbeatoD 2 Replies Last reply Reply Quote 0
                  • GreyG
                    Grey @black3dynamite
                    last edited by

                    @black3dynamite said in What Are You Doing Right Now:

                    @Grey said in What Are You Doing Right Now:

                    @dbeato said in What Are You Doing Right Now:

                    @Grey said in What Are You Doing Right Now:

                    Fixing this:
                    http://i.imgur.com/Qxenicj.png
                    In case anyone is wondering how, here are the steps I use:

                    • Do:
                      Net stop wsusservice
                      IISReset /Stop
                      IISReset /Start
                      Net start wsusservice
                    • Then (if that fails):
                      C:\Program Files\Update Services\Tools>WsusUtil.exe postinstall

                    Also, you can check the application pool for wsus and increase memory if you have a lot of clients. Details: https://www.404techsupport.com/2016/03/21/iis-wsus-private-memory/

                    Also, while writing this, I fixed the reset server node error and my wsus is running fine now.

                    Not fun 😛 It happens a lot for Server 2012 R2 and Server 2016 WSUS....

                    It has to do with the database, as far as I can tell. There are several scripts out there for handling database cleanups, including one by Microsoft that's included with the application, and I've yet to find one that truly works perfectly.

                    Happens all the time with WID Database or SQL Server Express/Standard?
                    Because I wonder if using SQL Server would work better?

                    If you're willing to license a full SQL server for WSUS, then you'd probably be best off spending the money on a 3rd party solution, like ManageEngine, to handle patching.

                    black3dynamiteB 1 Reply Last reply Reply Quote 2
                    • black3dynamiteB
                      black3dynamite
                      last edited by

                      Dealing with another water leak again at work. This will be the second time in one year.

                      GreyG 1 Reply Last reply Reply Quote 0
                      • GreyG
                        Grey @black3dynamite
                        last edited by

                        @black3dynamite said in What Are You Doing Right Now:

                        Dealing with another water leak again at work. This will be the second time in one year.

                        Is it in your server room?

                        black3dynamiteB 1 Reply Last reply Reply Quote 1
                        • dbeatoD
                          dbeato @black3dynamite
                          last edited by

                          @black3dynamite WID is a SQL Database too, that is why the PowerSHell scripts to cleanup usually use SQLCMD command as well.

                          black3dynamiteB 1 Reply Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite @Grey
                            last edited by

                            @Grey said in What Are You Doing Right Now:

                            @black3dynamite said in What Are You Doing Right Now:

                            @Grey said in What Are You Doing Right Now:

                            @dbeato said in What Are You Doing Right Now:

                            @Grey said in What Are You Doing Right Now:

                            Fixing this:
                            http://i.imgur.com/Qxenicj.png
                            In case anyone is wondering how, here are the steps I use:

                            • Do:
                              Net stop wsusservice
                              IISReset /Stop
                              IISReset /Start
                              Net start wsusservice
                            • Then (if that fails):
                              C:\Program Files\Update Services\Tools>WsusUtil.exe postinstall

                            Also, you can check the application pool for wsus and increase memory if you have a lot of clients. Details: https://www.404techsupport.com/2016/03/21/iis-wsus-private-memory/

                            Also, while writing this, I fixed the reset server node error and my wsus is running fine now.

                            Not fun 😛 It happens a lot for Server 2012 R2 and Server 2016 WSUS....

                            It has to do with the database, as far as I can tell. There are several scripts out there for handling database cleanups, including one by Microsoft that's included with the application, and I've yet to find one that truly works perfectly.

                            Happens all the time with WID Database or SQL Server Express/Standard?
                            Because I wonder if using SQL Server would work better?

                            If you're willing to license a full SQL server for WSUS, then you'd probably be best off spending the money on a 3rd party solution, like ManageEngine, to handle patching.

                            Using SQL Server Express will not work has an replacement of WID?

                            1 Reply Last reply Reply Quote 0
                            • black3dynamiteB
                              black3dynamite @dbeato
                              last edited by

                              @dbeato said in What Are You Doing Right Now:

                              @black3dynamite WID is a SQL Database too, that is why the PowerSHell scripts to cleanup usually use SQLCMD command as well.

                              But isn't it a limited embedded version of SQL?

                              dbeatoD 1 Reply Last reply Reply Quote 0
                              • black3dynamiteB
                                black3dynamite @Grey
                                last edited by

                                @Grey said in What Are You Doing Right Now:

                                @black3dynamite said in What Are You Doing Right Now:

                                Dealing with another water leak again at work. This will be the second time in one year.

                                Is it in your server room?

                                Its in some of the classrooms and conference room.

                                1 Reply Last reply Reply Quote 0
                                • dbeatoD
                                  dbeato @black3dynamite
                                  last edited by

                                  @black3dynamite Yes, it is.

                                  1 Reply Last reply Reply Quote 0
                                  • EddieJenningsE
                                    EddieJennings
                                    last edited by EddieJennings

                                    Bah. Vultr is out of the $2.50 instances for Atlanta 😞

                                    scottalanmillerS black3dynamiteB 2 Replies Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @EddieJennings
                                      last edited by

                                      @EddieJennings said in What Are You Doing Right Now:

                                      Bah. Vultr is out of the $2.50 instances for Atlanta 😞

                                      Those are very hard to come by in any datacenter.

                                      EddieJenningsE 1 Reply Last reply Reply Quote 0
                                      • EddieJenningsE
                                        EddieJennings @scottalanmiller
                                        last edited by

                                        @scottalanmiller Miami has some.

                                        dbeatoD jt1001001J 2 Replies Last reply Reply Quote 0
                                        • dbeatoD
                                          dbeato @EddieJennings
                                          last edited by

                                          @EddieJennings NY/NJ had some last time I checked.

                                          1 Reply Last reply Reply Quote 0
                                          • black3dynamiteB
                                            black3dynamite @EddieJennings
                                            last edited by

                                            @EddieJennings said in What Are You Doing Right Now:

                                            Bah. Vultr is out of the $2.50 instances for Atlanta 😞

                                            $5 or $10 instances not bad.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 2126
                                            • 2127
                                            • 2128
                                            • 2129
                                            • 2130
                                            • 4443
                                            • 4444
                                            • 2128 / 4444
                                            • First post
                                              Last post