Users Guide

13–Windows Server 2016
Nano 서버 배포 관리
247 AH0054602-03 F
가상 머신에 Nano 서버 배포
가상 머신에서 실행할 Nano 서버 VHD( 가상 하드 드라이브 ) 생성하려면
1. Windows Server 2016 OS 이미지를 다운로드합니다 .
2. 단계 1 에서 다운로드한 파일에서
NanoServer 폴더로 이동합니다 .
3.
NanoServer 폴더에서 하드 드라이브에 있는 폴더로 다음 파일을 복사합니
.
NanoServerImageGenerator.psm1
Convert-WindowsImage.ps1
4. Windows PowerShell 관리자 권한으로 시작합니다 .
5. 단계 3 에서 파일을 붙여 넣은 폴더로 디렉터리를 변경합니다 .
6. 다음 명령을 발급하여 NanoServerImageGenerator 스크립트를 가져옵니다 .
Import-Module .\NanoServerImageGenerator.psm1 -Verbose
7. 다음 Windows PowerShell 명령을 실행하여 컴퓨터 이름을 설정하고 하이퍼
바이저 게스트 드라이버를 함하는 VHD 성합니다 .
New-NanoServerImage –DeploymentType Guest –Edition
<Standard/Datacenter> -MediaPath <path to root of media>
-BasePath
.\Base -TargetPath .\NanoServerPhysical\NanoServer.vhd
-ComputerName
<computer name> –GuestDrivers
:
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
위의 명령으로 VHD 파일을 생성하는 10~15 정도 걸립니다 . 명령
실행했을 때의 출력 샘플은 다음과 같습니 .
PS C:\Nano> New-NanoServerImage –DeploymentType Guest –Edition
Datacenter -MediaPath
다음 명령을 발급하면 VHD 대한 관리자 암호를 입력하라는 메시
지가 표시됩니다 .