26
Introduction Windows Nano Servers [email protected]

Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Introduction Windows Nano Servers

[email protected]

Page 2: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Degree in Computer Enngieering from the Universidade Autónoma de Lisboa.

IT Manager at Globaltemp S.A.

Founder IT PRO PORTUGAL

The first computers in which I am proud to have had was the Sinclair ZX Spectrum +3 Hail the king and Unisys with a less than 1 Mb of Ram.

About Ricardo Cabral

Photo www.old-computers.com

Page 3: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Windows Server 2016

Virtual machines VS Containers

Nano Servers Nano Server challenges

Windows Server installation evolution

Where can we install

What can we do

Remote Server management tools

Licensing

Q&A

Agenda

Photo dilbert.com

Page 4: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Windows Server 2016

Microsoft ITPAC

At the heart of the Microsoft Cloud Platform, Windows Server brings Microsoft’s experience delivering global-scale cloud services into your infrastructure.

Page 5: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Windows Server 2016

Source: What’s New in Windows Server 2016, Pedro Custódio (Microsoft)

Page 6: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

How can we try Windows Server 2016 ?

Windows Server 2016

Windows Server 2016 Technical Preview 4 expires on July 15, 2016.

Page 7: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

How can we try Windows Server 2016 ?

Windows Server 2016

Page 8: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

How can we try Windows Server 2016 ?

Windows Server 2016

Page 9: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Virtual machines VS Containers App

B

App A

Hypervisor (Type 2)

Host OS

Server

Guest OS

Bins/ Libs

App A’

Bins/ Libs

Bins/ Libs

Virtual

Machinel

Guest OS

Guest OS

Host OS

Server

Bins/Libs

Ap

p A

Bins/Libs

Ap

p B

Ap

p B

Ap

p B

’’ Container A

pp

A’

Docker Deamon

Source: How to Implement Containerization with Docker, Khalid Mouss (Microsoft) and Ahmet Alp Balkan (Microsoft).

Page 10: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

Nano Server challenges

Page 11: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

Windows Server installation evolution

Source: Nano Server: A Cloud Optimized Windows Server for Developer, Build 2015 , Andrew Mason, Jeffrey Snover

Page 12: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

Windows Server installation evolution

Page 13: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server Where we can install

Host OS

Hypervisor Containers Windows Server

Container

Guest OS

The use of the physical machines can be used for data infrastructure.

Virtual machines for application containers.

Page 14: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server What can we do

Role or features:

• Basic drivers for a variety of network adapters and storage controllers;

• Data Center Bridging;

• PowerShell Desired State Configuration (DSC);

• DNS Server role;

• File Server role and other storage components;

• Host support for Windows Containers;

• Hyper-V guest drivers for hosting Nano Server as a virtual machine;

• Hyper-V role;

• Internet Information Server (IIS);

• Network Performance Diagnostics Service (NPDS);

• Reverse forwarders for application compatibility frameworks such as Ruby, Node.js,

etc;

• System Center Virtual Machine Manager agent;

• Windows Defender Antimalware, including a default signature file.

Page 15: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server What can we do

Page 16: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

DEMO Create Nano Server VHD

Import-Module d:\nanoserver\NanoServerImageGenerator.psm1

New-NanoServerImage –MediaPath D:\ `

-BasePath C:\NanoServer `

-TargetPath C:\NanoServer\NanoServerISS2.VHD `

–ComputerName “NanoServerISS” `

-Guestdrivers `

-Ipv4Address 10.0.2.20 `

-Ipv4SubnetMask 255.255.255.0 `

-Ipv4Gateway 10.0.2.2 `

-Package Microsoft-NanoServer-OEM-Drivers-Package, Microsoft-NanoServer-IIS-Package `

-Language en-us `

-AdministratorPassword (ConvertTo-SecureString -String ‘P@ssw0rd’ -AsPlainText -Force) `

-Verbose

Page 17: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

• Does not include MSI as an installation technology, Nano Server has a new declarative Appx-based installer called Windows Server App (WSA) Installer.

• 64 bits only.

• There is no graphical user interface.

Page 18: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

Remote server management tools

Source: Nano Server: The Future Of Windows Server, IT Innovation Series

Page 19: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

# Start the WinRM Service

net start WinRM

Set-Item WSMan:\localhost\Client\TrustedHosts -Value "servername or IP"

Set-Item WSMan:\localhost\Client\TrustedHosts -Value "servername or IP, servername or IP"

Set-Item WSMan:\localhost\Client\TrustedHosts -Value "*"

Enter-PSSession -ComputerName "servername or IP" -Credential servername\Administrator

Enter-PSSession -VMName "VMName" -Credential servername\Administrator

DEMO Powershell Remote Connection

Page 20: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Nano Server

http://windowsserver.uservoice.com/

Feedback https://windowsserver.uservoice.com/forum

s/295068-nano-server /

Page 21: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Licensing

It is available for consult Windows Server 2016 and System Center 2016 Standard

and Datacenter Editions Pricing and licensing FAQ de December 2015

Nano Server is a deployment option within Windows Server 2016. It is included as

part of the licensing of the edition from which it is deployed. There is no unique or

separate licensing for Nano Server.

Licensing is by the number of cores in the server, similar to the Microsoft SQL

Server licensing. Minimum license requirements: 8 cores per processor, 16 cores per

server.

Page 22: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Questions?

Page 23: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

OUR SPONSORS

Page 24: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

References Windows Server 2016 Technical Preview 4 https://technet.microsoft.com/en-us/library/mt126143.aspx

Nano Server Technet Blog https:/blogs.technet.com/b/nanoserver/

Getting Started with Nano Server https://msdn.microsoft.com/en-us/library/mt126167.aspx

Windows Server Technet Blog https://blogs.technet.microsoft.com/windowsserver/

Page 25: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Windows Containers Documentation https://msdn.microsoft.com/virtualization/windowscontainers/containers_welcome

More references

Ben Armstong’s Virtualization Blog https://blogs.msdn.microsoft.com/virtual_pc_guy/

Microsoft GitHub Virtualization Documentation https://github.com/Microsoft/Virtualization-Documentation/tree/master/windows-server-container-samples

Matt McSpirir Infravangelist http://www.mattmcspirit.com/author/mattmcspirit/

Page 26: Introduction Windows Nano Servers€¦ · It is available for consult Windows Server 2016 and System Center 2016 Standard and Datacenter Editions Pricing and licensing FAQ de December

Ricardo Cabral

[email protected]

@rramoscabral

Linkedin: rrcabral

Thank you for your attention!