An application is similar to Process resource, but it is more flexible and can be managed by batch script which contains multiple processes.The reason why program is executed using batch script is because it will make it possible managed by MCCS even when the name of starting program and running program is not the same. Besides this, it not only monitors the existence of process but also monitors the response of process with this.
For these reasons, batch script will provide more detail monitoring and flexibility and an application agent manages this.Same as process, application is basically executed with the system account, but is can be executed with particular user by using attributes of User, Password, Domain.
복합 응용 리소스는 MCCS가 프로그램을 시작, 종료하고 그 상태를 감시할 수 있는 리소스입니다.
기본 응용 리소스와 비슷하지만, 일반적인 프로세스 실행뿐만 아니라 스크립트를 사용하여 보다 복잡한 처리와 조합이 가능합니다.
그리고 복합 응용 리소스는 시작, 종료, 모니터링을 위한 실행경로를 각각 지정해 줄 수 있습니다.
배치 스크립트를 사용하여 프로그램을 실행하는 이유는 서비스 응용프로그램처럼 시작하는 프로그램과 실행중인 프로세스 이름이 다른 경우라도 모두 처리가 가능하도록 하기 위해서 입니다.
경우에 따라 실행 중인 프로세스 목록에서 프로세스 존재를 감시(existence test)하는 것뿐만 아니라 프로세스가 제대로 서비스를 하고 있는지도 감시(response test)해야 합니다.
이러한 일을 유연하게 처리하기 위해서 배치 스크립트를 활용할 수 있으며 복합 응용 리소스에서는 스크립트를 입력할 수 있습니다.
기본 응용과 마찬가지로 복합 응용에서도 기본적으로 시스템 계정으로 실행이 되지만 User, Password, Domain 속성을 이용하여 특정 사용자계정으로도 실행이 가능합니다.
Table of Contents
Adding
Add the application resource to a group.
- 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.
- Select 'Application' from Resource Type lists and click 'Next' button. When add a resource from the Application resource type name, this step will be skipped.
- Enter the resource name and the pre-scripted file name for start, stop and monitoring with full path or click the to browse the file, or click the to create user defined script file.
Enter the process name where listed in task manager of Windows O.S for monitoring target into MonitorProcesses box.
- You can enter the value into MonitorProgram or MonitorProcess to monitor whether the application runs properly. You should enter the value in at least one of them.
- When all the value of MonitorProgram and MonitorProcesses are entered the process lists for monitoring target are entered, MCCS checks whether the monitoring program is properly work and whether processes which is monitoring target are exist.
- The default Execution Account of the process is Account running MCCS. If the resource runs specified account, you can select Specify Account and enter account informations such as domain, user account and password.
[Figure] Adding application resource- Click 'Finish' to add the application resource.
Deleting
Select resource type → right click → delete resource.
State
The following table explains the state of application resource.
복합 응용 에이전트: 일반적인 어플리케이션 항목을 관리합니다.
기본 응용보다 복잡하고, 더 많은 확장성을 제공하여 애플리케이션, 서비스 등을 관리합니다.
State | Agent command | Description | Note |
---|---|---|---|
Online All the processes into MonitorProcesses are running properly and MonitorProgram returns '0'. | Offline | StopProgram 속성에 등록된 스크립트를 실행합니다. | |
Monitoring | MonitorProgram 속성에 등록된 스크립트를 실행합니다. | ||
Offline When one of the process into MonitorProcesses is at least offline or 'MonitorProgram' does not return in '0'. | Online | StartProgram 속성에 등록된 스크립트를 실행합니다. | |
Monitoring | 위에 모니터링 명령 설명 참조 | ||
Fault When an onlined application has not taken offline through offline command, it is defined as fault. | Online | 위에 온라인 명령 설명 참조 | |
Offline | StopProgram 속성에 등록된 스크립트를 실행합니다. |
Attribute
Show the specified attribute of application resource.
Attribute | Description | type | Default | Edit | Note |
Domain | It specifies domain of user account. | STRING | O | ||
MonitorProcesses | It is the list of the process to be monitored. | STRING | O |
두 속성을 모두 입력할 수 있으며, 두 속성 모두 만족해야 온라인 할 수 있습니다. | |
MonitorProgram | It is program or script based file for monitoring an object. | FILE | O | ||
Password | It is the password defined by the user. | PASSWORD | O | ||
StartProgram | It is a program to bring online the Application in each node. | FILE | O | ||
StartupDirectory | It is a work directory. it means %MCCS_HOME if it does not have a value. | DIRECTORY | (.) | O | |
StopProgram | It is a program to take offline the Application of each node. | FILE | O | ||
User | It is a user name which has received the permission to use the application. | STRING | System Account | O |
Specified attribute values are normally entered when add the resource, This value can be edited or viewed through 'Specified Attribute' table in the Resource Attributes tab on the detailed information panel.
MCCS 는 사용자의 입력필드에 대한 입력값 제한 기능이 존재하며, 사용자가 잘못 입력한 데이터에 대해 자동 점검기능을 제공합니다.