Versions Compared

Key

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

...

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.

 

Trouble

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 is a resource that cannot go offline.

 

 

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

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

[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 

...