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

    Help choosing replacement Hyper-V host machines and connected storage

    Scheduled Pinned Locked Moved IT Discussion
    storagevirtualizationhyper-v
    183 Posts 17 Posters 106.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.
    • DashrenderD
      Dashrender
      last edited by

      So NTG has both the DPACK installers and the decryption software, so no need to talk to Dell at all?
      @Minion-Queen ?

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • Deleted74295D
        Deleted74295 Banned @scottalanmiller
        last edited by

        @scottalanmiller said:

        @Dashrender said:

        Nope, it's provided by Dell (and prehaps other vendors)

        Dell internal app. Only Dell can provide it and only Dell can decrypt the output.

        Seems some people have cracked it.
        https://www.freelancer.co.uk/projects/C-Programming/Decode-the-Dell-dpack-file/

        DashrenderD scottalanmillerS 2 Replies Last reply Reply Quote 0
        • DashrenderD
          Dashrender @Deleted74295
          last edited by

          @Breffni-Potter said:

          @scottalanmiller said:

          @Dashrender said:

          Nope, it's provided by Dell (and prehaps other vendors)

          Dell internal app. Only Dell can provide it and only Dell can decrypt the output.

          Seems some people have cracked it.
          https://www.freelancer.co.uk/projects/C-Programming/Decode-the-Dell-dpack-file/

          Interesting.. I wonder if the solution is for sale or going to be publicly posted?

          Deleted74295D scottalanmillerS 2 Replies Last reply Reply Quote 0
          • Deleted74295D
            Deleted74295 Banned @Dashrender
            last edited by

            @Dashrender said:

            Interesting.. I wonder if the solution is for sale or going to be publicly posted?

            Pretty sure Dell's T&Cs prohibit selling the solution and their lawyers will come after anyone who tries it.

            Now, if the soloution just ended up being distributed outside the control of anyone one individual, they would have a hard time. DPACK is a major tool in their sales arsenal for products. Maybe the engineering guys will re-write DPACK to counter it.

            DashrenderD 1 Reply Last reply Reply Quote 1
            • DashrenderD
              Dashrender @Deleted74295
              last edited by

              @Breffni-Potter said:

              Maybe the engineering guys will re-write DPACK to counter it.

              That's just a never ending battle.

              1 Reply Last reply Reply Quote 0
              • Deleted74295D
                Deleted74295 Banned
                last edited by scottalanmiller

                As the software and video game industries have learned, you cannot copy protect your software, ever. It's a never ending game of whack-a-mole.

                Apparently, this is all he had to do. Little bit of PHP.

                <?php
                
                $contents = file_get_contents("7daycapturePPP2.iokit");
                
                $newlines = 0;
                for($i = 0; $i < strlen($contents); $i++)
                {
                   if( ord($contents[$i]) == 10) {
                      $newlines++;
                      if($newlines == 2) {
                        $original_header = substr($contents, 0, $i + 1);
                        $contents = substr_replace($contents, "", 0, $i + 1);
                        break;
                      }
                   }
                }
                echo $original_header;
                echo zlib_decode($contents);
                ?>
                
                DashrenderD 1 Reply Last reply Reply Quote 1
                • DashrenderD
                  Dashrender @Deleted74295
                  last edited by

                  @Breffni-Potter said:

                  As the software and video game industries have learned, you cannot copy protect your software, ever. It's a never ending game of whack-a-mole.

                  Apparently, this is all he had to do. Little bit of PHP.

                  <?php

                  $contents = file_get_contents("7daycapturePPP2.iokit");

                  $newlines = 0;
                  for($i = 0; $i < strlen($contents); $i++)
                  {
                  if( ord($contents[$i]) == 10) {
                  $newlines++;
                  if($newlines == 2) {
                  $original_header = substr($contents, 0, $i + 1);
                  $contents = substr_replace($contents, "", 0, $i + 1);
                  break;
                  }
                  }
                  }
                  echo $original_header;
                  echo zlib_decode($contents);
                  ?>

                  LOL, did you just ask him and he gave you the info?

                  1 Reply Last reply Reply Quote 0
                  • Deleted74295D
                    Deleted74295 Banned
                    last edited by

                    Pretty much!

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

                      @Dashrender said:

                      So NTG has both the DPACK installers and the decryption software, so no need to talk to Dell at all?
                      @Minion-Queen ?

                      No, you always have to "get the DPACK tool" from Dell. And Dell always has to physical decrypt it. But you get to choose if a 3-2-1 capacity planner sales person provides you with the results or if an NTG engineer does. In one case the results are presented as just capacity numbers for scaling your nodes and SAN. In the other it is a generic assessment that will help to look at broad needs including architecture and system design.

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

                        @Breffni-Potter said:

                        @scottalanmiller said:

                        @Dashrender said:

                        Nope, it's provided by Dell (and prehaps other vendors)

                        Dell internal app. Only Dell can provide it and only Dell can decrypt the output.

                        Seems some people have cracked it.
                        https://www.freelancer.co.uk/projects/C-Programming/Decode-the-Dell-dpack-file/

                        I'm not surprised. I doubt Dell goes to great lengths to lock it down.

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

                          @Dashrender said:

                          @Breffni-Potter said:

                          @scottalanmiller said:

                          @Dashrender said:

                          Nope, it's provided by Dell (and prehaps other vendors)

                          Dell internal app. Only Dell can provide it and only Dell can decrypt the output.

                          Seems some people have cracked it.
                          https://www.freelancer.co.uk/projects/C-Programming/Decode-the-Dell-dpack-file/

                          Interesting.. I wonder if the solution is for sale or going to be publicly posted?

                          Not if that guy is based in the UK. And why would someone pay for it if Dell provides the results for free?

                          DashrenderD 1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @scottalanmiller
                            last edited by

                            @scottalanmiller said:

                            Not if that guy is based in the UK. And why would someone pay for it if Dell provides the results for free?

                            I don't consider a sales pitch free, And I'm wondering since they went to the efforts of doing this free thing for you, will they put the high pressure on the sales pitch?

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

                              @Dashrender said:

                              @scottalanmiller said:

                              Not if that guy is based in the UK. And why would someone pay for it if Dell provides the results for free?

                              I don't consider a sales pitch free, And I'm wondering since they went to the efforts of doing this free thing for you, will they put the high pressure on the sales pitch?

                              That's a good point. My only counter to that is that.... nearly anyone willing to go through the effort of avoiding that sales pitch and using a solution like this to work around it likely will not be swayed by the sales pitch. Maybe I'm wrong, but I am guessing that that is true.

                              It is a pretty high pressure process, from what I am told.

                              J coliverC 2 Replies Last reply Reply Quote 1
                              • J
                                JohnFromSTL @scottalanmiller
                                last edited by

                                @scottalanmiller said:

                                @Dashrender said:

                                @scottalanmiller said:

                                Not if that guy is based in the UK. And why would someone pay for it if Dell provides the results for free?

                                I don't consider a sales pitch free, And I'm wondering since they went to the efforts of doing this free thing for you, will they put the high pressure on the sales pitch?

                                That's a good point. My only counter to that is that.... nearly anyone willing to go through the effort of avoiding that sales pitch and using a solution like this to work around it likely will not be swayed by the sales pitch. Maybe I'm wrong, but I am guessing that that is true.

                                It is a pretty high pressure process, from what I am told.

                                From my initial conversation with the Dell enterprise sales rep he intimated that "we may disagree on certain issues, but at the end of the day be able to work together to come up with the best solution that fits our needs".

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

                                  @JohnFromSTL said:

                                  @scottalanmiller said:

                                  @Dashrender said:

                                  @scottalanmiller said:

                                  Not if that guy is based in the UK. And why would someone pay for it if Dell provides the results for free?

                                  I don't consider a sales pitch free, And I'm wondering since they went to the efforts of doing this free thing for you, will they put the high pressure on the sales pitch?

                                  That's a good point. My only counter to that is that.... nearly anyone willing to go through the effort of avoiding that sales pitch and using a solution like this to work around it likely will not be swayed by the sales pitch. Maybe I'm wrong, but I am guessing that that is true.

                                  It is a pretty high pressure process, from what I am told.

                                  From my initial conversation with the Dell enterprise sales rep he intimated that "we may disagree on certain issues, but at the end of the day be able to work together to come up with the best solution that fits our needs".

                                  Sure, but in the real world we've talked to literally hundreds of companies that have gone through that process and not one reports ANY variation for the inverted pyramid of doom being shoved down their throats relentlessly even after they've shown that it would be costly and reckless to do so and in no way meets their needs. We've yet to have anyone report back that their rep had ever even asked for the necessary information to begin determining their needs either.

                                  If you want to go through this process and see if you can get a different result, feel free. But so far the reports are 100% that the IPOD is pushed as the only option even when clearly it is the worst one.

                                  J 1 Reply Last reply Reply Quote 2
                                  • coliverC
                                    coliver @scottalanmiller
                                    last edited by

                                    @scottalanmiller said:

                                    @Dashrender said:

                                    @scottalanmiller said:

                                    Not if that guy is based in the UK. And why would someone pay for it if Dell provides the results for free?

                                    I don't consider a sales pitch free, And I'm wondering since they went to the efforts of doing this free thing for you, will they put the high pressure on the sales pitch?

                                    That's a good point. My only counter to that is that.... nearly anyone willing to go through the effort of avoiding that sales pitch and using a solution like this to work around it likely will not be swayed by the sales pitch. Maybe I'm wrong, but I am guessing that that is true.

                                    It is a pretty high pressure process, from what I am told.

                                    It is insanely high pressure. Dell called me and when I told them "No" I got an intro call from CDW and a second vendor. They just happen to find my information and were pitching the same system the the Dell rep was... odd.

                                    They all recommended two cheap Dell servers and a low level SAN for a crazy price.

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

                                      That is universally the story that I have been told and what has been reported online. Every case, no exceptions.

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

                                        @JohnFromSTL said:

                                        From my initial conversation with the Dell enterprise sales rep he intimated that "we may disagree on certain issues, but at the end of the day be able to work together to come up with the best solution that fits our needs".

                                        The problem is... that could be true or it could be an example of how high pressure that they are: that they tell you that what they are doing is to find something that fits your needs. This is both what low pressure as well as high pressure would look like.

                                        Did they ask you your needs? The business needs, that is? Or are they only looking at capacity? If they don't do a huge amount of business investigation, why do they know what does or does not suite your needs?

                                        J 1 Reply Last reply Reply Quote 1
                                        • J
                                          JohnFromSTL @scottalanmiller
                                          last edited by

                                          @scottalanmiller said:

                                          @JohnFromSTL said:

                                          @scottalanmiller said:

                                          @Dashrender said:

                                          @scottalanmiller said:

                                          Not if that guy is based in the UK. And why would someone pay for it if Dell provides the results for free?

                                          I don't consider a sales pitch free, And I'm wondering since they went to the efforts of doing this free thing for you, will they put the high pressure on the sales pitch?

                                          That's a good point. My only counter to that is that.... nearly anyone willing to go through the effort of avoiding that sales pitch and using a solution like this to work around it likely will not be swayed by the sales pitch. Maybe I'm wrong, but I am guessing that that is true.

                                          It is a pretty high pressure process, from what I am told.

                                          From my initial conversation with the Dell enterprise sales rep he intimated that "we may disagree on certain issues, but at the end of the day be able to work together to come up with the best solution that fits our needs".

                                          Sure, but in the real world we've talked to literally hundreds of companies that have gone through that process and not one reports ANY variation for the inverted pyramid of doom being shoved down their throats relentlessly even after they've shown that it would be costly and reckless to do so and in no way meets their needs. We've yet to have anyone report back that their rep had ever even asked for the necessary information to begin determining their needs either.

                                          If you want to go through this process and see if you can get a different result, feel free. But so far the reports are 100% that the IPOD is pushed as the only option even when clearly it is the worst one.

                                          @scottalanmiller I must say that folks on this blog have gone out of their way to patiently help me understand the perils of IPOD. I am not even considering implementing this as a possible solution. My only reason for contacting Dell and obtaining DPACK access was to utilize their tools.

                                          Taking into consideration that DPACK revealed my IOPS are not very high, is the 730xd overkill OR is it still the best solution due to the large amount of usable storage I'd have available for my VMs?

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

                                            @JohnFromSTL said:

                                            Taking into consideration that DPACK revealed my IOPS are not very high, is the 730xd overkill OR is it still the best solution due to the large amount of usable storage I'd have available for my VMs?

                                            R720xd and R730xd have the same IOPS, or so close that it doesn't matter. It's CPU that varies between them.

                                            1 Reply Last reply Reply Quote 2
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 9
                                            • 10
                                            • 4 / 10
                                            • First post
                                              Last post