Exchange depends on the performance of the global catalog domain controllers. You can investigate CPU usage, as well as disk and memory bottlenecks, on your Active Directory servers.

Note:

Most investigative techniques described in this article apply to global catalogs.

For each of the Exchange servers in the topology, use the counters listed in the following table to determine whether there is a slowdown in communicating with global catalogs.

Performance Counters on the Exchange Server that Indicate Global Catalog Problems

Counter

Expected values

SMTP Server\Categorizer Queue Length

Indicates how well SMTP is processing LDAP lookups against global catalog servers.

This should be at or around zero unless the server is expanding distribution lists. When expanding distribution lists, this counter can occasionally go up higher. This is an excellent counter to tell you how healthy your global catalogs are. If you have slow global catalogs, you will see this counter go up.

·      The maximum value should be below 10.

MSExchangeDSAccess Process\LDAP Read Time (for all processes)

Shows the time (in ms) that an LDAP read request takes to be fulfilled.

·      The average value should be below 50 ms.

·      Spikes (maximum values) should not be higher than 100 ms.

MSExchangeDSAccess Process\LDAP Search Time (for all processes)

Shows the time (in ms) that an LDAP search request takes to be fulfilled.

·      The average value should be below 50 ms.

·      Spikes (maximum values) should not be higher than 100 ms.

 

For each of the global catalogs in the topology, use the counters listed in the following table to determine whether the global catalogs are experiencing performance degradations.

Performance Counters on the Global Catalog Servers that Indicate Problems

Counter

Expected values

Processor\% Processor Time (_Total)

Indicates the percentage of time the processor is running non-idle threads.

You can use this counter to monitor the overall utilization of the processors or per-processor.

·      The average CPU utilization should be below 90% at all times.

System\Processor Queue Length

Indicates the number of threads in the processor queue.

There is a single queue for processor time, even on computers with multiple processors. This counter shows ready threads only, not threads that are currently running.

·      This counter should be less than 2.

Network Interface\Bytes Total/sec

Indicates the rate at which the network adapter is processing data bytes.

This counter includes all application and file data, in addition to protocol information such as packet headers.

·      For a 100-Mbps NIC, this counter should be below 6 MB/sec.

·      For a 1000-Mbps NIC, this counter should be below 60 MB/sec.

Network Interface\Packets Outbound Errors

Indicates the number of outbound network packets that could not be transmitted because of errors.

·      This counter should be zero (0) at all times.

PhysicalDisk(NTDS Database Disk)\Average Disk sec/Read

Indicates the average time (in seconds) that it takes to read data from the disk.

·      The average value should be below 20 ms.

·      Spikes (maximum values) should not be higher than 50 ms.

PhysicalDisk(NTDS Database Disk)\Average Disk sec/Write

Indicates the average time (in seconds) that it takes to write data to the disk.

·      The average value should be below 20 ms.

·      Spikes (maximum values) should not be higher than 50 ms.

PhysicalDisk(NTDS Log Disk)\Average Disk sec/Read

Indicates the average time (in seconds) that it takes to read data from the disk.

·      This value should be below 10 ms at all times.

PhysicalDisk(NTDS Log Disk)\Average Disk sec/Write

Indicates the average time (in seconds) that it takes to write data to the disk.

·      This value should be below 10 ms at all times.

PhysicalDisk(NTDS Database or Log Disks)\Average Disk Queue Length

Indicates the average number of both read and write requests that were queued for the selected disk during the sample interval.

·      The average value to be less than the number of spindles of the disk.

If a SAN is being used, ignore this counter and concentrate on the latency counters:

PhysicalDisk\Average Disk sec/Read and PhysicalDisk\Average Disk sec/Write.

Memory\Available Mbytes (MB)

Indicates the amount of physical memory (in MB) immediately available for allocation to a process or for system use.

The value of this counter is equal to the sum of memory assigned to the standby (cached), free, and zero page lists.

·      During the test, there must be 50 MB of memory available at all times.

Memory\Pages/sec

Indicates the rate at which pages are read from or written to disk when resolving hard page faults.

This counter is a primary indicator of the types of faults that cause system-wide delays. It includes pages retrieved to satisfy page faults in the file system cache. These pages are usually requested by applications.

·      This counter should be below 1,000 at all times.

 

사업자 정보 표시
(주)코레이즈 | 김창현 | 경기도 성남시 분당구 장미로42 5층 | 사업자 등록번호 : 144-81-08126 | TEL : 02-1833-5805 | Mail : sales@coraise.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기


안녕하세요 빛향기고운데입니다.
Cisco Switch에 TFTP 를 이용하여 IOS파일을 Update하는 방법을 설명합니다.

1. Cisco TFTP Server 파일을 설치하고 준비한다.(검색이용하면 쉽게 다운할수 있습니다)
2. IOS Image를 준비한다.
3. TFTP서버를 이용하여 Server를 작동시킨다.
4. Console을 이용하여 Switch에 접근
5. Switch 와 Server를 구동시킨 Host를 UTP로 연결
6. Host TCP/IP에 IP를 부여
7. Switch Vlan에 IP를 부여
8. Update진행



Switch 설정



interface vlan 1
ip address 1.1.1.2 255.255.0.0
no shutdown

-> 해당 Vlan에 IP Address 부여

inter gi 1/1
switch port

-> 해당 Interface

dir

-> dir이용 여유 용량 확인

copy tftp: bootflash:
Address or name of remote host []? 1.1.1.1
-> TFTP서버 지정

Source filename []? cat4500-entservicesk9-mz.122-37.SG1.bin
-> Source 파일지정
Destination filename [cat4500-entservicesk9-mz.122-37.SG1.bin]?
-> Destination 파일지정
Accessing tftp://1.1.1.1/cat4500-entservicesk9-mz.122-37.SG1.bin...
Loading cat4500-entservicesk9-mz.122-37.SG1.bin from 1.1.1.1 (via Vlan1):

config-register 0x2102
-> Register 값을 0X2102로 지정

boot system flash bootflash:cat4500-entservicesk9-mz.122-37.SG1.bin
-> boot IOS 지정

write memory

reload


감사합니다.
사업자 정보 표시
(주)코레이즈 | 김창현 | 경기도 성남시 분당구 장미로42 5층 | 사업자 등록번호 : 144-81-08126 | TEL : 02-1833-5805 | Mail : sales@coraise.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기
안녕하세요 빛향기고운데입니다.

오늘은 VoIP 프로토콜의 종류에 대하여 알아보죠~^^
이론이 강해야 합니다!!

VoIP 프로토콜 정리입니다.
 H.323 SIP 
 
 •프로토콜 스택이 무거움
 •Centralized Call Control(중앙집중형)
 •Distributed Call Control(분산형)

  = Peer to PeerGK없이도 통화 가능

 •ISDN 메시지의 IP 패킷화 
 Call Setup 기능이 복잡
 
 •어플리케이션 기반
 •Centralized Call Control(중앙집중형)
 •Distributed Call Control(분산형)

   = Peer to PeerGK 없이도 통화 가능

 •인터넷, 멀티미디어등 다양한 부가서비스
 •클라이언트/서버 구조로 H.323보다 간단
 MGCP MEGACO 
  Master-Slave Call Control

 = Centralized Call Control(중앙집중형)

  •대형 Gateway 시스템에 적합
 
 •Master-Slave Call Control

   = Centralized Call Control(중앙집중형)

 •대형 Gateway 시스템에 적합
 •MGCP의 멀티미디어 버전
 •기간 사업자, SOBcN에 적용고려


H323이란?

 H.323은 멀티미디어 화상회의 데이터를 TCP/IP와 같은 패킷 교환 방식의 네트웍을 통해 전송하기 위한 ITU-T의 표준이다. 여기에는 고품질 비디오를 위한 LAN 표준, 그리고 28.8 Kbps 정도의 느린 회선을 통해 저주파수 대역의 비디오를 전송하기 위한 인터넷 표준 등이 포함되어 있다.

멀티미디어라는 하나의 컨텐츠앞에 조금씩 자리를 잃어가는 입장입니다. 하지만, 현재에도 많은사업자, 많은 기업에서 H323을 이용하기에, 그 중심적인 부분에서는 아직 권위에 있다고 봐도, 틀린말은 아닐겁니다. H323이 없는 SIP, Megaco는 좀 생각하기 힘들다고 생각합니다.

 
SIP란?

 SIP (session initiation protocol) ; 접속 설정 프로토콜

전화통화에 상대방을 쉽게 초대할 수 있게 하기 위해 만들어진 프로토콜 입니다.
어떤 프로토콜 스택에 메여 있지 않고 HTTP와 같은 텍스트 기반으로 정의하며 확장이 용이하고, 쉽게 사용합니다
큰 장점은 기존에 사용하는 E-MAIL주소를 사용하고, 위치 지정 메세지를 통해 이동성을 제공합니다.
OCS에서도 해당 프로토콜을 이용합니다.

SIP[십]은 매우 간단한 텍스트 기반의 응용계층 제어 프로토콜로서, 하나 이상의 참가자들이 함께 세션을 만들고, 수정하고 종료할 수 있게 한다. 이러한 세션들에는 인터넷을 이용한 원격회의, 전화, 면회, 이벤트 통지, 인스턴트 메시징 등이 포함된다. SIP는 하위에 있는 패킷 프로토콜 (TCP, UDP, ATM, X.25)에 독립적이다.

SIP는 텍스트 기반의 SMTP와 HTTP 이후에 설계되었다. SIP는 클라이언트들이 호출을 시작하면 서버가 그 호출에 응답을 하는 클라이언트/서버 구조에 기반을 두고 있다. SIP는 이러한 기존의 텍스트 기반 인터넷 표준들에 따름으로써, 고장 수리와 네트웍 디버깅 등이 쉽다. 

자세한 내용은 RFC 3261을 참고하세요.
 

 
MGCP (media gateway control protocol) 

 MGCP는 H.248 또는 Megaco라고도 알려져 있으며, 멀티미디어 회의 진행 중에 필요한 신호 운용 및 세션 관리를 위한 표준 프로토콜이다. 이 프로토콜은 회선 교환망에 필요한 데이터 형식을 패킷 교환망에 필요한 데이터 형식으로 변환시켜 주는 미디어 게이트웨이와 미디어 게이트웨이 제어장치 사이의 통신 방법을 정의한다. MGCP는 다중 종단 간의 호를 설정, 관리히가니 종결시키는데 사용될 수 있다. Megaco와 H.248은 MGCP를 강화한 버전을 가리킨다.

이 표준은 IETF에 의해서는 Megaco (RFC 3015)라는 이름으로, 그리고 ITU-T의 통신 표준화 부문에 의해서는 H.248이라는 이름으로 추천되었다. 이전의 ITU-T 프로토콜이었던 H.323은 근거리통신망용으로 사용되었으나 대규모 공중 네트웍용으로 확장할 수 있는 능력을 가지고 있지 못했다. MCGP와 Megaco/H.248 모델은 게이트웨이로부터 신호 제어를 제거하고, 그 기능을 미디어 게이트웨이 제어기에 집어넣어 여러 대의 게이트웨이를 제어할 수 있게 하였다.

MGCP는 IPDC (Internet protocol device control)와 SGCP (simple gateway control protocol) 등 두 개의 다른 프로토콜로부터 만들어졌다. RFC 2705에 정의되어 있는 MGCP는 미디어 게이트웨이 제어기가 마스터 역할을 하는 마스터-슬레이브 모델의 응용 계층에서 프로토콜을 정의한다. MGCP는 제어기가 각 통신 종점의 위치와 미디어 역량을 결정함으로써 모든 참가자들을 위한 서비스 레벨을 선택할 수 있게 해준다. MGCP의 후속 버전인 Megaco/H.248은 다중 게이트웨이는 물론, 게이트웨이 당 더 많은 포트 수와 TDM 및 ATM 통신을 지원한다.

 



사업자 정보 표시
(주)코레이즈 | 김창현 | 경기도 성남시 분당구 장미로42 5층 | 사업자 등록번호 : 144-81-08126 | TEL : 02-1833-5805 | Mail : sales@coraise.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기


안녕하세요 빛향기고운데입니다.
아날로그 음성신호를 디지털 신호로 어떻게 변경 할까요?
IPT를 하는데에 있어서 이론을 알고 넘아가면 좋겠죠? PBX의 역할중에 신호를 변조하는 과정에 대하여
설명하겠습니다.


* PCM(Pulse Coded Modulation)
-> 아날로그 음성신호를 디지털 신호로 변경(변조)하는데 가장 많이 사용하는 방식입니다.
    지금까지 레이더와 함께 가장 발전된 형태의 다중 통신수단의 하나이며 이것을 방송이나 녹음에 응용하면
    잡음에 강한 고품질의 정보전송이 가능하다. 음성신호나 영상신호 등 전기 신호로서의 정보는 일반적으로
    시간에 대해서 전압이나 전류가 변화하는 아날로그 신호로서 전송이나 처리를 하고 있다.

* PCM의 장단점

 1.장점

-잡음에 강하다.

디지털 신호는 신호의 유무를 가지고 정보를 전달하기 때문에 외부잡음이 섞이더라도 신호의 유무를 판정함에
영향을 주지 않는 범위 내에서는 신호를 다시 재생하는 것이 가능하고 유무신호가 약해지면 재생중계기에서
유무신호를 보상하기 때문에 각종 잡음 및 누화에 강하다.

-LSI화에 적합하다.

시분할 디지털 신호를 사용하는 다중화 장치(multiplexer)나 스위치 소자는 디지털 컴퓨터의 논리회로와 메모리에 사용된 기본회로와 같이 구현될 수 있다. 예를 들면 디지털 스위치의 교차점(srosspoint)은 논리회로의 AND
게이트에 지나지 않는다.

따라서 디지털 신호를 취급하는 회로는 게이트와 메모리 등을 중심으로 하는 논리회로의 구성이 가능하며, 아날로그 회로와 같은 고도의 정밀을 필요로 하지 않는다.

-분기와 삽입이 쉽다.

신호를 다중화시키거나 다중화된 신호를 분리하는 경우 디지털 신호에서는 시분할 다중화방식을 적용하므로
간단한 게이트회로를 사용해서 신호의 다중화와 분리를 쉽게 행할 수 있다.그러나 아날로그 신호인 경우에는
주파수분할 다중화를 적용하기 때문에 고정밀의 필터가 다수 필요하다. 또한 디지털 신호의 다중화시 제어신호
정보도 간단히 삽입할 수 있으나 아날로그 신호를 전송하는 시스템에서는 제어신호에 대한 특별한 주의가
요구된다.

-가공처리가 쉽다.

수치계산등의 연산과 부호변환등에 디지털 신호를 일반적으로 적용하고 있는데 원래 아날로그 신호인 음성과 화상
등의 정보를 디지털화해서 처리하는 경우, 연산시 신호의 분별, 대역의 압축 등을 쉽게 할 수 있다. 그리고 음성
신호의 디지털화를 통해 사용되는 PCM다중화장치나 스위치 메트릭스 또는 디지털 신호처리(DSP)로 설계된 LSI의 회로를 사용함으로써 가격이 경제적이 최신기술에 이용될 수 있다.

-정비주기가 길다.

PCM장치는 크기,무게,견고성면에서 FDM장치보다 우수하므로 정비주기가 길다.

-보안성을 확보할 수 있다.

디지털 스크램블링(scrambling)기술을 이용하여 쉽게 보안성을 확보할 수 있다.

 

 2.단점

-채널당 소요되는 대역폭이 증가된다.

음성신호 전송시 체널당 64Kb/s의 대역폭이 소요된다. 이점에서 PCM은 장거리 전송구 간에서는 비효율적이나
잡음이나 기타 전송상의 장애를 극복할 수 있는 장점들이 이러한 단점을 보상하여 준다.

-PCM고유의 잡음인 양자화 잡음(quantizing noise)이 발생한다.

양자화 단계를 세분하면 양자화 잡음은 감소되나 bit rate이 높아지고 시스템의 복잡도 가 증가되므로 양자화
단계의 세분화를 일정단계에서 제한한다. 그러나 압신 (companding)방식을 사용하면 양자화 단계를 세분하지
않고도 양자화 잡음을 감소시킬 수 있다.

-동기(synchronization)가 유지되어야 한다.

디지털 전송 시스템이나 디지털 교환기가 상호 연결되면 각 시스템은 내부 동기가 유지 되어야 하며 망동기 절차가 수립되어야 한다.

-지리적으로 분산된 신호의 다중화에 어려움이 있다.

분산된 신호를 시분할 다중화하는 PCM방식에서는 각 체널(time slot)사이에 보호시간(guard time)이 할당된다. 이 보호시간은 송수신기 사이의 거리에 비례해서 증가되어야 한다. 예를 들어 TDMA모드로 운영되는 통신위성
시스템은 각 지구국에 할당된 타임슬 롯사이에 보호시간을 두어 상호 영향을 방지한다. 그리고 필퐁(PING-PONG)
모드로 운 용되는 디지털 가입자가 루프(LOOP)에서도 양방향 전송시간 사이에 보호시간이 할당되어 있다.

-A/D,D/A 변환과정이 증가된다.

아직까지는 PSTN에서 아날로그 방식이 많으므로 디지털 시스템을 설치하면 A/D,D/A 변환비용이 추가된다.
이문제는 디지털화 비율의 증가로 점차 감소되고 있다.

-기존 아날로그 네트워크와의 정합에 소요되는 비용부담이 크다.

디지털 교환기에 아날로그 전화기와 LOOP망을 정합 시킬려면 SLIC(Subscriber Line Interface Circuit)를 갖추어
야 하는데 실제로 디지털 교환기에서 하드웨어 비중 및 교환기 가격에 상당량을 차지하는 부분이 아날로그와의
정합부분이다.




Nyquist 이론
-> 모든 신호는 그 신호에 포함된 가장 높은 진동수의 2배에 해당하는 빈도로 일정 간격 Sampling을 하면 원래의 신호를 완벽하게 기록할 수 있다.

n사람의 음성 주파수 대역 : 4KHz(300 ~ 3400Hz)
n샘플링 주파수(주파수의 2) : 8,000/sec (125 us 마다)
n8bit2진수화 = 256 value (소리의 높이를 크기로 바꿈)
nBit Rate:  (4 KHz X 2배 샘플링) x 8 bits per sample

= 64Kbps(64,000 Bits) per second (DS0)




사업자 정보 표시
(주)코레이즈 | 김창현 | 경기도 성남시 분당구 장미로42 5층 | 사업자 등록번호 : 144-81-08126 | TEL : 02-1833-5805 | Mail : sales@coraise.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기
사업자 정보 표시
(주)코레이즈 | 김창현 | 경기도 성남시 분당구 장미로42 5층 | 사업자 등록번호 : 144-81-08126 | TEL : 02-1833-5805 | Mail : sales@coraise.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기

안녕하세요 빛향기고운데입니다.
레지스트리 통하여 Exchange Server IMF v2  수정하는 방법입니다.


By default, the Intelligent Message Filter feature is installed with Microsoft Exchange Server 2003 Service Pack 2 (SP2). You must manually enable Intelligent Message Filter to obtain the benefits of this new message filtering technology. The Microsoft Exchange Server Intelligent Message Filter v2 Operations Guide describes the update process that keeps Intelligent Message Filter up-to-date. This guide includes information about the following topics:

How Intelligent Message Filter works

How to plan your Exchange Server Intelligent Message Filter

How to secure your gateway SMTP virtual servers

How to deploy in a multiple forest scenario

How to configure and to enable Exchange Server Intelligent Message Filter

How to update the Exchange Server Intelligent Message Filter

Supported scenarios

Schedule and availability of updates

How to enable updates

How to uninstall updates

Service packs

Unsupported scenarios: clustered environment

Automatic updates

How to monitor and to troubleshoot Exchange Server Intelligent Message Filter

How to use system monitor and performance logs and alerts

How to customize Exchange Server Intelligent Message Filter

How to change the archive location

How to store the SCL rating with archived messages

How to filter messages sent through authenticated connections

How to set the size of spam rules








해당 Regedit 값에 DWORD 추가하시고 값을 1 주시면 됩니다.

restart the Simple Mail Transfer Protocol (SMTP) service





KB문서 참조
http://support.microsoft.com/KB/907747
사업자 정보 표시
(주)코레이즈 | 김창현 | 경기도 성남시 분당구 장미로42 5층 | 사업자 등록번호 : 144-81-08126 | TEL : 02-1833-5805 | Mail : sales@coraise.co.kr | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기

+ Recent posts