Book Image

Building Clouds with Windows Azure Pack

By : Amit Malik
Book Image

Building Clouds with Windows Azure Pack

By: Amit Malik

Overview of this book

Windows Azure Pack is an on-premises cloud solution by Microsoft, which can be leveraged by Organizations and Services providers for building an enterprise class cloud solution. WAP provides consistent experience to Microsoft Azure, along with capabilities such as multi-tenancy, high density, self-service, automated. WAP can be leveraged to provide both IaaS & PaaS Offerings to internal and external customers. In this book, we will learn about planning and deployment of Cloud Fabric for Windows Azure Pack, Azure Pack components, VM Clouds and IaaS offerings, PaaS Offering including WebSites & Service Bus, DBaaS offerings, Automation with SMA, and extending capabilities with third party products integration and tenant experience for all services.
Table of Contents (18 chapters)
Building Clouds with Windows Azure Pack
Credits
About the Author
Acknowledgement
About the Reviewer
www.PacktPub.com
Preface
Index

Installing and configuring SMA


SMA installation binaries are located inside System Center Orchestrator Media and follows similar installation instructions as per other system center products.

SMA installation prerequisites

The SMA installation prerequisites can be divided in three categories:

  • Software components prerequisites

  • AD accounts prerequisites

  • SSL certificate prerequisites

Windows Server 2012 R2 is the minimum OS version supported for SMA installation. Apart from this, the following software components must be installed before starting the SMA installation as SMA installer doesn't automatically install prerequisite components.

Software prerequisite for installing the SMA web service are as follows:

  • Internet Information Services (IIS) 7.5 or higher

  • IIS basic authentication

  • IIS Windows authentication

  • IIS URL authorization

  • ASP.NET 4.5

  • .NET Framework 3.5 (for the setup program)

  • .NET Framework 4.5

  • WCF HTTP activation

  • SQL Server 2012 DB connectivity

Note

To install .NET 3.5 on Windows Server 2012/R2 using...