Skip to main content

Microsoft Private Cloud Solutions

It's all about the cloud nowadays, and the competition is tough. First, there's Amazon, arguably the largest cloud computing platform out there, but being a market leader is both a blessing and a curse - others are constantly trying to dethrone you. And the list of those others is a notable one: Google and Microsoft are working tirelessly to improve their already impressive cloud platforms as are other industry heavyweights - IBMHP, CA; and let's not forget telecom giant - AT&T, Sprint, and Verizon; and many others - Rackspace, GoGrid, Joyent, Savvis, SoftLayer, CloudShare, Skytap, ...


So, how does Microsoft fair against the competition? I think it fairs quite well, thanks to its strong foothold in the Enterprise and the breadth and depth of its cloud solutions. Whether it is a traditional on-premise deployment, highly virtualized datacenter, private cloud, or public cloud offering - Microsoft has a compelling solution, great integration story, deep corporate pockets, and strong technical expertise required to further enhance and support it. So, you choose whatever road to take, it's on your terms:
When it comes to Microsoft's public cloud offerings, they are fairly well known and publicized: Dynamics CRM Online, Office 365, Windows Intune, Windows Azure, SkyDrive. So, I wanted to spend some time highlighting the features and benefits of Microsoft's private cloud offering and its cornerstone - System Center 2012. Hence, meet SC2012, I suggest you start with reviewing the following:
Then, work your way down to the individual products and technologies:
And now, take a look at the entire private cloud stack:
Impressive? I think so, but this is not the whole story yet. So far we have only covered the foundation - infrastructure, process automation, management and monitoring - necessary to establish a solid platform for applications and services; after all, this is what business users and consumers alike are typically after - I guess it's not all about the cloud, it's about the apps.

Naturally, Microsoft's own wide-ranging product portfolio (from productivity, communications and collaboration software; to customer relationship management and enterprise resource planning solutions; to data warehousing, online analytical processing, and business intelligence), along with a diverse ecosystem of products from Microsoft partners and independent software vendors, present a perfect fit and deliver significant value when provisioned, delivered, managed, and monitored via the private cloud platform.

About the benefits. Private cloud can provide a healthy mix of usual cloud incentives - such as agility, focus, and economics - along with enhanced abilities to control, secure, and customize the environment. Here are a few specific benefits of the Microsoft private cloud:  
  • Heterogeneous support: multiple hardware vendors (Dell, IBM, HP, Hitachi, Fujitsu, NetApp, Cisco), hypervisors (hyper-v, vmware, xenserver), operating systems (Widows, Linux), and application platforms (.Net, Java, PHP, Ruby) are supported.
  • Process automation: strong automation capabilities via Orchestrator across all System Center products as well as 3rd party tools (HP, CA, BMC, EMC)
  • Self-service infrastructure: robust self-service capabilities delivered via App Controller and Service Manager, supported by process automation
  • Service-centric approach: holistic approach to service definition (includes hardware, software, multiple inter-related systems) 
  • Comprehensive systems and application manageability: solid management  capabilities delivered via Configuration Manager, supported by process automation 
  • Deep systems and application monitoring and diagnosis: robust monitoring capabilities delivered via Operations Manager, supported by process automation
  • Flexible delegation and control: role based administration and granular control 
  • Cross-cloud application management: manage private and public cloud applications  via a single console, move applications between clouds
  • Physical, virtual, and cloud management: use the same set of tools to manage physical and virtual infrastructure, as well as public and private clouds
To summarize - how would a sample Private Cloud based, System Center 2012 infused environment conceptually look like? Somewhat like this:
Cloud computing and Microsoft private cloud solutions - these are voluminous topics, but I hope you get the picture. To learn more please, follow the links, read through the datasheets, and do some digging of your own.
Many of the leading cloud computing platforms are proprietary in nature (i.e. Amazon, Microsoft), while others are build upon open source projects (i.e. HP and Rackspace using OpenStack, Datapipe and Zynga using CloudStack; CERN using OpenNebula; NASA using Eucalyptus; Yandex using Nimbula). Neither approach is either good or bad, right or wrong. Time will settle the score; meanwhile, there's nothing wrong with variety and a healthy competition is always good for the consumers of cloud services and platforms.

Comments

Post a Comment

Popular posts from this blog

Updating computer's AD Security Group membership without rebooting

I found the following to be very useful - From the elevated command prompt execute “ klist –li 0x3e7 ” to view the logon session of the computer account . To purge them, simply execute “ klist –li 0x3e7 purge ”. A typical use case might involve targeting GPOs based on computer's group membership. When you add computer to the group in order to test the application of policies you can reboot it or, alternatively, run the above mentioned to clear logon sessions, then do “ gpupdate /force ” and check. In a spirit of giving credit where credit is due, I found a few references to this, but the one I learned it from was  http://setspn.blogspot.com/2010/10/updating-servers-security-group.html

WordPress displays weird characters

Sometimes after a database conversion (e.g. from MySQL to MariaDB) or due to encoding issues a situation might arise when WordPress is showing weird characters. A quick way of remedying the situation would involve examining the pages to discover a pattern (what characters are being substituted, in the example below the apostrophe was replaced by  ’ ) then running an queries against the database to reverse the effect. Here's a quick example (common tables that store content): UPDATE  wp_posts  SET  post_content =  REPLACE (post_content,  'Â' ,  '' )      UPDATE  wp_posts  SET  post_content =  REPLACE (post_content,  '’' ,  "'" )      UPDATE  wp_postmeta  SET  meta_value =  REPLACE (meta_value,  'Â' ,  '' )      UPDATE  wp_postmeta  SET  meta_value =  REPLACE (me...
  AI Agents as Trusted IoT/Software Defined Devices 🤖 Your Newest Endpoint Isn’t a Laptop; It’s an AI Agent. Are You Ready to Secure It? Dive into the next frontier of cybersecurity. Autonomous AI agents are no longer just code; they are powerful actors in our digital ecosystems. Treating them as simple software leaves a massive security gap. Our latest report introduces a new paradigm: The AI Agent as a Software-Defined Device. Discover the essential framework for securing the agentic future: ➡️ The Agent-as-Device Model: Learn why abstracting agents as software-defined devices, similar to IoT endpoints, is the key to managing their complexity and risk. Secure the “hardware” (host), “software” (agent logic), and “network” (communications). ➡️ A Digital Passport for AI: Move beyond static API keys. Explore how Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs) create a cryptographic root of trust, giving every agent a verifiable identity and provable permissions. ➡️...