Users Guide
13–Windows Server 2016
Nano 서버 배포 및 관리
245 AH0054602-03 F
6. 다음 명령을 발급하여 NanoServerImageGenerator 스크립트를 가져옵니다 .
Import-Module .\NanoServerImageGenerator.psm1 -Verbose
7. 컴퓨터 이름을 설정하고 OEM 드라이버와 하이퍼바이저를 포함하는 VHD 를
생성하려면 다음 Windows PowerShell 명령을 실행합니다 .
New-NanoServerImage –DeploymentType Host –Edition
<Standard/Datacenter> -MediaPath <path to root of media>
-BasePath
.\Base -TargetPath .\NanoServerPhysical\NanoServer.vhd
-ComputerName
<computer name> –Compute -Storage -Cluster -OEMDrivers
–Compute
-DriversPath “<Path to Qlogic Driver sets>”
예 :
New-NanoServerImage –DeploymentType Host –Edition Datacenter
-MediaPath C:\tmp\TP4_iso\Bld_10586_iso
-BasePath ".\Base" -TargetPath
"C:\Nano\PhysicalSystem\Nano_phy_vhd.vhd" -ComputerName
"Nano-server1" –Compute -Storage -Cluster -OEMDrivers
-DriversPath
"C:\Nano\Drivers"
앞의 예에서 C:\Nano\Drivers 는 QLogic 드라이버 경로입니다 . 이 명령으
로 VHD 파일을 생성하는 데 약 10~15 분 정도 걸립니다 . 이 명령을 실행했을
때의 출력 샘플이 아래에 나와 있습니다 .
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 : Looking for the requested Windows image in the WIM file
INFO : Image 1 selected (ServerDatacenterNano)...
INFO : Creating sparse disk...
INFO : Mounting VHD...
INFO : Initializing disk...
INFO : Creating single partition...
INFO : Formatting windows volume...
주
이 명령을 발급하면 새 VHD 에 대한 관리자 암호를 입력하라는 메시지
가 표시됩니다 .