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

    Virtualization when there is only one VM?

    IT Discussion
    11
    72
    3.5k
    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.
    • IRJI
      IRJ @Fredtx
      last edited by

      @Fredtx said in Virtualization when there is only one VM?:

      Although I don't disagree with choosing virtualization over physical install, but what about small Dental or Medical practices who have a local DB where their practice management software resides? I'm guessing clients like that would just require additional training on how to login their hypervisor and into their vm? There's cases where they need to remote software support in their DB for software related issues?

      Always virtualize.

      I see no reason they need to login to their hypervisor or DB. I could see opening up RDP to allow them to issue reboot or something. I would want them to be familiar with SQL Management Studio at all, though. lol

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

        @DustinB3403 said in Virtualization when there is only one VM?:

        @Fredtx said in Virtualization when there is only one VM?:

        Although I don't disagree with choosing virtualization over physical install, but what about small Dental or Medical practices who have a local DB where their practice management software resides? I'm guessing clients like that would just require additional training on how to login their hypervisor and into their vm? There's cases where they need to remote software support in their DB for software related issues?

        You'd still virtualize, the administrative process is no different from the VM perspective compared to a physical install. Use RDP or whatever remote administrative tool you needed.

        The problem @Fredtx is more likely to run into is small offices that are USING the server as a workstation as well as the server. Hyper-V and ESXi don't allow for local access to the VMs via GUI (that I know of). I think you can get there with KVM, as long as the management OS of KVM has a GUI on it. Not sure about anything else.

        All that said - forcing the server to become more or less headless is a good thing in my mind. As Dustin mentions - using RDP or ScreenConnect or MeshCentral to manage the server remotely is likely the best option.

        scottalanmillerS 1 Reply Last reply Reply Quote 1
        • FredtxF
          Fredtx
          last edited by

          Yes, adding RDP would be the way to go. There will be additional overheard and point of failures on how to login their OS such as RDP not working, the server not being on the network, or the workstation they use to access to the server via RDP not being on the network (unless you put RDP on all workstations). On a physical server point of failures would be be if their monitor or peripheral are not working. Just looking at the pros and cons here.

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

            RDP is a protocol, one that every system offers at a free level. Turning it on, and using it for solely administrative purposes (from an MS) perspective is without a doubt fine*.

            As @Dashrender mentioned, trying to use the server console as a desktop would be a no-go (unless licensed). But the overall functionality and access portions are easy to setup and maintain.

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

              @Fredtx said in Virtualization when there is only one VM?:

              Yes, adding RDP would be the way to go. There will be additional overheard and point of failures on how to login their OS such as RDP not working, the server not being on the network, or the workstation they use to access to the server via RDP not being on the network (unless you put RDP on all workstations). On a physical server point of failures would be be if their monitor or peripheral are not working. Just looking at the pros and cons here.

              If it's off the network - you have bigger issues - and you'll likely be able to use the console to resolve them, but I would expect the DDS to do that - they'd call you in for that.

              1 Reply Last reply Reply Quote 0
              • FredtxF
                Fredtx
                last edited by Fredtx

                Understood. These are the type of customers I see quite a bit. One's where the doctor has an on-premise physical server and had done that for years, even back in the 80's. I was looking at it from a different point of view if I was an IT consultant, would it be a good idea to implement virtualization for these type of customers with only 1 server in small practices. Or would it come around and bite me in the tail when they start having issues just logging in their server. They'll of course blame me and say, "This was never a problem before".

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

                  Are you introducing a new complexity? of course, does it have value? Yes it does. Does the value outweigh the complexity? That's a case by case situation.

                  If the customer is more apt to want to be involved in the repair situation, then having it virtualized will likely be very problematic, and you'll likely end up not going that route.

                  I have a customer that moved from a non-virtualized server to a virtualized one - and in my case the customer NEVER looks at the server. That's 100% my domain. So in their case, doing virtualization was easy with no drawbacks.

                  FredtxF J 2 Replies Last reply Reply Quote 1
                  • DashrenderD
                    Dashrender
                    last edited by

                    another advantage to being virtualized is remote access to the boot level of the VM. If you don't have iLo or iDrac on the server, you can't see the host system bootup, but with a hypervisor, that's rarely where the problem is. By virtualizing, you gain access to the boot level of the VM without the expense of iLo.

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

                      @JasGot said in Virtualization when there is only one VM?:

                      As I understand it, one might choose to visualize their server OS even if it is going to be the only OS running on the hardware.

                      Absolutely. Consolidation is in no way the primary reason for "always virtualize", so lacking consolidation should not alter the decision.

                      https://smbitjournal.com/2015/04/virtualizing-even-a-single-server/

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

                        @IRJ said in Virtualization when there is only one VM?:

                        The OP is just confusing to me. Why would be want to buy a dedicated server to run one VM?

                        This is extremely common in the SMB. We do it all of the time.

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

                          @IRJ said in Virtualization when there is only one VM?:

                          I mean if you are talking about one server, I would just throw it on the cloud, schedule snapshots, sync file level backups with s3/blob storage and call it a day.

                          Yeah, but we are talking real world. Not theory. Hosted (not cloud) isn't applicable to a giant percentage of actual companies. And building a cloud for a single VM would be even more work and zero benefit.

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

                            @Fredtx said in Virtualization when there is only one VM?:

                            Although I don't disagree with choosing virtualization over physical install, but what about small Dental or Medical practices who have a local DB where their practice management software resides? I'm guessing clients like that would just require additional training on how to login their hypervisor and into their vm? There's cases where they need to remote software support in their DB for software related issues?

                            We do this specific case almost daily. Depending on the hypervisor, there is no training whatsoever. And depending on how they access traditionally, there might be zero training. Anyone using a server properly will never know the difference.

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

                              @scottalanmiller said in Virtualization when there is only one VM?:

                              @IRJ said in Virtualization when there is only one VM?:

                              I mean if you are talking about one server, I would just throw it on the cloud, schedule snapshots, sync file level backups with s3/blob storage and call it a day.

                              Yeah, but we are talking real world. Not theory. Hosted (not cloud) isn't applicable to a giant percentage of actual companies. And building a cloud for a single VM would be even more work and zero benefit.

                              I'm sure he really meant - throw it in a VPS in something like Azure/AWS (assuming Windows) or Vultr (assuming non Windows).

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

                                @Dashrender said in Virtualization when there is only one VM?:

                                @DustinB3403 said in Virtualization when there is only one VM?:

                                @Fredtx said in Virtualization when there is only one VM?:

                                Although I don't disagree with choosing virtualization over physical install, but what about small Dental or Medical practices who have a local DB where their practice management software resides? I'm guessing clients like that would just require additional training on how to login their hypervisor and into their vm? There's cases where they need to remote software support in their DB for software related issues?

                                You'd still virtualize, the administrative process is no different from the VM perspective compared to a physical install. Use RDP or whatever remote administrative tool you needed.

                                The problem @Fredtx is more likely to run into is small offices that are USING the server as a workstation as well as the server. Hyper-V and ESXi don't allow for local access to the VMs via GUI (that I know of). I think you can get there with KVM, as long as the management OS of KVM has a GUI on it. Not sure about anything else.

                                All that said - forcing the server to become more or less headless is a good thing in my mind. As Dustin mentions - using RDP or ScreenConnect or MeshCentral to manage the server remotely is likely the best option.

                                Yup, we get this problem, a lot, in medical.

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

                                  @scottalanmiller said in Virtualization when there is only one VM?:

                                  @Fredtx said in Virtualization when there is only one VM?:

                                  Although I don't disagree with choosing virtualization over physical install, but what about small Dental or Medical practices who have a local DB where their practice management software resides? I'm guessing clients like that would just require additional training on how to login their hypervisor and into their vm? There's cases where they need to remote software support in their DB for software related issues?

                                  We do this specific case almost daily. Depending on the hypervisor, there is no training whatsoever. And depending on how they access traditionally, there might be zero training. Anyone using a server properly will never know the difference.

                                  That's just it - MANY of those smbs are not using servers properly - they are using the server as a workstation.

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

                                    @Dashrender said in Virtualization when there is only one VM?:

                                    @scottalanmiller said in Virtualization when there is only one VM?:

                                    @IRJ said in Virtualization when there is only one VM?:

                                    I mean if you are talking about one server, I would just throw it on the cloud, schedule snapshots, sync file level backups with s3/blob storage and call it a day.

                                    Yeah, but we are talking real world. Not theory. Hosted (not cloud) isn't applicable to a giant percentage of actual companies. And building a cloud for a single VM would be even more work and zero benefit.

                                    I'm sure he really meant - throw it in a VPS in something like Azure/AWS (assuming Windows) or Vultr (assuming non Windows).

                                    Yes, but hosted is never, ever a "just do this" option. How do you do that for people on fractional T1s, with crazy high latency, unreliable Internet? The assumption that you need a server but don't need to be able to access it seems odd.

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

                                      @scottalanmiller said in Virtualization when there is only one VM?:

                                      @Dashrender said in Virtualization when there is only one VM?:

                                      @scottalanmiller said in Virtualization when there is only one VM?:

                                      @IRJ said in Virtualization when there is only one VM?:

                                      I mean if you are talking about one server, I would just throw it on the cloud, schedule snapshots, sync file level backups with s3/blob storage and call it a day.

                                      Yeah, but we are talking real world. Not theory. Hosted (not cloud) isn't applicable to a giant percentage of actual companies. And building a cloud for a single VM would be even more work and zero benefit.

                                      I'm sure he really meant - throw it in a VPS in something like Azure/AWS (assuming Windows) or Vultr (assuming non Windows).

                                      Yes, but hosted is never, ever a "just do this" option. How do you do that for people on fractional T1s, with crazy high latency, unreliable Internet? The assumption that you need a server but don't need to be able to access it seems odd.

                                      Oh - I know - and have been fully waiting for you to come in here and say exactly that to him.... I was surprised you didn't in your original reply to him.

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

                                        @Dashrender said in Virtualization when there is only one VM?:

                                        @scottalanmiller said in Virtualization when there is only one VM?:

                                        @Dashrender said in Virtualization when there is only one VM?:

                                        @scottalanmiller said in Virtualization when there is only one VM?:

                                        @IRJ said in Virtualization when there is only one VM?:

                                        I mean if you are talking about one server, I would just throw it on the cloud, schedule snapshots, sync file level backups with s3/blob storage and call it a day.

                                        Yeah, but we are talking real world. Not theory. Hosted (not cloud) isn't applicable to a giant percentage of actual companies. And building a cloud for a single VM would be even more work and zero benefit.

                                        I'm sure he really meant - throw it in a VPS in something like Azure/AWS (assuming Windows) or Vultr (assuming non Windows).

                                        Yes, but hosted is never, ever a "just do this" option. How do you do that for people on fractional T1s, with crazy high latency, unreliable Internet? The assumption that you need a server but don't need to be able to access it seems odd.

                                        Oh - I know - and have been fully waiting for you to come in here and say exactly that to him.... I was surprised you didn't in your original reply to him.

                                        I did, BEFORE I mentioned the alternative option. I said hosting wasn't an option, but that's so obvious that I addressed what was actually said, which was cloud.

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

                                          @Dashrender said in Virtualization when there is only one VM?:

                                          another advantage to being virtualized is remote access to the boot level of the VM. If you don't have iLo or iDrac on the server, you can't see the host system bootup, but with a hypervisor, that's rarely where the problem is. By virtualizing, you gain access to the boot level of the VM without the expense of iLo.

                                          This helps a lot.

                                          1 Reply Last reply Reply Quote 0
                                          • FredtxF
                                            Fredtx @Dashrender
                                            last edited by

                                            @Dashrender said in Virtualization when there is only one VM?:

                                            Are you introducing a new complexity? of course, does it have value? Yes it does. Does the value outweigh the complexity? That's a case by case situation.

                                            If the customer is more apt to want to be involved in the repair situation, then having it virtualized will likely be very problematic, and you'll likely end up not going that route.

                                            I have a customer that moved from a non-virtualized server to a virtualized one - and in my case the customer NEVER looks at the server. That's 100% my domain. So in their case, doing virtualization was easy with no drawbacks.

                                            Yea, the company I work for started implementing virtualization for these type of Dental/Medical customers and I've seen some drawbacks. I guess me working with these escalated customers who are threatening to sue our company kind of traumatized me. lol.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 4 / 4
                                            • First post
                                              Last post