안녕하세요. 오늘 포스팅은 나노 서버에서 사용할 수 있는 역할과 기능입니다.

 

Windows Server TP5의 나노 서버 폴더를 찾아보면 .wim 이미지와 패키지라는 하위 폴더가 포함되어 있으며, 이 하위 폴더는 VHD 이미지에 서버 역할 및 기능을 추가하는데 사용하는 패키지 파일입니다.

나노 서버 이미지 생성 시 윈도우 파워쉘 옵션으로 패키지를 설치할 수 있어 이미지 생성 시 패키지 이름을 입력하여 포함할 수 있습니다.

(패키지는 Get-NanoServerPackage 명령어로 나열할 수 있음)

 

역할과 옵션은 다음과 같습니다.

 

Role or feature
Option
Hyper-V (NetQoS 포함)) -Compute
Failover Clustering -Clustering
Basic drivers for a variety of network adapters and storage controllers. This is the same set of drivers included in a Server Core installation of Windows Server 2016 Technical Preview. -OEMDrivers
File Server role and other storage components -Storage
Windows Defender Antimalware, including a default signature file -Defender
Reverse forwarders for application compatibility, for example common application frameworks such as Ruby, Node.js, etc. Now included by default
DNS Server role -Packages Microsoft-NanoServer-DNS-Package
Desired State Configuration (DSC) -Packages Microsoft-NanoServer-DSC-Package
Note: For full details, see Using DSC on Nano Server
Internet Information Server (IIS) -Packages Microsoft-NanoServer-IIS-Package
Note: See the IIS on Nano Server sub-topic for details about working with IIS.
Host support for Windows Containers -Containers
System Center Virtual Machine Manager agent -Packages Microsoft-NanoServer-SCVMM-Package
-Packages Microsoft-NanoServer-SCVMM-Compute-Package
Note: Use the SCVMM Compute Package only if you are monitoring Hyper-V.
Network Performance Diagnostics Service (NPDS)
(Note: Requires Windows Defender Anti-Malware package, which you should install before installing NPDS)
-Packages Microsoft-NanoServer-NPDS-Package
Data Center Bridging (including DCBQoS) -Packages Microsoft-NanoServer-DCB-Package
Ability to boot and run from a RAM disk Microsoft-NanoServer-BootFromWim-Package
Deploying on a virtual machine Microsoft-NanoServer-Guest-Package
Deploying on a physical machine Microsoft-NanoServer-Host-Package
Secure Startup -Packages Microsoft-NanoServer-SecureStartup-Package
Shielded VM -Packages Microsoft-NanoServer-ShieldedVM-Package
Note: This Package is only available For the Datacenter edition of Nano Server.

 

옵션 패키지를 설치하는 경우, 해당 언어 팩 선택한 서버 미디어 로케일에 따라 설치됩니다.

(설치 매체의 하위 폴더에서 사용 가능한 언어 팩 로케일 약어를 찾을 수 있음)

 

추가로, 스토리지 매개 변수를 사용하여 파일 서비스를 설치하여도 파일 서비스 실제로 사용할 수 없으며, 원격 컴퓨터의 서버 관리자를 통해 이 기능을 사용할 수 있습니다.

 

 

이상으로 나노 서버에서 사용할 수 있는 역할과 기능에 대한 포스팅을 마칩니다.

감사합니다.  

 

 

 

참고 링크: https://technet.microsoft.com/en-us/library/mt126167.aspx

 

 

안녕하세요.

이번 포스팅은 물리 서버에 나노 서버를 설치하는 방법에 대한 내용입니다.

 

이미 앞의 포스팅을 통해서도 설명드렸지만 나노 서버의 경우 기존 윈도우 설치와는 다르게 설치 시에 선택하여 설치할 수가 업습니다.

따라서, 물리 서버에 나노 서버를 설치하기 위해서는 vhd를 마운트하는 방법이나 WDS를 통해 설치하는 2가지 방법이 있을 듯합니다.

 

이번 포스트에서는 간편하게 가상 하드디스크 파일(vhd)를 mount하여 설치하는 방법으로 설치 순서는 다음과 같습니다.

 

1. 물리 서버에서 실행되는 나노 서버를 위한 vhd 파일 만들기

2. Windows Server 2016 USB 이미지를 만들고 vhd 파일 복사하기

3. Diskpart로 통해 디스크 포맷한 후 vhd 파일 마운트하여 부트 설정하기

 

순서를 보시면 아시겠지만 비교적 간단합니다.

 

먼저 물리 서버에서 실행되는 나노 서버를 위한 vhd 파일 만들기 입니다.

1. 파워쉘을 통해 나노 서버 모듈을 가져옵니다.

Import-Module .\NanoServerImageGenerator.psm1

 

2. 다음과 같이 파워쉘을 통해 물리 서버에서 실행될 나노 서버 vhd 파일을 만듭니다.

New-NanoServerImage -Edition Datacenter -DeploymentType Host -MediaPath <path to root of media> -BasePath .\Base -TargetPath .\NanoServerPhysical\NanoServer.WIM -OEMDrivers -Compute –Clustering –Storage -EnableRemoteManagementPort -Computername

 

예를 들면 다음과 같습니다.

New-NanoServerImage -Edition Datacenter -DeploymentType Host -MediaPath F:\ -BasePath .\Base -TargetPath "D:\NanoServerPhsical\PhysicalNanoServer.vhd" -OEMDrivers -Compute –Clustering –Storage -EnableRemoteManagementPort -ComputerName "NanoServer"

 






2. Windows Server 2016 USB 이미지를 만들고 vhd 파일 복사하기

 

Download: https://www.microsoft.com/en-us/download/windows-usb-dvd-download-tool

 

1. 먼저, Windows USB/DVD Download Tool을 다운로드 받아 설치합니다.

 

2. Windows USB/DVD Download Tool 프로그램을 실행한 후 Browse 버튼을 클릭하여 Windows Server 2016 TP5 ISO 파일을 선택합니다.

 

3. ISO 파일 선택이 완료되었으면 Next 버튼을 클릭합니다.

 

4. 미디어 타입 선택에서 USB Device를 선택합니다.

 

5. USB 장치를 선택한 후 Begin copying 버튼을 클릭합니다.

 

6. 데이터 삭제에 대한 경고가 나타나면 Erase USB Device 버튼을 클릭합니다.

(당연히 데이터가 삭제되기 때문에 중요한 데이터가 있다면 Cancel을 눌러야겠습니다..)

 

7. 데이터 삭제에 대한 경고가 한번 더 나타나면 예(Y) 버튼을 클릭합니다.

(친절한 MS...)

 

8. Bootable USB 장치 생성이 완료되면 x 버튼을 클릭하여 프로그램 종료합니다.

 

9. USB 장치에 위에서 생성한 vhd 파일을 복사합니다.

 



3. Diskpart로 통해 디스크 포맷한 후 vhd 파일 마운트하여 부트 설정하기

 

1. 위에서 만든 USB를 통해 물리 서버를 부팅한 뒤 Windows Server 설치 화면에서 Next 버튼을 클릭합니다.

 

2. 하단의 Repair your computer 버튼을 클릭합니다.

 

3. 옵션 선택 창에서 Troubleshoot 버튼을 클릭합니다.

 

4. 고급 옵션 창에서 Command Prompt 버튼을 클릭합니다.

 

5. Command 창이 실행되면 Diskpart Util을 통해 디스크 파티션을 생성합니다.

 

예)

diskpart
list disk
select disk 0
cleancreate partition primary size = 127000

 

6. 디스크 포맷, 활성화 및 디스크 드라이브명을 지정합니다. (디스크 활성화를 빼먹어서 생고생을....)

 

예)

list partition
list Volume
filesystems
format fs=ntfs label="NanoServer" quick 
Select Partition 0
active
list Volume
assign letter=c
exit

 

7. USB에 존재하는 vhd 파일을 복사합니다.

 

예) copy D:\physicalnanoServer.vhd c:\

 

8. 복사한 vhd 파일을 마운트 합니다.

diskpart
select vdisk file=c:\physicalnanoServer.vhd
attach vdisk
list volume
exit

 

9. bcdboot 유틸리티로 시스템 파티션을 vhd 내의 Windows 폴더로 지정한 후 재부팅 합니다.

 

 

  

정상적으로 작업을 완료하였다면 다음과 같이 나노 서버에 로그인할 수 있는 비상 콘솔 창이 나타납니다.

 

로그인 시 나노 서버 vhd 파일 생성 시 지정했던 것과 같이 컴퓨터명과 OS Version이 지정된 것을 확인할 수 있습니다.

  







이상으로 물리서버에서 실행되는 나노 서버 만들기에 대한 포스팅을 마치겠습니다.

감사합니다.

 

 

 

 

참고 사이트: https://technet.microsoft.com/en-us/library/mt126167.aspx

http://en.community.dell.com/techcenter/b/techcenter/archive/2016/05/20/how-to-deploy-nano-server-tp5-using-a-usb-key-with-the-poweredge-r730xd

 

2주전에 Update Rollup 10이 나왔으니 업데이트를 하긴 해야하는데..아직까지는 Update Rollup 8으로 설치하고 있습니다.

아마 다음주쯤에나 전부 Update Rollup 10으로 설치하지 않을까 싶습니다.

 

Update Rollup 8를 설치하기 위해서는 Windows Update를 사용하거나 하기 사이트를 방문하여 업데이트 파일을 다운로드 받을 수 있습니다.

https://support.microsoft.com/en-us/kb/3086084

 

Update Rollup 8에서 해결된 이슈는 다음과 같습니다.

 

- 백업하는 중에 DPM 에이전트가 일시적으로 충돌하는 이슈

- 테이이프에서 가져온 데이터로 복구하려는 경우 "DPM 서비스 연결이 끊어졌습니다' 라는 오류 메시지가 발생되며 복구할 수 없는 이슈

- SQL Always DB를 사용하는 Sharepoint 사이트를 백업하려는 경우 SQL Log가 예상대로 백업되지 않는 이슈

- RSMCompatmode 설정을 사용하는 IBM 35xx, 2900 등의 장비의 테이프 라이브러리 호환성을 확인할 수 없는 이슈

- 동일한 SQL Cluster에 호스팅되고 동일한 데이터베이스 이름을 사용하는 Sharepoint Farm 들을 올바른 Sharepoint 팜 콘텐츠에 백업할 수 없는 이슈

 

1. Update Rollup 8 파일을 다운로드 받았다면 다운로드 받은 파일 중 Detectoid for System Center 2012 R2 - Data Protection Manager Server-all-dataprotectionmanager2012r2-kb3086084..파일을 더블 클릭하여 설치를 시작합니다.

 

2. System Center 2012 R2 Data Protection Manager 업데이트 창의 시작 탭에서 다음(N) 버튼을 클릭합니다.

 

3. 사용 조건 탭에서 Microsoft 소프트웨어 사용 조건에 동의(A)를 체크한 후 설치(N) 버튼을 클릭합니다.

 

4. 설치 탭에서 업데이트가 진행됩니다.

 

5. 마침 탭에서 업데이트가 완료되며 컴퓨터 다시 시작에 대한 안내를 확인한 후 Close 버튼을 클릭합니다.

 

6. 업데이트 완료를 위한 컴퓨터 다시 시작에 대한 경고가 나타나면 확인 버튼을 클릭한 후 컴퓨터를 재시작하여 Update Rollup 8 적용을 완료합니다.

 

+ Recent posts