2015년 10월 11일 일요일

Presentation about Shell-based Windows Server Administration

 

쉘을 활용한 Windows Server 관리 
2015.10.11-shell-admin-ws-old-ppt-01

(무려 16개월 전) 2014.04.26 발표했던 자료인데, 블로그를 되살리면서(?) 썰렁함을 이겨내기 위해 포스팅합니다.

발표에 사용된 명령어/스크립트 다운로드
http://1drv.ms/1lSgHXy

 

 

참고자료

What is Shell? Wikipedia
http://en.wikipedia.org/wiki/Shell_(computing)
http://ko.wikipedia.org/wiki/셸

Console Emulator
cmder http://bliker.github.io/cmder/
conemu-maximus5 https://code.google.com/p/conemu-maximus5/
clink http://mridgers.github.io/clink/
ckw http://d.hatena.ne.jp/hideden/20071115/1195229532

To run scripts using the command-line-based script host (Cscript.exe)
http://goo.gl/6UkQMV

To run scripts using the Windows-based script host (Wscript.exe)
http://goo.gl/ThUyqx

MS12-020: Description of the security update for Terminal Server Denial of Service Vulnerability: March 13, 2012
http://support.microsoft.com/kb/2667402/en-us

svchost.exe_TermService crashes after installation of KB2621440
http://goo.gl/tzHO5b

DiskPart Command-Line Options
http://technet.microsoft.com/en-us/library/cc766465(WS.10).aspx

Installing SQL Server 2012 on Server Core 2012
http://www.maxtblog.com/2012/07/installing-sql-server-2012-on-server-core-2012/

Installing SQL Server 2012 on Windows Server Core ParT 3
http://www.mssqltips.com/sqlservertip/2725/installing-sql-server-2012-on-windows-server-core-part-3/

Quick Guide to the Virtual Switch in Hyper-V Server 2012
http://www.altaro.com/hyper-v/virtual-switch-hyper-v-server-2012/

Manage Hyper-V with PowerShell
http://windowsitpro.com/hyper-v/manage-hyperv-powershell

How to Change Your IP Address Using PowerShell
http://www.howtogeek.com/112660/how-to-change-your-ip-address-using-powershell/

PowerShell remoting between two workgroup machines
http://blogs.msdn.com/b/wmi/archive/2009/07/24/powershell-remoting-between-two-workgroup-machines.aspx

Install Active Directory Domain Services (Level 100)
http://technet.microsoft.com/en-us/library/hh472162.aspx

Install a Replica Windows Server 2012 Domain Controller in an Existing Domain (Level 200)
http://technet.microsoft.com/en-us/library/jj574134.aspx

Netdom query
http://technet.microsoft.com/en-us/library/cc835089.aspx

Invoke-WebRequest
http://technet.microsoft.com/en-us/library/hh849901.aspx

How to join a domain from the command line
http://support.microsoft.com/kb/150493/en-us

Set-VMMemory
http://technet.microsoft.com/en-us/library/hh848572.aspx

Mount-DiskImage
http://technet.microsoft.com/en-us/library/hh848706.aspx

GNU utilities for Win32
http://unxutils.sourceforge.net

2012년 12월 5일 수요일

2012년 6월 8일 금요일

Windows 8 RP Bug - Can not input specific Korean character in Messenger App

 

image

Screenshot from Wikipedia 한글자판

 

  10년 이상 세벌식을 사용하고 있다. 그래서,  Windows Client의 한글 입력에 대해서는 항상 예민하게 체크하게 된다.

   메신저 앱에서 특정 문자 "'"를 입력할 수 없는 버그가 Windows 8 RP에서도 고쳐지지 않고 있다. (CP에서도 있었던 문제임)

 

 

1. 증상

image

메시지 앱에서 처음에는 두벌식 자판으로 세팅하고 *퇴근*을 입력하면 잘 된다.

세벌식(390)으로 자판을 변경하고 다시 동일한 문장을 입력하려고 시도하면 위의 스크린샷처럼 대신 (Apostrophe)가 입력된다. :-(

 

 

2. 세벌식(390)으로 자판 변경하는 방법

image

제어판 –> 시계, 언어 및 국가별 옵션 -> 언어 선택

 

 

image

옵션 클릭

 

image

세벌식 390 자판 선택

2012년 5월 11일 금요일

Presentation about DHCP Server for Windows Server 2012


어제(20125.05.10) 스터디모임에서 발표했던 자료를 공유합니다.
그리고, 발표에 참고했던 링크만 빼내어서 아래 정리해 두었으니 관심있는 분들은 살펴보세요.

참고자료

2012년 3월 20일 화요일

Deduplication Test on Windows Server 8 Beta

2012.03.20-dedup-on-ws8beta-02

 

Deduplication 테스트는 너무 쉬워서 상세 설명은 생략함. 결과만 공유~

 

참고자료

Upgrading vSphere 5.0 Update 1 with CLI interface

 

2012.03.20-vs5u1-status

 

vSphere 5.0 Update 1 패치 적용과정을 정리함

 

  • 업데이트 파일을 vSphere Host 에 업로드해 두었다고 가정 (winscp 이용)
    /vmfs/volumes/datastore1/update-from-esxi5.0-5.0_update01.zip

 

  • vSphere Host를 Maintenance 모드로 변경
C:\> vicfg-hostops.pl --server giseong-pc03 --username=root --password=암호 --operation enter
Host giseong-pc03 entered into maintenance mode successfully.
 


  • esxcli 명령으로 Update

C:\> esxcli --server=giseong-pc03 --username=root --password=암호 software vib update
--depot=/vmfs/volumes/datastore1/update-from-esxi5.0-5.0_update01.zip

Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: VMware_bootbank_ehci-ehci-hcd_1.0-3vmw.500.1.11.623860.................
 


  • vSphere Host를 Reboot 한다.

C:\> vicfg-hostops.pl --server giseong-pc03 --username=root --password=암호 --operation reboot
Host giseong-pc03 rebooted successfully.
 


  • reboot 완료된 vSphere Host를 Maintenance 모드에서 일반 모드로 변경한다.

C:\> vicfg-hostops.pl --server giseong-pc03 --username=root --password=암호 --operation exit
Host giseong-pc03 exited from maintenance mode successfully.
 

 


참고자료


2012년 1월 20일 금요일

Testing Storage Space on Windows Server 8 dev. preview

 

image

- Storage Space Virtual-Disk가 추가된 상태

 

 

배경

Windows 8 빌드 블로그 의 Storage Space 기능을 보고 간단히 테스트하고 싶어졌다. 그런데.. Developer Preview 버전에서는 GUI를 이용해서 작업할 수 없다고 한다. 하지만 뭐 PowerShell 로 할 수 있다면.. Just go on ~!!!

 

 

테스트 환경

 

image

VMware Workstation 8.0.1 에서 Windows Server 8 VM을 생성했다.  주의해서 볼 내용은

  • 72G Disk * 1 - C:\ 드라이브 / 시스템 디스크)
  • 10G Disk * 2 - Storage Space 테스트 용도

 

 

image

Disk Management MMC 에서 현재 10G Disk 2개가 Offline 상태인 것을 볼 수 있다.

 

 

Storage Space 생성 및 사용

 

image

Get-PhysicalDisk cmdlet 명령으로 Storage Space 용도의 10G 디스크 2개 확인

 

 

image

New-StoragePool cmdlet 명령으로 "SS Testing” 이라는 Storage Pool을 생성한다. Friendly 옵션이 중요하다. 왜냐하면 복잡한 ID 대신 자주 사용하기 때문이다. 경력이 쌓일 수록 떨어지는 기억력~

 

 

 

image

전 단계에서 생성한 “SS Testing” Pool 에서 2TB Virtual Disk를 생성한다. (20G가 아닌 2TB임을 주목하자)

 

 

image

Disk Management MMC 에서 현재 2TB Disk 1개가 표시된다. 이제 포맷해서 사용하면 된다. (10G 디스크들의 정보는 보이지 않는다)

E:\ 드라이브로 포맷완료.

 

 

image

Device Manager 에서는 Storage Space Device가 하나 추가되었다. 그리고, Disk Management MMC 에서 보이지 않던 10G 디스크들이 목록에 표시되어 있다.

 

 

image

등록 정보를 보면 2TB 라고 표시되어 있다.

 

 

Storage Space 쓰기 테스트

 

 

정말 2TB까지 쓸 수 있을까 싶어서 4G짜리 Exchange 2010 ISO 이미지를 E:\ 드라이브로 복사 테스트를 했다....

image

18G 정도까지는 이상없다가 20G를 넘는 데이터를 쓰려고 시도하는 순간....

 

image

"The device is not ready” 메시지와 함께 E:\ 드라이브가 사라졌다. 재부팅하니까 정상적으로 E:\ 드라이브가 돌아왔다. ^^

 

 

 

 

Storage Space 삭제

 

 

image

처음에 했던 작업의 역순으로 하면 된다. Remove-VirtualDisk cmdlet 명령을 이용한다.

 

 

image

마찬가지로 Remove-StoragePool 명령을 이용한다.

여기까지 마치면...

 

 

image

Disk Management MMC 에서 10G Disk들이 다시 표시된다.

 

 

image

Device Manager 에서는 Storage Space Device가 사라진 것을 볼 수 있다.

 

 

참고자료