Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

It monitors the physical network devices mounted in the system.
To obtain a network address, the network device resource should operate properly and it is also necessary to periodically monitor them.
To differentiate individual network devices in a system where multiple network cards are installed, we use the name registered in the MAC address or device driver, or the name registered in the network connection registration information. A network card agent uses the name (FriendlyName) registered in the network connection registration information.
This name is a unique name that is familiar to a general user. It can be easily modified for user's convenience.
The adapter name appearing in the 'Network Connection' screen, or the information displayed after 'Ethernet Adapter' when you run the 'ipconfig' command in the command prompt is the name used to identify a network card.
The network interface card(NIC) resource defines this name by using the AdapterName attribute. 

Column
width350px
Panel

Table of Contents

Table of Contents
maxLevel4

 

 

 

Adding

네트워크 카드 리소스를 그룹에 추가합니다.
네트워크 카드 리소스는 그룹에 추가시 바로 활성화 되고, 온라인으로 표시 됩니다.Add the network card resource to a group.

When you add the network card resource to a group, it will be immediately activated and displayed as online.

 

  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.

  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.

    Info

    리소스 타입 선택후 리소스를 추가 하면, 바로 해당 리소스의 생성 위자드가 표시됩니다If you add the resource after selecting a resource type, the resource creation wizard will be immediately displayed.

  3. Enter resource name and select NIC.

    [Figure] Add network card wizard view


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

    Info

    Additional setting can be selected as an option. You don't need to enter it.
    테스트 주소 목록은 ','로 구분하여 여러개 지정 가능합니다Multiple test addresses are separated by ","

     
    [Figure] Additional Settings of network card wizard view완료 버튼을 클릭하면 네트워크카드 리소스가 추가 되며, 


  5.  관리 웹 콘솔 상에서 바로 확인이 가능합니다Click the 'Finish' button to add the network card resource.
    You can immediately check the result in the management web console.

Deleting

Select Resource type → Right click → Delete Resource. 
삭제된 리소스는  관리 웹콘솔 상에서 바로 사라집니다The deleted resource will immediately disappear from the management web console.   

Status

The following table explains the status switching of the MCCS resource caused by a user's command and the status.
The command assumes that it is generated by a user.

...

Status

Agent Command

DescriptionNote

Online

A network card is operating properly.

Offline

A network card resource cannot go offline.

 
Monitoring

It refers to the AdapterName attributes and checks the link status of the network device.
A network card resource is deemed to be normal only if it a network device is connected.

 

Offline

It is impossible to know the status of network card.

Online

A network card resource cannot go online.

 
Monitoring

It refers to the AdapterName attributes and checks the link status of the network device.
A network card resource is deemed to be normal only if it a network device is connected.

 

TroubleFault

A device is not configured or a link is cut off.
So, all the ICMP tests to the testing address failed.

Online

A network card resource cannot go online.
(When trouble is recovered, it will automatically detect and switches to the online status.)

 
Offline

A network card resource cannot go offline.

 

...

MCCS cannot use the online/offline commands to a network device. It is because a network is managed by the OS as soon as it is installed in the H/W.
Due to the characteristics, a network card's resource type action attribute is set to none. Also, its NoAction value is set to true.
The attribute value cannot be used to start or terminate the resource. It is operable at all nodes at the same time but it only monitors the status. It is called a monitoring only resource.


Attribute

네트워크 카드 리소스의 고유 속성을 표시 합니다Show the unique attribute of network card resource.

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 

...