ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. scale
    3. Best
    • Profile
    • Following 0
    • Followers 4
    • Topics 189
    • Posts 309
    • Groups 0

    Posts

    Recent Best Controversial
    • Understanding Edge Computing

      edge.jpeg

      I blogged about edge computing briefly in November when we announced HC3 Edge but I wanted to return to that topic to provide more insight on the ins and outs of edge computing.

      Edge computing is a new terminology for a computing need that has been around for a long time. It is encompassing the commonly used remote office/branch office (ROBO) use cases but also includes many other types of remote, on-prem computing needs including:

      • point of sales locations
      • manufacturing facilities
      • vehicles (ships, trains, planes, etc)
      • medical facilities
      • IoT
      • and many others.

      Basically, edge computing is any computing that takes place outside your datacenter, away from your IT staff. Edge computing could involve only a few remote sites or it could be hundreds or thousands of sites, such as retail locations. Remote sites may be across town or around the world. Regardless of the distance, these sites will all have some of the same needs and requirements. Some of these requirements are:

      • Easy, rapid deployment

      For any remote sites, but particularly when there are dozens or hundreds of sites, you need a solution that can be deployed easily and rapidly. If it will take days or weeks to deploy at each site, it may not be viable.

      • High availability

      The solution must be resilient when it comes to hardware failures and other types of outages. You’ll want systems that can continue operating, for example, if a drive fails or if internet connectivity is lost. You want technology to enhance your operations, not slow them down or stop them.

      • Disaster recovery

      Your data is important and you need the ability to protect it should disaster strike. Loss of data at a single remote site can come at a very high cost to your business and operations. Make sure your solution has the ability to protect data to a DR site.

      • Ease of use

      It is unlikely that remote sites will have IT staff on-prem so the easier the systems are to use, the more the on-site staff can assist in managing the systems. When there are dozens or hundreds of sites, the more that can be done by on-site, non-IT staff, the easier the systems will be to manage.

      • Remote management

      With only non-IT staff on-prem at remote sites, trained IT pros will need to do some of the management tasks. Being able to do most, if not all, of these tasks remotely is critical not only because of the cost of travelling to these sites but also for minimizing downtime because of delayed response times due to travel.

      Edge Computing with Micro-Datacenters

      Micro-datacenters are a big part of fulfilling edge computing needs. Not all edge computing use cases are the same but it is common to need a number of server/application workloads per site. A micro-datacenter should encompass all of the requirements I listed above and it just so happens that hyperconverged infrastructure is a great fit for a micro-datacenter.

      With simplicity, scalability, and high availability being core concepts in hyperconverged infrastructure, it meets the edge computing profile, but not all hyperconverged solutions can actually scale down to fit the micro-datacenter model. This is largely because these solutions are designed around enterprise-scale architectures and are using storage architectures that are resource heavy and become even more inefficient as they scale down. The resource consumption of a virtual storage appliance, for example, can steal too many compute resources from hypervisor to efficiently run VMs in a smaller system.

      Why Not Cloud Computing?

      Cloud computing is great for many purposes and can be part of an edge computing plan. However, the key factors to think about with edge computing are performance and network connectivity.

      Remote sites will likely not have the same levels of network connectivity as the main office/datacenter. Also, the more widespread the remote sites are, the more likely that connectivity issues will affect sites. If remote sites are dependent on cloud computing to operate, then network outages or cloud outages will kill those operations.

      Some edge computing use cases have very specific performance requirements that are not always compatible with cloud computing performance capabilities. On-prem computing resources can provide more fine-tuned and reliable performance for these edge computing needs.

      An edge computing strategy may well include some cloud computing services but it will most certainly include on-prem compute resources like micro-datacenters.

      HC3 Edge

      Scale Computing announced HC3 Edge in 2017 to provide custom-sized hyperconverged infrastructure systems for micro-datacenter implementations. As one of the lowest cost and easiest to use infrastructure solutions in the market, Scale Computing has already been deployed in distributed enterprise environments which fall under the edge computing definition. HC3 Edge enhances the hyperconverged offering from Scale Computing to encompass systems sized specifically for the edge computing use cases of specific organizations.

      The HC3 HyperCore operations system is lightweight as is the storage architecture which allows efficient computing performance across a variety of micro-datacenter sizes and configurations. Partnering with hardware providers such as Lenovo, Dell, and Supermicro allows a variety of hardware options that can be right-sized for nearly any use case.

      HC3 Edge may be only one of many options for implementing a micro-datacenter but it excels particularly in rapid deployment, high availability, ease-of-use, scalability, and remote management.

      Summary

      Edge Computing is an IT infrastructure component that is getting a lot more attention as IT continues to grow and encompass every area of business and operation. With IoT on the rise, edge computing will continue to grow as an area of hardware and software solutions that can best meet the needs of these edge computing use cases.

      posted in Scale Legion scale scale hc3 edge computing
      scaleS
      scale
    • RE: Scale Computing General News

      Scale Teams Up with Unitrends to Drive Channel HC Sales from CRN

      Scale Computing's flagship HC3 hyper-converged platform is getting a shot in the arm with the addition of Unitrends disaster recovery and backup technology for both on-premises and in the cloud.

      "This partnership is really all about the channel and our commitment to showing partners how they can make money," said Jeff Ready, CEO and co-founder of Scale Computing, in an interview with CRN.

      "With our partnership with Google and our Cloudy Unity product, Unitrends does that granular backup and recovery on the cloud basis. If you already have Scale and Cloud Unity, you might be thinking, 'I've got applications running in the cloud on part of my Scale deployment, how do I back those up?' Unitrends is a very good solution for that,'" said Ready. "We're giving partners more tools for their tool chest."

      posted in Scale Legion
      scaleS
      scale
    • RE: Announcing the Scale Computing Store!

      Heading out for a night on the town but discovered that it is raining? Don't stay in, grab a Scale Computing Rebel Umbrella and face your rainy day fears. Stay stylish and dry the Scale way.

      11584810.jpg

      posted in Scale Legion
      scaleS
      scale
    • RE: Announcing the Scale Computing Store!

      Got a barrel chest and want to show it off? Check out the Scale Rib Tank (for dogs.) Demonstrated here by Bruno.

      11594745.jpg

      posted in Scale Legion
      scaleS
      scale
    • Running Docker Containers in Scale HC3 VMs ... on Linux or Windows

      Let me begin by stating, I'm no docker / containers expert but we've been getting an increasing number of questions about containers on HC3, as well as an increasing number of customers actually using containers in production so I wanted to gather up some information, try some things out myself and begin a discussion here.

      For years, you have been able to run linux based containers (using docker and LXC) inside linux VM's running on HC3. Nothing really fancy and there are all sorts of guides on docker out there. But high level, on Centos7 for example - simply su "yum install docker" then su "docker run hello-world" to run your first container. So Linux based containers on Linux VMs running on HC3 - check!

      However, Microsoft recently introduced the ability to run Windows based containers (windows binaries) using Windows Containers feature in Windows Server 2016 and Windows 10. We've had a few people ask about it or try it inside windows VM's running on HC3 and have heard mixed results generally installation or the believe that nested virtualization (VTx) inside the VM was required. In my initial testing, I myself also saw mixed results but I believe I've "cracked the code" to running docker for windows images, on Windows VM's running on HC3.

      tl/dr: docker for windows needs the windows OS to have a virtual switch configured, which is a component of windows hyper-v role... if it's not installed it will try to install hyper-v ... appear to work but not really (and actually can pretty badly mess up windows so don't do this on production VMs! use snapshots, test, etc.) If you try to install hyper-v using the add roles / features wizard inside a HC3 VM - it will complain that the CPU isn't VM capable because we don't pass the VTx flags into the guest OS (by design). The workaround seems to be to install the Hyper-V role using DISM (which doesn't seem to check the CPU flags), then configure a virtual switch (using either powershell or Hyper-V manager GUI), THEN install docker for Windows (selecting the option prompted to use Windows Containers). I'll give some steps and screenshots below.

      So step one would be to install Hyper-V role and tools needed to configure the virtual switch ... ( I expect there is a single step command to install both in one step)

      n91k3dababmf.png

      z6hholqkcmsv.png

      Next step is to configure a virtual switch ... which I have done both using powershell and the Hyper-V manager

      lqyd0ivhcvk0.png

      At some point you also need to enable the windows Containers feature as well but it doesn't seem to matter when or how. I've done it using the gui roles / feature wizard, you could do it via powershell, if you skip it and install docker for windows, at some point it will ask you to install it as well. The powershell command would be: Enable-WindowsOptionalFeature -Online -FeatureName containers -All

      I don't know if it was required but I specifically selected to download and install from the Docker Edge Channel to get the latest features as of March 2018. At a point during the install I was asked whether I wanted to switch to use the built in Windows Container Support and I responded yes

      xbeysqfnb9uj.png

      After the install I was able to run the windows version of hello world and have also run the full microsoft/windowsservercore container with "powershell" command. I've also tried other windows based containers including SQL server 2016 ("docker search microsoft" is a good place to star

      8n2387qyv73k.png

      One capability available to windows containers on physical machines is instead of sharing the same base windows kernel, to launch a new kernel inside a hyper-v VM for greater isolation (also known as hyper-v containers.) Attempting to start a container with the --isolation=hyperv flag fails because that "level 2" VM can't be created using hyper-v.

      C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: container 0b2c3ccb877d0f250cb2a03c00a909838f998f01d65b03a031255927a9faa6d6 encountered an error during CreateContainer: failure in a Windows system call: No hypervisor is present on this system
      

      Trying to run Linux based docker containers on Windows also fails with various messages as expected.

      As always - would love to hear from HC3 users about their thoughts / plans / use or questions around containers in general (hint: there are at least a few different possible future features I see relating to running on HC3 I can see here that we will be monitoring the demand for from our customer base)

      posted in Scale Legion scale scale hc3 docker virtualization linux windows hyperconvergence hyperconverged
      scaleS
      scale
    • Scale: VM long term archival - Leveraging HC3 VM Export - NAS and Cloud Storage

      Many customers use the built in HC3 VM export to supplement their regular backup / restore / replication / DR strategies. For those not familiar, HC3 export takes a specified VM, running or shut off, takes a point in time snapshot of that VM, lets you specify a remote SMB file server share (currently must support SMB v1) and creates a fully independent copy of that VM snapshot on that share. The export will create a parent folder with the VM name. an XML file that contains all the configuration information about that VM such as number of vCPU's, RAM, nics, etc. and will create a qcow2 format virtual disk file for each virtual disk in that VM. Obviously there is a VM import function that uses all of that to reverse the process and recreate that VM and it's data from those fully independent export files. (also note that qcow2 is an open format that there are a variety of tools that can convert to and from qcow2 and other virtual disk formats)

      While the HC3 UI currently only allows exports to be submitted immediately (and remember they are done from a snapshot so it's fine to export a running VM), the ScaleCare support team can and will set up simple scheduling of VM exports for you using some "under the hood" tools, even giving you some control of which VM's are exported using "tags" you can add and remove in the HC3 UI and storing batch VM exports in a date stamped directory name structure on said SMB file share... hmm, guessing most of you can see where this is going. Well there are a lot of different directions you might go with this depending on your needs.

      Could these vm export files be considered an extra level of backup? sure! We have customers using monthly, weekly or even nightly scheduled exports as that.

      Could these exports be retained for long periods of time, even many years? Absolutely, and unlike just data backups or archives these are fully bootable VMs with not just the data but the right version of the OS and applications required to access and process that data.

      Where might you keep these export files? Well there is all sorts of deep and cheap budget NAS storage available, not to mention roll your own software solutions using commodity hardware if you want to go that route. I've heard of other customers using their "old" / retired production infrastructure (servers and storage) to house this export repository.

      Some other things I've personally played around with include storing exports on a Windows server VM with the built in file system de-duplication enabled. Obviously if you are storing lots of versions of the same VM and are able to deduplicate at a sub file level you could see very high deduplication rates.

      I've also played around with using cloud storage to achieve high capacity / off-site long term retention and will likely post more about some of these solutions in the future. From "file servers in the sky" to cloud storage gateway solutions available in the market, many that could run as virtual appliances right on your HC3 system. Further, there are all sorts of low level tools to simply copy files from ground to cloud where an admin could script some of that ... for example I've used azcopy . Although the AWS Cloud Storage Gateway only exposes storage as NFS and iSCSI, and is only released as a VMware VMDK or Hyper-V VHD, I have converted and run those virtual appliances on HC3 to provide a local gateway to AWS S3 cloud storage ... hopefully AWS will fully support a native KVM version soon since they are converting their whole EC2 cloud back end to use KVM as the hypervisor.

      I'm currently playing with a "preview" feature from Microsoft Azure called Azure File Sync that essentially provides "cloud tiering" to an on prem windows file server. So I do all my HC3 exports to that windows file share which in my case is running as a VM on HC3, those files then get immediately "synced" to an Azure cloud based file share so I get rapid off-site and off-cluster protection but as those files get older and I start to fill my local file share, eventually older files are "stubbed" on my local file server to free that space and the data exists only in azure, yet can be retrieved automatically if it is accessed. So conceptually you could store years worth of HC3 exports on this Azure tiered share with only a small % of the overall storage needed on the ground. This feature is still in preview and there are a number of limitations on share size, etc. that exist today but is one interesting example that may be ready for prime time soon. https://azure.microsoft.com/en-us/blog/announcing-the-public-preview-for-azure-file-sync/

      Would be interested in hearing what products and solutions HC3 users are using or are interested in using for deep and cheap, long term archive storage...

      posted in Scale Legion scale scale hc3 storage archival hyperconvergence hyperconverged
      scaleS
      scale
    • RE: Experts Roundtable: What the Heck is Hyperconvergence

      Thanks guys!

      posted in Self Promotion
      scaleS
      scale
    • RE: ThanksAJ Having a Tough Morning

      Glad to hear that you are okay, @thanksajdotcom

      posted in Water Closet
      scaleS
      scale
    • Key Factors in Choosing On-Premises IT vs. Public Cloud

      @cakeis_not_alie recently posted this one...

      https://virtualizationreview.com/articles/2016/12/01/key-factors.aspx

      What does everyone think of his findings?

      posted in Scale Legion
      scaleS
      scale
    • RE: Scale Radically Changes Price Performance with Fully Automated Flash Tiering

      Youtube Video

      Learn More About Scale HEAT

      posted in Self Promotion
      scaleS
      scale
    • RE: Gaming - What's everyone playing / hosting / looking to play

      Sounds like Steam was the big winner this Christmas. Again.

      posted in Water Closet
      scaleS
      scale
    • RE: Scale Webinar: What's New in HC3

      Twenty minutes, see y'all there!

      posted in Scale Legion
      scaleS
      scale
    • RE: Scale Radically Changes Price Performance with Fully Automated Flash Tiering

      @dafyre said in Scale Radically Changes Price Performance with Fully Automated Flash Tiering:

      These guys do an excellent job with their product as well.

      = blushes =

      posted in Self Promotion
      scaleS
      scale
    • RE: Random Thread - Anything Goes

      @craig-theriac Thanks!

      posted in Water Closet
      scaleS
      scale
    • RE: Join Us for Our Backup Day Webinar

      Happy Backup Day. Looking forward to seeing everyone online today.

      posted in Scale Legion
      scaleS
      scale
    • RE: Scale Webinar: Disaster Recovery Made Easy

      @hobbit666 said in Scale Webinar: Disaster Recovery Made Easy:

      @scale said in Scale Webinar: Disaster Recovery Made Easy:

      Register Now to Join Us

      Join us for a one-time Disaster Recover Planning webinar on Thursday May 26, 2016 at 1:30PM (GMT).

      Is this going to be but online? I did sign up as it stated here 1:30PM but when I got the confirmation is was actually 6:30 😞

      I'm not sure. I had been told that it was live only, but that doesn't always remain true. Let me see if I can get an answer for you. Thanks!

      posted in Self Promotion
      scaleS
      scale
    • RE: Get Large Disk Images on XenServer 6.5 on Local Filesystem?

      @ntoxicator said in Get Large Disk Images on XenServer 6.5 on Local Filesystem?:

      @Scale computing nodes...... same limitations I presume?

      Sorry for taking a week to see the mention. Thanks for thinking of us.

      No, the limitation does not exist on the Scale HC3 clusters. We do not have artificial size limitations. We have tested VMs much larger than 2TB without issue.

      posted in IT Discussion
      scaleS
      scale
    • RE: Education Runs on the Scale HC3 Infrastructure

      https://www.scalecomputing.com/case_studies/reading-muhlenberg-career-technology-center/

      Reading Muhlenberg Career & Technology Center (RMCTC) provides career and technical education programming to secondary high school students living in the Muhlenberg and Reading, Pennsylvania school districts and adult students. The educational institution provides attendees with the opportunity to learn up-to-date technical skills in one of 30 programs through hands-on learning activities using state-of-the-art tools and equipment. Through work-based learning opportunities designed to meet the ever-changing demands of business and industry, RMCTC helps students gain the technical and academic skills that will lead to rewarding careers or entry into post-secondary education.

      posted in Scale Legion
      scaleS
      scale
    • RE: The Four Things That You Lose with Scale Computing HC3

      @MattSpeller said in The Four Things That You Lose with Scale Computing HC3:

      @craig.theriac Thank you, I will dive in

      Any specific questions that I can answer for you?

      posted in Self Promotion
      scaleS
      scale
    • RE: Solus 1.1 Linux on Scale HC3

      That is certainly an impressive looking desktop environment.

      posted in IT Discussion
      scaleS
      scale
    • 1 / 1