Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 28 Next »

시스템에 장착된 물리적인 네트워크 장치를 감시합니다.
네트워크 주소를 가지기 위해서는 네트워크 장치 리소스가 정상적으로 작동해야 하며, 주기적으로 감시할 필요가 있습니다.
네트워크 카드가 복수개 설치된 시스템에서 개별 네트워크 장치를 구분하기 위해서 MAC 주소나 장치 드라이버에 등록된 이름, 네트워크 연결 등록 정보에 등록된 이름 등을 사용합니다. 이 중에서 네트워크 카드 에이전트는 네트워크 연결 등록 정보에 등록된 이름(FriendlyName)을 사용합니다.
이 이름은 고유한 이름으로 일반 사용자가 쉽게 알 수 있고, 사용자 편의에 따라 변경하기 쉽습니다.
'네트워크연결' 화면에 나타나는 어댑터 이름, 또는 명령 프롬프트에서 'ipconfig' 명령을 실행했을 때에 '이더넷 어댑터' 다음에 나오는 정보가 네트워크 카드를 식별하는 이름이며,
네트워크 카드 리소스는 이 이름을 AdapterName이라는 속성으로 정의합니다.

 

이 페이지의 주요 내용

 

 

 

Adding

There are two way to add a resource which one is select this from a group name and another is select this from a resource type.

Adding in Group

  1. When add a resource from a group name, select a group -> right click -> 'Add Resource'. Or select Edit(E) from the main menu bar -> select 'Add Resource'. Or select 'Add Resource' icon from the tool bar.

    [Figure] Adding Resource in a group

  2. Select 'NIC' from Resource Type lists and click 'Next' button. When add a resource from the NIC resource type name, this step will be skipped.

    [Figure] Select Resource Wizard View

  3. Next steps are same as adding in resource type.

Adding in Resource Type

  1. ResourceType - Right Click - Click Add Resource

    [Figure] Adding NIC Resource in a resource type

  2. Enter resource name and select NIC.

    [Figure] Add network card wizard view

  3. Click on the 'Additional Settings' button to define attributes.

    추가 설정은 옵션으로 선택할 수 있는 값입니다. 반드시 입력할 필요는 없습니다.

     
    [Figure] Additional Settings of network card wizard view


  4. Click "Finish' button and network card resource is added. 


    [Figure] Adding network card resource is completed



Deleting

Select Resource type - Right click - Delete Resource. 

  1. Click delete and resource will be deleted. 

    [Figure] Delete Network Card Resource View



State

다음 테이블은 상태와 사용자 명령에 의해 발생되는 MCCS 리소스의 상태 이동에 대해 설명합니다.
명령은 사용자에 의해 발생되는 것을 전제로 합니다.

네트워크 카드 에이전트: 물리적인 네트워크 어댑터를 관리합니다.

상태

Agent 가능 명령

 

설명비고

온라인

네트워크 카드가 정상적으로 작동 중입니다.

오프라인

네트워크 카드 리소스는 오프라인 할 수 없는 리소스 입니다.

 
모니터링

AdapterName 속성을 참조하여 해당 네트워크 장치의 링크 상태를 체크합니다.
네트워크 카드 리소스는 네트워크 장치가 연결되어 있는 상태일 때에만 정상으로 판단합니다.

 

오프라인

네트워크 카드의 상태 정보를 알 수 없는 상태입니다.

온라인

네트워크 카드 리소스는 온라인 할 수 없는 리소스 입니다.

 
모니터링

AdapterName 속성을 참조하여 해당 네트워크 장치의 링크 상태를 체크합니다.
네트워크 카드 리소스는 네트워크 장치가 연결되어 있는 상태일 때에만 정상으로 판단합니다.

 

장애

장치가 구성되지 않았거나, 링크 연결이 끊겨
테스트 주소로의 ICMP 테스트가 모두 실패한 상태입니다.

온라인

네트워크 카드 리소스는 온라인 할 수 없는 리소스 입니다.
(장애 복구 시 자동으로 감지, 온라인 상태로 이동합니다. )

 
오프라인

네트워크 카드 리소스는 오프라인 할 수 없는 리소스 입니다.

 

 

*네트워크카드 리소스 특성

MCCS는 네트워크 장치에 온라인/오프라인 같은 명령을 내릴 수 없습니다. 네트워크 카드는 하드웨어적으로 설치됨과 동시에 운영체제에서 관리되기 때문입니다.
이런 특성 때문에 네트워크 카드는 리소스 타입의 Actions 속성값이 None이며,  NoAction 값이 true 입니다.
이 속성 값은 리소스를 시작/종료 할 수 없고, 모든 노드에서 동시에 운용이 가능하며, 상태에 대한 감시만 한다는 것을 의미합니다. 이를 감지 전용 리소스라고 합니다.


Attribute

[Figure] Attribute of Network Interface Card


Attribute

Description

type

DefaultEditNote

AdapterName

It is the ethernet adapter name registered in network interface card.

STRING

 O 

PingTimeout

 

It is the time limit for ping test.
It goes through the test with the IP registered in TestAddressList and if there is no IP, it is ignored.

INTEGER

2secO 

TestAddressList

It is the list of network access test address.
If the ICMP test succeeds in at least one address, network connection state is considered normal.
When there is more than one address, they are separated by ",".

IP ADDRESS


 O 

Attribute value of ArgList arguments are the values that are added resources and the value can be changed or viewed through ’Specified Attribute’ list on the detailed information panel.
For more information about resource type attribute, please refer to “6. Resource Type” for this document.

 


  • No labels