Introducing Windows Subsystem for Linux WSL Overview #blogtober

Introducing Windows Subsystem for Linux WSL Overview #blogtober

server storage I/O data infrastructure trends

Updated 1/21/2018

Introducing Windows Subsystem for Linux WSL and Overview. Microsoft has been increasing their support of Linux across Azure public cloud, Hyper-V and Linux Integration Services (LIS) and Windows platforms including Windows Subsystem for Linux (WSL) as well as Server along with Docker support.

WSL installed with Ubuntu on Windows 10

WSL with Ubuntu installed and open in a window on one of my Windows 10 systems.

WSL is not a virtual machine (VM) running on Windows or Hyper-V, rather it is a subsystem that coexists next to win32 (read more about how it works and features, enhancements here). Once installed, WSL enables use of Linux bash shell along with familiar tools (find, grep, sed, awk, rsync among others) as well as services such as ssh, MySQL among others.

What this all means is that if you work with both Windows and Linux, you can do so on the same desktop, laptop, server or system using your preferred commands. For example in one window you can be using Powershell or traditional Windows commands and tools, while in another window working with grep, find and other tools eliminating the need to install things such as wingrep among others.

Installing WSL

Depending on which release of Windows desktop or server you are running, there are a couple of different install paths. Since my Windows 10 is the most recent release (e.g. 1709) I was able to simply go to the Microsoft Windows Store via desktop, search for Windows Linux, select the distribution, install and launch. Microsoft has some useful information for installing WSL on different Windows version here, as well as for Windows Servers here.

Get WSL from Windows Store

Get WSL from Windows Store or more information and options here.

Microsoft WSL install

Click on Get the app

Select which Linux for WSL to install

Select desired WSL distribution

SUSE linux for WSL

Lests select SUSE as I already have Ubuntu installed (I have both)

WSL installing SUSE

SUSE WSL in the process of downloading. Note SUSE needs an access code (free) that you get from https://www.suse.com/subscriptions/sles/developer/ while waiting for the download and install is a good time to get that code.

launching WSL on Windows 10

Launching WSL with SUSE, you will be prompted to enter the code mentioned above, if you do not have a code, get it here from SUSE.

completing install of WSL

The WSL installation is very straight forward, enter the SUSE code (Ubuntu did not need a code). Note the Ubuntu and SUSE WSL task bar icons circled bottom center.

Ubuntu and SUSE WSL on Windows 10

Provide a username for accessing the WSL bash shell along with password, confirm how root and sudo to be applied and that is it. Serious, the install for WSL at least with Windows 10 1709 is that fast and easy. Note in the above image, I have WSL with Ubuntu open in a window on the left, WSL with SUSE on the right, and their taskbar icons bottom center.

Windows WSL install error 0x8007007e

Enable Windows Subsystem for Linux Feature on Windows

If you get the above WSL error message 0x8007007e when installing WSL Ubuntu, SUSE or other shell distro, make sure to enable the Windows WSL feature if not already installed.

Windows WSL install error fix

One option is to install additional Windows features via settings or control panel. For example, Control panel -> Programs and features -> Turn Windows features on or off -> Check the box for Windows Subsystem for Linux

Another option is to install Windows subsystem feature via Powershell for example.

enable-windowsoptionalfeature -online  -featurename microsoft-windows-subsystem-linux

Using WSL

Once you have WSL installed, try something simple such as view your present directory:

pwd

Then look at the Windows C: drive location

ls /mnt/c -al

In case you did not notice the above, you can use Windows files and folders from the bash shell by placing /mnt in front of the device path. Note that you need to be case-sensitive such as User vs. user or Documents vs. documents.

As a further example, I needed to change several .htm, .html, .php and .xml files on a Windows system whose contents had not yet changed from https://storageio.com to https://storageio.com. Instead of installing wingrep or some tools, using WSL such as with Ubuntu finding files can be done with grep such as:

grep "https://storageio.com" /mnt/c/Users/*.xml

And then making changes using find and sed such as:

find /mnt/c/Users -name \*.xml -exec sed  -i "s,https://storageio.com,https://storageio.com,g" {} \;

Note that not all Linux apps and tools can use file via /mnt in which case a solution is to create a symbolic link.

For example:

ln -s "/mnt/c/Users/Test1/Documents"  /home/Test1/Projects

Where To Learn More

Learn more about related technology, trends, tools, techniques, and tips with 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

If you primarily work on (or have a preference for) Linux systems and need to do some functions from development to the administration or other activity on a Windows system, Windows Subsystem for Linux (WSL) provides a bash shell to do familiar tasks. Likewise, if you are primarily a Windows person and need to brush up on your Linux skills, WSL can help. If you need to run Linux server applications or workloads, put those into a Docker container, Hyper-V instance or Azure VM.

Overall I like WSL for what it is, a tool that eliminates the need of having to install several other tools to do common tasks, plus makes it easier to work across various Linux and Windows systems including bare metal, virtual and cloud-based. Now that you have been introduced to Windows Subsystems for Linux WSL and an overview including install as well as using, add it to your data infrastructure toolbox.

By the way, if you have not heard, its #Blogtober, check out some of the other blogs and posts occurring during October here.

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.

Cloud Conversations AWS Azure Service Maps via Microsoft

Cloud Conversations AWS Azure Service Maps via Microsoft

server storage I/O data infrastructure trends

Updated 1/21/2018

Microsoft has created an Amazon Web Service AWS Azure Service Map. The AWS Azure Service Map is a list created by Microsoft looks at corresponding services of both cloud providers.

Azure AWS service map via Microsoft.com
Image via Azure.Microsoft.com

Note that this is an evolving work in progress from Microsoft and use it as a tool to help position the different services from Azure and AWS.

Also note that not all features or services may not be available in different regions, visit Azure and AWS sites to see current availability.

As with any comparison they are often dated the day they are posted hence this is a work in progress. If you are looking for another Microsoft created why Azure vs. AWS then check out this here. If you are looking for an AWS vs. Azure, do a simple Google (or Bing) search and watch all the various items appear, some sponsored, some not so sponsored among others.

Whats In the Service Map

The following AWS and Azure services are mapped:

  • Marketplace (e.g. where you select service offerings)
  • Compute (Virtual Machines instances, Containers, Virtual Private Servers, Serverless Microservices and Management)
  • Storage (Primary, Secondary, Archive, Premium SSD and HDD, Block, File, Object/Blobs, Tables, Queues, Import/Export, Bulk transfer, Backup, Data Protection, Disaster Recovery, Gateways)
  • Network & Content Delivery (Virtual networking, virtual private networks and virtual private cloud, domain name services (DNS), content delivery network (CDN), load balancing, direct connect, edge, alerts)
  • Database (Relational, SQL and NoSQL document and key value, caching, database migration)
  • Analytics and Big Data (data warehouse, data lake, data processing, real-time and batch, data orchestration, data platforms, analytics)
  • Intelligence and IoT (IoT hub and gateways, speech recognition, visualization, search, machine learning, AI)
  • Management and Monitoring (management, monitoring, advisor, DevOps)
  • Mobile Services (management, monitoring, administration)
  • Security, Identity and Access (Security, directory services, compliance, authorization, authentication, encryption, firewall
  • Developer Tools (workflow, messaging, email, API management, media trans coding, development tools, testing, DevOps)
  • Enterprise Integration (application integration, content management)

Down load a PDF version of the service map from Microsoft here.

Where To Learn More

Learn more about related technology, trends, tools, techniques, and tips with 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

On one hand this can and will likely be used as a comparison however use caution as both Azure and AWS services are rapidly evolving, adding new features, extending others. Likewise the service regions and site of data centers also continue to evolve thus use the above as a general guide or tool to help map what service offerings are similar between AWS and Azure.

By the way, if you have not heard, its Blogtober, check out some of the other blogs and posts occurring during October here.

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.

Microsoft Azure Software Defined Data Infrastructure Reference Resources

Azure Software Defined Data Infrastructure Architecture Resources

server storage I/O data infrastructure trends

Need to learn more about Microsoft Azure Cloud Software Defined Data Infrastructure topics including reference architecture among other resources for various application workloads?

Microsoft Azure has an architecture and resources page (here) that includes various application workload reference tools.

Microsoft Azure Software Defined Cloud
Azure Reference Architectures via Microsoft Azure

Examples of some Azure Reference Architecture for various application and workloads include among others:

For example, need to know how to configure a high availability (HA) Sharepoint deployment with Azure, then check out this reference architecture shown below.

Microsoft Azure Sharepoint HA reference architecture
Sharepoint HA via Microsoft Azure

Where To Learn More

Learn more about related technology, trends, tools, techniques, and tips with the following links.

Data Infrastructures Protect Preserve Secure and Serve Information
Various IT and Cloud Infrastructure Layers including Data Infrastructures

What This All Means

Data Infrastructures exist to protect, preserve, secure and serve information along with the applications and data they depend on. Software Defined Data Infrastructures span legacy, virtual, container, cloud and other environments to support various application workloads. Check out the Microsoft Azure cloud reference architecture and resources mentioned above as well as the Azure Free trial and getting started site here.

Ok, nuff said, for now.
Gs

Greg Schulz – Multi-year Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). 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-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

Microsoft Windows Server, Azure, Nano Life cycle Updates

server storage I/O trends

Microsoft Windows Server, Azure, Nano and life cycle Updates

For those of you who have an interest in Microsoft Windows Server on-premises, on Azure, on Hyper-V or Nano life cycle here are some recently announced updates.
Microsoft Windows Server Nano Lifecycle

Microsoft has announced updates to Windows Server Core and Nano along with semi-annual channel updates (read more here). The synopsis of this new update via Microsoft (read more here) is:

In this new model, Windows Server releases are identified by  the year and month of release: for example, in 2017, a release in the 9th month  (September) would be identified as version 1709. Windows Server will release  semi-annually in fall and spring. Another release in March 2018 would be  version 1803. The support lifecycle for each release is 18 months.

Microsoft has announced that its lightweight variant of WIndows Server 2016 (if you need a refresh on server requirements visit here) known as nano will now be focused for WIndows based containers as opposed to being for bare metal. As part of this change, Microsoft has reiterated that Server Core the headless (aka non-desktop user interface) version of WIndows Server 2016 will continue as the platform for BM along with other deployments where a GUI interface is not needed. Note that one of the original premises of Nano was that it could be leveraged as a replacement for Server Core.

As part of this shift, Microsoft has also stated their intention to further streamline the already slimmed down version of WIndows Server known as Nano by reducing its size another 50%. Keep in mind that Nano is already a fraction of the footprint size of regular Windows Server (Core or Desktop UI). The footprint of Nano includes both its capacity size on disk (HDD or SSD), as well as its memory requirements, speed of startup boot, along with number of components that cut the number of updates.

By focusing Nano for container use (e.g. Windows containers) Microsoft is providing multiple micro services engines (e.g. Linux and Windows) along with various management including Docker. Similar to providing multiple container engines (e.g. Linux and Windows) Microsoft is also supporting management from Windows along with Unix.

Does This Confirm Rumor FUD that Nano is Dead

IMHO the answer to the FUD rumors that are circulating around that NANO is dead are false.

Granted Nano is being refocused by Microsoft for containers and will not be the lightweight headless Windows Server 2016 replacement for Server Core. Instead, the Microsoft focus is two path with continued enhancements on Server Core for headless full Windows Server 2016 deployment, while Nano gets further streamlined for containers. This means that Nano is no longer bare metal or Hyper-V focused with Microsoft indicating that Server Core should be used for those types of deployments.

What is clear (besides no bare metal) is that Microsoft is working to slim down Nano even further by removing bare metal items, Powershell,.Net and other items instead of making those into optional items. The goal of Microsoft is to make the base Nano image on disk (or via pull) as small as possible with the initial goal of being 50% of its current uncompressed 1GB disk size. What this means is that if you need Powershell, you add it as a layer, need .Net then add as a layer instead of having the overhead of those items if you do not need tem. It will be interesting to see how much Microsoft is able to remove as standard components and make them options that you can simply add as layers if needed.

What About Azure and Bring Your Own License

In case you were not aware or had forgotten when you use Microsoft Azure and deploy virtual machine (aka cloud instances), you have the option of bringing (e.g. using) your own WIndows Server licenses. What this means is that by using your own Windows Server licenses you can cut the monthly cost of your Azure VMs. Check out the Azure site and explore various configuration options to learn more about pricing and various virtual machine instances from Windows to Linux here as well as hybrid deployments.

Where To Learn More

What This All Means

Microsoft has refocused Windows Server 2016 Core and Desktop as its primary bare metal including for virtual as well as Azure OS platforms, while Nano is now focused on being optimized for Windows-based containers including Docker among other container orchestration.

Ok, nuff said (for now…).

Cheers
Gs

Greg Schulz – Multi-year Microsoft MVP Cloud and Data Center Management, VMware vExpert (and vSAN). 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-2023 Server StorageIO(R) and UnlimitedIO. All Rights Reserved.

Azure Stack Technical Preview 3 (TP3) Overview Preview Review

server storage I/O trends

Azure Stack Technical Preview 3 (TP3) Overview Preview Review

Perhaps you are aware or use Microsoft Azure, how about Azure Stack?

This is part one of a two-part series looking at Microsoft Azure Stack providing an overview, preview and review. Read part two here that looks at my experiences installing Microsoft Azure Stack Technical Preview 3 (TP3).

For those who are not aware, Azure Stack is a private on-premises extension of the Azure public cloud environment. Azure Stack now in technical preview three (e.g. TP3), or what you might also refer to as a beta (get the bits here).

In addition to being available via download as a preview, Microsoft is also working with vendors such as Cisco, Dell EMC, HPE, Lenovo and others who have announced Azure Stack support. Vendors such as Dell EMC have also made proof of concept kits available that you can buy including server with storage and software. Microsoft has also indicated that once launched for production versions scaling from a few to many nodes, that a single node proof of concept or development system will also remain available.

software defined data infrastructure SDDI and SDDC
Software-Defined Data Infrastructures (SDDI) aka Software-defined Data Centers, Cloud, Virtual and Legacy

Besides being an on-premises, private cloud variant, Azure Stack is also hybrid capable being able to work with public cloud Azure. In addition to working with public cloud Azure, Azure Stack services and in particular workloads can also work with traditional Microsoft, Linux and others. You can use pre built solutions from the Azure marketplace, in addition to developing your applications using Azure services and DevOps tools. Azure Stack enables hybrid deployment into public or private cloud to balance flexibility, control and your needs.

Azure Stack Overview

Microsoft Azure Stack is an on premise (e.g. in your own data center) private (or hybrid when connected to Azure) cloud platform. Currently Azure Stack is in Technical Preview 3 (e.g. TP3) and available as a proof of concept (POC) download from Microsoft. You can use Azure Stack TP3 as a POC for learning, demonstrating and trying features among other activities. Here is link to a Microsoft Video providing an overview of Azure Stack, and here is a good summary of roadmap, licensing and related items.

In summary, Microsoft Azure Stack is:

  • A onsite, on premise, in your data center extension of Microsoft Azure public cloud
  • Enabling private and hybrid cloud with strong integration along with common experiences with Azure
  • Adopt, deploy, leverage cloud on your terms and timeline choosing what works best for you
  • Common processes, tools, interfaces, management and user experiences
  • Leverage speed of deployment and configuration with a purpose-built integrate solution
  • Support existing and cloud native Windows, Linux, Container and other services
  • Available as a public preview via software download, as well as vendors offering solutions

What is Azure Stack Technical Preview 3 (TP3)

This version of Azure Stack is a single node running on a lone physical machine (PM) aka bare metal (BM). However can also be installed into a virtual machine (VM) using nesting. For example I have Azure Stack TP3 running nested on a VMware vSphere ESXi 6.5 systems with a Windows Server 2016 VM as its base operating system.

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

The TP3 POC Azure Stack is not intended for production environments, only for testing, evaluation, learning and demonstrations as part of its terms of use. This version of Azure Stack is associated with a single node identity such as Azure Active Directory (AAD) integrated with Azure, or Active Directory Federation Services (ADFS) for standalone modes. Note that since this is a single server deployment, it is not intended for performance, rather, for evaluating functionality, features, APIs and other activities. Learn more about Azure Stack TP3 details here (or click on image) including names of various virtual machines (VMs) as well as their roles.

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 Azure stack 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)
  • Deploy Azure Stack (Microsoft)
  • Connect to Azure Stack (Microsoft)
  • Azure Active Directory (AAD) and Active Directory Federation Services (ADFS)
  • 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.

    Continue reading more in part two of this two-part series here including installing Microsoft Azure Stack TP3.

    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.

    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.

    Dell EMC Announce Azure Stack Hybrid Cloud Solution

    server storage I/O trends

    Dell EMC Azure Stack Hybrid Cloud Solution

    Dell EMC have announced their Microsoft Azure Stack hybrid cloud platform solutions. This announcement builds upon earlier statements of support and intention by Dell EMC to be part of the Microsoft Azure Stack community. For those of you who are not familiar, Azure Stack is an on premise extension of Microsoft Azure public cloud.

    What this means is that essentially you can have the Microsoft Azure experience (or a subset of it) in your own data center or data infrastructure, enabling cloud experiences and abilities at your own pace, your own way with control. Learn more about Microsoft Azure Stack including my experiences with and installing Technique Preview 3 (TP3) here.

    software defined data infrastructures SDDI and SDDC

    What Is Azure Stack

    Microsoft Azure Stack is an on-premises (e.g. in your own data center) private (or hybrid when connected to Azure) cloud platform. Currently Azure Stack is in Technical Preview 3 (e.g. TP3) and available as a proof of concept (POC) download from Microsoft. You can use Azure Stack TP3 as a POC for learning, demonstrating and trying features among other activities. Here is link to a Microsoft Video providing an overview of Azure Stack, and here is a good summary of roadmap, licensing and related items.

    In summary, Microsoft Azure Stack and this announcement is about:

    • A onsite, on-premises, in your data center extension of Microsoft Azure public cloud
    • Enabling private and hybrid cloud with good integration along with shared experiences with Azure
    • Adopt, deploy, leverage cloud on your terms and timeline choosing what works best for you
    • Common processes, tools, interfaces, management and user experiences
    • Leverage speed of deployment and configuration with a purpose-built integrated solution
    • Support existing and cloud-native Windows, Linux, Container and other services
    • Available as a public preview via software download, as well as vendors offering solutions

    What Did Dell EMC Announce

    Dell EMC announced their initial product, platform solutions, and services for Azure Stack. This includes a Proof of Concept (PoC) starter kit (PE R630) for doing evaluations, prototype, training, development test, DevOp and other initial activities with Azure Stack. Dell EMC also announced a larger for production deployment, or large-scale development, test DevOp activity turnkey solution. The initial production solution scales from 4 to 12 nodes, or from 80 to 336 cores that include hardware (server compute, memory, I/O and networking, top of rack (TOR) switches, management, Azure Stack software along with services. Other aspects of the announcement include initial services in support of Microsoft Azure Stack and Azure cloud offerings.
    server storage I/O trends
    Image via Dell EMC

    The announcement builds on joint Dell EMC Microsoft experience, partnerships, technologies and services spanning hardware, software, on site data center and public cloud.
    server storage I/O trends
    Image via Dell EMC

    Dell EMC along with Microsoft have engineered a hybrid cloud platform for organizations to modernize their data infrastructures enabling faster innovate, accelerate deployment of resources. Includes hardware (server compute, memory, I/O networking, storage devices), software, services, and support.
    server storage I/O trends
    Image via Dell EMC

    The value proposition of Dell EMC hybrid cloud for Microsoft Azure Stack includes consistent experience for developers and IT data infrastructure professionals. Common experience across Azure public cloud and Azure Stack on-premises in your data center for private or hybrid. This includes common portal, Powershell, DevOps tools, Azure Resource Manager (ARM), Azure Infrastructure as a Service (IaaS) and Platform as a Service (PaaS), Cloud Infrastructure and associated experiences (management, provisioning, services).
    server storage I/O trends
    Image via Dell EMC

    Secure, protect, preserve and serve applications VMs hosted on Azure Stack with Dell EMC services along with Microsoft technologies. Dell EMC data protection including backup and restore, Encryption as a Service, host guard and protected VMs, AD integration among other features.
    server storage I/O trends
    Image via Dell EMC

    Dell EMC services for Microsoft Azure Stack include single contact support for prepare, assessment, planning; deploy with rack integration, delivery, configuration; extend the platform with applicable migration, integration with Office 365 and other applications, build new services.
    server storage I/O trends
    Image via Dell EMC

    Dell EMC Hyper-converged scale out solutions range from minimum of 4 x PowerEdge R730XD (total raw specs include 80 cores (4 x 20), 1TB RAM (4 x 256GB), 12.8TB SSD Cache, 192TB Storage, plus two top of row network switches (Dell EMC) and 1U management server node. Initial maximum configuration raw specification includes 12 x R730XD (total 336 cores), 6TB memory, 86TB SSD cache, 900TB storage along with TOR network switch and management server.

    The above configurations initially enable HCI nodes of small (low) 20 cores, 256GB memory, 5.7TB SSD cache, 40TB storage; mid size 24 cores, 384GB memory, 11.5TB cache and 60TB storage; high-capacity with 28 cores, 512GB memory, 11.5TB cache and 80TB storage per node.
    server storage I/O trends
    Image via Dell EMC

    Dell EMC Evaluator program for Microsoft Azure Stack including the PE R630 for PoCs, development, test and training environments. The solution combines Microsoft Azure Stack software, Dell EMC server with Intel E5-2630 (10 cores, 20 threads / logical processors or LPs), or Intel E5-2650 (12 cores, 24 threads / LPs). Memory is 128GB or 256GB, storage includes flash SSD (2 x 480GB SAS) and HDD (6 x 1TB SAS).
    and networking.
    server storage I/O trends
    Image via Dell EMC

    Collaborative support single contact between Microsoft and Dell EMC

    Who Is This For

    This announcement is for any organization that is looking for an on-premises, in your data center private or hybrid cloud turnkey solution stack. This initial set of announcements can be for those looking to do a proof of concept (PoC), advanced prototype, support development test, DevOp or gain cloud-like elasticity, ease of use, rapid procurement and other experiences of public cloud, on your terms and timeline. Naturally, there is a strong affinity and seamless experience for those already using, or planning to use Azure Public Cloud for Windows, Linux, Containers and other workloads, applications, and services.

    What Does This Cost

    Check with your Dell EMC representative or partner for exact pricing which varies for the size and configurations. There are also various licensing models to take into consideration if you have Microsoft Enterprise License Agreements (ELAs) that your Dell EMC representative or business partner can address for you. Likewise being cloud based, there is also time usage-based options to explore.

    Where to learn more

    What this all means

    The dust is starting to settle on last falls Dell EMC integration, both of whom have long histories working with, and partnering along with Microsoft on legacy, as well as virtual software-defined data centers (SDDC), software-defined data infrastructures (SDDI), native, and hybrid clouds. Some may view the Dell EMC VMware relationship as a primary focus, however, keep in mind that both Dell and EMC had worked with Microsoft long before VMware came into being. Likewise, Microsoft remains one of the most commonly deployed operating systems on VMware-based environments. Granted Dell EMC have a significant focus on VMware, they both also sell, service and support many services for Microsoft-based solutions.

    What about Cisco, HPE, Lenovo among others who have to announce or discussed their Microsoft Azure Stack intentions? Good question, until we hear more about what those and others are doing or planning, there is not much more to do or discuss beyond speculating for now. Another 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.

    Overall, this is an excellent and exciting move for both Microsoft extending their public cloud software stack to be deployed within data centers in a hybrid way, something that those customers are familiar with doing. This is a good example of hybrid being spanning public and private clouds, remote and on-premises, as well as familiarity and control of traditional procurement with the flexibility, elasticity experience of clouds.

    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, along, 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.

    Overall this is a good announcement from Dell EMC for those who are interested in, or should become more aware about Microsoft Azure Stack, Cloud along with hybrid clouds. Likewise look forward to hearing more about the solutions from others who will be supporting Azure Stack as well as other hybrid (and Virtual Private Clouds).

    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.

    Data Infrastructure Server Storage I/O Tradecraft Trends

    Data Infrastructure Server Storage I/O Tradecraft Trends

    Updated 1/17/2018

    Data Infrastructure trends include server storage I/O network and associated tradecraft are your skills, experiences, insight as well as tricks of the trade, profession and job function (read more about what is a data infrastructure here).

    This is the second of a two-part series exploring data infrastructure along with serve storage I/O and related tradecraft. Read part one of this series here.

    Data Infrastructures
    Data Infrastructure and IT Infrastructure Layers

    As a refresher from part one, data infrastructure encompasses servers, storage, I/O and networking along with associated hardware, software, services and management tasks including data protection among others. Tradecraft is knowing about tools, technologies, and trends in your primary domain as well as adjacent focus areas. However, tradecraft is also about knowing how and when to use different technologies, tools with various techniques to address different scenarios.

    Tradecraft Trends
    Trends involving tradecraft include capturing existing experiences and skills from those who are about to retire or simply move on to something else, as well as learning for those new to IT or servers, storage, I/O, and data infrastructure hardware, software, and services. This means being able to find a balance of old and new tools, techniques, and technologies, including using things in new ways for different situations.

    Part of expanding your tradecraft skill set is knowing when to use different tools, techniques, and technologies from proprietary and closed to open solutions, from tightly integrated to loosely integrated, to bundled and converged, or to a la carte or unbundled components, with do-it-yourself (DIY) integration.

    Tradecraft also means being able to balance when to make a change of technology, tool, or technique for the sake of change vs. clinging to something comfortable or known, vs. leveraging old and new in new ways while enabling change without disrupting the data infrastructure environment or users of its services.

    A couple of other trends include the convergence of people and positions within organizations that may have been in different silos or focus areas in the past. One example is the rise of Development Operations (also known as DevOps), where instead of separate development, administration, and operations areas, they are a combined entity. This might be déja vu for some of you who grew up and gained your tradecraft in similar types of organizations decades ago; for others, it may be something new.

    Regarding fundamental tradecraft skills, if you are a hardware person it is wise to learn software; if you are a software person, it is advisable to acquire some hardware experience. Also, don’t be afraid to say “I do not know” or “it depends on on” when asked a question. This also means learning how information technology supports the needs of the business, as well as learning the technology the business uses.

    Put another way, in addition to learning server storage I/O hardware and software tradecraft, also learn the basic tradecraft of the business your information systems are supporting. After all, the fundamental role of IT is to protect, preserve, and serve information that enables the company or organization; no business exists just to support IT.

    Data Infrastructure Tool Box

    How to develop tradecraft?
    There are many ways, including reading this book along with the companion websites as well as other books, attending seminars and webinars, participating in forums and user groups, as well as having a test lab to learn and try things. Also, find a mentor you can learn from to help capture some of his or her tradecrafts, and if you are experienced, become a mentor to help others develop their tradecraft.

    Toolbox tips, reminders, and recommendations:

    • Create a virtual, software-defined, and physical toolbox.
    • Include tip sheets, notes, hints, tricks, and shortcuts.
    • Leverage books, blogs, websites, tutorials, and related information.
    • Implement a lab or sandbox to try things out
    • Do some proof of concepts (POC) and gain more experience

    Tradecraft Tips
    Get some hands-on, behind-the-wheel time with various technologies to gain insight, perspective, and appreciation of what others are doing, as well as what is needed to make informed decisions about other areas. This also means learning from looking at demos, trying out software, tools, services, or using other ways to understand the solution. Knowing about the tools and technology is important; however, so too is knowing how to use a tool (techniques) and when along with where or for what. This means knowing the tools in your toolbox, but also knowing when, where, why, and how to use a given tool (or technology), along with techniques to use that tool by itself or with multiple other tools.

    Additional tips and considerations include:

    • Expand your social and technical network into adjacent areas.
    • Get involved in user groups, forums, and other venues to learn and give back.
    • Listen, learn, and comprehend vs. only memorizing to pass a test.
    • Find a mentor to help guide you, and become a mentor to help others.
    • Collaborate, share, respect and be respected; the accolades will follow.
    • Evolve from focus on certificates or credentials to expansion of experiences.
    • Connect with others to expand your network

    Where to learn more

    Continue reading more and expanding your tradecraft experiences with the following among other resources:

    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 means

    Remember that tradecraft is skills, experiences, tricks, and techniques along with knowing what as well as how to use various related tools as part of what it is that you are doing. Your data infrastructure tradecraft is (or should be):

    • Essential skills and experiences spanning different technologies and focus areas
    • Knowing various techniques to use new and old things in new as well as hybrid ways
    • Expanding awareness into adjacent areas around your current focus or interest areas
    • Leveraging comprehension, understanding application of what you know
    • Evolving with new knowledge, experiences, and insight about tools and techniques
    • Hardware, software, services, processes, practices, and management
    • From legacy to software-defined, cloud, virtual, and containers

    Part of server storage I/O data infrastructure tradecraft is understanding what tools to use when, where, and why, not to mention knowing how to adapt with those tools, find new ones, or create your own.

    Remember, if all you have is a hammer, everything starts to look like a nail. On the other hand, if you have more tools than you know what to do with, or how to use them, perhaps fewer tools are needed along with learning how to use them by enhancing your skillset and tradecraft.

    In-between the known data infrastructure server, storage, I/O network, converged infrastructure (CI), hyper-converged infrastructure (HCI), Docker and other containers, cloud, hardware software-defined known, and unknown is your tradecraft. The narrow the gap between the known and the unknown as well as how to apply your experience is the diversity of your tradecraft.

    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.

    Server Storage I/O network Data Infrastructure Tradecraft Overview

    Server Storage I/O network Data Infrastructure Tradecraft Overview

    Updated 1/17/2018

    Data Infrastructure Tradecraft includes server storage I/O network and associated technology, technique, skills, experiences. Tradecraft includes insight as well as tricks of the trade, profession and job function (read more about what is a data infrastructure here). This is the first of a two-part series exploring data infrastructure along with serve storage I/O and related tradecraft. Read part two of this series here.

    Data Infrastructures Tradecraft Overview
    Data Infrastructure and IT Infrastructure Layers

    Data infrastructure encompasses servers, storage, I/O and networking along with associated hardware, software, services and management tasks including data protection among others. Tradecraft is knowing about tools, technologies, and trends in your primary domain as well as adjacent focus areas. However, tradecraft is also about knowing how and when to use different technologies, tools with various techniques to address different scenarios.

    What Is Your Tradecraft
    An example of expanding tradecraft is, for instance, an automobile technician who has learned how to change oil, check tire air pressure, or other essential entry-level functions. On the other hand, a master mechanic knows how to do more involved tasks, from the engine to transmission repair or rebuilding, bodywork, along with troubleshooting. A master mechanic not only knows what buttons, knobs, tools, and techniques to use for different tasks, he also knows how to diagnose problems, as well as what usually causes those problems to occur.

    There are many other examples, including salespeople who have the tradecraft of selling, including account as well as relationship building along with the ability to learn new tradecraft related to the trade or items they are or will be selling. Moreover, then there are pre-sales and systems engineers, technical marketing, product and program management, test and development, R&D engineering, IT and technology architects, among many others.
    IT Data Infrastructure Professionals

    Another example is engineers and architects (non-IT) who have basic design along with engineering discipline tradecraft, as well as specialties such as mechanical, electrical, heating ventilation air condition (HVAC), or environmental, among others. They can leverage their basic tradecraft while extending and enhancing it by gaining insight as well as experience in adjacent areas of focus.

    For IT and data infrastructure tradecraft this means expanding from basic tasks to being able to do more advanced things. For example, developing tradecraft from knowing the different hardware, software, and services resources as well as tools, to what to use when, where, why, and how. Another dimension of expanding data infrastructure tradecraft skills is gaining the experience and insight to troubleshoot problems, gain insight awareness with dashboard or monitoring tools, as well as how to design and manage to cut or reduce the chance of things going wrong.

    From Tools and Technologies to Techniques and Tricks of the Trade
    Expanding your awareness of new technologies along with how they work is important, so too is understanding application and organization needs. Developing your tradecraft means balancing the focus on new and old technologies, tools, and techniques with business or organizational application functionality.

    This is where using various tools that themselves are applications to gain insight into how your data infrastructure is configured and being used, along with the applications they support, is important.

    Data Infrastructure Tool Box

    Learning the Talk and Walking the Talk
    For some people their tradecraft is only learning the talk, so that they can talk the talk of trends, techniques, technology buzzwords to do their job (or get a job) and fit in. The next step is comprehending the talk, gaining more insight and experience ability of what to do (and not do) by walking the talk. Sometimes this means learning from mistakes (yours or others) to prevent them in the future.

    Expanding your tradecraft means learning the talk as well as how to walk the talk for adjacent areas. This can mean new skills, ability, tools, and technologies along with proper terminology. For your data infrastructure tradecraft, you need to acquire competencies in these different yet related areas.

    Even if your focus is to be a hardware or software or services person, there are opportunities to expand your tradecraft. For example extend into physical, virtualization, cloud, container, networking, storage, performance, data protection, or security, among others. This also means comprehending how the pieces work together to support the business applications, as well as the impact on each other (e.g. cause and effect).

    Part of tradecraft is also understanding that various terms and acronyms have different context meaning. For example, SAS can mean big data statistical analysis software or Serial Attached SCSI among others. What this means is as your tradecraft expands, so too does awareness that different terms have various meaning along with the importance of asking for context.

    Another example of understanding context is Fabric. Fabric can also have different context and meaning. It can refer to a network of switches, directors, and routers tying together servers, storage, bridges, gateways, and other devices, but it can also be associated with higher-level application functions, or a cluster of servers or services, as well as data. Keep context in mind about fabric: whether it is referring to lower-level physical and logical networks, or applications and data, among others.

    Yet another context example includes that client can have different meanings, including software or applications that communicate with a server or service, local or in the cloud. A variation of client can also be a type of device, such as a tablet, laptop, mobile device or phone, as well as a workstation with varying software for accessing different data infrastructure as well as applications. Another context for client is the user, person, or thing such as IoT that accesses and interacts with client software or server and services of application or data resources. Yet another context for client is a consumer of lower-level data infrastructure resources or higher-level applications services.

    Where To Learn More

    View additional Data Infrastructure and tradecraft 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 SDDC Data Infrastructure Tradecraft Overview

    What this means

    Remember that tradecraft is skills, experiences, tricks, and techniques along with knowing what as well as how to use various related tools as part of what it is that you are doing.  Continue reading more about data infrastructure along with server storage I/O network hardware software as well as associated management tradecraft in part two of this series here.

    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 P to T

    Data Infrastructure IT Industry Related Resource Links P to T

    IT Data Center and Data Infrastructure Industry Resources

    Updated 6/13/2018

    Following are some useful Data Infrastructure IT Industry Resource Links P to T 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

    • Packeteer.com    WAFS and networking solutions (Bought Tacit)
    • packetlight.com    CWDM and DWDM networking solutions
    • Panasas.com    Clustered storage solution
    • pancetera.com    Virtual machine backup software (Bought by Quantum)
    • Panduit.com    Networking and cable management
    • panzura.com    Cloud storage access software
    • paraccel.com     Business and data analytics
    • paragon-software.com    Storage management and backup tools
    • parallels.com    VDI and desktop virtualization and cloud tools
    • parascale.com     Clustered and cloud storage software
    • pcisig.com    PCI trade group (PCI, PCI-X, PCI-Express/PCIe)
    • penguincomputing.com    HPC servers, storage and hosting
    • pergamumsystems.com    Archive solutions (Stealth)
    • Permabit.com    Data archiving solutions
    • Pernixdata    Server and storage I/O cache optimization for virtual servers
    • perotsystems.com    Hosting and managed service provider (Bought by Dell)
    • pgp.com    Security tools (Bought by Symantec)
    • PHDvirtual    Data protection tools
    • Pillardata.com    Data storage solutions – (Bought by Oracle)
    • pineapp.com    Email, archive solutions, web and data protection
    • Piviot3.com    IP Storage
    • Pivotal Labs    Big Data, PaaS development tools, EMC/VMware spinout
    • plasmon.com    (Now called Alliance Storage Technologies) Optical Storage Solutions
    • plextoramericas.com    SSD and other storage solutions
    • plianttechnology.com    Solid state storage devices (SSD) – (Bought by SANdisk)
    • Pluribus Networks    Converged and software defined network management
    • pmc-serria.com    Storage networking component supplier
    • pny.com    Memory componets and technology
    • Pogoplug    Cloud storage
    • PolyServe.com    Clustered storage solutions (Sold to HP)
    • Polargy    Data Center facilaties, HVAC and DCIM solutions
    • power.org    Power Processor trade group
    • Mushkin   SSD Solutions
    • Peak Cloud    Cloud and storage services
    • PowerFile.com    Data archiving solutions
    • powerware.com    UPS and power conditioning systems
    • procedo.com    Archiving and migration solutions
    • proceedtechnologies.com    SAP consulting
    • profusionbackups.com    Cloud and managed backup service solution
    • progeny.net    VAR and specialized IT systems
    • prolexic.com    Distributed denial of service tools
    • promise.com    RAID storage systems
    • Prostorsystems.com    Removable disk storage (See RDX Alliance)
    • Proxim.com    Wireless networking
    • proximaldata.com    SSD caching and tiering software
    • pt.com    Communications hardware and software
    • puresi.com aka Puresilicon    SSD storage solutions
    • purestorage.com    SSD based storage
    • Puppet Labs    IT Automation and DCIM tools for physical, Cloud and Virtual

    • qlogic.com    Host bus adapters and switches
    • qsantechnology.com    iSCSI IP storage
    • Qstart Technologies    Data protection storage including LTFS based systems
    • Quadric Software    Data protection software
    • qualstar.com    Tape backup and archive solutions (Aka Qstar)
    • quantum.com    Tape drives and libraries
    • quest.com    IT and data management solution tools (Bought by Dell)
    • Qumulo    Stealth storage startup
    • qwest.com    (Century Link) Telephone and data networking, managed services provider
    • racemi.com    Repurposing management tools
    • Rackable.com    Now SGI
    • Rackspace.com    Managed services and hosting
    • www.rackwise.com    Data center management tools
    • raidinc.com    Storage systems
    • raidundant.com    Storage systems
    • Rainfinity.com    File virtualization (Bought by EMC)
    • rainstor.com    Big data management tools
    • rapidio.org    RapidIO Trade Group
    • Raritan    Data center and DCIM tools
    • rasilient.com    Storage subsystem vendor
    • Ravello    VMware optimization and management tools
    • Raxco    Data, storage and systems management tools
    • rebit.com    Backup and data protection solutions
    • RecordNation    Digital Data Storage and Records Management
    • redbend.com    Mobile device and application management
    • redbooks.ibm.com    IBM Red books and Red pieces technical articles
    • Redhat.com    Linux provider (Bought Gluster)
    • Reduxio    Hybrid storage with data services
    • reflexphotonics.com    Optical connectivity solutions
    • Reldata.com    Storage systems (Renamed Starboard)
    • remote-backup.com    Remote backup software
    • renewdata.com    Data management and compliance tools
    • repliweb.com    Web and content distribution
    • Retrospect    Data Protection Software Tools
    • revivio.com    Data Protection Software (Assets Bought by Symantec)
    • rightscale.com    Amazon cloud computing management tools
    • rimage.com    CD/DVD production technologies
    • risingtidesystems.com    VAR
    • Ritek.com    Storage solutions
    • rittal.com    Enclosures and cabinets
    • riverbed.com    Wide area file access acceleration solution
    • rjssoftware.com    Document capture and management
    • rmsource.com    Cloud backup solutions
    • rnanetworks.com    Virtual memory management solutions (Bought by Dell)
    • rocketdivision.com    iSCSI technologies
    • rorke.com    VAR
    • rpath.com    Data center automation
    • rsa.com    Security division of EMC
    • safemediacorp.com    Internet security and intrusion detection tools
    • safenet-inc.com    Data protection focused VAR
    • Sagecloud   Cloud storage, deep cold archive
    • samsung.com    Various technologies including SSD memory
    • sanblaze.com    Embedded storage and emulation solutions
    • SANbolic.com    Storage, server and cloud management tools
    • sand-chip.com    Chip design
    • SANDforce.com    SSD storage solutions – (Bought by LSI)
    • sandial.com    Defunct SAN startup
    • SANdisk.com    SSD memory components
    • sandpiperdata.com    Data migration services
    • sanmina-sci.com    Contract manufacturer (Virtual Factory) for various OEM/VARs
    • sanovi.com    Disaster recovery management tools
    • sanpulse.com    SRA and automation tools
    • sanrad.com    Storage networking routers (Bought by OCZ)
    • sans.org    Security related web site
    • sansdigital.com    VAR
    • sap.com    Information management tools and applications
    • sas.com    Statistical analysis software
    • sata-io.org    Serial ATA trade organization
    • SavageIO   High performance storage solutions
    • savvis.com    Cloud, managed service provider and hosting (Bought by Centurylink)
    • sbbwg.org    Storage Bridge Bay Working Group
    • scalable-systems.com    Data warehouse consulting and tools
    • scalecomputing.com    Clustered storage management software
    • scalemp.com    Virtualization technology for scale out computing
    • scalent.com    Virtual IT data center management tools
    • scality.com    Email and sharepoint cloud storage
    • schoonerinfotech.com    SSD based database management solutions
    • scsita.org    SCSI and SAS trade group
    • seagate.com    Disk drives
    • Sealpath   Data and information protection tools
    • seanodes.com    Distributed storage
    • sec.gov    Site about compliance items including CFR 17a-4
    • securedatainnovations.com    Data protection and security tools
    • sentilla.com    Data center performance management tools
    • sepaton.com    Disk based backup solutions
    • serialata.org    Serial ATA trade association
    • servicemesh.com    Cloud, datacenter transformation and devops tools
    • servicenow.com    ITIL data center management tools
    • 1servosity.com    Cloud data protection
    • servoy.com    Cloud development tools
    • ServPath.com    Hosting services
    • seven10storage.com    Disaster recovery and archiving software
    • sgi.com    Storage, server and data management hardware, software, tools
    • sherpasoftware.com    Email archiving
    • shop.bellmicro.com    Distributor (Bought by Avnet)
    • siber.com    Data protection and security tools
    • sidusdata.com    Managed service and cloud provider
    • siemon.com    Storage networking infrastructure items
    • sigmasol.com    Value added reseller (VAR)
    • Signiant.com    Data management tools
    • silexamerica.com    Mobile device and server connectivity
    • SiliconImage.com    Digital Video components
    • SiliconStor.com    Storage networking silicon
    • siliconvalleypr.com    IT technologies press/media and analyst relations firm
    • silveradotech.com    VAR
    • silver-peak.com    Wide area data and file services (WAFS, WADM, WADS)
    • SilverSky    Cloud security
    • simpletech.com    Storage solutions including USB portable devices
    • simplivity.com    Convergence and virtualization solutions
    • simplycontinuous.net    Data protection and cloud backup
    • siriuscom.com    VAR
    • site-vault.com    On-line backup server provider (BSP) managed service provider (MSP)
    • skyera.com    SSD storage solutions
    • skytap.com    Public and private cloud application development tools
    • Smart421   Smart421    AWS connect parter, Hosting/cloud/access services
    • smartm.com    PC card and other memory module components
    • smc.com    Storage and networking components
    • smithmicro.com    Mobile data management tools
    • smmdirect.com    Memory devices
    • snapappliances.com    NAS Storage solutions (Now Adaptec)
    • snia.org    Storage Networking Industry Association
    • snseurope.com    U.K. & European Storage Networking News
    • snwusa.com    SNIA and Computerworld conference
    • softek.com    Storage management solutions (formerly Fujitsu Softek, Sold to IBM)
    • softlayer.com    Cloud infrastructure services (IaaS) (Bought by IBM)
    • softnas.com    ZFS based opensource NAS solutions
    • softricity.com    Virtualization management tools (Bought by Microsoft)
    • Sogeti.com    Data management tools
    • solarflare.com    10Gb Ethernet networking
    • solarwinds.com    IT management tools (Bought TekTools, Hyper9 and others)
    • solidaccess.com    Solid state storage (SSD) solutions
    • soliddata.com    Solid State Disk solutions
    • solidfire.com    iSCSI SSD optimized for hosting and cloud providers
    • Solix.com    Database archiving software
    • solutiontechnology.co.uk    Storage networking training
    • sonasoft.com    Email archiving, backup and data protection
    • sonnettech.com    External storage solutions
    • sony.com    Storage devices
    • sophos.com    Data protection and security tools
    • sorrento.com    Optical networking
    • sparebackup.com    Backup data protection solutions
    • sparkweave.com    Private cloud archive and file sharing
    • spec.org    SPEC benchmarks
    • spectralogic.com    Tape library and disk based backup solutions
    • spiceworks.com    Online community and management software tools
    • spirent.com    Storage networking test equipment
    • Spiron.com  Data discovery, classification, lifecycle management (formerly Identity Finder)
    • Splice Communications   Splice Communications    AWS connect parter, Hosting/cloud/access services
    • splunk.com    DCIM and log management tools
    • spotcloud.com    Cloud services clearing house
    • spraycool.com    IT Data center and component cooling
    • springsoft.com    Bought by Synopsys
    • spsoftglobal.com    Software development
    • spyrus.com    Security tools
    • ssswg.org    IEEE Storage Systems Standards Work Group
    • starboardstorage.com    Unified storage solutions (Formerly Reldata, now ceased operations)
    • startech.com    IT/AV technolgie equipment from enclosures to KVM and more
    • starwindsoftware.com    iSCSI storage management solutions
    • stcroixsolutions.com    VAR
    • stec-inc.com    SSD storage (Bought by WD)
    • Steeleye.com    HA software
    • Stellar    Data Protection tools
    • storagetek.com    Disk, tape, data management software (Bought by Sun)
    • stonebranch.com    File transfer tools
    • stonefly.com    Storage networking routers (Aka DNF)
    • storability.com    Storage management software (Bought by STK)
    • storactive.com    Data protection solutions
    • storagecraft.com    Data protection tools
    • storagefusion.com    Storage resource analysis (SRA) tools
    • storageio.net    Alternate URL for the StorageIO Group
    • storageiogroup.com    Alternate URL for the StorageIO Group
    • storagemadeeasy.com    Hybrid and personal cloud management tools and dashboards
    • Storagemonkeys.com    Storage community site
    • storagenetworking.org    Storage Networking Users Groups also known as SNUGs
    • storageperformance.org    Storage Performance Council information
    • www.storagesearch.com    Venue for information about various storage and related topics
    • storcase.com    Data Archive solutions (Bought by Crudata)
    • store-age.com    Storage management software (Bought by LSI)
    • storediq.com    eDiscovery, search, indexing, classification (Bought by IBM)
    • Storewize.com    Real time data compression (Bought by IBM)
    • Storix.com    Data backup solutions
    • storlife.com    CAS object archive storage
    • stormagic.com    Storage virtualization and data movement software
    • storserver.com    Backup and data protection solutions
    • storsimple.com    Cloud storage access solutions (Bought by Microsoft)
    • storspeed.com    NAS/NFS optimization solutions (Missing in action)
    • stratascale.com    Cloud, hosting and management solutions
    • stratus.com    High availability storage and servers
    • sugarsync.com    Backup and data protection solutions
    • sun.com    Storage networking hardware and software (Bought by Oracle)
    • sunbeltsoftware.com    End point data protection security tools
    • sungard.com    Data protection and cloud services
    • superlumin.com    Application caching tools
    • supermicro.com    Server and storage solutions
    • surdoc.com    Cloud storage and backup
    • surgient.com    Cloud computing solutions
    • svlg.net    Silicon Valley Leadership Group
    • Swiftstack    Private cloud solutions
    • swifttest.com    NFS and CIFS storage testing solutions
    • sybase.com    Database solutions
    • sycamorenetworks.com    Networking solutions
    • Symantec.com    Data and storage management software
    • symbolicio.com    stealth startup
    • symform.com    Cloud storage and backup
    • syncsort.com    Information Management tools
    • synnex.com    Distributor
    • Synnex   IT Solutions
    • synology.com    SMB storage solutions
    • synopsys.com    Computer technology development and manufacturing
    • SysAid    Data center, DCIM and ITSM tools
    • t10.orgscsi-3.htm    ANSI T10 (SCSI information) site
    • t11.org    ANSI T11 page for Fibre Channel information
    • t3media.com    Cloud storage and video platform tools
    • tableausoftware.com    Data analytics software tools
    • tacit.com    WAN file system accelerator (Bought by Packeteer)
    • tacitnetworks.com    Wide area file access acceleration solution (Bought by Packeteer)
    • tandberg.com    Data management solutions (Bought by Cisco)
    • tapeandmedia.com    Information about magnetic tape media
    • tapepower.com    Site for tape topics
    • tarmin.com        Archiving solutions
    • teamdrive.com    Cloud storage
    • teamquest.com    IRM management and capacity management tools
    • TeamViewer.com    Remote support and Online meeting software
    • techdata.com    Distributor
    • tegile.com    Storage system solutions
    • tehutinetworks.net    High speed iSCSI adapters
    • tek-tools.com    SRM storage management software (Bought by Solarwinds)
    • TelecityGroup    AWS connect parter, Hosting/cloud/access services
    • tellabs.com    Networking components
    • Telx    AWS connect parter, Hosting/cloud/access services
    • teneros.com    Email archiving and management solutions
    • teracloud.com    Capacity planning and resource management software
    • teradata.com    Large scale database and data warehouse systems
    • teradici.com    PC over IP technologies
    • teranetics.com    Ethernet chips
    • Terascala    Data analytics and management solutions
    • ter.de    Optical storage libraries
    • terracloudinc.com    Cloud services
    • TerraScale.com    Scalable storage and server solutions
    • Verizon/Terremark   Cloud, hosting and managed services
    • Tevron   Application Response Time Monitoring
    • texmemsys.com    Solid State Disk storage
    • thebci.org    Business Continuity Institute
    • thecus.com    Multi-protocol storage
    • thegreengrid.org    Industry Trade Group
    • The Padcaster    Apple iPad tools
    • thepluggllc.com    Data center energy efficient floor tiles
    • theq3.com    Data storage security solutions
    • thinkaheadit.com aka Ahead    Value added reseller
    • thinkaheadit.com    Value added reseller (VAR)
    • thirdbrigade.com    Intrusion detection security tools (Bought by Trend Micro)
    • thirdio.com    SSD solutions
    • tiaonline.org    Telecommunications Industry Association
    • tidalsoftware.com    IT Management software tools (Bought by Cisco)
    • timespring.com    Continuous data protection solutions
    • tintri.com    NFS and NAS storage optimized for VMware
    • tivoli.com    Data management software
    • Softbank Telecom Corp.    AWS connect parter, Hosting/cloud/access services
    • Primary Data and Tonian    Stealth data virtualization startup
    • topgun-tech.com    Data Infrastructure Resource (Server, Storage, SANs)
    • top500.org    Top 500 super compute sites
    • topio.com    Data protection software (Bought by NetApp)
    • topspin.com    InfiniBand Technology (Bought by Cisco)(
    • Toshiba.com    Server and storage solutions
    • tpc.org    Transaction processing performance council
    • translattice.com    Distributed and elastic database and automation tools
    • Tredent.com    WAN optimization solutions
    • TrendMicro.com    Security and anti virus tools
    • trianz.com    VAR
    • tributary.com   Datra protection soultion tools including virtual, disk and tape-
    • trilogytechnologies.ie    Managed services provider
    • tritondata.com    IT services and VAR
    • trunkbow.com    Cloud, mobile and networking services
    • trustedcomputinggroup.org    Trusted computing industry trade group
    • trusteddatasolutions.com    VAR
    • trustedid.com    ID theft protection
    • trustware.com    Internet and data protection security tools
    • turnkeylinux.org   Turnkey Linux appliance –
    • tusc.com    VAR
    • twinstrata.com    BC/DR analysis and cloud access software
    • tw telecom   tw telecom    AWS connect parter, Hosting/cloud/access services
    • TSO logic    DCIM and data center power energy management tools
    • tzolkin.com    DNS and High Availability solutions

    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 to Others

    Data Infrastructure IT Industry Related Resource Links to Others

    IT Data Center and Data Infrastructure Industry Resources

    Updated 2/20/2018

    Following are some useful Data Infrastructure IT Industry Resource Links 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

    • www.10gea.org    10Gb Ethernet industry trade organization
    • www.1394ta.org    1394 (Firewire) trade association
    • www.3com.com    Networking equipment (Bought by HP)
    • www.3leafnetworks.com    I/O virtualization
    • www.3par.com    Clustered storage systems (Bought by HP)
    • www.3tera.com    IT Cloud management tools (Bought by CA)
    • www.4blox.com    Data center design services
    • www.4blox.com    Linux iSCSI target optimization stack
    • www.4bridgeworks.com aka Bridgeworks    SAN networking and connectivity solutions
    • www.80plus.org    Energy efficient power supply trade group

    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.

    Some popular 2016 storageioblog posts

    Some popular 2016 storageioblog posts

    server storage I/O trends

    Big Files and Lots of Little File Processing and Benchmarking with Vdbench – Need to test, validate, compare, contrast or simply apply workload to file systems, NAS or other file-based access? Want the flexibility and simplicity to software define your benchmark workload to meet various needs? For example, millions of small files or thousands of large 5GB, 10GB, 15GB (or larger) files with various read, write size and access patterns spanning a single directory, or many with various depths? Do you want the flexibility for different platforms including Windows, *NIX, bare metal, container, virtual or cloud without a bulk tool using simple scripts that produce lots of insightful results? Then you will want to check this post out.

    Breaking the VMware ESXi 5.5 ACPI boot loop on Lenovo TD350 – Ever have a VMware host server go into a boot loop and purple screen of death (PSD) then displaying a message about ACPI or similar? After spending time searching and applying many filters to sift through the noise of false positive matches, finally found the simple fix (e.g. a BIOS setting) to break the VMware ESXi vSphere boot loop, or at least on a Lenovo server.

    Cloud and Object Storage

    Cloud conversations: AWS EBS, Glacier and S3 overview (Part I) – This is one of the perennial favorites that while new features have been added with others extended, the post series still provides a good overview, primer or refresher of various Amazon Web Services (AWS) services including how they work. Interesting in learning more about Microsoft and Azure, then check out this, this, this and this.

    Cloud Conversations: AWS EFS Elastic File System (Cloud NAS) – This is a companion to the above AWS as well as other cloud post series that looks at AWS Elastic File System. Note that other cloud service providers have also added NAS file access support, some are intra (e.g. inside AWS cloud), others are inter-cloud (e.g. inside and outside cloud) such as Azure (can work with external Windows Servers using SMB3). Even OpenStack has added NAS file with Manila folders and Ceph with CephFS among others. So when some people tell you that NAS and file access are dead particular for cloud, remind them of the increasing number of services and software stacks that are adding new services to allow their solution to be compatible with existing environments or applications.

    Server Storage I/O performance

    Collecting Transaction Per Minute from SQL Server and HammerDB – If you have used the free tool HammerDB (e.g. Hammora) for driving database workloads, simulations or benchmarks you should recall that the resulting statistics are rather lacking. Sure there is a nice GUI chart that shows current executing transactions per second (TPS) along with some very simple counters in the log. However compared to some other tools such as sysbench, Quest Benchmark Factory and YCSB among others, the Hammer metrics are rather lacking. In this post I show how you can collect some more metrics from SQL Server if you have to use HammerDB. View more server storage I/O performance benchmark and monitoring tools resources here.

    Windows Server 2016

    Gaining Server Storage I/O Insight into Microsoft Windows Server 2016 – Microsoft released into general availability Windows Server 2016 and this post looks at some of the new features along with functionality including Storage Spaces Direct (S2D), Storage Replica (SR) as well as other enhancements. With these new and enhanced features Windows Servers increase their interoperability with Azure, as well as supporting aggregated hyper-converged infrastructure (HCI), disaggregated converged (CI) as well as traditional workloads along with Hyper-V (and containers). One of the other new enhancements in Windows Server 2016 which now uses ReFS (Reliable File System) as its default file system that you can read more about here. RIP Windows SIS (Single Instance Storage), or at least in Server 2016 With Windows Server 2016 Microsoft removed single instance storage replacing with new capabilities that you can read more about in the this post.

    Garbage data in garbage data out

    Garbage data in, garbage information out, big data or big garbage? There is a classic IT expression of garbage data in results in garbage data (or information out) in that your algorithms and data structures (which equals programs e.g. Niklaus Wirth) are only as good as the data they work on. What this means then is that if there is a large amount of big data then there can also be a big garbage in and garbage out problem unless addressed.

    Hard product vs. soft product – Hard product refers to something such as hardware, software or a service resource that is obtained and then joined with other resources in a particular way to create a soft product. Not to be confused with software, the soft product is the result or how resources get defined that give some ability or benefit. Think of a soft product as for how airlines can use the same airplane, serve the same coca cola, have same seats, yet their soft product is the service experience of how those are delivered, as well as how you find and buy or use them. Another way of thinking about it is hard products are the ingredients for a recipe, the recipe defines how those ingredients result in some food dish.

    how many IOPs can an HDD or SSD do

    Part II: How many IOPS can a HDD, HHDD or SSD do with VMware? – This is part of a multi-post series looking at how many IOPs (or bandwidth) various HDD and SSDs can do handling different workloads. Of course, your results will vary with configuration settings, tools among other considerations. However, some of the older rules of thumb (RUT) about RPM and other considerations for HDDs have changed and continue to do so. As an example of how HDDs continue to evolve check out this popular post from the 2016 list Which Enterprise HDDs to use for a Content Server Platform.

    Part II: What I did with Lenovo TS140 in my Server and Storage I/O Review – This is a popular post series of some things I have done with a Lenovo TS140 including defining with various software as well as hardware. This is a great price performer value system that several years ago after testing one Lenovo sent me, I returned that to Lenovo and bought several of them to join my other systems.

    Server and Storage I/O Benchmarking and Performance Resources – This is a collection of various server, storage I/O and networking hardware, software as well as services tools, techniques as well as tips for benchmarking, comparing, simulation, testing, gaining insight across cloud, virtual, container and legacy resources. Server and Storage I/O Benchmark Tools: Microsoft Diskspd (Part I) – This is one of the tools found on the server, storage I/O benchmarking and performance resources page. Diskspd is a tool developed by Microsoft as an alternative to using Iometer, vdbench, fio.exe, SQLIO among many others, plus, it is on github.

    server storage I/O nvme and ssd

    The NVM (Non Volatile Memory) and NVMe Place – Interesting and adoption in nand flash, nvram, 3D XPoint among other SSD and Non-volatile Memory (NVM) continues. Another popular post that you can find at thenvmeplace.com is this NVMe overview and primer – Part I. There is a growing interest, awareness and deployment adoption around NVM Express (NVMe) the new protocol for accessing NVMs and SSDs. Some of the common conversations and questions I encounter is confusion between NVM and NVMe, too which the answer is one (the former) are the media or devices, the other is the access method alternative to using AHCI/SATA or SCSI (e.g. SAS, iSCSI, FCP, SRP) among others.

    VMware VVOLs and storage I/O fundamentals (Part 1) – VMware Virtual Volumes (VVOL) continue to gain adoption and this post is part of an overview and primer. If you want to go deeper into VVOL as well as see some adoption insights check out Eric Sieberts post here over at vsphere-land.com

    Welcome to the Object Storage Center page – This is a micro site that has a primer and overview of cloud as well as object storage along with an expanding list of links to various resources, tips, technologies, tools, trends and industry activity.

    Where To Learn More

    www.storageio.com particular if you have not been there for awhile to check out the new streamlined look and navigation to various content including Server StorageIO update newsletters (free subscription) among other resources.

    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 and wrapping up

    Some of the popular posts for 2016 are perennial favorites and based on experience will probably appear on the 2017 list. However there are also several new posts that appeared in 2016 that I suspect will also appear on the 2017 version of the above list, along with new content from 2017.

    Thank you to all of you who frequent StorageIOblog.com as well as StorageIO.com along with our various micro sites including server storage I/O performance and benchmarking resources, thenvmeplace.com, thessdplace.com, cloud and objectstoragecenter.com, data protection diaries among others.

    Also thank you for viewing various partner venues and syndicates with extra ones appearing throughout 2017. Watch for more content in the coming weeks, months and throughout 2017 on software defined data infrastructures (SDDI) along with server, storage I/O, networking, hardware, software, cloud, container, data protection and related topics, trends, technologies, tools and tips.

    Again, thank you

    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.