일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- iSCSI target
- Nested VM
- failover cluster
- dsquery
- ftp7.5 장애조치 클러스터
- MSCS on VMWare
- windows media service
- 터키여행
- Xperf
- 클러스터
- 인문고전
- nonpaged pool
- FTP7.5
- windows debugging tool
- Windows Server 2016 Hyper-v Cluster
- 프로세스 CPU 사용량
- windows update
- SQL Server 2012R2 FCI
- cluster node as Domain controller
- Windows Server 2008
- Local TempDB
- 작업관리자
- Session space
- SQL Server 2008
- Windows Server 2016
- Hyper-V
- 안철수
- LiveKD
- paged pool
- windbg
- Today
- Total
류짱:Beyond MySelf
install ubuntu on Window Server 2016 insider preview (16257) 본문
install ubuntu on Window Server 2016 insider preview (16257)
リュちゃん 2017. 8. 14. 13:52테스트 환경의 시스코 UCS 블레이드에 Windows Sever 2016 를 설치 후 Hyper-V Role 인스톨 후 최근 릴리즈 된 Window Server 2016 insider preview 16257을 Guest VM 으로 설치하고 해당 VM에 Windows Subsystem for Linux (WSL) 설치 후 Ubuntu를 설치 하는 방법을 정리합니다.
아래 MS 사이트에 설명이 잘 되어 있지만 저의 경우에는 호스트 머신과 Window Server 2016 insider preview VM이 인터넷이 안되는 환경이라 Hyper-v 호스트 서버에 Window Server 2016 insider preview VM을 설치하고 인터넷이 되는 환경에서 우분투를 다운 받고 해당 파일을 VM으로 복사후 설치 하였으니 참고 부탁 드립니다.
Windows Server 2016 Installation Guide
https://msdn.microsoft.com/commandline/wsl/install-on-server
[Window Server 2016 inside preview 16257버전에 Ubuntu 설치 하기]
1. 먼저 Hyper-v 호스트 서버에 Window Server 2016 inside preview 16257 설치 ISO파일을 다운로드 후 VM을 설치 합니다.
VM 설치 방법은 워낙 간단하고 많이 알려져 있어서 간단하게 축약합니다.^^
Window Server 2016 inside preview 16257 Datacenter 버전을 선택하고 설치를 완료 합니다.
설치가 완료되면 패스워드 설정 후 해당 머신을 로그온 하여 IP 할당 및 Remote Management 등의 세팅을 완료 합니다.
Configure a Server Core installation of Windows Server 2016 with Sconfig.cmd
https://docs.microsoft.com/en-us/windows-server/get-started/sconfig-on-ws2016
그리고 Powershell을 실행 후 설치 된 VM의 버전을 확인 후
아래와 같은 커멘드로 Windows-subsystem-Linux Feature를 설치 합니다.
Windows-subsystem-Linux Feature의 설치가 완료되면 해당 VM은 인터넷이 안되는 환경이기 때문에 인터넷이 가능한 PC나 서버에서
Ubuntu설치 파일을 다운로드 합니다.
Windows Server 2016 Installation Guide
https://msdn.microsoft.com/commandline/wsl/install-on-server
download Ubuntu app
Ubuntu
파워셀로 다운로 예
다운로드 한 Ubuntu설치 파일을 Hyper-v 호스트에 복사 후 해당 파일을 copy-vmfile 명령어를 이용해서 해당 VM으로 복사 합니다
VM에 copy된 Ubuntu 압축 파일을 폴더를 생성 한 후 expand-archive 명령어를 이용해서 압축을 해제 합니다.
압축을 푼 후 해당 폴더로 이동하여 Ubuntu.exe 파일을 실행하여 인스톨을 진행합니다.
인스톨이 완료 되면 root 패스워드를 입력하고 정상 동작 하는지 확인을 합니다.
SSH 커멘트를 이용해서 해당 VM의 gateway인 시스토 스위치에도 접속을 해 보고
Top 커멘드로 메모리 리소스 사용률도 확인하고
lscpu 커멘드로 CPU의 상태와 lsb_release -a 커멘드로 설치 된 우분투의 버전도 확인 해 보았습니다.
WSL의 동작 방식을 공부 좀 하고 포스팅 후
그 다음엔 해당 머신에 Ansible을 설치하고 구성 하고 공유해보겠습니다.
Usng Ansible through Windows 10's Subsystem for Linux
https://www.jeffgeerling.com/blog/2017/using-ansible-through-windows-10s-subsystem-linux
Windows Support
http://docs.ansible.com/ansible/latest/intro_windows.html
감사합니다.
[참고 자료]
Windows Server 2016 Installation Guide
https://msdn.microsoft.com/commandline/wsl/install-on-server
Copy-VMFile
https://technet.microsoft.com/en-us/itpro/powershell/windows/hyper-v/copy-vmfile
Details on How Linux Runs Natively on Windows
https://www.infoq.com/news/2016/04/linux-windows
Windows Subsystem for Linux: Architectural Overview
https://channel9.msdn.com/Blogs/Seth-Juarez/Windows-Subsystem-for-Linux-Architectural-Overview