1 / 22

Nano Server Administration

Nano Server Administration. Thorsten Butz. # about_me $speaker = @{ name = 'Thorsten Butz' jobrole = 'Trainer' , 'Consultant' , 'Author' certification = 'MC*' , 'LPIC-2' = @thorstenbutz = gplus.to/thorstenbutz = facebook.com/thbutz = thorsten-butz.de

Télécharger la présentation

Nano Server Administration

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Nano Server Administration Thorsten Butz

  2. # about_me $speaker= @{ name='Thorsten Butz' jobrole = 'Trainer','Consultant','Author' certification ='MC*','LPIC-2' =@thorstenbutz =gplus.to/thorstenbutz =facebook.com/thbutz =thorsten-butz.de =slidingwindows.de }

  3. Codename Tuva • Install.wim: 134 MB • Headless server • Zero foot print: no built-in roles or features • Purpose: • "Compute clusters" (Hyper-V-Host, Storage: SoFS, etc) • "Born-in-the-cloud”-Applications (Support for Ruby, Python, NoJS, etc) • Later/"next 20 years": Everything * * WS 2016, TP 4

  4. Evolution of Windows Server UI

  5. Footprints

  6. Tuva: 170,500 km2 307.930 residents Vatican: 0.44  km2 690 residents

  7. # BUILD YOUR FIRST NANO SERVER • # GEN 1-VM => *.vhd • # Gen 2-VM => *.vhdx • Import-ModuleNanoServerImageGenerator.psm1# from WS2016-ISO • $nanoName='sea-nano1' • New-NanoServerImage ` • -MediaPath$iso_x ` • -BasePath'C:\NanoServer_TP4\Base' ` • -TargetPath"C:\Hyper-V\Virtual Hard Disks\$nanoName.vhd" ` • -GuestDrivers ` • -EnableRemoteManagementPort ` • -AdministratorPassword$password ` • -Languageen-US ` • -ComputerName$nanoname

  8. Recovery console

  9. Workgroup vs. Domain • Workgroup • a) ConfigureTrustedHost list: Set-Item ` • WSMan:\localhost\Client\TrustedHosts ` • -Value192.168.0.100-Force • b) "Manage As …" from ServerManager • DomainPreCreate AD membership: • djoin.exe/Provision/Domaincontoso • /Machine"sea-nano1"/SaveFile"c:\depot\sea-nano1.djoin"

  10. Running apps on Nano • Compatible API (subset) • Reverse Forwarders:"DLL shims" forward api calls to new DLLs (optional package) • Appx: Windows Server App (WSA) Installer, no MSI support • "Built-In" roles:optional package

  11. New-NanoServerImage –Packages Microsoft-NanoServer-DNS-Package […] New-NanoServerImage –Compute […]

  12. Demo • Build NANO server, • configure NANO server

  13. Remote Server Mgmt Tools

  14. RSMT: Processes

  15. RSMT: Regedit

  16. RSMT: DevMgmt

  17. Shadows of the past

  18. build 2011

  19. Questions? @thorstenbutz

  20. Thank you! @thorstenbutz

More Related