일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Windows Server 2008
- windows media service
- FTP7.5
- Windows Server 2016
- LiveKD
- 프로세스 CPU 사용량
- Session space
- Nested VM
- 인문고전
- Local TempDB
- MSCS on VMWare
- failover cluster
- paged pool
- ftp7.5 장애조치 클러스터
- 안철수
- cluster node as Domain controller
- 작업관리자
- windbg
- 터키여행
- nonpaged pool
- iSCSI target
- 클러스터
- Xperf
- windows update
- Hyper-V
- SQL Server 2008
- Windows Server 2016 Hyper-v Cluster
- dsquery
- SQL Server 2012R2 FCI
- windows debugging tool
- Today
- Total
목록Microsoft/Windows Platform (158)
류짱:Beyond MySelf
[환 경] Windows server 2008 EE R2 [문의 사항] 하드웨어 교체 후시스템을 재 시작 하였으나 시스템 복구 옵션으로만 부팅이 되어 정상 부팅을 할 수 없는 현상에 대한 조치 방법 [증 상] HBA 카드 교체와 백업 프로그램 설치 후 시스템 재 시작 하였으나 시스템이 정상 부팅 되지 않고 시스템을 시작 하면 아래와같이 복구 모드로만 시작 됨 Cannot Boot OS with Normal Mode [확인 사항] 1. “Last Known Good Configuration” Booting 시 동일 증상 발생 2. “Safe Mode” Booting 시 동일 증상 발생 3. “System Recovery Options”에서 “Windows Memory Diagnostic” 진행 후 Boot..
가끔은 터미널 서버 세션에 대해서 아래의 명령어들을 이용해서 관리가 필요 합니다.^^ 명령줄에서 터미널 서비스 관리 명령줄 유틸리티를 사용하여 사용자, 세션, 프로세스 및 터미널 서버를 관리할 수 있습니다. 다음 표는 명령줄에서 호출할 수 있는 터미널 서비스 관리 유틸리티를 보여 줍니다. 명령 기능 Change logon 일시적으로 터미널 서버에 로그온할 수 없게 합니다. Change port MS-DOS 프로그램 호환성을 위해 COM 포트 매핑을 변경합니다. Change user 현재 사용자의 .ini 파일 매핑 설정을 변경합니다. Cprofile 사용자 프로필에서 사용자별 파일 연결을 제거합니다. Flattemp 계층 구조가 없는 임시 디렉터리를 사용하거나 사용하지 않도록 설정합니다. Logoff 세..
IPV6를 사용하지 않는 방법입니다. How to disable certain Internet Protocol version 6 (IPv6) components in Windows Vista, Windows 7 and Windows Server 2008 http://support.microsoft.com/kb/929852/en-us To disable certain IPv6 components yourself, follow these steps: 1. Click Start , type regedit in the Start Search box, and then click regedit.exe in thePrograms list. 2. In the User Account Control dialog box, ..
CRSSS.exe 프로세스의 CPU 사용률이 높아 시스템에 Hang 발생하여 메모리 덤프를 분석 한 적이 있습니다. 문제 해결위해서는 아래 Hotfix를 설치 하시면 됩니다. CSRSS.exe 프로세스의 정의 및 사용 용도는 무엇일 까요? The Microsoft Client Server Runtime Server subsystem utilizes the process csrss.exe for managing the majority of the graphical instruction sets under the Microsoft Windows operating system. This is the user-mode portion of the Win32 subsystem (with Win32k.sys bein..
아래 정리한 글은 Ask the Performance Team 블로그에 기재 된 An Introduction to Pool Tags의 내용을 참고하여 작성 하였습니다. 원문을 보시려면 아래 사이트를 참고 하시기 바랍니다. https://blogs.technet.com/b/askperf/archive/2008/04/11/an-introduction-to-pool-tags.aspx Pool Tag(풀 태그)란 무엇인가? Pool Tag는 4byte 문자로 하나의 드라이버가 Pool memory 공간에 동적으로 메모리를 할당 받을 때 ExAllocatedPoolWithTag 루틴이 사용 되는데 이때 명시 되어지는 것으로 쉽게 얘기하자면 Pool Memory를 사용하는 드라이버들의 이름을 구분 하기 위한 별칭이..
How Device Drivers Work http://technet.microsoft.com/en-us/library/cc776371(WS.10).aspx Device Driver Architecture The Windows Server 2003 I/O system provides a layered architecture for serial device drivers, consisting of the drivers and their corresponding device objects. Plug and Play Drivers Plug and Play supports three types of drivers: Function drivers, which drive individual devices Filte..
IRPs Stack size를 좀더 깊이 있게 알아 보기 위해 우선 device driver가 무엇이고 어떻게 동작하는지 알아 보려고 합니다. What Is a Device Driver? http://technet.microsoft.com/en-us/library/cc776246(WS.10).aspx What Is a Device Driver? A device driver is a component that Windows uses to provide I/O services for and interact with an underlying device, such as a modem or network adapter. Rather than access the device directly, Windows loa..
Windows server에서 발생하는 수 많은 에러들..... 에러 코드가 찾기 어려 울 땐 아래 사이트를 참고 하면 됩니다^^ System Error Codes http://msdn.microsoft.com/en-us/library/ms681381.aspx 아래 에러 코드는 0x0에서 0xA 까지의 샘플 입니다. 더 많은 에러 코드들은 위 사이트에서 전부 확인 가능 합니다. The following table provides a list of system error codes (errors 0 to 499). They are returned by the GetLastError function when many functions fail. To retrieve the description text fo..