'server'에 해당되는 글 12건
- 2011/02/22 MS SQL - Locking
- 2009/10/27 Exchange CAS 서버를 방화벽 내에 설치하지 말라!
- 2009/09/02 Exchange 2010 In-depth seminar
- 2009/07/17 2009년 7월 16일 - sunyruru 미투데이 일기장
- 2008/04/22 ADSI를 이용해 속성값을 쓸때 생기는 0x8000500D 에러 (4)
- 2008/04/16 Windows Server 2008 관련 문서
- 2008/02/15 Live Communication Server 2005 Server 설치
- 2007/12/07 LCS2005 와 SQL Server 2005의 설치 시 지켜야할 필요조건
- 2007/11/27 Microsoft Forefront security for Exchange Server 설치 (2)
- 2007/11/21 Microsoft OCS2007 Documents
SQL Server, Lock Objects (On Performance Counter)
http://msdn.microsoft.com/en-us/library/ms190216.aspx?wa=wsignin1.0
Locking in Database Engine (SQL Server 2008 R2)
http://msdn.microsoft.com/en-us/library/ms190615.aspx
Locking
http://msdn.microsoft.com/en-us/library/aa213037(SQL.80).aspx
- Lost or buried updates.
- Uncommitted dependency (dirty read).
- Inconsistent analysis (nonrepeatable read).
- Phantom reads.
Displaying Locking Information
http://msdn.microsoft.com/en-us/library/aa213025(SQL.80).aspx
Deadlocking (What's Deadlock?)
http://msdn.microsoft.com/en-us/library/ms177433.aspx
Minimizing Deadlock (How to avoid dealock?)
http://msdn.microsoft.com/en-us/library/ms191242.aspx
Detecting and Ending Deadlock
http://msdn.microsoft.com/en-us/library/ms178104.aspx
Handling Deadlocks
http://msdn.microsoft.com/en-us/library/ms177453.aspx
Optimizing Server Performance Using Memory Configuration Options
http://msdn.microsoft.com/en-us/library/ms177455.aspx
How to resolve a deadlock - SQL Server technical bulletin
http://support.microsoft.com/kb/832524/en-us
- Start SQL Server Enterprise Manager.
- Select, and then right-click the server.
- Click Properties.
- Click Startup Parameters.
- In the Startup Parameters dialog box, type -T1204 in the Parameters text box, and then click Add.
- In the Parameters text box, type -T3605, and then click Add.
- Click OK.
'System > SQL' 카테고리의 다른 글
| SQL Server Tuning - DB 테이블의 단편화 검사 (0) | 2011/03/10 |
|---|---|
| SQL Server for cloud computing - Lightweight DB (0) | 2011/02/28 |
| MS SQL - Locking (0) | 2011/02/22 |
| Default datetime argument in stored procedure - SQL Server (0) | 2010/06/14 |
| MSSQL 쿼리로 테이블 목록보는 방법 (1) | 2008/06/20 |
| MS SQL Server 2008 CTP July (1) | 2007/11/16 |
Exchange 2007, 2010 CAS(Client Access Servers) 서버를 방화벽 네트워크 내에 (Perimeter network, DMZ, NAT) 두지 말라고 하는군요.
이러한 구성은 권장하는 사항이 아니며, Microsoft에서 테스트 되지 않았고, 또한 이러한 구성에 대해 지원하지 않을 계획이라고 합니다.
원문의 내용에
As you start planning for deploying an E2007/E2010 CAS server in the perimeter network, you quickly notice that there is no documentation for how to do this though. You will probably even find the TechNet documentation which explains this is explicitly not supported by Microsoft. Microsoft doesn't test or support any topologies which put firewalls between a CAS and a Mailbox (MBX) server. The only Exchange 2007/2010 role which is supported for deployment in a perimeter network, and with a firewall server separating it from other Exchange server it talks to, is the Edge role. This is true for Exchange servers talking to one another within and between AD Sites.
다음 처럼 설명이 있네요.
원문 전체를 읽어보지 않았지만, 참고하세요~~ ^ ^
이 블로그의 'Exchange' 관련 글
2009/09/02 - [System/Server] - Exchange 2010 In-depth seminar
2009/08/06 - [분류 전체보기] - Using Auto Discovery Sample
2009/01/16 - [Microsoft/OCS] - MS Virtual labs about UC
2008/06/27 - [Microsoft/OCS] - OCS와 Exchange UM의 통합 ‘Enable-UMMailbox’
2008/03/27 - [System/OS] - Exchange를 설치하지 않고 AD 스키마 확장
2007/12/19 - [Microsoft/OCS] - OCS2007과 Exchange2007 사용으로 UM 설정
2007/08/22 - [Program] - POP3 관련 참고문헌
'Microsoft > Exchange' 카테고리의 다른 글
| Microsoft Exchange OWA - Web Beacon and HTML Content Filter to disable (0) | 2012/02/09 |
|---|---|
| Microsoft Messaging part Certification (0) | 2011/07/08 |
| Outlook 2010 Mobile Service (0) | 2011/03/07 |
| Exchange CAS 서버를 방화벽 내에 설치하지 말라! (0) | 2009/10/27 |
다음 주 화요일에 첫 세션을 시작으로 Exchange 2010 In-depth seminar를 한다고합니다.
http://blogs.technet.com/kruc/archive/2009/09/02/3278598.aspx
이곳에 나와 있는 내용이고요.
아침 9시 30분이며, 50분 예상하고 있다고 합니다.
아래 두 링크는 인터넷 공유된 일정이니 일정관리 프로그램에 등록해서 확인하시면 되겠네요.
9월 8일 화요일 9시 30분: https://www.livemeeting.com/cc/microsoft/meetingICS?id=3F9WKM&role=attend&i=i.ics
9월 15일 화요일 9시 30분: https://www.livemeeting.com/cc/microsoft/meetingICS?id=M9GMPM&role=attend&i=i.ics
새로 공개되는 Exchange 2010에 관심 많으신 분들은 확인하시기 바랍니다.
'System > Server' 카테고리의 다른 글
| Exchange 2010 In-depth seminar (0) | 2009/09/02 |
|---|---|
| ADSI를 이용해 속성값을 쓸때 생기는 0x8000500D 에러 (4) | 2008/04/22 |
| Windows Server 2008 관련 문서 (0) | 2008/04/16 |
| IIS에서 401.x HTTP 에러 분석 / 상태코드 정보 (0) | 2007/12/01 |
- Windows 2008에서 Open Source Software 예를 들면 Apache,MySQL,PHP 환경 구성이 될까요?2009-07-16 10:08:27
- Microsoft OCS R2의 예제로 제공되는 Conference Audio Recording Server 문서를 보면 대화 내용을 녹음하거나 안내 메시지를 전송하는 등의 다양한 기능 등을 사용 하실 수 있다고 한다. 그치만 잘 보면 조건이 많다는.. ㅡㅡ;2009-07-16 10:23:33
- Microsoft Office 2010(Wave 14) 이 부분적인 기능으로 워드, 엑셀, 원노트 등등 '구글 Docs'처럼 웹에 일반사용자에게 공개된다고 하네요. 꽤 큰 반향을 일으킬 것 같은데.. 나오면 지켜보죠. 성능이나 속도도 중요한 면이니 ㅋㅋ2009-07-16 12:35:46
- 깜빡이라고 하는 영어단어 암기 기기가 있는데 이와 유사한 웹사이트가 있어요. 참 좋네요. 나중에 직접 만들어볼까 라고 생각도 했는데 안해도 되겠네요 ㅎㅎ2009-07-16 13:42:55
- 유명한 웹 포토샵입니다. 링크를 까먹었는데 간만에 찾아서 여기에 스크랩 샤샥 ㅋㅋ2009-07-16 13:56:43
- 김대중 전 대통령님의 병세 악화… 이것도 국민들은 2MB 탓이라고 하겠지??2009-07-16 15:36:57
- “Microsoft .NET 4.0에 포함될 F#의 내용을 보실 수 있습니다.”http://msdn.microsoft.com/en-us/fsharp/default.aspx 가끔씩 F#에 대한 내용을 보긴 했는데 아직은 좀 이해가 안되는 부분이 많아요 ㅠㅠ2009-07-16 16:59:52
이 글은 sunyruru님의 2009년 7월 16일의 미투데이 내용입니다.
'FunFun' 카테고리의 다른 글
| 2009년 7월 25일 - sunyruru 미투데이 일기장 (0) | 2009/07/25 |
|---|---|
| 2009년 7월 22일 - sunyruru 미투데이 일기장 (0) | 2009/07/23 |
| 2009년 7월 16일 - sunyruru 미투데이 일기장 (0) | 2009/07/17 |
| 2009년 07월 16일 - sunyruru 미투데이 일기장 (0) | 2009/07/16 |
| sunyruru의 미투데이 - 2009년 3월 22일 (0) | 2009/03/23 |
| sunyruru의 미투데이 - 2009년 3월 20일 (0) | 2009/03/21 |
이 문제는 ADSI를 이용해 Active Directory 속성값에 접근할 때 생깁니다.
이런 에러가 나는 주요 원인은 Exchange 등의 AD Schema가 확장되어있던 위치에서 작성된 코드를 확장되지 않은 AD에 실행하게되면 이와 같이 확장속성이 없는데 접근하려 하여서 에러가나는 경우를 확인 하엿습니다. 이런 경우 E_ADS_PROPERTY_NOT_FOUND 메시지를 보내고 이 코드값으로 0x8000500D을 반환하게 됩니다.
HTTP/1.1 200 OK
Via: 1.1 DHCP
Connection: Keep-Alive
Proxy-Connection: Keep-Alive
Content-Length: 52
Date: Wed, 16 Apr 2008 07:50:32 GMT
Content-Type: text/xml; charset=euc-kr
Server: Microsoft-IIS/6.0
MicrosoftOfficeWebServer: 5.0_Pub
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
<DATA>예외가 발생한 HRESULT: 0x8000500D</DATA>
자세한 내용은 아래 Microsoft 기술문서 167695번을 확인하세요
PRB: Exception 0x8000500D When Querying a Property Using ADSI
'System > Server' 카테고리의 다른 글
| Exchange 2010 In-depth seminar (0) | 2009/09/02 |
|---|---|
| ADSI를 이용해 속성값을 쓸때 생기는 0x8000500D 에러 (4) | 2008/04/22 |
| Windows Server 2008 관련 문서 (0) | 2008/04/16 |
| IIS에서 401.x HTTP 에러 분석 / 상태코드 정보 (0) | 2007/12/01 |
-
-
써니루루 2008/07/14 17:05
죄송하지만 ASP에 대해서는 제가 지식이 부족해서 올릴만한 능력이 안되네요 ㅎㅎ
ADSI에 관해서는 관련 내용을 전문적으로 집대성하지는 않고 제가 문제상황을 보게되면 조금씩 정리하게 될것같습니다.
-
-
필요하신 자료 다운로드 받으시기 바랍니다 , 한글,영문 다 있습니다
Windows Server 2008 Step-by-Stey Guide. Windows Server 2008 Brochure,
Windows Server 2008 - All up , High End Edition , Hyper-V, Network Access Protection,
Networking And Security , Terminal Services , Web IIS7 등등
Windows Server 2008의 다양한 자료가 있습니다
http://www.microsoft.com/korea/windowsserver2008/resources/default.mspx
'System > Server' 카테고리의 다른 글
| Exchange 2010 In-depth seminar (0) | 2009/09/02 |
|---|---|
| ADSI를 이용해 속성값을 쓸때 생기는 0x8000500D 에러 (4) | 2008/04/22 |
| Windows Server 2008 관련 문서 (0) | 2008/04/16 |
| IIS에서 401.x HTTP 에러 분석 / 상태코드 정보 (0) | 2007/12/01 |
LCS 2005 서버를 설치할 때 가장 도움이 많이된 문서입니다.
Microsoft Office Live Communications Server 2005 에는 왜 OCS2007의
Netmeeting이 포함되어 있지 않았는지...
알 수 없네요 ㅡㅡ;
아무튼 설치하실 때 참고하세요~
출처 : http://microsoft.com/downloads
'Microsoft > Lync/OCS' 카테고리의 다른 글
| Microsoft Office Communicator 2007 릴리스 정보 (0) | 2008/04/11 |
|---|---|
| OCS 2007 Communicator 메시지 보내기 (0) | 2008/02/18 |
| Live Communication Server 2005 Server 설치 (0) | 2008/02/15 |
| UC, 진정한 통합커뮤니케이션으로 자리잡을 날은 언제인가? (0) | 2008/01/31 |
| LCS 2005 Development Samples (0) | 2007/12/24 |
| LCS2005 Windows Messenger 5.0의 탭 추가 (0) | 2007/12/20 |
SQL 2005와 LCS 2005와 설치 구성하기 위해서는 둘다 SP1 을 설치 한 후에 제대로 설치 할 수 있습니다.
자세한 내용은 위 링크를 참조하시고 아래내용은 부분 발췌한 내용입니다.
Yes we listen to your feedback about lacking support for various topologies or technologies and yes we work on it. For everyone who called support and spoke to our team you heard the "not supported" answer. What you have to remember is we feed that information through our Supportability Program Managers directly and also through our support call statistics. In this customers also feed the information through the sales team and that gets communicated via a few other internal channels and there is also the customers who say it is mandatory or else and they file Design Change Requests.
Nothing moves as fast as anyone wants but today we have reached the point of giving what you have asked for -
The RTC Product Group has now completed testing of Live Communications Server 2005 SP1 with SQL Server 2005 SP1, and is pleased to announce that LCS 2005 SP1 Enterprise Edition can now be deployed using either SQL 2000 SP3a and above or SQL 2005 SP1.
We’re also able at this time to communicate support for LCS 2005 SP1 (both Standard and Enterprise Editions) on Windows Server 2003 R2.
This means that customers who have standardized on SQL 2005, or beginning to deploy Windows Server 2003 R2, can now more readily deploy Live Communications Server.
- LCS 2005 system requirements and supported environments http://www.microsoft.com/office/livecomm/prodinfo/sysreq.mspx
- Knowledge Base article #911996 details the pre-requisite steps required prior to deploying SQL 2005 SP1.
'Microsoft > Lync/OCS' 카테고리의 다른 글
| LCS2005 Windows Messenger 5.0의 탭 추가 (0) | 2007/12/20 |
|---|---|
| OCS2007과 Exchange2007 사용으로 UM 설정 (0) | 2007/12/19 |
| LCS2005 와 SQL Server 2005의 설치 시 지켜야할 필요조건 (0) | 2007/12/07 |
| OCS, Outlook integration options using Group Policies (0) | 2007/12/07 |
| Office Communication Server 2007 Enterprise 설치 (4) | 2007/11/28 |
| Microsoft Forefront security for Exchange Server 설치 (2) | 2007/11/27 |
Microsoft Forefront security for Exchange Server 설치

Microsoft Forefront Security for Exchange Server ForeFront라는 괴물을 한번 써보고 싶어서 설치해봤다;;
아직은 어떻게 사용하는 녀석인지 잘 모르겠지만 여러 바이러스 벤더를 고를 수 있고(5개까지) 선택한 벤더에 의해 바이러스로부터 보호 할 수 있는 기능을 해준다.
Exchange Server 외에도 MOSS에도 이와 같은 ForeFront Add-in 솔루션이 제공되고 있는데 다음에는 그것도 한번 설치해서 써봐야 할 듯;;
'Microsoft > Lync/OCS' 카테고리의 다른 글
| OCS2007과 Exchange2007 사용으로 UM 설정 (0) | 2007/12/19 |
|---|---|
| LCS2005 와 SQL Server 2005의 설치 시 지켜야할 필요조건 (0) | 2007/12/07 |
| OCS, Outlook integration options using Group Policies (0) | 2007/12/07 |
| Office Communication Server 2007 Enterprise 설치 (4) | 2007/11/28 |
| Microsoft Forefront security for Exchange Server 설치 (2) | 2007/11/27 |
| Microsoft OCS2007 Documents (0) | 2007/11/21 |
-
WSSplex 2007/11/28 10:39
설치본은 가지고 있는데,. 서버에 Client Security 만 설치해보고
Exchagne 용은 설치를 해보질 않았는데,
여러가지 안티바이러스 엔진이 설치되는군요..^^
그런데,. 제품 빌드가 1.x 대 아니던가요?...
2.x 대가 나왔던것 같은데 말이지요...-
써니루루 2007/11/28 10:48
Microsoft Forefront Security for Exchange Server을 설치 했고요.
버젼은 10.0이고, 저도 아직 설치해서 테스트 해보고 있는데 자세한 사용은 모르겠고 MS 사이트에 동영상을 보면 바이러스를 검색하거나 인/아웃바운드 메시지를 필터링하는 기능 등 쓸만한 일이 많은데요.
나중에라도 좋은 정보나 괜찮은 내용이 있으면 귓뜸 해주세요 ^ ^
참고로 다운로드 경로는 http://www.microsoft.com/downloads/details.aspx?FamilyID=2ceb14d4-404b-4d8f-8a21-ebfc71b2e82b&DisplayLang=en 이고 exchange 2007 배포 CD안에도 설치 파일이 들어 있습니다.
-
http://msdn2.microsoft.com/en-us/library/bb187365.aspx
역시 검색은 구글에서 ㅡㅡ;
내용은 MSDN에서..;;
OCS2007관련된 문서들을 MSDN에서 볼 수 있다.
UC와 OCS, LCS에 관심이 있고, 설치해 보았고, 운용해 보았고, 개발에 관심이 있다면 아래 문서들을 많이 보도록 하자~
Communications Server 2007 Speech Server Documentation
Microsoft Office Communications Server 2007 Server SDK
Microsoft Unified Communications Client 1.0 SDK
Unified Communications Managed API V1.0 SDK
'Microsoft > Lync/OCS' 카테고리의 다른 글
| OCS2007과 Exchange2007 사용으로 UM 설정 (0) | 2007/12/19 |
|---|---|
| LCS2005 와 SQL Server 2005의 설치 시 지켜야할 필요조건 (0) | 2007/12/07 |
| OCS, Outlook integration options using Group Policies (0) | 2007/12/07 |
| Office Communication Server 2007 Enterprise 설치 (4) | 2007/11/28 |
| Microsoft Forefront security for Exchange Server 설치 (2) | 2007/11/27 |
| Microsoft OCS2007 Documents (0) | 2007/11/21 |
LCS2005 설치 가이드_최종가이드.doc
Prev




