안녕하세요. 오늘 포스팅은 나노 서버에서 사용할 수 있는 역할과 기능입니다.
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
'Windows Server > Nano Server' 카테고리의 다른 글
나노서버에서 Hyper-V 실행하기 (0) | 2016.08.03 |
---|---|
나노 서버 도메인 가입하기 (0) | 2016.07.05 |
WDS를 사용하여 나노 서버 배포하기 (0) | 2016.06.29 |
물리 서버에서 실행되는 나노 서버 만들기 (0) | 2016.06.15 |
나노 서버 시작하기 및 가상머신에서 실행되는 나노 서버 만들기 (0) | 2016.05.20 |