Azure Stack TP3 Overview Preview Review Part II

server storage I/O trends

Azure Stack TP3 Overview Preview (Part II) Install Review

This is part two of a two-part series looking at Microsoft Azure Stack with a focus on my experiences installing Microsoft Azure Stack Technical Preview 3 (TP3) including into a nested VMware vSphere ESXi environment. Read part one here that provides a general overview of Azure Stack.

Azure Stack Review and Install

Being familiar with Microsoft Azure public cloud having used it for a few years now, I wanted to gain some closer insight, experience, expand my trade craft on Azure Stack by installing TP3. This is similar to what I have done in the past with OpenStack, Hadoop, Ceph, VMware, Hyper-V and many others, some of which I need to get around to writing about sometime. As a refresher from part one of this series, the following is an image via Microsoft showing the Azure Stack TP3 architecture, click here or on the image to learn more including the names and functions of the various virtual machines (VMs) that make up Azure Stack.

Microsoft Azure Stack architecture
Click here or on the above image to view list of VMs and other services (Image via Microsoft.com)

Whats Involved Installing Azure Stack TP3?

The basic steps are as follows:

  • Read this Azure Stack blog post (Azure Stack)
  • Download the bits (e.g. the Azure Stack software) from here, where you access the Azure Stack Downloader tool.
  • Planning your deployment making decisions on Active Directory and other items.
  • Prepare the target server (physical machine aka PM, or virtual machine VM) that will be the Azure Stack destination.
  • Copy Azure Stack software and installer to target server and run pre-install scripts.
  • Modify PowerShell script file if using a VM instead of a PM
  • Run the Azure Stack CloudBuilder setup, configure unattend.xml if needed or answer prompts.
  • Server reboots, select Azure Stack from two boot options.
  • Prepare your Azure Stack base system (time, network NICs in static or DHCP, if running on VMware install VMtools)
  • Determine if you will be running with Azure Active Directory (AAD) or standalone Active Directory Federated Services (ADFS).
  • Update any applicable installation scripts (see notes that follow)
  • Deploy the script, then extended Azure Stack TP3 PoC as needed

Note that this is a large download of about 16GB (23GB with optional WIndows Server 2016 demo ISO).

Use the AzureStackDownloader tool to download the bits (about 16GB or 23GB with optional Windows Server 2016 base image) which will either be in several separate files which you stitch back together with the MicrosoftAzureStackPOC tool, or as a large VHDX file and smaller 6.8GB ISO (Windows Server 2016). Prepare your target server system for installation once you have all the software pieces downloaded (or do the preparations while waiting for download).

Once you have the software downloaded, if it is a series of eight .bin files (7 about 2GB, 1 around 1.5GB), good idea to verify their checksums, then stitch them together on your target system, or on a staging storage device or file share. Note that for the actual deployment first phase, the large resulting cloudbuilder.vhdx file will need to reside in the C:\ root location of the server where you are installing Azure Stack.

server storageio nested azure stack tp3 vmware

Azure Stack deployment prerequisites (Microsoft) include:

  • At least 12 cores (or more), dual socket processor if possible
  • As much DRAM as possible (I used 100GB)
  • Put the operating system disk on flash SSD (SAS, SATA, NVMe) if possible, allocate at least 200GB (more is better)
  • Four x 140GB or larger (I went with 250GB) drives (HDD or SSD) for data deployment drives
  • A single NIC or adapter (I put mine into static instead of DHCP mode)
  • Verify your physical or virtual server BIOS has VT enabled

The above image helps to set the story of what is being done. On the left is for bare metal (BM) or physical machine (PM) install of Azure Stack TP3, on the right, a nested VMware (vSphere ESXi 6.5) with virtual machine (VM) 11 approach. Note that you could also do a Hyper-V nested among other approaches. Shown in the image above common to both a BM or VM is a staging area (could be space on your system drive) where Azure Stack download occurs. If you use a separate staging area, then simply copy the individual .bin files and stitch together into the larger .VHDX, or, copy the larger .VHDX, which is better is up to your preferences.

Note that if you use the nested approach, there are a couple of configuration (PowerShell) scripts that need to be updated. These changes are to trick the installer into thinking that it is on a PM when it checks to see if on physical or virtual environments.

Also note that if using nested, make sure you have your VMware vSphere ESXi host along with specific VM properly configured (e.g. that virtualization and other features are presented to the VM). With vSphere ESXi 6.5 virtual machine type 11 nesting is night and day easier vs. earlier generations.

Something else to explain here is that you will initially start the Azure Stack install preparation using a standard Windows Server (I used a 2016 version) where the .VHDX is copied into its C:\ root. From there you will execute some PowerShell scripts to setup some configuration files, one of which needs to be modified for nesting.

Once those prep steps are done, there is a Cloudbuilder deploy script that gets run that can be done with an unattend.xml file or manual input. This step will cause a dual-boot option to be added to your server where you can select Azure Stack or your base prep Windows Server instance, followed by reboot.

After the reboot occurs and you choose to boot into Azure Stack, this is the server instance that will actually run the deployment script, as well as build and launch all the VMs for the Azure Stack TP3 PoC. This is where I recommend having a rough sketch like above to annotate layers as you go to remember what layer working at. Don’t worry, it becomes much easier once all is said and done.

Speaking of preparing your server, refer to Microsoft specs, however in general give the server as much RAM and cores as possible. Also if possible place the system disk on a flash SSD (SAS, SATA, NVMe) and make sure that it has at least 200GB, however 250 or even 300GB is better (just in case you need more space).

Additional configuration tips include allocating four data disks for Azure, if possible make these SSDs as well as, however more important IMHO to have at least the system on fast flash SSD. Another tip is to enable only one network card or NIC and put it into static vs. DHCP address mode to make things easier later.

Tip: If running nested, vSphere 6.5 worked the smoothest as had various issues or inconsistencies with earlier VMware versions, even with VMs that ran nested just fine.

Tip: Why run nested? Simple, I wanted to be able to use using VMware tools, do snapshots to go back in time, plus share the server with some other activities until ready to give Azure Stack TP3 its own PM.

Tip: Do not connect the POC machine to the following subnets (192.168.200.0/24, 192.168.100.0/27, 192.168.101.0/26, 192.168.102.0/24, 192.168.103.0/25, 192.168.104.0/25) as Azure Stack TP3 uses those.

storageio azure stack tp3 vmware configuration

Since I decided to use a nested VM deploying using VMware, there were a few extra steps needed that I have included as tips and notes. Following is view via vSphere client of the ESXi host and VM configuration.

The following image combines a couple of different things including:

A: Showing the contents of C:\Azurestack_Supportfiles directory

B: Modifying the PrepareBootFromVHD.ps1 file if deploying on virtual machine (See tips and notes)

C: Showing contents of staging area including individual .bin files along with large CloudBuilder.vhdx

D: Running the PowerShell script commands to prepare the PrepareBootFromVHD.ps1 and related items

prepariing azure stack tp3 cloudbuilder for nested vmware deployment

From PowerShell (administrator):

# Variables
$Uri = 'https://raw.githubusercontent.com/Azure/Azure stack/master/Deployment/'
$LocalPath = 'c:\AzureStack_SupportFiles'

# Create folder
New-Item $LocalPath -type directory

# Download files
( 'BootMenuNoKVM.ps1', 'PrepareBootFromVHD.ps1', 'Unattend.xml', 'unattend_NoKVM.xml') | foreach { Invoke-WebRequest ($uri + $_) -OutFile ($LocalPath + '\' + $_) }

After you do the above, decide if you will be using an Unattend.xml or manual entry of items for building the Azure Stack deployment server (e.g. a Windows Server). Note that the above PowerShell script created the C:\azurestack_supportfiles folder and downloads the script files for building the cloud image using the previously downloaded Azure Stack CloudBuilder.vhdx (which should be in C:\).

Note and tip is that if you are doing a VMware or virtual machine based deployment of TP3 PoC, you will need to change C:\PrepareBootFromVHD.ps1 in the Azure Stack support files folder. Here is a good resource on what gets changed via Github that shows an edit on or about line 87 of PrepareBootFromVHD.ps1. If you run the PrepareBootFromVHD.ps1 script on a virtual machine you will get an error message, the fix is relatively easy (after I found this post).

Look in PrepareBootFromVHD.ps1 for something like the following around line 87:

if ((get-disk | where {$_.isboot -eq $true}).Model -match 'Virtual Disk')       {      Write-Host "The server is currently already booted from a virtual hard disk, to boot the server from the CloudBuilder.vhdx you will need to run this script on an Operating System that is installed on the physical disk of this server."      Exit      }

You can either remove the "exit" command, or, change the test for "Virtual Disk" to something like "X", for fun I did both (and it worked).

Note that you only have to make the above and another change in a later step if you are deploying Azure Stack TP3 as a virtual machine.

Once you are ready, go ahead and launch the PrepareBootFromVHD.ps1 script which will set the BCDBoot entry (more info here).

azure stack tp3 cloudbuilder nested vmware deployment

You will see a reboot and install, this is installing what will be called the physical instance. Note that this is really being installed on the VM system drive as a secondary boot option (e.g. azure stack).

azure stack tp3 dual boot option

After the reboot, login to the new Azure Stack base system and complete any configuration including adding VMware Tools if using VMware nested. Some other things to do include make sure you have your single network adapter set to static (makes things easier), and any other updates or customizations. Before you run the next steps, you need to decide if going to use Azure Active Directory (AAD) or local ADFS.

Note that if you are not running on a virtual machine, simply open a PowerShell (administrator) session, and run the deploy script. Refer to here for more guidance on the various options available including discussion on using AAD or ADFS.

Note if you run the deployment script on a virtual machine, you will get an error which is addressed in the next section, otherwise, sit back and watch the progress..

CloudBuilder Deployment Time

Once you have your Azure Stack deployment system and environment ready, including a snapshot if on virtual machine, launch the PowerShell deployment script. Note that you will need to have decided if deploying with Azure Active Directory (AAD) or Azure Directory Federated Services (ADFS) for standalone aka submarine mode. There are also other options you can select as part of the deployment discussed in the Azure Stack tips here (a must read) and here. I chose to do a submarine mode (e.g. not connected to Public Azure and AAD) deployment.

From PowerShell (administrator):

cd C:\CloudDeployment:\Setup
$adminpass = ConvertTo-SecureString "youradminpass" -AsPlainText -Force
.\InstallAzureStackPOC.ps1 -AdminPassword $adminpass -UseADFS

Deploying on VMware Virtual Machines Tips

Here is a good tip via Gareth Jones (@garethjones294) that I found useful for updating one of the deployment script files (BareMetal_Tests.ps1 located in C:\CloudDeployment\Roles\PhysicalMachines\Tests folder) so that it would skip the bare metal (PM) vs. VM tests. Another good resource, even though it is for TP2 and early versions of VMware is TP2 deployment experiences by Niklas Akerlund (@vNiklas).

Note that this is a bit of a chick and egg scenario unless you are proficient at digging into script files since the BareMetal_Tests.ps1 file does not get unpacked until you run the CloudBuilder deployment script. If you run the script and get an error, then make the changes below, and rerun the script as noted. Once you make the modification to the BareMetal_Tests.ps1 file, keep a copy in a safe place for future use.

Here are some more tips for deploying Azure Stack on VMware,

Per the tip mentioned about via Gareth Jones (tip: read Gareths post vs. simply cut and paste the following which is more of a guide):

Open BareMetal_Tests.ps1 file in PowerShell ISE and navigate to line 376 (or in that area)
Change $false to $true which will stop the script failing when checking to see if the Azure Stack is running inside a VM.
Next go to line 453.
Change the last part of the line to read “Should Not BeLessThan 0”
This will stop the script checking for the required amount of cores available.

After you make the above correction as with any error (and fix) during Azure Stack TP3 PoC deployment, simply run the following.

cd C:\CloudDeployment\Setup
.\InstallAzureStackPOC.ps1 -rerun

Refer to the extra links in the where to learn more section below that offer various tips, tricks and insight that I found useful, particular for deploying on VMware aka nested. Also in the links below are tips on general Azure Stack, TP2, TP3, adding services among other insight.

starting azure stack tp3 deployment

Tip: If you are deploying Azure Stack TP3 PoC on virtual machine, once you start the script above, copy the modified BareMetal_Tests.ps1 file

Once the CloudBuilder deployment starts, sit back and wait, if you are using SSDs, it will take a while, if using HDDs, it will take a long while (up to hours), however check in on it now and then to see progress of if any errors. Note that some of the common errors will occur very early in the deployment such as the BareMetal_Tests.ps1 mentioned above.

azure stack tp3 deployment finished

Checking in periodically to see how the deployment progress is progressing, as well as what is occurring. If you have the time, watch some of the scripts as you can see some interesting things such as the software defined data center (SDDC) aka software-defined data infrastructure (SDDC) aka Azure Stack virtual environment created. This includes virtual machine creation and population, creating the software defined storage using storage spaces direct (S2D), virtual network and active directory along with domain controllers among others activity.

azure stack tp3 deployment progress

After Azure Stack Deployment Completes

After you see the deployment completed, you can try accessing the management portal, however there may be some background processing still running. Here is a good tip post on connecting to Azure Stack from Microsoft using Remote Desktop (RDP) access. Use RDP from the Azure Stack deployment Windows Server and connect to a virtual machine named MAS-CON01, launch Server Manager and for Local Server disable Internet Explorer Enhanced Security (make sure you are on the right system, see the tip mentioned above). Disconnect from MAS-CON01 (refer to the Azure Stack architecture image above), then reconnect, and launch Internet Explorer with an URL of (note documentation side to use which did not work for me).

Note the username for the Azure Stack system is AzureStack\AzureStackAdmin with a password of what you set for administrative during setup. If you get an error, verify the URLs, check your network connectivity, wait a few minutes as well as verify what server you are trying to connect from and too. Keep in mind that even if deploying on a PM or BM (e.g. non virtual server or VM), the Azure Stack deployment TP3 PoC creates a "virtual" software-defined environment with servers, storage (Azure Stack uses Storage Spaces Direct [S2D] and software defined network.

accessing azure stack tp3 management portal dashboard

Once able to connect to Azure Stack, you can add new services including virtual machine image instances such as Windows (use the Server 2016 ISO that is part of Azure Stack downloads), Linux or others. You can also go to these Microsoft resources for some first learning scenarios, using the management portals, configuring PowerShell and troubleshooting.

Where to learn more

The following provide more information and insight about Azure, Azure Stack, Microsoft and Windows among related topics.

  • Azure Stack Technical Preview 3 (TP3) Overview Preview Review
  • Azure Stack TP3 Overview Preview Review Part II
  • Azure Stack Technical Preview (get the bits aka software download here)
  • Azure Stack deployment prerequisites (Microsoft)
  • Microsoft Azure Stack troubleshooting (Microsoft Docs)
  • Azure Stack TP3 refresh tips (Azure Stack)
  • Here is a good post with a tip about not applying certain Windows updates to AzureStack TP3 installs.
  • Configure Azure Stack TP3 to be available on your own network (Azure Stack)
  • Azure Stack TP3 Marketplace syndication (Azure Stack)
  • Azure Stack TP3 deployment experiences (Azure Stack)
  • Frequently asked questions for Azure Stack (Microsoft)
  • Azure Active Directory (AAD) and Active Directory Federation Services (ADFS)
  • Deploy Azure Stack (Microsoft)
  • Connect to Azure Stack (Microsoft)
  • Azure Stack TP2 deployment experiences by Niklas Akerlund (@vNiklas) useful for tips for TP3
  • Deployment Checker for Azure Stack Technical Preview (Microsoft Technet)
  • Azure stack and other tools (Github)
  • How to enable nested virtualization on Hyper-V Windows Server 2016
  • Dell EMC announce Microsoft Hybrid Cloud Azure Stack (Dell EMC)
  • Dell EMC Cloud for Microsoft Azure Stack (Dell EMC)
  • Dell EMC Cloud for Microsoft Azure Stack Data Sheet (Dell EMC PDF)
  • Dell EMC Cloud Chats (Dell EMC Blog)
  • Microsoft Azure stack forum
  • Dell EMC Microsoft Azure Stack solution
  • Gaining Server Storage I/O Insight into Microsoft Windows Server 2016
  • Overview Review of Microsoft ReFS (Reliable File System) and resource links
  • Via WServerNews.com Cloud (Microsoft Azure) storage considerations
  • Via CloudComputingAdmin.com Cloud Storage Decision Making: Using Microsoft Azure for cloud storage
  • www.thenvmeplace.com, www.thessdplace.com, www.objectstoragecenter.com and www.storageio.com/converge
  • What this all means

    A common question is if there is demand for private and hybrid cloud, in fact, some industry expert pundits have even said private, or hybrid are dead which is interesting, how can something be dead if it is just getting started. Likewise, it is early to tell if Azure Stack will gain traction with various organizations, some of whom may have tried or struggled with OpenStack among others.

    Given a large number of Microsoft Windows-based servers on VMware, OpenStack, Public cloud services as well as other platforms, along with continued growing popularity of Azure, having a solution such as Azure Stack provides an attractive option for many environments. That leads to the question of if Azure Stack is essentially a replacement for Windows Servers or Hyper-V and if only for Windows guest operating systems. At this point indeed, Windows would be an attractive and comfortable option, however, given a large number of Linux-based guests running on Hyper-V as well as Azure Public, those are also primary candidates as are containers and other services.

    software defined data infrastructures SDDI and SDDC

    Some will say that if OpenStack is struggling in many organizations and being free open source, how Microsoft can have success with Azure Stack. The answer could be that some organizations have struggled with OpenStack while others have not due to lack of commercial services and turnkey support. Having installed both OpenStack and Azure Stack (as well as VMware among others), Azure Stack is at least the TP3 PoC is easy to install, granted it is limited to one node, unlike the production versions. Likewise, there are easy to use appliance versions of OpenStack that are limited in scale, as well as more involved installs that unlock full functionality.

    OpenStack, Azure Stack, VMware and others have their places, alongside, or supporting containers along with other tools. In some cases, those technologies may exist in the same environment supporting different workloads, as well as accessing various public clouds, after all, Hybrid is the home run for many if not most legality IT environments.

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the spring 2017 release of his new book "Software-Defined Data Infrastructure Essentials" (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    Broadcom aka Avago aka LSI announces SAS SATA NVMe Adapters with RAID

    server storage I/O trends

    Broadcom aka Avago aka LSI announces SAS SATA NVMe Adapters with RAID

    In case you missed it, Broadcom formerly known as Avago who bought the LSI adapter and RAID card business announced shipping new SAS, SATA and NVMe devices.

    While SAS and SATA are well established continuing to be deployed for both HDD as well as flash SSD, NVMe continues to evolve with a bright future. Likewise, while there is a focus on software-defined storage (SDS), software defined data centers (SDDC) and software defined data infrastructures (SDDI) along with advanced parity RAID including erasure codes, object storage among other technologies, there is still a need for adapter cards including traditional RAID.

    Keep in mind that while probably not meeting the definition of some software-defined aficionados, the many different variations, permutations along with derivatives of RAID from mirror and replication to basic parity to advanced erasure codes (some based on Reed Solomon aka RAID 2) rely on software. Granted, some of that software is run on regular primary server processors, some on packaged in silicon via ASICs or FPGAs, or System on Chips (SOC), RAID on Chip (RoC) as well as BIOS, firmware, drivers as well as management tools.

    SAS, SATA and NVMe adapters

    For some environments cards such as those announced by Broadcom are used in passthru mode effectively as adapters for attaching SAS, SATA and NVMe storage devices to servers. Those servers may be deployed as converged infrastructures (CI), hyper-converged infrastructures (HCI), Cluster or Cloud in Box (CiB) among other variations. To name names you might find the above (or in the not so distant future) in VMware vSAN or regular vSphere based environments, Microsoft Windows Server, Storage Spaces Direct (S2D) or Azure Stack, OpenStack among other deployments (check your vendors Hardware Compatibility Lists aka HCLs). In some cases these cards may be adapters in passthru mode, or using their RAID (support various by different software stacks). Meanwhile in other environments, the more traditional RAID features are still used spanning Windows to Linux among others.

    Who Is Broadcom?

    Some of you may know of Broadcom having been around for many years with a focus on networking related technologies. However some may not realize that Avago bought Broadcom and changed their name to Broadcom. Here is a history that includes more recent acquisitions such as Brocade, PLX, Emulex as well as LSI. Some of you may recall Avago buying LSI (the SAS, SATA, PCIe HBA, RAID and components) business not sold to NetApp as part of Engenio. Also recall that Avago sold the LSI flash SSD business unit to Seagate a couple of years ago as part of its streamlining. That’s how we get to where we are at today with Broadcom aka formerly known as Avago who bought the LSI adapter and RAID business announcing new SAS, SATA, NVMe cards.

    What Was Announced?

    Broadcom has announced cards that are multi-protocol supporting Serial Attached SCSI (SAS), SATA/AHCI as well as NVM Express (NVMe) as basic adapters for attaching storage (HDD, SSD, storage systems) along with optional RAID as well as cache support. These cards can be used in application servers for traditional, as well as virtualized SDDC environments, as well as storage systems or appliances for software-defined storage among other uses. The basic functionality of these cards is to provide high performance (IOPs and other activity, as well as bandwidth) along with low latency combined with data protection as well as dense connectivity.

    Specific features include:

    • Broadcom’s Tri-Mode SerDes Technology enables the operation of NVMe, SAS or SATA devices in a single drive bay, allowing for endless design flexibility.
    • Management software including LSI Storage Authority (LSA), StorCLI, HII (UEFI)
    • Optional CacheVault(R) flash cache protection
    • Physical dimension Low Profile 6.127” x 2.712”
    • Host bus type x8 lane PCIe Express 3.1
    • Data transfer rates SAS-3 12Gbs; NVMe up to 8 GT/s PCIe Gen 3
    • Various OS and hypervisors host platform support
    • Warranty 3 yrs, free 5×8 phone support, advanced replacement option
    • RAID levels 0, 1, 5, 6, 10, 50, and 60

    Note that some of the specific feature functionality may be available at a later date, check with your preferred vendors HCL

    Specification

    9480 8i8e

    9440 8i

    9460 8i

    9460 16i

    Image

    Internal Ports

    8

     

    8

    16

    Internal Connectors

    2 x Mini-SAS HD x4 SFF-8643

    2 x Mini-SAS HD x4 SFF-8643

    2 x Mini-SAS HD x4 SFF-8643

    4 Mini-SAS HD x4
    SFF-8643

    External Ports

    8

     

     

     

    External Connectors

    2 x Mini-SAS HD SFF8644

     

     

     

    Cache Protection

    CacheVault CVPM05

     

    CacheVault CVPM05

    CacheVault CVPM05

    Cache Memory

    2GB 2133 MHz DDR4 SDRAM

     

    2GB 2133 MHz DDR4 SDRAM

    4GB 2133 MHz DDR4 SDRAM

    Devices Supported

    SAS/SATA: 255, NVMe: 4 x4, up to 24 x2 or x4*

    SAS/SATA: 63, NVMe: 4 x4, up to 24 x2 or x4*

    SAS/SATA: 255, NVMe: 4 x4, up to 24 x2 or x4*

    SAS/SATA: 255, NVMe: 4 x4, up to 24 x2 or x4*

    I/O Processors (SAS Controller)

    SAS3516 dual-core RAID-on-Chip (ROC)

    SAS3408 I/O controller (IOC)

    SAS3508 dual-core RAID-on-Chip (ROC)

    SAS3516 dual-core RAID-on-Chip (ROC)

    In case you need a refresher on SFF cable types, click on the following two images which take you to Amazon.com where you can learn more, as well as order various cable options. PC Pit Stop has a good selection of cables (See other SFF types), connectors and other accessories that I have used, along with those from Amazon.com and others.

    Available via Amazon.com sff 8644 8643 sas mini hd cable
    Left: SFF 8644 Mini SAS HD (External), Right SFF-8643 Mini SAS HD (internal) Image via Amazon.com

    Available via Amazon.com sff 8644 8642 sas mini hd cable
    Left: SFF 8643 Mini SAS HD (Internal), Right SFF-8642 SATA with power (internal) Image via Amazon.com

    Wait, Doesnt NVMe use PCIe

    For those who are not familiar with NVMe and in particular U.2 aka SFF 8639 based devices, physically they look the same (almost) as a SAS device connector. The slight variation is if you look at a SAS drive, there is a small tab to prevent plugging into a SATA port (recall you can plug SATA into SAS. For SAS drives that tab is blank, however on the NVMe 8639 aka U.2 drives (below left) that tab has several connectors which are PCIe x4 (single or dual path).

    What this means is that the PCIe x4 bus electrical signals are transferred via a connector, to backplane chassis to 8639 drive slot to the drive. Those same 8639 drive slots can also have a SAS SATA connection using their traditional connectors enabling a converged or hybrid drive slot so to speak. Learn more about NVMe here (If the Answer is NVMe, then what were and are the questions?) as well as at www.thenvmeplace.com.

    NVMe U.2 8639 driveNVMe U.2 8639 sas sata nvme drive
    Left NVMe U.2 drive showing PCIe x4 connectors, right, NVMe U.2 8639 connector

    Who Is This For?

    These cards are applicable for general purpose IT and other data infrastructure environments in traditional servers among others uses. They are also applicable for systems builders, integrators and OEMs whom you may be buying your current systems from, or future ones.

    Where to Learn More

    The following are additional resources to learn more about vSAN and related technologies.

    What this all means

    Even as the industry continues to talk and move towards more software-defined focus, even for environments that are serverless, there is still need for hardware somewhere. These adapters are a good sign of the continued maturing cycle of NVMe to be well positioned into the next decade and beyond, while also being relevant today. Likewise, even though the future involves NVMe, there is a still a place for SAS along with SATA to coexist in many environments. For some environment there is a need for traditional RAID while for others simply the need for attachment of SAS, SATA and NVMe devices. Overall, a good set of updates, enhancements and new technology for today and tomorrow, now, when do I get some to play with? ;).

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the spring 2017 release of his new book "Software-Defined Data Infrastructure Essentials" (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    April 2017 Server StorageIO Data Infrastructures Update Newsletter

    Volume 17, Issue IV

    Hello and welcome to the April 2017 issue of the Server StorageIO data infrastructures update newsletter.

    Spring is here in the northern hemisphere which means that there is a lot of things going on, or about to be occurring soon. April has been a busy month for me including spending time in Europe doing some seminar and workshop presentations, along with other consulting advisory activities involving data infrastructures.

    Besides travel, I have been busy working on client projects, attending to various post-production activities for my new book Software Defined Data Infrastructure Essentials (more about this in the May issue). Other things I have been doing include being briefed on upcoming technology announcements along with some hands activities trying out things that will be covered in future updates, as well as working with some interesting NDA items that, well, are NDA.

    Be sure to check out the recent blog posts, as well as industry trends perspectives commentary below, along with recent and upcoming webinar among events.

    In This Issue

    Enjoy this abbreviated edition of the Server StorageIO update newsletter.

    Cheers GS

     

    Server StorageIOblog Posts

    Recent and popular Server StorageIOblog posts include:

    View other recent as well as past StorageIOblog posts here

    Server StorageIO Commentary in the news

    Recent Server StorageIO industry trends perspectives commentary in the news.

    Via SearchCloudComputing: Virtual private clouds an alternative to on-premisess computing
    Hybrid clouds continue to grow in popularity as well as deployed usage, from storage to compute to networking, said Greg Schulz, the senior advisory analyst at StorageIO in Stillwater, Minn. Most cloud and service providers talk about hybrid along with public clouds, while AWS tends to talk about [VPC aka virtual private clouds].

    Via SearchDataCenter: Ask the right questions before committing to a collocation SLA policy
    Do you just need a physical space to put things, or do you need high bandwidth and ultra-reliable power? asked Greg Schulz, senior advisory analyst at StorageIO, a consultancy in Stillwater, Minn.

    Via EnterpriseStorageForum: Tips for Enterprise SSD Form Factor Selection Deployment
    It’s doubtful that there is one form factor to rule them all. Some may be best for X but lousy for Y. But Greg Schulz, an analyst at StorageIO Group notes that many vendors attempt to champion a particular flash SSD form factor and interface, claiming it’s the best and only fit for the enterprise.

    Via SearchITOperations: Storage performance analysis reveals IT’s ongoing bottleneck
    Sometimes it takes more than an aspirin to cure a headache, said Greg Schulz

    Via SearchDNS: Parsing through the software-defined storage hype
    Beyond scalability, SDS technology aims for freedom from the limits of proprietary hardware, explained StorageIO analyst Greg Schulz.

    Via InfoStor: Data Storage Industry Braces for AI and Machine Learning
    AI could also lead to untapped hidden or unknown value in existing data that has no or little perceived value, said Greg Schulz.

    View more Server, Storage and I/O trends and perspectives comments here

    Events and Activities

    Recent and upcoming event activities.

    May 11, 2017 – Webinar – Email Archiving, Compliance and Ransomware

    May 8-10, 2017 – Dell EMCworld – Las Vegas

    April 3-7, 2017 – Seminars – Dutch workshop seminar series – Nijkerk Netherlands

    March 15, 2017 – Webinar – SNIA/BrightTalkHyperConverged and Storage – 10AM PT

    See more webinars and activities on the Server StorageIO Events page here.

    Server StorageIO Industry Resources and Links

    Useful links and pages:
    Microsoft TechNet – Various Microsoft related from Azure to Docker to Windows
    storageio.com/links – Various industry links (over 1,000 with more to be added soon)
    objectstoragecenter.com – Cloud and object storage topics, tips and news items
    OpenStack.org – Various OpenStack related items
    storageio.com/protect – Various data protection items and topics
    thenvmeplace.com – Focus on NVMe trends and technologies
    thessdplace.com – NVM and Solid State Disk topics, tips and techniques
    storageio.com/converge – Various CI, HCI and related SDS topics
    storageio.com/performance – Various server, storage and I/O benchmark and tools
    VMware Technical Network – Various VMware related items

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press) and Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the spring 2017 release of his new book Software-Defined Data Infrastructure Essentials(CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    VMware vSAN 6.6 hyper-converged (HCI) software defined data infrastructure

    server storage I/O trends

    VMware vSAN 6.6 hyper-converged (HCI) software defined data infrastructure

    In case you missed it, VMware announced vSAN v6.6 hyper-converged infrastructure (HCI) software defined data infrastructure solution. This is the first of a five-part series about VMware vSAN V6.6. Part II (just the speeds feeds please) is located here, part III (reducing cost and complexity) located here, part IV (scaling ROBO and data centers today) found here, as well as part V here (VMware vSAN evolution, where to learn more and summary).

    VMware vSAN 6.6
    Image via VMware

    For those who are not aware, vSAN is a VMware virtual Storage Area Network (e.g. vSAN) that is software-defined, part of being a software-defined data infrastructure (SDDI) and software-defined data center (SDDC). Besides being software-defined vSAN is HCI combining compute (server), I/O networking, storage (space and I/O) along with hypervisors, management, and other tools.

    Software-defined data infrastructure

    Excuse Me, What is vSAN and who is if for

    Some might find it odd having to explain what vSAN is, on the other hand, not everybody is dialed into the VMware world ecosystem, so let’s give them some help, for everybody else, and feel free to jump ahead.

    For those not familiar, VMware vSAN is an HCI software-defined storage solution that converges compute (hypervisors and server) with storage space capacity and I/O performance along with networking. Being HCI means that with vSAN as you scale compute, storage space capacity and I/O performance also increases in an aggregated fashion. Likewise, increase storage space capacity and server I/O performance you also get more compute capabilities (along with memory).

    For VMware-centric environments looking to go CI or HCI, vSAN offers compelling value proposition leveraging known VMware tools and staff skills (knowledge, experience, tradecraft). Another benefit of vSAN is the ability to select your hardware platform from different vendors, a trend that other CI/HCI vendors have started to offer as well.

    CI and HCI data infrastructure

    Keep in mind that fast applications need a fast server, I/O and storage, as well as server storage I/O needs CPU along with memory to generate I/O operations (IOPs) or move data. What this all means is that HCI solutions such as VMware vSAN combine or converge the server compute, hypervisors, storage file system, storage devices, I/O and networking along with other functionality into an easy to deploy (and management) turnkey solution.

    Learn more about CI and HCI along with who some other vendors are as well as considerations at www.storageio.com/converge. Also, visit VMware sites to find out more about vSphere ESXi hypervisors, vSAN, NSX (Software Defined Networking), vCenter, vRealize along with other tools for enabling SDDC and SDDI.

    Give Me the Quick Elevator Pitch Summary

    VMware has enhanced vSAN with version 6.6 (V6.6) enabling new functionality, supporting new hardware platforms along with partners, while reducing costs, improving scalability and resiliency for SDDC and SDDI environments. This includes from small medium business (SMB) to mid-market to small medium enterprise (SME) as well as workgroup, departmental along with Remote Office Branch Office (ROBO).

    Being a HCI solution, management functions of the server, storage, I/O, networking, hypervisor, hardware, and software are converged to improve management productivity. Also, vSAN integrated with VMware vSphere among other tools enable modern, robust data infrastructure that serves, protect, preserve, secure and stores data along with their associated applications.

    Where to Learn More

    The following are additional resources to learn more about vSAN and related technologies.

    What this all means

    Overall a good set of enhancements as vSAN continues its evolution looking back just a few years ago, to where it is today and will be in the future. If you have not looked at vSAN recently, take some time beyond reading this piece to learn some more.

    Continue reading more about VMware vSAN 6.6 in part II (just the speeds feeds please) is located here, part III (reducing cost and complexity) located here, part IV (scaling ROBO and data centers today) located here, as well as part V here (VMware vSAN evolution, where to learn more and summary).

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the spring 2017 release of his new book “Software-Defined Data Infrastructure Essentials” (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    VMware vSAN V6.6 Part II (just the speeds feeds features please)

    server storage I/O trends

    VMware vSAN v6.6 Part II (just the speeds feeds features please)

    In case you missed it, VMware announced vSAN v6.6 hyper-converged infrastructure (HCI) software defined data infrastructure solution. This is the second of a five-part series about VMware vSAN V6.6. View Part I here, part III (reducing cost and complexity) located here, part IV (scaling ROBO and data centers today) found here, as well as part V here (VMware vSAN evolution, where to learn more and summary).

    VMware vSAN 6.6
    Image via VMware

    For those who are not aware, vSAN is a VMware virtual Storage Area Network (e.g. vSAN) that is software-defined, part of being a software-defined data infrastructure (SDDI) and software-defined data center (SDDC). Besides being software-defined vSAN is HCI combining compute (server), I/O networking, storage (space and I/O) along with hypervisors, management, and other tools.

    Just the Speeds and Feeds Please

    For those who just want to see the list of what’s new with vSAN V6.6, here you go:

    • Native encryption for data-at-rest
    • Compliance certifications
    • Resilient management independent of vCenter
    • Degraded Disk Handling v2.0 (DDHv2)
    • Smart repairs and enhanced rebalancing
    • Intelligent rebuilds using partial repairs
    • Certified file service & data protection solutions
    • Stretched clusters with local failure protection
    • Site affinity for stretched clusters
    • 1-click witness change for Stretched Cluster
    • vSAN Management Pack for vRealize
    • Enhanced vSAN SDK and PowerCLI
    • Simple networking with Unicast
    • vSAN Cloud Analytics with real-time support notification and recommendations
    • vSAN ConfigAssist with 1-click hardware lifecycle management
    • Extended vSAN Health Services
    • vSAN Easy Install with 1-click fixes
    • Up to 50% greater IOPS for all-flash with optimized checksum and dedupe
    • Support for new next-gen workloads
    • vSAN for Photon in Photon Platform 1.1
    • Day 0 support for latest flash technologies
    • Expanded caching tier choice
    • Docker Volume Driver 1.1

    What’s New and Value Proposition of vSAN 6.6

    Let’s take a closer look beyond the bullet list of what’s new with vSAN 6.6, as well as perspectives of those features to address different needs. The VMware vSAN proposition is to evolve and enable modernizing data infrastructures with HCI powered by vSphere along with vSAN.

    Three main themes or characteristics (and benefits) of vSAN 6.6 include addressing (or enabling):

    • Reducing risk while scaling
    • Reducing cost and complexity
    • Scaling for today and tomorrow

    VMware vSAN 6.6 summary
    Image via VMware

    Reducing risk while scaling

    Reducing (or removing) risk while evolving your data infrastructure with HCI including flexibility of choosing among five support hardware vendors along with native security. This includes native security, availability and resiliency enhancements (including intelligent rebuilds) without sacrificing storage efficiency (capacity) or effectiveness (performance productivity), management and choice.

    VMware vSAN DaRE
    Image via VMware

    Dat level Data at Rest Encryption (DaRE) of all vSAN dat objects that are enabled at a cluster level. The new functionality supports hybrid along with all flash SSD as well as stretched clusters. The VMware vSAN DaRE implementation is an alternative to using self-encrypting drives (SEDs) reducing cost, complexity and management activity. All vSAN features including data footprint reduction (DFR) features such as compression and deduplication are supported. For security, vSAN DaRE integrations with compliance key management technologies including those from SafeNet, Hytrust, Thales and Vormetric among others.

    VMware vSAN management
    Image via VMware

    ESXi HTML 5 based host client, along with CLI via ESXCLI for administering vSAN clusters as an alternative in case your vCenter server(s) are offline. Management capabilities include monitoring of critical health and status details along with configuration changes.

    VMware vSAN health management
    Image via VMware

    Health monitoring enhancements include handling of degraded vSAN devices with intelligence proactively detecting impending device failures. As part of the functionality, if a replica of the failing (or possible soon to fail) device exists, vSAN can take action to maintain data availability.

    Where to Learn More

    The following are additional resources to find out more about vSAN and related technologies.

    What this all means

    With each new release, vSAN is increasing its feature, functionality, resiliency and extensiveness associated with traditional storage and non-CI or HCI solutions. Continue reading more about VMware vSAN 6.6 in Part I here, part III (reducing cost and complexity) located here, part IV (scaling ROBO and data centers today) found here, as well as part V here (VMware vSAN evolution, where to learn more and summary).

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the Spring 2017 release of his new book “Software-Defined Data Infrastructure Essentials” (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    VMware vSAN V6.6 Part III (reducing costs complexity)

    server storage I/O trends

    VMware vSAN V6.6 Part III (Reducing costs complexity)

    In case you missed it, VMware announced vSAN v6.6 hyper-converged infrastructure (HCI) software defined data infrastructure solution. This is the third of a five-part series about VMware vSAN V6.6. View Part I here, Part II (just the speeds feeds please) is located here, part IV (scaling ROBO and data centers today) found here, as well as part V here (VMware vSAN evolution, where to learn more and summary).

    VMware vSAN 6.6
    Image via VMware

    For those who are not aware, vSAN is a VMware virtual Storage Area Network (e.g. vSAN) that is software-defined, part of being a software-defined data infrastructure (SDDI) and software-defined data center (SDDC). Besides being software-defined vSAN is HCI combining compute (server), I/O networking, storage (space and I/O) along with hypervisors, management, and other tools.

    Reducing cost and complexity

    Reducing your total cost of ownership (TCO) including lower capital expenditures (CapEx) and operating (OPEX). VMware is claiming CapEx and OpEx reduced TCO of 50%. Keep in mind that solutions such as vSAN also can help drive return on investment (ROI) as well as return on innovation (the other ROI) via improved productivity, effectiveness, as well as efficiencies (savings). Another aspect of addressing TCO and ROI includes flexibility leveraging stretched clusters to address HA, BR, BC and DR Availability needs cost effectively. These enhancements include efficiency (and effectiveness e.g. productivity) at scale, proactive cloud analytics, and intelligent operations.

    VMware vSAN stretch cluster
    Image via VMware

    Low cost (or cost-effective) Local, Remote Resiliency and Data Protection with Stretched Clusters across sites. Upon a site failure, vSAN maintains availability is leveraging surviving site redundancy. For performance and productivity effectiveness, I/O traffic is kept local where possible and practical, reducing cross-site network workload. Bear in mind that the best I/O is the one you do not have to do, the second is the one with the least impact.

    This means if you can address I/Os as close to the application as possible (e.g. locality of reference), that is a better I/O. On the other hand, when data is not local, then the best I/O is the one involving a local or remote site with least overhead impact to applications, as well as server storage I/O (including networks) resources. Also keep in mind that with vSAN you can fine tune availability, resiliency and data protection to meet various needs by adjusting fault tolerant mode (FTM) to address a different number of failures to tolerate.

    server storage I/O locality of reference

    Network and cloud friendly Unicast Communication enhancements. To improve performance, availability, and capacity (CPU demand reduction) multicast communications are no longer used making for easier, simplified single site and stretched cluster configurations. When vSAN clusters upgrade to V6.6 unicast is enabled.

    VMware vSAN unicast
    Image via VMware

    Gaining insight, awareness, adding intelligence to avoid flying blind, introducing vSAN Cloud Analytics and Proactive Guidance. Part of a VMware customer, experience improvement program, leverages cloud-based health checks for easy online known issue detection along with relevant knowledge bases pieces as well as other support notices. Whether you choose to refer to this feature as advanced analytics, artificial intelligence (AI), proactive rules enabled management problem isolation, solving resolution I will leave that up to you.

    VMware vSAN cloud analytics
    Image via VMware

    Part of the new tools analytics capabilities and prescriptive problem resolution (hmm, some might call that AI or advanced analytics, just saying), health check issues are identified, notifications along with suggested remediation. Another feature is the ability to leverage continuous proactive updates for advance remediation vs. waiting for subsequent vSAN releases. Net result and benefit are reducing time, the complexity of troubleshooting converged data infrastructure issues spanning servers, storage, I/O networking, hardware, software, cloud, and configuration. In other words, enable you more time to be productive vs. finding and fixing problems leveraging informed awareness for smart decision-making.

    Where to Learn More

    The following are additional resources to find out more about vSAN and related technologies.

    What this all means

    Continue reading more about VMware vSAN 6.6 in part I here, part II (just the speeds feeds please) located here, part IV (scaling ROBO and data centers today) found here, as well as part V here (VMware vSAN evolution, where to learn more and summary).

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the spring 2017 release of his new book “Software-Defined Data Infrastructure Essentials” (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    VMware vSAN V6.6 Part IV (HCI scaling ROBO and data centers today)

    server storage I/O trends

    VMware vSAN V6.6 Part IV (HCI scaling ROBO and data centers today)

    In case you missed it, VMware announced vSAN v6.6 hyper-converged infrastructure (HCI) software defined data infrastructure solution. This is the fourth of a five-part series about VMware vSAN V6.6. View Part I here, Part II (just the speeds feeds please) is located here, part III (reducing cost and complexity) located here, as well as part V here (VMware vSAN evolution, where to learn more and summary).

    VMware vSAN 6.6
    Image via VMware

    For those who are not aware, vSAN is a VMware virtual Storage Area Network (e.g. vSAN) that is software-defined, part of being a software-defined data infrastructure (SDDI) and software-defined data center (SDDC). Besides being software-defined vSAN is HCI combining compute (server), I/O networking, storage (space and I/O) along with hypervisors, management, and other tools.

    Scaling HCI for ROBO and data centers today and for tomorrow

    Scaling with stability for today and tomorrow. This includes addressing your applications Performance, Availability, Capacity and Economics (PACE) workload requirements today and for the future. By scaling with stability means boosting performance, availability (data protection, security, resiliency, durable, FTT), effective capacity without one of those attributes compromising another.

    VMware vSAN data center scaling
    Image via VMware

    Scaling today for tomorrow also means adapting to today’s needs while also flexible to evolve with new application workloads, hardware as well as a cloud (public, private, hybrid, inter and intra-cloud). As part of continued performance improvements, enhancements to optimize for higher performance flash SSD including NVMe based devices.

    VMware vSAN cloud analytics
    Image via VMware

    Part of scaling with stability means enhancing performance (as well as productivity) or the effectiveness of a solution. Keep in mind that efficiency is often associated with storage (or server or network) space capacity savings or reductions. In that context then effectiveness means performance and productivity or how much work can be done with least overhead impact. With vSAN, V6.6 performance enhancements include reduced checksum overhead, enhanced compression, and deduplication, along with destaging optimizations.

    Other enhancements that help collectively contribute to vSAN performance improvements include VMware object handling (not to be confused with cloud or object storage S3 or Swift objects) as well as faster iSCSI for vSAN. Also improved are more accurate refined cache sizing guidelines. Keep in mind that a little bit of NAND flash SSD or SCM in the right place can have a significant benefit, while a lot of flash cache costs much cash.

    Part of enabling and leveraging new technology today includes support for larger capacity 1.6TB flash SSD drives for cache, as well as lower read latency with 3D XPoint and NVMe drives such as those from Intel among others. Refer to the VMware vSAN HCL for current supported devices which continue evolve along with the partner ecosystem. Future proofing is also enabled where you can grow from today to tomorrow as new storage class memories (SCM) among other flash SSD as well as NVMe enhanced storage among other technologies are introduced into the market as well as VMware vSAN HCL.

    VMware vSAN and data center class applications
    Image via VMware

    Traditional CI and in particular many HCI solutions have been optimized or focused on smaller application workloads including VDI resulting in the perception that HCI, in general, is only for smaller environments, or larger environment non-mission critical workloads. With vSAN V6.6 VMware is addressing and enabling larger environment mission critical applications including Intersystem Cache medical health management software among others. Other application workload extensions including support for higher performance demanding Hadoop big data analytics, a well as extending virtual desktop infrastructure (VDI) workspace with XenDesktop/XenApp, along with Photon 1.1 container support.

    What about VMware vSAN 6.6. Packaging and License Options

    As part of vSAN 6.6 VMware several solution bundle packaged options for the data center as well as smaller ROBO environment. Contact your VMware representative or partner to learn more about specific details.

    VMware vSAN cloud analytics
    Image via VMware

    VMware vSAN cloud analytics
    Image via VMware

    Where to Learn More

    The following are additional resources to find out more about vSAN and related technologies.

    What this all means

    Continue reading more about VMware vSAN 6.6 in part I here, part II (just the speeds feeds please) is located here, part III (reducing cost and complexity) located here as well as part V here (VMware vSAN evolution, where to learn more and summary).

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the Spring 2017 release of his new book “Software-Defined Data Infrastructure Essentials” (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    VMware vSAN V6.6 Part V (vSAN evolution and summary)

    server storage I/O trends

    VMware vSAN V6.6 Part V (vSAN evolution and summary)

    In case you missed it, VMware announced vSAN v6.6 hyper-converged infrastructure (HCI) software defined data infrastructure solution. This is the fifth of a five-part series about VMware vSAN V6.6. View Part I here, Part II (just the speeds feeds please) is located here, part III (reducing cost and complexity) found here, part IV (scaling ROBO and data centers today) located here.

    VMware vSAN 6.6
    Image via VMware

    For those who are not aware, vSAN is a VMware virtual Storage Area Network (e.g. vSAN) that is software-defined, part of being a software-defined data infrastructure (SDDI) and software-defined data center (SDDC). Besides being software-defined vSAN is HCI combining compute (server), I/O networking, storage (space and I/O) along with hypervisors, management, and other tools.

    How has vSAN (formerly referred to as VSAN) Evolved

    A quick recap of the VMware vSAN progression which first appeared as part of vSphere 5.5. (e.g. vSAN 5.5 can be thought of 1.0 in some ways) consists of several releases. Since vSAN is tightly integrated with VMware vSphere along with associated management tools, there is a correlation between enhancements to the underlying hypervisor, and added vSAN functionality. Keep in mind sometimes by seeing where something has been, helps to view where going.

    Previous vSAN enhancements include:

    • 5.5 Hybrid (mixed HDD and flash)
    • 6.2 (2016) All flash (e.g. AFA) versions included data footprint reduction (DFR) technologies such as compression and dedupe along with performance Quality of Service (QoS) enhancements.
    • 6.5 Cross Cloud functionality including the announcement of container support, cloud-native apps, as well as upcoming vSphere, vSAN, NSX and other VMware software-defined data center (SDDC) and software-defined data infrastructure (SDDI) technology running natively on AWS (not on EC2) cloud infrastructure.
    • 6.6 Modern data infrastructure flexibility, scalability, resiliency, extensibility including performance, availability, capacity and economics (PACE).

    V5.5

    • Distributed RAID
    • Per-VM SPBM
    • Set and change FTT via policy
    • In-kernel hyper-convergence engine
    • RVC and Observer

    V6.0

    • All-flash architecture
    • Perf improvements (4xIOPS)
    • 64-node support
    • High-density storage blades
    • Fault domain awareness
    • Scalable snapshots and clones
    • Disk enclosure management

    V6.1

    • Windows Failover Clustering
    • Oracle RAC support
    • HW checksum and encryption
    • 2-node ROBO mode
    • UltraDIMM and NVMe support
    • Stretch clusters
    • 5 min RPO (vSphere Rep)
    • SMP-FT support
    • Health Check, vROps, Log Insight

    V6.2

    • IPv6 support
    • Software checksum
    • Nearline dedupe and compression on all-flash
    • Erasure coding on all-flash
    • QoS IOPS limits
    • Performance monitoring service

    V6.5

    • iSCSI
    • 2-Node direct connect
    • PowerCLI
    • Public APIs and SDK
    • 512e support
    • All-Flash to all editions

    Where to Learn More

    The following are additional resources to find out more about vSAN and related technologies.

    What this all means, wrap up and summary

    VMware continues to extend the software-defined data center (SDDC) and Software-Defined Data Infrastructure (SDDI) ecosystem with vSAN to address the needs from smaller SMB and ROBO environments to larger SME and enterprise workloads. To me a theme with V6.6 is expanding resiliency, scalability with stability to expand vSAN upmarket as well as into new workloads similar to how vSphere has evolved.

    With each new release, vSAN is increasing its feature, functionality, resiliency and extensiveness associated with traditional storage and non-CI or HCI solutions. Overall a good set of enhancements as vSAN continues its evolution looking back just a few years ago, to where it is today and will be in the future. If you have not looked at vSAN recently, take some time beyond reading this piece to learn some more.

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the Spring 2017 release of his new book “Software-Defined Data Infrastructure Essentials” (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    Cisco Next Gen 32Gb Fibre Channel NVMe SAN Updates

    server storage I/O trends

    Cisco Next Gen 32Gb Fibre Channel and NVMe SAN Updates

    Cisco announced today next generation MDS storage area networking (SAN) Fibre Channel (FC) switches with 32Gb, along with NVMe over FC support.

    Cisco Fibre Channel (FC) Directors (Left) and Switches (Right)

    Highlights of the Cisco announcement include:

    • MDS 9700 48 port 32Gbps FC switching module
    • High density 768 port 32Gbps FC directors
    • NVMe over FC for attaching fast flash SSD devices (current MDS 9700, 9396S, 9250i and 9148S)
    • Integrated analytics engine for management insight awareness
    • Multiple concurrent protocols including NVMe, SCSI (e.g. SCSI_FCP aka FCP) and FCoE

    Where to Learn More

    The following are additional resources to learn more.

    What this all means, wrap up and summary

    Fibre Channel remains relevant for many environments and it makes sense that Cisco known for Ethernet along with IP networking enhance their offerings. By having 32Gb Fibre Channel, along with adding NVMe over Fabric provides existing (and new) Cisco customers to support their legacy (e.g. FC) and emerging (NVMe) workloads as well as devices. For those environments that still need some mix of Fibre Channel, as well as NVMe over fabric this is a good announcement. Keep an eye and ear open for which storage vendors jump on the NVMe over Fabric bandwagon now that Cisco as well as Brocade have made switch support announcements.

    Ok, nuff said (for now…).

    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the spring 2017 release of his new book “Software-Defined Data Infrastructure Essentials” (CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    March 2017 Server StorageIO Data Infrastructure Update Newsletter

    Volume 17, Issue III

    Hello and welcome to the March 2017 issue of the Server StorageIO update newsletter.

    First a reminder world backup (and recovery) day is on March 31. Following up from the February Server StorageIO update newsletter that had a focus on data protection this edition includes some additional posts, articles, tips and commentary below.

    Other data infrastructure (and tradecraft) topics in this edition include cloud, virtual, server, storage and I/O including NVMe as well as networks. Industry trends include new technology and services announcements, cloud services, HPE buying Nimble among other activity. Check out the Converged Infrastructure (CI), Hyper-Converged (HCI) and Cluster in Box (or Cloud in Box) coverage including a recent SNIA webinar I was invited to be the guest presenter for, along with companion post below.

    In This Issue

    Enjoy this edition of the Server StorageIO update newsletter.

    Cheers GS

    Data Infrastructure and IT Industry Activity Trends

    Some recent Industry Activities, Trends, News and Announcements include:

    Dell EMC has discontinued the NVMe direct attached shared DSSD D5 all flash array has been discontinued. At about the same time Dell EMC is shutting down the DSSD D5 product, it has also signaled they will leverage the various technologies including NVMe across their broad server storage portfolio in different ways moving forward. While Dell EMC is shutting down DSSD D5, they are also bringing additional NVMe solutions to the market including those they have been shipping for years (e.g. on the server-side). Learn more about DSSD D5 here and here including perspectives of how it could have been used (plays for playbooks).

    Meanwhile NVMe industry activity continues to expand with different solutions from startups such as E8, Excelero, Everspin, Intel, Mellanox, Micron, Samsung and WD SANdisk among others. Also keep in mind, if the answer is NVMe, then what were and are the questions to ask, as well as what are some easy to use benchmark scripts (using fio, diskspd, vdbench, iometer).

    Speaking of NVMe, flash and SSDs, Amazon Web Services (AWS) have added new Elastic Cloud Compute (EC2) storage and I/O optimized i3 instances. These new instances are available in various configurations with different amounts of vCPU (cores or logical processors), memory and NVMe SSD capacities (and quantity) along with price.

    Note that the price per i3 instance varies not only by its configuration, also for image and region deployed in. The flash SSD capacities range from an entry-level (i3.large) with 2 vCPU (logical processors), 15.25GB of RAM and a single 475GB NVMe SSD that for example in the US East Region was recently priced at $0.156 per hour. At the high-end there is the i3.16xlarge with 64 vCPU (logical processors), 488GB RAM and 8 x 1900GB NVMe SSDs with a recent US East Region price of $4.992 per hour. Note that the vCPU refers to the available number of logical processors available and not necessarily cores or sockets.

    Also note that your performance will vary, and while NVMe protocol tends to use less CPU per I/O, if generating a large number of I/Os you will need some CPU. What this means is that if you find your performance limited compared to expectations with the lower end i3 instances, move up to a larger instance and see what happens. If you have a Windows-based environment, you can use a tool such as Diskspd to see what happens with I/O performance as you decrease the number of CPUs used.

    Chelsio has announced they are now Microsoft Azure Stack Certified with their iWARP RDMA host adapter solutions, as well as for converged infrastructure (CI), hyper-converged (HCI) and legacy server storage deployments. As part of the announcement, Chelsio is also offering a 30 day no cost trial of their adapters for Microsoft Azure Stack, Windows Server 2016 and Windows 10 client environments. Learn more about the Chelsio trial offer here.

    Everspin (the MRAM Spintorque, persistent RAM folks) have announced a new Storage Class Memory (SCM) NVMe accessible family (nvNITRO) of storage accelerator devices (PCIe AiC, U.2). Whats interesting about Everspin is that they are using NVMe for accessing their persistent RAM (e.g. MRAM) making it easily plug compatible with existing operating systems or hypervisors. This means using standard out of the box NVMe drivers where the Everspin SCM appears as a block device (for compatibility) functioning as a low latency, high performance persistent write cache.

    Something else interesting besides making the new memory compatible with existing servers CPU complex via PCIe, is how Everspin is demonstrating that NVMe as a general access protocol is not just exclusive to nand flash-based SSDs. What this means is that instead of using non-persistent DRAM, or slower NAND flash (or 3D XPoint SCM), Everspin nvNITRO enables high endurance write cache with persistent to compliment existing NAND flash as well as emerging 3D XPoint based storage. Keep an eye on Everspin as they are doing some interesting things for future discussions.

    Google Cloud Services has added additional regions (cloud locations) and other enhancements.

    HPE continued buying into server storage I/O data infrastructure technologies announcing an all cash (e.g. no stock) acquisition of Nimble Storage (NMBL). The cash acquisition for a little over $1B USD amounts to $12.50 USD per Nimble share, double what it had traded at. As a refresh, or overview, Nimble is an all flash shared storage system leverage NAND flash solid storage device (SSD) performance. Note that Nimble also partners with Cisco and Lenovo platforms that compete with HPE servers for converged systems.View additional perspectives here.

    Riverbed has announced the release of Steelfusion 5 which while its name implies physical hardware metal, the solution is available as tin wrapped (e.g. hardware appliance) software. However the solution is also available for deployment as a VMware virtual appliance for remote office branch office (ROBO) among others. Enhancements include converged functionality such as NAS support along with network latency as well as bandwidth among other features.

    Check out other industry news, comments, trends perspectives here.

    Server StorageIOblog Posts

    Recent and popular Server StorageIOblog posts include:

    View other recent as well as past StorageIOblog posts here

    Server StorageIO Commentary in the news

    Recent Server StorageIO industry trends perspectives commentary in the news.

    Via InfoStor: 8 Big Enterprise SSD Trends to Expect in 2017
    Watch for increased capacities at lower cost, differentiation awareness of high-capacity, low-cost and lower performing SSDs versus improved durability and performance along with cost capacity enhancements for active SSD (read and write optimized). You can also expect increased support for NVMe both as a back-end storage device with different form factors (e.g., M.2 gum sticks, U.2 8639 drives, PCIe cards) as well as front-end (e.g., storage systems that are NVMe-attached) including local direct-attached and fiber-attached. This means more awareness around NVMe both as front-end and back-end deployment options.

    Via SearchITOperations: Storage performance bottlenecks
    Sometimes it takes more than an aspirin to cure a headache. There may be a bottleneck somewhere else, in hardware, software, storage system architecture or something else.

    Via SearchDNS: Parsing through the software-defined storage hype
    Beyond scalability, SDS technology aims for freedom from the limits of proprietary hardware.

    Via InfoStor: Data Storage Industry Braces for AI and Machine Learning
    AI could also lead to untapped hidden or unknown value in existing data that has no or little perceived value

    Via SearchDataCenter: New options to evolve data backup recovery

    View more Server, Storage and I/O trends and perspectives comments here

    Various Tips, Tools, Technology and Tradecraft Topics

    Recent Data Infrastructure Tradecraft Articles, Tips, Tools, Tricks and related topics.

    Via ComputerWeekly: Time to restore from backup: Do you know where your data is?
    Via IDG/NetworkWorld: Ensure your data infrastructure remains available and resilient
    Via IDG/NetworkWorld: Whats a data infrastructure?

    Check out Scott Lowe @Scott_Lowe of VMware fame who while having a virtual networking focus has a nice roundup of related data infrastructure topics cloud, open source among others.

    Want to take a break from reading or listening to tech talk, check out some of the fun videos including aerial drone (and some technology topics) at www.storageio.tv.

    View more tips and articles here

    Events and Activities

    Recent and upcoming event activities.

    May 8-10, 2017 – Dell EMCworld – Las Vegas

    April 3-7, 2017 – Seminars – Dutch workshop seminar series – Nijkerk Netherlands

    March 15, 2017 – Webinar – SNIA/BrightTalkHyperConverged and Storage – 10AM PT

    January 26 2017 – Seminar – Presenting at Wipro SDx Summit London UK

    See more webinars and activities on the Server StorageIO Events page here.


    Cheers
    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). Author Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press) and Resilient Storage Networks (Elsevier) and twitter @storageio. Watch for the spring 2017 release of his new book Software-Defined Data Infrastructure Essentials(CRC Press).

    Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

    HPE Continues Buying Into Server Storage I/O Data Infrastructures

    Storage I/O Data Infrastructures trends
    Updated 1/16/2018

    HPE expanded its Storage I/O Data Infrastructures portfolio buying into server storage I/O data infrastructure technologies announcing an all cash (e.g. no stock) acquisition of Nimble Storage (NMBL). The cash acquisition for a little over $1B USD amounts to $12.50 USD per Nimble share, double what it had traded at. As a refresh, or overview, Nimble is an all flash shared storage system leverage NAND flash solid storage device (SSD) performance. Note that Nimble also partners with Cisco and Lenovo platforms that compete with HPE servers for converged systems.

    Earlier this year (keep in mind its only mid-March) HPE also announced acquisition of server storage Hyper-Converged Infrastructure (HCI) vendor Simplivity (about $650M USD cash). In another investment this year HPE joined other investors as part of scale out and software defined storage startups Hedvig latest funding round (more on that later). These acquisitions are in addition to smaller ones such as last years buying of SGI, not to mention various divestitures.

    Data Infrastructures

    What Are Server Storage I/O Data Infrastructures Resources

    Data Infrastructures exists to support business, cloud and information technology (IT) among other applications that transform data into information or services. The fundamental role of data infrastructures is to give a platform environment for applications and data that is resilient, flexible, scalable, agile, efficient as well as cost-effective.

    Technologies that make up data infrastructures include hardware, software, cloud or managed services, servers, storage, I/O and networking along with people, processes, policies along with various tools spanning legacy, software-defined virtual, containers and cloud.

    HPE and Server Storage Acquisitions

    HPE and its predecessor HP (e.g. before the split that resulted in HPE) was familiar with expanding its data infrastructure portfolio spanning servers, storage, I/O networking, hardware, software and services. These range from Compaq who acquired DEC which gave them the StorageWorks brand and product line up (e.g. recall EVA and its predecessors), Lefthand, 3PAR, IBRIX, Polyserve, Autonomy, EDS and others that I’m guessing some at HPE (along with customers and partners) might not want to remember.

    In addition to their own in-house including via technology acquisition, HPE also partners for its entry-level and volume low-end MSA (Modular Storage Array) series with DotHill who was acquired by Seagate a year or so ago. In addition to the MSA, other HPE OEMs for storage include Hitachi Ltd. (e.g. parent of Hitachi Data Systems aka HDS) reselling their high-end enterprise class storage system as the XP7, as well as various other partner arrangements.

    Keep in mind that HPE has a large server business from low to high-end, spanning towers to dense blades to dual, quad and cluster in box (CiB) configurations with various processor architectures. Some of these servers are used as platforms for not only HPE, also other vendors software defined storage, as well as tin wrapped software solutions, appliances and systems. HPE is also one of a handful of partners working with Microsoft to bring the software defined private (and hybrid) Azure Stack cloud stack as an appliance to market.

    HPE acquisitions Dejavu or Something New?

    For some people there may be a sense of Dejavu of what HPE and its predecessors have previously acquired, developed, sold and supported into the market over years (and decades in some cases). What will be interesting to see is how the 3PAR (StoreServ) and Lefthand based (StoreVirtual) as well as ConvergedSystem 250-HC product lines are realigned to make way for Nimble and Simplivity.

    Likewise what will HPE do with MSA at the low-end, continue to leverage it for low-end and high-volume basic storage similar to Dell with the Netapp/Engenio powered MD series? Or will HPE try to move the Nimble down market and displace the MDS? What about in the mid-market, will Nimble be unleashed to replace StoreVirtual (e.g. Lefthand), or will they fence it in (e.g. being restricted to certain scenarios?
    Will the Nimble solution be allowed to move up market into the low-end of where 3PAR has been positioned, perhaps even higher up given its all flash capabilities. Or, will there be a 3PAR everywhere approach?

    Then there is Simplivity as the solution is effectively software running on an HPE server (or with other partners Cisco and Lenovo) along with a PCIe offload card (with Simplivity data services acceleration). Note that Simplivity leverages PCIe offload cards for some of their functionality, this too is familiar ground for HPE given its ASIC use by 3PAR.

    Simplivity has the potential to disrupt some low to mid-range, perhaps even larger opportunities that are looking to go to a converged infrastructure (CI) or HCI deployment as part of their data infrastructure needs. One can speculate that Simplivity after repackaging will be positioned along current HPE CI and HCI solutions.

    This will be interesting to watch to see if the HPE server and storage groups can converge not only from a technology point, also sales, marketing, service, and support perspective. With the Simplivity solution, HPE has an opportunity to move the industry thinking or perception that HCI is only for small environments defined by what some products can do.

    What I mean by this is that HPE with its enterprise and SMB along with SME and cloud managed service provider experience as well as servers can bring hyper-scale out (and up) converged to the market. In other words, start addressing the concern I hear from larger organizations that most CI or HCI solutions (or packaging) are just for smaller environments. HPE has the servers, they have the storage from MSAs to other modules and core data infrastructure building blocks along with the robustness of the Simplivity software to enable hyper-scale out CI.

    What about bulk, object, scale-out storage

    HPE has a robust tape business, yes I know tape is dead, however tell that to the customers who keep buying products providing revenue along with margin to HPE (and others). Likewise HPE has VTLs as well as other solutions for addressing bulk data (e.g. big data, backups, protection copies, archives, high volume, and large quantity, what goes on tape or object). For example HPE has the StoreOnce solution.

    However where is the HPE object storage story?

    Otoh, does HPE its own object storage software, simply partner with others? HPE can continue to provide servers along with underlying storage for other vendors bulk, cloud and object storage systems, and where needed, meet in the channel among other arrangements.

    On the other hand, this is where similar to Polyserve and Ibrix among others in the past have come into play, with HPE via its pathfinder (investment group) joining others in putting some money into Hedvig. HPE gets access to Hedvig for their scale out storage that can be used for bulk as well as other deployments including CI, HCI and CIB (e.g. something to sell HPE servers and storage with).

    HPE can continue to partner with other software providers and software-defined storage stacks. Keep in mind that Milan Shetti (CTO, Data Center Infrastructure Group HPE) is no stranger to these waters given his past at Ibrix among others.

    What About Hedvig

    Time to get back to Hedvig which is a storage startup whose software can run on various server storage platforms, as well as in different topologies. Different topologies include in a CI or HCI, Cloud, as well as scale out with various access including block, file and object. In addition to block, file and object access, Hedvig has interesting management tools, data services, along with support for VMware, Docker, and OpenStack among others.

    Recently Hedvig landed another $21.5M USD in funding bringing their total to about $52M USD. HPE via its investment arm, joins other investors (note HPE was part of the $21.5M, that was not the amount they invested) including Vertex, Atlantic Bridge, Redpoint, edbi and true ventures.

    What does this mean for HPE and Hedvig among others? Tough to say however easy to imagine how Hedvig could be leveraged as a partner using HPE servers, as well as for HPE to have an addition to their bulk, scale-out, cloud and object storage portfolio.

    Where to Learn More

    View more material on HPE, data infrastructure and related topics with the following links.

  • Cloud and Object storage are in your future, what are some questions?
  • PCIe Server Storage I/O Network Fundamentals
  • If NVMe is the answer, what are the questions?
  • Fixing the Microsoft Windows 10 1709 post upgrade restart loop
  • Data Infrastructure server storage I/O network Recommended Reading
  • Introducing Windows Subsystem for Linux WSL Overview
  • IT transformation Serverless Life Beyond DevOps with New York Times CTO Nick Rockwell Podcast
  • HPE Announces AMD Powered Gen 10 ProLiant DL385 For Software Defined Workloads
  • AWS Announces New S3 Cloud Storage Security Encryption Features
  • NVM Non Volatile Memory Express NVMe Place
  • Data Infrastructure Primer and Overview (Its Whats Inside The Data Center)
  • January 2017 Server StorageIO Update Newsletter
  • September and October 2016 Server StorageIO Update Newsletter
  • HP Buys one of the seven networking dwarfs and gets a bargain
  • Did HP respond to EMC and Cisco VCE with Microsoft Hyper-V bundle?
  • Give HP storage some love and short strokin
  • While HP and Dell make counter bids, exclusive interview with 3PAR CEO David Scott
  • Data Protection Fundamental Topics Tools Techniques Technologies Tips
  • Hewlett-Packard beats Dell, pays $2.35 billion for 3PAR
  • HP Moonshot 1500 software defined capable compute servers
  • What Does Converged (CI) and Hyper converged (HCI) Mean to Storage I/O?
  • What’s a data infrastructure?
  • Ensure your data infrastructure remains available and resilient
  • Object Storage Center, The SSD place and The NVMe place
  • Additional learning experiences along with common questions (and answers), as well as tips can be found in Software Defined Data Infrastructure Essentials book.

    Software Defined Data Infrastructure Essentials Book SDDC

    What this all means

    Generally speaking I think this is a good series of moves for HPE (and their customers) as long as they can execute in all dimensions.

    Let’s see how they execute, and by this, I mean more than simply executing or terminating staff from recently acquired or earlier acquisitions. How will HPE craft go to the market message that leverages the portfolio to compete and hold or take share from other vendors, vs. cannibalize across its own lines (e.g. revenue prevention)? With that strategy and message, how will HPE assure existing customers will be taken care, be given a definite upgrade and migration path vs. giving them a reason to go elsewhere.

    Hopefully HPE unleashes the full potential of Simplivity and Nimble along with 3PAR, XP7 where needed, along with MSA at low-end (or as part of volume scale-out with servers for software defined), to mention sever portfolio. For now, this tells me that HPE is still interested in maintaining, expanding their data infrastructure business vs. simply retrenching selling off assets. Thus this looks like HPE is interested in continuing to invest in data infrastructure technologies including buying into server, storage I/O network, hardware, software solutions, while not simply clinging to what they already have, or previously bought.

    Everything is not the same in data centers and across data infrastructure, so why have a one size fits all approach for organization as large, diverse as HPE.

    Congratulations and best wishes to the folks at Hedvig, Nimble, Simplivity.

    Now, lets see how this all plays out.

    Ok, nuff said, for now.

    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert 2010-2017 (vSAN and vCloud). Author of Software Defined Data Infrastructure Essentials (CRC Press), as well as Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2024 Server StorageIO and UnlimitedIO. All Rights Reserved. StorageIO is a registered Trade Mark (TM) of Server StorageIO.

    Data Infrastructure IT Industry Related Resource Links A to E

    Data Infrastructure IT Industry Related Resource Links A to E

    IT Data Center and Data Infrastructure Industry Resources

    Updated 2/20/2018

    Following are some useful Data Infrastructure IT Industry Resource Links A to E to cloud, virtual and traditional IT data infrastructure related web sites. The data infrastructure environment (servers, storage, IO and networking, hardware, software, services, virtual, container and cloud) is rapidly changing. You may encounter a missing URL, or a URL that has changed. This list is updated on a regular basis to reflect changes (additions, changes, and retirement).

    Disclaimer and note: URL’s submitted for inclusion on this site will be reviewed for consideration and to be in generally accepted good taste in regards to the theme of this site.

    Best effort has been made to validate and verify the data infrastructure URLs that appear on this page and web site however they are subject to change. The author and/or maintainer(s) of this page and web site make no endorsement to and assume no responsibility for the URLs and their content that are listed on this page.

    Software Defined Data Infrastructure Essentials Book SDDC

    Send an email note to info at storageio dot com that includes company name, URL, contact name, title and phone number along with a brief 40 character description to be considered for addition to the above data infrastructure list, or, to be removed. Note that Server StorageIO and UnlimitedIO LLC (e.g. StorageIO) does not sell, trade, barter, borrow or share your contact information per our Privacy and Disclosure policy. View related data infrastructure Server StorageIO content here, and signup for our free newsletter here.

    Links A-E
    Links F-J
    Links K-O
    Links P-T
    Links U-Z
    Other Links

    • A3Cube    Computer I/O solution startup
    • AAPT   AAPT    AWS connect partner, Hosting/cloud/access services
    • abiquo.com    Cloud development and management tools
    • Above.net/Zayo Group    AWS connect parter, Hosting/cloud/access services
    • abrevity.com    eDiscovery, search, indexing, classification
    • accellion.com    File transfer tools
    • accessopt.com    Holographic storage
    • acinion.com    Video solutions
    • acopia.com    NAS aggregation and global name space (bought by F5)
    • acronis.com    Backup and data protection tools
    • acsacs.com    Value added reseller (VAR)
    • acs-inc.com    Hosting, outsourcing and managed services (Bought by Xerox)
    • actifio.com    Data protection solutions
    • active-circle.com    Data archiving and storage solutions
    • activestate.com    Stackato PaaS for cloud tools
    • adaptec.com    Adapters, iSCSI storage, data backup solutions (See PMC)
    • adesto.com    CBRAM startup
    • addonics.com    SSD storage solutions
    • adic.com    Backup, Dedupe and data protection solutions (Bought by Quantum)
    • adinfa.com        Energy and resource management tools
    • AdRem Netcrunch        Monitoring of Networks, Systems and Applications, DCIM
    • Adtran    Datacom and networking solutions
    • advancedvault.com    Business continuity solutions
    • advaoptical.com    Optical networking
    • afcom.com    Data center industry user group
    • aforesolutions.com    Cloud storage and infrasture management tools
    • agami.com    High performance NAS storage (Shutdown)
    • agilent.com    Host adapters and test equipment
    • agility.com    Optical solutions and components
    • agilysys.com    VAR
    • aiim.com    Archiving and records management trade group
    • ait.com    Cloud and web hosting
    • Ajubeo    Cloud and management solutions
    • akamai.com    Content distribution network (CDN)
    • akitio.com    Storage systems
    • akorri.com    Storage resource and capacity management
    • alacritech.com    Storage networking adapters for iSCSI
    • alacritus.com    Data Protection Software
    • alcatel.com    Networking and storage networking equipment
    • alliance-it.com    Value added reseller (VAR)
    • allstorage.nl    Storage services solution provider
    • amazon.com    Cloud compute and storage services
    • AmberPoint.com    SOA management tools
    • amcc.com    Storage networking components (aka JNI & 3ware Bought by LSI)
    • amd.com    Server and processor chips
    • americanfibersystems.com    Metropolitan storage networks and fiber bandwidth
    • amphenol.com    Storage Networking connectors and cables
    • Amplidata.com    Object and wide area based storage
    • ancot.com    Storage networking testing equipment
    • anixter.com    Networking components
    • Anobit.com    Memory components
    • ansi.org    American National Standards Institute
    • Anstor64.com    iSCSI storage software
    • anuesystems.com    SONET’/SDH and network test equipment
    • apc.com    Environmental and power systems and DCIM solutoins
    • apcon.com    Physical cabling and management
    • aperture.com    Data center tools including CMDB (Bought by Emerson)
    • appassue.com    SQL server and data protection tools (Bought by Dell)
    • Appcore    Cloud management tools
    • Appfirst    IT Ops, Development and DCIM monitoring and PKI metrics
    • appiq.com    Storage Management Software (Bought by HP)
    • appirio.com    Cloud and content tools and services
    • apple.com    Server and storage
    • apprenda.com    Grid and data management tools
    • Apprenda   Platform as a service tools
    • aprius.com    PCIe Server I/O virtualization (IOV) technology
    • aptare.com    Data protection management and backup reporting
    • arasan.com    IP Networking components
    • Archivas.com    Archiving and data management software (Bought by HDS)
    • arcmail.com    Email archiving
    • Arcplace    Data management archiving
    • arcsight.com    Compliance solutions
    • argent.com    Data center management and CMDB tools
    • ariodata.com    Scalable data storage and blade storage systems
    • aristanetworks.com    Networking technologies
    • aristoslogic.com    Storage controller technology (Bought by Adaptec)
    • Arkeia.com    Backup and data protection software (Bought by WD)
    • arkivio.com    Storage management and ILM software
    • arm.com    Microprocessor producer
    • armor247.com    SMB focused data protection solutions
    • arrow.com    Distributor
    • arsenaldigital.com    Managed backup service (Bought by IBM)
    • arxscan.com    SRM and file reporting software
    • asankya.com    Application delivery and cloud access
    • asciitable.com    Site containing the ASCII character set table
    • ashare.org    HVAC Engineers Association
    • asigra.com    Backup and data protection solutions
    • asnp.org    Association Storage Networking Professionals
    • asperasoft.com    High speed file and data transfer tools
    • astaro.com    Security tools
    • astutenetworks.com    iSCSI storage optimized for VMware
    • atempo.com    Backup Software
    • Atlantic Metro Communications    AWS connect parter, Hosting/cloud/access services
    • Atlantiscomputing    ILIO VDI and I/O optimization, cache tools
    • atmforum.com    ATM trade association
    • atrato.com    Storage systems
    • attachmate.com    IT management tools (bought Novell)
    • attotech.com    Storage networking adapters and gateways
    • Attunesystems.com    NAS and file virtualization (Assets bought by F5)
    • attunity.com    File and data movement tools
    • autonomy.com    Data management and cloud services (Bought by HP) –
    • autovirt.com    Storage automation tiering tools
    • avagotech.com    Semiconductor technologies
    • availl.com    Data movement and replication solutions
    • avamar.com    Dedupe, Backup and Restoration Solutions (Bought by EMC)
    • avanade.com    Var
    • avaya.com    Networking and communications
    • averesystems.com    NAS caching and automated tiering
    • avg.com    Security and anti-virus software
    • avnet.com    Distributor
    • www.avocent.com    Infrastructure resource management tools
    • axcient.com    Cloud data protection solutions
    • axiossystems.com    IRM and service management tools
    • axsone.com    Records and document management
    • axxana.com    Data protection and replication tools
    • Backblaze    Online and cloud backup storage
    • BackupAssist    Backup and Recovery software
    • backupify.com    Backup for google apps
    • BUMI    Backup and data protection tools
    • backupright.com    Online and cloud backup
    • Backula    Opensource Backup and data protection
    • bakbone.com    Backup Software (Bought by Quest bought by Dell)
    • balesio.com    File compression solutions
    • barracudanetworks.com    Networking devices, backup software
    • basho.com    NOSQL Database and object storage technology –
    • batblue.com    Cloud, application delivery networking services
    • Bestel   Bestel    AWS connect parter, Hosting/cloud/access services
    • Beyondtust    Vulnerability assessment and detection
    • bigswitch.com    Openflow based network switches
    • BitArmor.com    Data security software
    • bitcasa.com    Cloud storage and backup
    • Bitcentral    Video management solutions
    • Bitmicro    Solid state devices and other solutions
    • Blackbox    Data center infrastructure, DCIM, KVM and other solutions
    • BlackMESH    FedRAMP and DevOPs hosting
    • blade.org    Trade group for blade servers
    • bladelogic.com    Server management and discovery software
    • BladeNetwork.net    Server and storage blades (Bought by IBM)
    • Bladeroom    Data center and hosting
    • bladesystems.org    Industry trade group for blade servers and storage
    • bladetechnologies.net    Networking technologies
    • blockbridge.com    Elastic Storage Software and Tools
    • bluearc.com    High performance NAS enterprise class storage (Bought by HDS)
    • bluecoat.com    WAN optimization
    • bluecorenetworks.com    Networking infrastructure solutions
    • Bluehost    Web hosting, dedicated and virtual private servers
    • bluelock.com    Hosting, managed service and cloud provider
    • BlueOSS    Cloud and business inteligence solutions
    • www.bluestripe.com     Software for managing virtual data centers
    • bmc.com    Storage management software
    • bocada.com    Backup and management software
    • bowindustries.com    Tape media cleaning tools
    • box.net    Internet/web/cloud storage services
    • bphx.com    Legacy application transformation
    • bridgestor.com    Data reduction and storage optimization
    • Bridghead.com    Storage management software
    • broadband.com    Portal site for finding network bandwidth services
    • broadbandreports.com    Portal site for finding high speed internet access
    • broadcom.com    Storage networking component supplier
    • brocade.com    Switches, WAN gateways, software
    • brouwerconsultancy.com    Storage consultancy service
    • bswd.com    Brian Berg’s Storage Cornucopia web site
    • btiphotonics.com    WDM and Optical networking technologies
    • buffalotech.com    SMB and SOHO NAS storage
    • bustech.com    IBM Mainframe to open systems gateways (Bought by EMC)
    • bycast.com    Grid based fixed content, archive and object storage (Bought by NetApp)
    • c2c.com    Email archiving solutions
    • c2esoft.com    Data center operations and insight management tools
    • ca.com    Data management software
    • Computer Associates    Various data center, DCIM, data protection and other solution tools
    • call-recall.com    Optical storage
    • Canonical   Ubuntu Linux
    • carbonite.com    Cloud storage and backup
    • caringo.com    CAS archiving and object storage tools
    • casecentral.com    Cloud ediscovery
    • cassandra.apache.org    Data management and database alternative software
    • Apache Cassandra    NOSql Data Management tools
    • cassat.com    IRM management tools (Bought by CA)
    • Catalogic Software    Data protection and management tools
    • cataphora.com    Data management tools
    • catbird.com    VM security tools
    • caviumnetworks.com    Networking processors and chip technologies
    • cdproject.net    Carbon Disclosure Project
    • cdrive.com    VAR
    • cdw.com    VAR
    • celion.com    Network services for storage over distance
    • celona.com    Data migration tools
    • cemaphore.com    Messaging solutions
    • centos.org    Cluster Storage
    • centrepath.com    Storage management solutions (formerly Giant Loop)
    • centrify.com    Digital rights management for cloud, virtual, server, desktop and storage
    • Tier3/CenturyLink   Cloud, hosting and managed services
    • Centurylinkg/Savvis    Cloud and hosting solutions
    • Ceph   Cloud and object storage solutions
    • cert.org    Internet Security information
    • certesnetworks.com    Cloud security tools
    • certon.com    VAR
    • CFN Services    AWS connect parter, Hosting/cloud/access services
    • chelsio.com    High speed Ethernet adapters
    • chicorporation.com    Data protection, cloud and storage VAR
    • ciena.com    Optical networking
    • Cinenet    AWS connect parter, Hosting/cloud/access services
    • ciphermax.com    Data Storage Encryption Tools
    • cipheroptics.com    Storage networking security
    • ciprico.com    Storage systems (Bought by DotHill)
    • cirrustore.com    Backup data protection tools
    • cirtas.com    Cloud Storage Appliance – Added 6/9/10
    • cisco.com    Switches, WAN and Optical networking
    • Citrix.com    Virtualization solutions
    • ClearDB.com/.com    Local and distributed (GEO) MySQL database software and service
    • clearpace.com/.com    Large scale archive and data management tools
    • CleverSafe.com    Distributed object/esrasure storage
    • climatesaverscomputing.com    Green computing industry trade group
    • Clonix   Data cloning, duplication and protection tools
    • CloudByte   Scale-out and cloud storage
    • cloudera.com    Hadoop data storage and analytics tools
    • CloudFlare   CDN and Web Cache solutions
    • cloudfuzion.com    High performance servers
    • Cloudian   Cloud and object storage tools
    • Cloudphysics   Big data and virtualization tools
    • cloudreplica.com    Cloud data protection tools
    • cloudscaling.com    Open cloud platforms
    • Apache CloudStack   Open Source Cloud tools
    • cloudtp.com    Open cloud deployment solutions
    • CloudVelocity   Hybrid Cloud and data protection management solutins
    • cloverleafcomm.com    Storage Virtualization tools (Bought by DotHill)
    • clustrix.com    Storage software startup
    • cmg.org    Computer Measurement Group
    • cnt.com    Switches, WAN gateways, software (Bought by McData bought by Brocade)
    • Cobalt Iron   Data protection tools
    • code42.com    Cloud storage and backup aka Crashplan
    • Codenomicon.com    Data and security tools
    • cofio.com    Backup and data protection tools
    • CohesiveFT   Cloud solution and management tools
    • colliercomputing.com    VAR
    • colo-america.com    Co-location and hosting services

    • communities.vmware.com    VMware community
    • commvault.com    Data management software
    • comodo.com    Encryption tools
    • Comparitech    Consumer tech reviews
    • compellent.com    SMB Storage sub-systems and software – (Bought by Dell)
    • comptia.org    Computer and Technology Industry Association
    • compucom.com    VAR
    • computergamedesign.org    Computer game design
    • compuverde.com    Big data management tools and object storage
    • compuware.com    IT management and performance tools
    • condre.com    VAR/distributor
    • Condusiv   Data and storage management tools including Diskeeper
    • XO Communications    AWS connect parter, Hosting/cloud/access services
    • Connected Cloud    Cloud management tools
    • connectwise.com    IT automation tools
    • conres.com    Value added reseller (VAR)
    • consiliant.com    VAR
    • ConstantData.com    Real time data replication and mirroring
    • continuitysoftware.com    Replication and Snapshot data protection management
    • convirture.com    Cloud and virtualization tools
    • copansys.com    Secondary storage for backup and archiving (Assets Bought by SGI)
    • coraid.com    SATA over Ethernet storage
    • CoreSite    AWS connect parter, Hosting/cloud/access services
    • corevault.com    Cloud services
    • Cormant    DCIM and data center and infrastructure management tools
    • corning.com    Fiber optic cabling
    • corsair.com    SSD
    • corvis.com    Networking solutions
    • cPanel    Web, cloud and hosting management tools
    • crashplan.com    Cloud storage and backup aka Code42
    • creekpath.com    Storage management software
    • www.critical-links.com    Office in a box
    • crossroads.com    Storage routers and data protection management tools
    • Crosswalkinc.com    Clustered NAS storage (Ceased Operations)
    • crucial.com    Memory and SSD solutions
    • cru-dataport.com    Data Archive solutions
    • Crypto.com    Crypto resource site
    • www.ctera.com    Cloud storage appliance
    • Cumulus Networks    Open networking
    • curtisssd.com    SSD solution provider
    • cya.com    Document management and data protection
    • cyber-ark.com    Security data protection tools
    • cypress.com    Storage and networking components
    • dantz.com    Data protection and backup solutions (Aka Retrospect Bought by EMC, EMC sold off)
    • datacentertechnologies.com    Data management solutions (Bought by Symantec)
    • datacore.com    Storage management software
    • datadepositbox.com    Online backup and data protection
    • datadirectnetworks.com    Aka DDN Storage systems, SAN, NAS, Object and cloud
    • datadomain.com    Data Deduplication System (Bought by EMC)
    • Data Dynamics Inc    StorageX Data Movement, Migration and management
    • datafort.com    Online cloud backup
    • dataglobal.com    Data and storage management
    • Data Gravity    Big Data solutions
    • datagres.com    Cloud and application caching acceleration
    • dataguise.com/    Data security solutions
    • datalink.com    VAR
    • datallegro.com    Data warehouse storage solution (Bought by Microsoft)
    • datamirror.com    Data replication solutions
    • DataON Storage    Storage solutions
    • Datapipe    AWS connect parter, Hosting/cloud/access services
    • dataprotection.com    Vaultlogix data protection tools for cloud
    • DataRAM.com    SSD solutions
    • Data sales    Storage systems sales and leasing
    • dataslide.com    Hard rectangular disk (HRD)
    • datastor.com    Windows based backup data protection
    • datcollaborative.org    Data collaboration group and DAPL material
    • datoptic.com    Storage VAR
    • daymarksi.com    Value added reseller (VAR)
    • DBR360    AWS connect parter, Hosting/cloud/access services
    • ddifrontline.com    Security and access control
    • debian.org    Open source operating system
    • Debriefing software    Storage SRM tools
    • decru.com    Storage networking security solutions (Bought by NetApp)
    • Asempra.com    Data protection bought by Dell via Quest
    • dell.com    Storage networking equipment
    • Delphix    Storage, data management and data protection tools
    • demandtechnology.com    Demand technology software (performance software)
    • Denodo    Data virtualization tools
    • dexrexgear .com    Social media cloud storage
    • www.dey-sys.com    Open source software based sotrage
    • www.dh2i.com    Database virtualization software tools
    • digidata.com    Storage solutions
    • digistoresolutions.com    Archiving and data protection solutions
    • Digitalocular.com     Video data management tools
    • digitalreefinc.com    eDiscovery and compliance tools
    • digitiliti.com    Cloud and managed service backup
    • diligent.com    Virtual Tape Library (VTL) and Dedupe (Bought by IBM)
    • dimensiondata.com    VAR
    • Dimension Data    Hosting and managed services
    • dincloud.com    Cloud virtual desktop
    • directtextbook.com    Online book venue
    • discoverybox.net    Data protection for legal hold and compliance
    • diskkeeper.com    File and disk storage defragmentation (Condusiv)
    • Disklace.com    Disk storage optimization tools
    • dlink.com    Storage, network and cloud technologies
    • dmtf.org    Distributed Management Task Force
    • dnfstorage.com    iSCSI and hybrid storage (formerly Stonefly)
    • dothill.com    Distributed storage solutions
    • Doubletake.com    Data replication software
    • driveoncloud.com    Cloud drive online storage
    • drivesaversdatarecovery.com    Data protection and recovery
    • drobo.com    SMB and SOHO NAS storage
    • dropbox.com    Cloud storage and file sharing
    • druva.com    Backup, Storage, network and cloud technologies
    • dsireusa.org    Database of State Incentives and Renewable Energy
    • Dundas    Data Visualization and mobile dashboards
    • dvs.de    Digital video systems and storage
    • dynamicsolutions.com    Storage and data protection VAR
    • EaseUS    Backup, data protection and cloning tools
    • ecctek.com    Rugged data storage components
    • econnectix.com    Data and storage management solutions
    • eds.com    Data outsourcing and cloud provider (Bought by HP)
    • eere.energy.gov     U.S. Department of Energy (DoE) web site
    • egenera.com    Blade server and server virtualization management software
    • eginnovations.com    Application and infrastructure monitoring
    • egnyte.com    Cloud backup and data protection
    • eia.doe.gov/fuelelectric.html    Portal for electrical power generation, use and costs
    • emc.com    Storage sub-systems software
    • Emerson.com    DCIM IT Data center power, cooling and environmental management tools
    • Empired FlexScale    IT and business cloud solutions
    • emprisanetworks.com    Network management solutions (Bought by BMC)
    • emulex.com    Host bus adapters and embedded switches
    • enclarity.com    Healthcare CRM and analysis tools
    • encryptstick.com    USB based encryption device
    • enduradata.com    Data distribution and protection
    • energycenter.org    California Center for Sustainable Energy
    • energyshop.com    Portal for energy pricing and options
    • energystar.gov    United States EPA Energy Star web site
    • Enhance-tech.com    Storage VAR
    • enmotus.com    SSD storage tiering technology
    • Ensim   IT and cloud provisioning/management tools
    • enstratus.com    Amazon cloud computing management tools (Bought by Dell)
    • enterprisedb.com    Enterprise Database tools
    • epeat.net    Site for comparing desktop and related products
    • epic.com    Medical Information Technology software
    • equallogic.com    iSCSI storage systems (Bought by Dell)
    • Equinix, Inc.    AWS connect parter, Hosting/cloud/access services
    • equivio.com    Email data protection and retention
    • ericom.com    Desktop and VDI tools
    • esilicon.com    ASIC and custom silicon development
    • essextec.com    VAR
    • Eucalyptus    Open source cloud solutions
    • Evault.com    aka i365 – Remote (Cloud) backup service provider (Bought by Seagate)
    • Everspin Technologies    MRAM memories
    • evolvingsol.com    VAR
    • evostor.com    Storage startup
    • exablade.com    High performance application acceleration
    • Exablox    SMB storage solutions
    • Exabyte.com    Removable tape and robotics
    • exagrid.com    Backup Storage
    • exanet.com    Clustered NAS Storage (Bought by Dell aka FluidFileSystem)
    • exar.com    Server, Storage and Networking components
    • exavio.com    HD and SD data capture
    • exludus.com    Multi core optimize
    • Expand.com    Network and WAN optimization
    • Expertanalyticalsystems.com    Storage analysis tools
    • Exponential-e Ltd.    AWS connect parter, Hosting/cloud/access services
    • expresscomputersystems.com    Storage solutions VAR
    • extremenetworks.com    Networking switches

    Where To Learn More

    View additional NAS, NVMe, SSD, NVM, SCM, Data Infrastructure and HDD related topics via the following links.

    Additional learning experiences along with common questions (and answers), as well as tips can be found in Software Defined Data Infrastructure Essentials book.

    Software Defined Data Infrastructure Essentials Book SDDC

    What This All Means

    Visit the following additional data infrastructure and IT data center related links.

    Links A-E
    Links F-J
    Links K-O
    Links P-T
    Links U-Z
    Other Links

    Ok, nuff said, for now.

    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert 2010-2017 (vSAN and vCloud). Author of Software Defined Data Infrastructure Essentials (CRC Press), as well as Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2024 Server StorageIO and UnlimitedIO. All Rights Reserved. StorageIO is a registered Trade Mark (TM) of Server StorageIO.

    Data Infrastructure IT Industry Related Resource Links F to J

    Data Infrastructure IT Industry Related Resource Links F to J

    IT Data Center and Data Infrastructure Industry Resources

    Updated 2/20/2018

    Following are some useful Data Infrastructure IT Industry Resource Links F to J to cloud, virtual and traditional IT data infrastructure related web sites. The data infrastructure environment (servers, storage, IO and networking, hardware, software, services, virtual, container and cloud) is rapidly changing. You may encounter a missing URL, or a URL that has changed. This list is updated on a regular basis to reflect changes (additions, changes, and retirement).

    Disclaimer and note: URL’s submitted for inclusion on this site will be reviewed for consideration and to be in generally accepted good taste in regards to the theme of this site.

    Best effort has been made to validate and verify the data infrastructure URLs that appear on this page and web site however they are subject to change. The author and/or maintainer(s) of this page and web site make no endorsement to and assume no responsibility for the URLs and their content that are listed on this page.

    Software Defined Data Infrastructure Essentials Book SDDC

    Send an email note to info at storageio dot com that includes company name, URL, contact name, title and phone number along with a brief 40 character description to be considered for addition to the above data infrastructure list, or, to be removed. Note that Server StorageIO and UnlimitedIO LLC (e.g. StorageIO) does not sell, trade, barter, borrow or share your contact information per our Privacy and Disclosure policy. View related data infrastructure Server StorageIO content here, and signup for our free newsletter here.

    Links A-E
    Links F-J
    Links K-O
    Links P-T
    Links U-Z
    Other Links

    • f5.com    Networking solutions
    • fabric7.com    High speed networking
    • falconstor.com    Storage management software
    • FarStone.com    Backup and data protection software
    • fcoe.com    Web site pertaining to Fibre Channel over Ethernet (FCoE)
    • fdr.com    Aka Innovation data protection tools
    • fedoraproject.org    Linux based operating system
    • Fiber Internet Center    AWS connect parter, Hosting/cloud/access services
    • FiberLight    AWS connect parter, Hosting/cloud/access services
    • fibrechannel.org    Fibre Channel Trade Group
    • filenet.com    File Management Solutions
    • FilesX.com    Backup and data protection software (Bought by IBM)
    • filetek.com    Data management solutions (Bought by SGI)
    • finisar.com    Test, Diagnostic, and Optic Transceivers
    • firescope.com    DCIM, IRM, PMDB, CMDB data solutions
    • First Communications    AWS connect parter, Hosting/cloud/access services
    • Firewall Technical    AWS Desktop, Server and Network Support
    • flashsoft.com    SSD cache software (Bought by SANdisk)
    • Flexiant    Cloud management tools
    • flexstar.com    Hardware testing equipment
    • FNT Software    Data Center and DCIM software tools
    • Folder Sizes    Disk Space Management software tools
    • force10.com    High speed networking (Bought by Dell)
    • forsythe.com    VAR
    • foundrynetworks.com    Networking switches (Bought by Brocade)
    • FreeNAS    ZFS based NAS storage software
    • frety.com    Site with links to various technologies
    • fueleconomy.gov    US Government site for energy efficiency
    • fujifilm.com    Data storage tape media
    • Fujitsu.com    Computers, disks, storage
    • fujitsu-siemens.com    Storage, VTL, storage management solutions
    • fulcrummicro.com    10Gb and high performance chips and cross bars
    • fusionio.com    PCIe based NAND/FLASH local SSD for internal server attachment
    • ioturbine.com    IO optimization driver software (Bought by FusionIO)
    • fusionstorm.com    Value added reseller (VAR)
    • FutureMark    PC Benchmarking and testing tools (PCMark and others)
    • gear6.com    Data performance acceleration NAS caching appliance (Bought by Violin)
    • Geist Global    Data Center and DCIM tools
    • geminare.com    Cloud and application migration and recovery tools
    • genie-soft.com    Backup and data protection tools
    • genstor.com    Storage solutions
    • gfi.com    SMB Email security and data protection
    • gigaspace.com    Grid application and data management middle ware
    • gladinet.com    Cloud storage access software
    • Global Capacity    AWS connect parter, Hosting/cloud/access services
    • globalstor.com    Data storage solutions
    • glodynetechnoserve.com    IT Management tools
    • gluster.com    Open source clustered file system (Bought by Redhat)
    • gogrid.com    Cloud IaaS and hosting services
    • goldengate.com    Data protection and management software (Bought by Oracle)
    • goodsync.com    Data protection solutions
    • Google    Various cloud services including Google Drive, Documents and others
    • graudata.com    Archive software tools
    • Gravitant    Cloud brokerage and management tools
    • green-bytes.com    ZFS based storage management solutions
    • Greenfield Software    DCIM software tools
    • greenliant.com    Nand flash SSD for embedded solutions
    • greenplum.com    Data warehouse storage solutions (Bought by EMC)
    • greenracksystems.com    VAR
    • gresham-storage.com    Virtual tape solutions (VTL sold to Tributary)
    • GridGain    in memory computing
    • gridironsystems.com    Big data and high performance appliance storage
    • gridstore.com    Clustered NAS storage
    • Global Telecom Technology, Inc. (GTT)    AWS connect parter, Hosting/cloud/access services
    • Apache Hadoop    Hadoop Big Data Tools
    • hastorage.com    Value added reseller (VAR)
    • www.hddfiresafe.com    Fire proof and water resistant storage systems
    • hds.com    Storage sub-systems and software
    • hermes-softlab.com    IT and virtualization software
    • Hibernia Atlantic    AWS connect parter, Hosting/cloud/access services
    • hifn.com    Optimization technology (Bought by Exar)
    • high-rely.com    Removable storage solutions
    • hi-stor.com    VAR
    • hitachigst.com    Hitachi Global Storage Technologies – Disk drives (Bought by WD)
    • Hotlink    Data protection, cloud and virtualization management tools
    • hp.com    Storage networking hardware and software
    • htch.com    Hutchinson technologies – disk drive components
    • huawei.com    Networking technologies
    • hydrastor.com    Multi-tenant clustered storage (NEC)
    • hyper9.com    Virtualization management tools (aka Inovawave)
    • hyperio.com    Storage and I/O performance monitoring for Windows
    • hytrust.com    Virtual infrastructure security tools
    • Hyve Solutions   Open Compute Project Servers and Storage
    • i365.com    Online cloud backup (Bought by Seagate e.g. Evault)

    • i3-groep.nl    Dutch ICT VAR
    • iarchive.com    Value added reseller (VAR)
    • iBackup    Online and cloud backup service
    • ibm.com    Storage networking hardware and software
    • Ibrix.com    Clustered and cloud storage software (Bought by HP)
    • Iceweb.com    Data storage solutions
    • icorps.com    IT outsourcing and consulting services
    • IDRIVE    Cloud storage backup
    • idt.com    Server, storage, memory, networking components
    • ieee.org    Institute of Electrical and Electronics Engineers
    • ietf.org    Internet Engineering Task Force
    • iland    Cloud and virtualization services tools
    • illumita.com    IT Cloud solutions
    • Imation.com    Removable media, primary and archive storage (Bought Nexsan)
    • imperva.com    Data protection tools
    • imtpartners.com    Storage TCO modeling tool
    • Inboxer.com    Email and compliance risk management tools
    • Incentra.com    VAR (Bought by Datalink)
    • incipient.com    Storage management and virtualization (Assets bought by TMS)
    • indexengines.com    eDiscovery, search, indexing, classification
    • infineta.com    WAN optimization
    • infinibandta.org    InfiniBand Trade Organization
    • infinicon.com    InfiniBand Technology
    • Infinio    VMware NAS I/O acceleration cache
    • infinityio.com    Storage networking training
    • infocachecorp.com    Data discovery solutions VAR
    • InfoGuard.com    Data security solutions
    • infology.net    eDiscovery
    • Infortrend.com    RAID controllers
    • infostor.com    Magazine focused on storage and storage networking
    • infostreet.com    Cloud Desktop tools
    • Inktank    Ceph services
    • inmage.com    Data protection appliance
    • innovationdp.com    Data management software
    • inoc.com    Network Operations Center (NOC) service
    • Inovawave.com    Virtualization management tools (aka Hyper9)
    • Inphase-technologies.com    Holographic storage
    • inquinox.com    Data, dedupe and data protection management tools
    • inrange.com    Storage Networking Formerly Dataswitch (Bought by CNT Bought by McData Bought by Brocade)
    • insight.com    Value Added Reseller (VAR)
    • insynchq.com    Cloud storage, document sharing
    • intel.com    Host adapters and chips
    • intelipathsolutions.com    Virtual network connectivity (Aka Onpath)
    • intellimagic.net    Server performance, resource management software
    • IntelliProp    SAS and SATA storage
    • InterCloud    AWS connect parter, Hosting/cloud/access services
    • intermedia.net.com    Exchange email hosting service
    • Intermine.com    Storage management software
    • Internap.com    Cloud, managed services, hosting and colo
    • interscapetech.com    Cloud and storage tools / services
    • InterSOC.com    Security management tools
    • intersystems.com    Medical Information Technology software
    • intradyn.com    Storage and data protection for SMB (Part of Sony)
    • intransa.com    iSCSI storage
    • Intronis.com    Online, managed and cloud backup solutions
    • iolo.com    Desktop tuneup, protection tools
    • iomega.com    SMB iSCSI, NAS and other storage (Bought by EMC, Partnering with Lenovo)
    • iometer.org    Iometer performance benchmarking tool
    • Ion Computer    Server, storage and data center solutions
    • iosafe.com    Rugged and fire proof, water proof storage
    • IP Fabrics    SDN switch
    • iphouse.com    MSP, hosting and cloud services
    • iqstor.com    Storage for SMB environments
    • iri.com    Big data management tools
    • CoSort Company IRI    Data management and protection tools
    • ironmountain.com    Data archive, managed and cloud services
    • ironspeed.com    Mobile database tools
    • iSecure    Internet security and forensics services
    • isilon.com    Shared storage – (Bought by EMC)
    • iso.org    International Standards Organizations
    • iStor.com    iSCSI storage
    • IT-ERNITY    Data center and hosting services
    • ivivity.com    Storage virtualization technology
    • iwavesoftware.com    Heterogeneous storage automation software
    • ixia.com    Fibre Channel test equipment
    • IX Reach    AWS connect parter, Hosting/cloud/access services
    • ixsight.com    IT and IRM/SRA insight and data migration
    • JAM Software    Treesize SRM including for NAS
    • jdsu.com    Storage networking optics
    • Jeda Networks    Software defined network and storage management
    • jedec.org    Joint Electron Device Engineering Council
    • jmr.com    Storage systems
    • jni.com    Host bus adapters
    • joyent.com    Cloud infrasture tools
    • jumpbox.com    VM virtual appliance hosting
    • jumpbox.com    Virtualization solutions
    • jungledisk.com    Cloud storage, backup file sharing
    • juniper.net    Networking technologies

    Where To Learn More

    View additional NAS, NVMe, SSD, NVM, SCM, Data Infrastructure and HDD related topics via the following links.

    Additional learning experiences along with common questions (and answers), as well as tips can be found in Software Defined Data Infrastructure Essentials book.

    Software Defined Data Infrastructure Essentials Book SDDC

    What This All Means

    Visit the following additional data infrastructure and IT data center related links.

    Links A-E
    Links F-J
    Links K-O
    Links P-T
    Links U-Z
    Other Links

    Ok, nuff said, for now.

    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert 2010-2017 (vSAN and vCloud). Author of Software Defined Data Infrastructure Essentials (CRC Press), as well as Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2024 Server StorageIO and UnlimitedIO. All Rights Reserved. StorageIO is a registered Trade Mark (TM) of Server StorageIO.

    Data Infrastructure IT Industry Related Resource Links K to O

    Data Infrastructure IT Industry Related Resource Links K to O

    IT Data Center and Data Infrastructure Industry Resources

    Updated 2/20/2018

    Following are some useful Data Infrastructure IT Industry Resource Links K to O to cloud, virtual and traditional IT data infrastructure related web sites. The data infrastructure environment (servers, storage, IO and networking, hardware, software, services, virtual, container and cloud) is rapidly changing. You may encounter a missing URL, or a URL that has changed. This list is updated on a regular basis to reflect changes (additions, changes, and retirement).

    Disclaimer and note: URL’s submitted for inclusion on this site will be reviewed for consideration and to be in generally accepted good taste in regards to the theme of this site.

    Best effort has been made to validate and verify the data infrastructure URLs that appear on this page and web site however they are subject to change. The author and/or maintainer(s) of this page and web site make no endorsement to and assume no responsibility for the URLs and their content that are listed on this page.

    Software Defined Data Infrastructure Essentials Book SDDC

    Send an email note to info at storageio dot com that includes company name, URL, contact name, title and phone number along with a brief 40 character description to be considered for addition to the above data infrastructure list, or, to be removed. Note that Server StorageIO and UnlimitedIO LLC (e.g. StorageIO) does not sell, trade, barter, borrow or share your contact information per our Privacy and Disclosure policy. View related data infrastructure Server StorageIO content here, and signup for our free newsletter here.

    Links A-E
    Links F-J
    Links K-O
    Links P-T
    Links U-Z
    Other Links

    • kaminario.com    Scale out high performance database server
    • kanbox.com    Chineese cloud provider
    • kaseya.com    IT Infrastructure resource management tools
    • kashya.com    Data Protection Solutions (Bought by EMC)
    • kastenchase.com    Data and information security solutions
    • kazeon.com    eDiscovery, search, indexing, classification (Bought by EMC)
    • kcura.com    eDiscovery tools
    • Kerstor.com    Cloud storage
    • kickfire.com    Business analytics tools
    • kineticd.com    Storage and data protection solutions
    • Kingston.com    Memory manufacturer
    • KLSecurity.com    Data protection solutions
    • komnetworks.com    Archiving solutions
    • k-par.com    Archiving solutions
    • ksplice.com    Linux management tools
    • Kubisys.com    Virtualization management tools
    • KVH Co. Ltd.    AWS connect parter, Hosting/cloud/access services
    • kvsinc.com    Email archiving and compliance software
    • lacie.com    Consumer, SOHO and SMB NAS and DAS storage (Bought by Seagate)
    • laconicsecurity.com    Cloud security and storage
    • lampertz.com    Environmental and data center protection
    • laurustech.com    Managed services provider
    • lecroy.com    Analyzers, probes and diagnostics
    • lefthandnetworks.com    iSCSI clustered storage (Bought by HP)
    • legato.com    Storage management software (Bought by EMC)
    • Lenovo   Servers, storage, workstations
    • Level 3 Communications    AWS connect parter, Hosting/cloud/access services
    • lexar.com    Flash memory
    • liebert.com    Data center power and cooling systems (Bought by Emerson)
    • Lightower    AWS connect parter, Hosting/cloud/access services
    • lightsand.com    SAN connectivity
    • likewise.com    Open backup software for macs/Linux/windows
    • liquidcomputing.com    High density servers
    • liquidcoolsolutions.com    Liquid cooled servers
    • Liquidware Labs   Desktop management solutions
    • livedrive.com    Cloud storage and backup
    • www.liveoffice.com    Cloud and Email hosting
    • LiveVault.com    Online cloud backup service (Bought by IronMountain)
    • locknet-inc.com    Security and network management
    • Lockstep.com    Backup and data protection tools
    • logicube.com    Hard drive copy tools
    • LoginVSI   VDI Testing solutions
    • losttapes.org    Portal pertaining to lost magnetic tape information
    • lsi.com    Storage and networking chips and controllers (Bought by Avago)
    • lto-technology.com    Information about LTO tape media
    • lucent.com    Networking components
    • lumigent.com    Compliance management tools
    • luminex.com    S390 IBM Mainframe to open systems gateways
    • luxtera.com    High speed network and storage interconnects
    • m5data.com    VAR
    • MagePlace Backup    Backup and data protection solutions
    • Maginatics.com    Storage for virtual environments
    • magma.com    PCIe and storage solutions
    • mainline.com    VAR
    • Maintech    Infrastructure services
    • maintech.com    IT Servers and solutions
    • Maldivica    Cloud and object storage gateway
    • ManageEngine    DCIM, data center and networking management
    • maponics.com    Mapping data solutions
    • MAPR   Hadoop and Big Data Tools

    • maranti.com    Storage systems
    • marconi.com    Networking equipment
    • marvell.com    Data storage components
    • Masergy    AWS connect parter, Hosting/cloud/access services
    • Mathon.com    eDiscovery
    • maxava.com    HA tools for IBM iSeries
    • maxell.com    Data storage media
    • maxim-ic.com    Data storage components and solutions
    • maxiscale.com    Web infrastructure scale out file system
    • Maxta   Virtualization storage
    • maxtor.com    Disk drives (Bought by Seagate)
    • maxxan.com    Storage systems (Now Ciphermax)
    • mcdata.com    Switches, WAN gateways, software (Bought by Brocade)
    • mediagateusa.com    HD Video streaming appliance
    • Meditech.com    Medical information technology software
    • Megaport    AWS connect parter, Hosting/cloud/access services
    • mellanox.com    Ethernet and InfiniBand technology
    • Memeo.com    Data and content management tools
    • Mendocino.com    CDP and data protection (Missing in Action)
    • metalogix.net    Sharepoint archiving solutions
    • methode.com    Storage networking transceivers
    • mezeo.com    Cloud storage management tools
    • micron.com    SSD storage solutions
    • micronet.com    Storage solutions
    • microsoft.com    Hyper-V virtualizaiton, Windows Storage Server, Azure Cloud, Storsimple, SkyDrive (aka OneDrive) and more
    • midwave.com    Var
    • Mimecast email management including archiving
    • Mimosasystems.com    Email protection and archiving (Bought by Iron Mountain)
    • mindtree.com    Testing services
    • Mirantis    OpenStack tools, downloads, service and support
    • Miray HDClone    Storage clone and data protection tools
    • mirra.com    SMB storage sharing
    • mobiuspartners.com    VAR
    • Modius    DCIM power, cooling and monitoring
    • moka5.com    VDI tools
    • MongoDB    Open source document optimized database
    • Monitis.com    IT Monitoring and services (applications, systems, clouds and more)
    • Monosphere.com    Storage planning and usage software (Bought by Quest)
    • moonwalk.com    HSM, ILM and data management software
    • morphlabs.com    Dense converged server platforms
    • mosaictec.com    Value added reseller (VAR)
    • mosys.com    High density memory components
    • mpstor.com    Cloud storage and orchestration software
    • msiinet.com    VAR
    • mti.com    European VAR
    • mtron.net    Solid state storage devices
    • My Digital SSD    SSD solutions
    • NAKIVO    Backup and data protection tools
    • napatech.com    Network tools and analysis
    • naspa.org    System administrator’s user group
    • nasuni.com    Cloud storage access appliance
    • ncino.com    Banking and financial deployment platform
    • ncipher.com    Data protection and security solutions (Bought by Thales)
    • ncompass-inc.com    VAR and services firm
    • ncr.com    Servers and storage solutions
    • ndci.com    Data conversion services
    • ndmp.org    Trade organization for NDMP backup protocol
    • neartek.com    VTL software (Bought by EMC)
    • nebulassolutions.com    Security and data protection
    • NEC.com    Servers and storage
    • neopathnetworks.com    Network file management solutions (Bought by Cisco)
    • neoscale.com    Storage networking security (Assets Bought by nCipher)
    • nephoscale.com    Cloud and object storage
    • NeptunesCloud.net    Cloud IaaS solutions
    • www.neptuny.com    Performance and capacity planning tools
    • nerc.com    North American Electrical Reliability Council
    • netcelera.com    WAN File system caching and acceleration
    • netcomm.com.au    Broadband service provider
    • netdirectsystems.com    VAR
    • neterion.com    High performance iSCSI and Ethernet 10Gb technology Bought by Exar)
    • netex.com    IP compression and channel extension
    • netezza.com    Big Data – Data warehouse storage solutions (Bought by IBM)
    • Netgear.com    SOHO and SMB storage and networking
    • NetIQ    Data center, security, identify and data protection management
    • netlist.com    Memory solutions
    • netoptics.com    Network monitoring
    • netronome.com    Network and I/O optimization technology
    • netspi.com    Network security and digital forensics
    • networkappliance.com    Storage sub-systems, management software
    • networkgeneral.com    Network and application monitoring
    • networkinstruments.com    Network test and diagnostic and performance monitoring
    • netwrix.com    Enterprise systems management tools
    • netxen.com    High performance 10Gb Ethernet chips and NICs
    • neuwingenergy.com    Energy management organization
    • neuxpower.com    File compression and data reduction
    • Neverfailgroup.com    HA software
    • nevex.com    Caching and application acceleration
    • newboundary.com    IT policy management and IRM tools
    • newisys.com    Storage enclosures
    • newrelic.com    Web, cloud and application management
    • nexenta.com    ZFS based storage management solutions
    • nexgenstorage.com    Storage with PCIe flash card
    • nexsan.com    SAS/SATA and MAID storage subsystems (Bought by Imaiton)
    • nextio.com    SSD and application acceleration solutions
    • NexusMN / Computex    VAR (e.g. Formerly Nexus MN and Stratos – now Computex)
    • nfpa.org    National Fire Protection Association
    • nicira.com    Software defined networking and IOV (Bought by VMware)
    • nimblestorage.com    Converged iSCSI SAN, backup and DR
    • nimbula.com    Cloud and application orchestration management tools
    • Nimbusdata.com    iSCSI storage
    • nirvanix.com    Cloud storage provider (Ceased operations)
    • njvc.com    Cloud and technology service provider
    • Nylte    DCIM software tools
    • noggin.intel.com/rr/    Intel Recommended Reading List
    • noliosoft.com    Cloud application management tools
    • Norlight.com    Data communications and services
    • nortel.com    Networking products
    • nortelnetworks.com    Optical networking
    • northernsoft.com    Medical software
    • novastor.com    Backup and cloud data protection tools
    • Novell.com    Server software vendor (Bought by Attachmate)
    • Novuscg.com    Storage management and services (Bought by IBM)
    • Nomura Research Institute (NRI)    AWS connect parter, Hosting/cloud/access services
    • nsic.org    National Storage Industry Consortium
    • ntp.com    Storage Management Software
    • NTT Communications Corporation    AWS connect parter, Hosting/cloud/access services
    • numarasoftware.com    IT Resource management, asset tracking tools
    • numonyx.com    SSD memory solutions
    • nutanix.com    Converged server and storage VM platform
    • nvelo.com    Caching IO performance tools
    • nvidia.com    Graphics and visualization tools
    • ocarinanetworks.com    Data reduction and compression tools (Bought by Dell)
    • ocztechnology.com    SSD drives and PCIe cards (Bought by Toshiba after bankruptcy)
    • offsitebackups.com    Online and cloud backup solutions
    • olixir.com    Removable storage for backup and data protection
    • omneon.com    Archiving and fixed content storage solutions
    • onapp.com    Cloud, CDN and storage tools
    • onaro.com    Storage and Storage Network Management (Bought by NetApp)
    • onlinebackupsearch.com    Various online backup reviews
    • oblinecourses.com    Various online education courses for various topics
    • onpathtech.com    Physical layer networking
    • onstor.com    Clustered NAS storage including NAS gateways (Bought by LSI)
    • Ontrack.com    Email and data protection software
    • OO Software   Windows management and data protection tools
    • opalis.com    Virtual data center management tools
    • OpenCompute   OpenCompute consortium
    • opendatacenteralliance.org    Open Data Center Alliance
    • open-e.com    iSCSI and NAS storage
    • Open.IO    Application aware object and bulk scale out software defined storage
    • openfabrics.org    Open Fabric Alliance
    • OpenNebula    Open source cloud software
    • opennetworking.org    Open Networking Foundation
    • OpensourceSystems.com    Data storage solutions
    • OpenStack   Open source cloud compute and storage software
    • opnet.com    Application and network performance management
    • Opsware.com    Network and storage management (HP)
    • Optica Tech.    Server and storage connectivity including FICON
    • opticatech.com    Mainframe and ESCON encryption
    • oracle.com    Data management software, hardware and services (Bought Sun/STK and others)
    • Ortera.com    Performance monitoring and management
    • OSNEXUS   Quantstor ZFS based Storage management solutions
    • Outsource Data Recovery   Data Recovery services
    • overlandstorage.com    Tape and backup, data retention, NAS solutions
    • owncloud.org    Cloud infrastructure tools

    Where To Learn More

    View additional NAS, NVMe, SSD, NVM, SCM, Data Infrastructure and HDD related topics via the following links.

    Additional learning experiences along with common questions (and answers), as well as tips can be found in Software Defined Data Infrastructure Essentials book.

    Software Defined Data Infrastructure Essentials Book SDDC

    What This All Means

    Visit the following additional data infrastructure and IT data center related links.

    Links A-E
    Links F-J
    Links K-O
    Links P-T
    Links U-Z
    Other Links

    Ok, nuff said, for now.

    Gs

    Greg Schulz – Microsoft MVP Cloud and Data Center Management, VMware vExpert 2010-2017 (vSAN and vCloud). Author of Software Defined Data Infrastructure Essentials (CRC Press), as well as Cloud and Virtual Data Storage Networking (CRC Press), The Green and Virtual Data Center (CRC Press), Resilient Storage Networks (Elsevier) and twitter @storageio. Courteous comments are welcome for consideration. First published on https://storageioblog.com any reproduction in whole, in part, with changes to content, without source attribution under title or without permission is forbidden.

    All Comments, (C) and (TM) belong to their owners/posters, Other content (C) Copyright 2006-2024 Server StorageIO and UnlimitedIO. All Rights Reserved. StorageIO is a registered Trade Mark (TM) of Server StorageIO.