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

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 43.1m 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.
    • NerdyDadN
      NerdyDad @gjacobse
      last edited by

      @gjacobse said in What Are You Doing Right Now:

      @JaredBusch said in What Are You Doing Right Now:

      Packing the car to take the wife and kids to the airport.

      May they have a safe and quick flight.

      Prayers for safe travels.

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

        Found this doing some cleaning - Forgot I had it.

        khbcomp.jpg
        (The one on the left)

        Thinking of ordering a single roll of film.. which is only $14.00

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

          @gjacobse said in What Are You Doing Right Now:

          Found this doing some cleaning - Forgot I had it.

          khbcomp.jpg
          (The one on the left)

          Thinking of ordering a single roll of film.. which is only $14.00

          Only.. . or in modern terms $2.50 for 1/16th GB of storage.

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

            Looking at expanding the ephemeral port range for our production web server.

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

              @EddieJennings said in What Are You Doing Right Now:

              Looking at expanding the ephemeral port range for our production web server.

              How does one do that? I mean... you can cut into the non-ephemeral range by a few. But that's risky, weird and gets you essentially nothing. You are really out of ports?

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

                @scottalanmiller said in What Are You Doing Right Now:

                @EddieJennings said in What Are You Doing Right Now:

                Looking at expanding the ephemeral port range for our production web server.

                How does one do that? I mean... you can cut into the non-ephemeral range by a few. But that's risky, weird and gets you essentially nothing. You are really out of ports?

                https://technet.microsoft.com/en-us/library/cc735929(v=ws.10).aspx

                This is what we've been trying to troubleshoot for a week and determine what's going on. The other alternative is to reduce the Time_Wait from the default of 240 seconds.

                scottalanmillerS 1 Reply Last reply Reply Quote 0
                • hobbit666H
                  hobbit666
                  last edited by

                  Playing with policies on a Watchguard

                  1 Reply Last reply Reply Quote 0
                  • hobbit666H
                    hobbit666
                    last edited by

                    And trying not to fall asleep right now

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

                      @scottalanmiller Since these ports are being used for as source ports for outbound connections, where is the risk with making more ports available?

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

                        @EddieJennings said in What Are You Doing Right Now:

                        @scottalanmiller Since these ports are being used for as source ports for outbound connections, where is the risk with making more ports available?

                        The risk isn't huge, but the value is also... zero? Where do you plan to get more ports FROM?

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

                          @EddieJennings said in What Are You Doing Right Now:

                          This is what we've been trying to troubleshoot for a week and determine what's going on. The other alternative is to reduce the Time_Wait from the default of 240 seconds.

                          So several questions...

                          • Why do you have production web on Windows? Not that this is an / the issue, but... why?
                          • This is likely an application coding problem. This isn't something normally encountered by even the busiest websites.
                          • Are you properly reversed proxied? This isn't a problem you expect to see today.
                          • The logical alternative that everyone else does is increasing the size of the web farm.
                          EddieJenningsE 1 Reply Last reply Reply Quote 0
                          • EddieJenningsE
                            EddieJennings @scottalanmiller
                            last edited by

                            @scottalanmiller By default Server 2012R2 uses 49,152 - 65,535. I could expand the range to 40,000 - 65,535.

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • RojoLocoR
                              RojoLoco
                              last edited by

                              Trying to resist the urge to smash a user's phone (or the user) with a hammer. He claims that the ringer volume doesn't work, and I asked him why he didn't just get a new phone (again, this happens at least twice a week). I sincerely hope he saw the anger, hatred, and frustration in my eyes, one of which was twitching from having to listen to his <long string of expletives deleted> stupid ass ring tone. He also has a laptop that makes windows sounds (I'd much rather be stabbed in the eye repeatedly with a rusty fish scaler than hear those crappy, over-digitized, horrible windows sounds).

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

                                @EddieJennings said in What Are You Doing Right Now:

                                @scottalanmiller By default Server 2012R2 uses 49,152 - 65,535. I could expand the range to 40,000 - 65,535.

                                Oh, that's weird. Yes, you can expand that for sure. That's still a lot to use, but you can grow quite a lot.

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

                                  @scottalanmiller said in What Are You Doing Right Now:

                                  • Why do you have production web on Windows? Not that this is an / the issue, but... why?
                                  • This is likely an application coding problem. This isn't something normally encountered by even the busiest websites.
                                  • Are you properly reversed proxied? This isn't a problem you expect to see today.
                                  • The logical alternative that everyone else does is increasing the size of the web farm.
                                  1. Environment is the way it's been forever (20+ years): The basic evolution, as I understand it, was an Access database that was eventually turned into an ASP.net site with SQL Server database (yes, I do know it's possible to use asp.net on Apache/Nginx).

                                  2. I'm 100% sure it's a coding problem; however, right now, making either of these alterations would be a way to mitigate the problem until the code can be fixed.

                                  3. No reverse-proxy exists. From what I've been able to gather, the issue is with port exhaustion talking to either (or all) our SQL server, REDIS server, or SMTP server. From what little I know of how a reverse proxy functions, I'm not sure how that helps.

                                  4. I assume that means making more web servers for load balancing, yes?

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

                                    @EddieJennings said in What Are You Doing Right Now:

                                    1. I assume that means making more web servers for load balancing, yes?

                                    Correct

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

                                      @EddieJennings said in What Are You Doing Right Now:

                                      From what I've been able to gather, the issue is with port exhaustion talking to either (or all) our SQL server, REDIS server, or SMTP server.

                                      Are these all external systems (different servers?) Normally SQL Server just needs a few ports, same with REDIS. SMTP might use a few but, how many emails can you send?

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

                                        @scottalanmiller said in What Are You Doing Right Now:

                                        @EddieJennings said in What Are You Doing Right Now:

                                        From what I've been able to gather, the issue is with port exhaustion talking to either (or all) our SQL server, REDIS server, or SMTP server.

                                        Are these all external systems (different servers?) Normally SQL Server just needs a few ports, same with REDIS. SMTP might use a few but, how many emails can you send?

                                        I think the question is "how many emails can't we send?" 😛 We live and die by E-mail.

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

                                          @EddieJennings said in What Are You Doing Right Now:

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          @EddieJennings said in What Are You Doing Right Now:

                                          From what I've been able to gather, the issue is with port exhaustion talking to either (or all) our SQL server, REDIS server, or SMTP server.

                                          Are these all external systems (different servers?) Normally SQL Server just needs a few ports, same with REDIS. SMTP might use a few but, how many emails can you send?

                                          I think the question is "how many emails can't we send?" 😛 We live and die by E-mail.

                                          But... 2,500 per minute?

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

                                            @scottalanmiller I don't know the answer to the question, but it's not 2500. Doing some quick math from looking at SendGrid we averaged 45 E-mails / minute (65k were sent yesterday).

                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 4443
                                            • 4444
                                            • 1 / 4444
                                            • First post
                                              Last post