9–Windows Server 2016
Implementación y administración de un servidor Nano
6.
Importe el script NanoServerImageGenerator emitiendo el siguiente
comando:
Import-Module .\NanoServerImageGenerator.psm1 -Verbose
7.
Emita el siguiente comando en Windows PowerShell para crear un VHD que
establezca un nombre de equipo e incluya los controladores de invitado de
Hyper-V:
New-NanoServerImage –DeploymentType Guest –Edition
<Standard/Datacenter> -MediaPath <path to root of media>
-BasePath
.\Base -TargetPath .\NanoServerPhysical\NanoServer.vhd
-ComputerName
<computer name> –GuestDrivers
Ejemplo:
New-NanoServerImage –DeploymentType Guest –Edition Datacenter
-MediaPath C:\tmp\TP4_iso\Bld_10586_iso
-BasePath .\Base -TargetPath .\Nano1\VM_NanoServer.vhd
-ComputerName
Nano-VM1 –GuestDrivers
El comando anterior tarda entre 10 y 15 minutos en crear un archivo VDH.
A continuación se muestra un ejemplo de salida de este comando:
PS C:\Nano> New-NanoServerImage –DeploymentType Guest –Edition
Datacenter -MediaPath
C:\tmp\TP4_iso\Bld_10586_iso -BasePath .\Base -TargetPath
.\Nano1\VM_NanoServer.vhd -ComputerName Nano-VM1 –GuestDrivers
cmdlet New-NanoServerImage at command pipeline position 1
Supply values for the following parameters:
Windows(R) Image to Virtual Hard Disk Converter for Windows(R) 10
Copyright (C) Microsoft Corporation. All rights reserved.
Version 10.0.14300. 1000.amd64fre.rs1_release_svc.160324-1723
INFO
INFO
INFO
INFO
INFO
NOTA
El siguiente comando le pedirá que indique una contraseña del
administrador para el nuevo VHD.
: Looking for the requested Windows image in the WIM file
: Image 1 selected (ServerTuva)...
: Creating sparse disk...
: Attaching VHD...
: Initializing disk...
143
BC0154503-09 E