Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
추가
리소스 추가 위저드에서 PPAS 리소스 유형을 선택합니다.
...
PPAS 사용자 - 데이터베이스 서비스를 실행할 사용자 계정을 입력합니다.
Note |
---|
사용자 계정은 홈디렉토리 소유자와 일치해야 합니다. |
...
PPAS 데이터베이스 이름 - 데이터베이스 식별을 위해 데이터베이스 이름을 입력합니다.
[그림]PPAS 리소스 추가 화면
삭제
해당 리소스 선택 -> 마우스 우 클릭 -> 리소스 삭제를 선택합니다.
상태
다음 테이블은 상태와 사용자 명령에 의해 발생되는 MCCS 리소스의 상태 변화에 대한 설명입니다.
PPAS 에이전트: MCCS 에 등록된 PPAS를 관리합니다.
...
온라인
PPAS가 실행중인 상태입니다.
DoQuery 속성이 'true'일 때는 인스턴스 상태가 'OPEN'임을 의미합니다.
...
PPAS 서비스를 중지합니다
...
Adding
Choose a type of PPAS resource on the Add Resource wizard.
- Home directory of PPAS: Inputs a path of the directory where PPAS has been installed.
- PPAS user: Inputs a user's account to run a database service.
Note The account should be the same as those of owner of the home directory.
Name of PPAS database: Inputs a name of a database for easy identification.
[Figure] Add PPAS Resource screen
Deleting
To delete a resource, click the resource → right click → choose the Delete Resource.
State
The following table describes MCCS resources' status conversion occurred by state changes or user's commands.
PPAS agent: Manages PPAS registered for MCCS.
State | Agent command | Description | Note | |||||
---|---|---|---|---|---|---|---|---|
Online
PPAS is on running. Indicates the status of instance is OPEN if the DoQuery attribute is true. | Offline | Stop a PPAS service. e.g.) pg_ctl stop -mf -w PPAS 서비스 중지 전에 진행 중인 백업이 있을 경우 백업을 먼저 중지합니다. | 모니터링 | PPAS 프로세스가 실행중인지 감시합니다 DoQuery 속성이 True일 경우, PPAS 인스턴스의 상태가 OPEN 상태인지 확인 하고, 인스턴스 상태가 'OPEN'이 아니거나 상태를 조회할 수 없는 상태를 응답없음으로 간주 합니다. | 오프라인 PPAS 서비스를 구성하는 프로세스들이 모두 종료된 상태입니다. | 온라인 | PPAS 서비스를 시작합니다. ExBefore stopping the PPAS service, stop all backups if there is any backup on progressing. | |
Monitoring | Detects whether PPAS process is on running or not. In the case that the DoQuery attribute is "True", it checks if state of PPAS instance is "OPEN", and if not, it considers state of the process as no response. | |||||||
Offline
Indicates that all processes configure the PPAS service have been terminated. | Online | 장애 온라인 상태에서 종료 과정을 거치지 않고 오프라인 상태 변경된 경우입니다. | 온라인 | Start the PPAS service. e.g.) pg_ctl start -w 완료되지 않은 백업이 있을 경우, 완료되지 않은 백업을 종료시킨 후 인스턴스 열기(OPEN)를 다시 시도합니다. | 모니터링 | PPAS 프로세스가 실행중인지 감시합니다 DoQuery 속성이 True일 경우, 인스턴스의 상태를 파악하고 OPEN 상태일경우 PPASF를 종료합니다. | If there is any backup which has not been completed, terminate the backup and then retry OPEN, i.e., opening the instance. | |
Monitoring | Detects whether PPAS process is on running or not. In the case that the DoQuery attribute is "True", it checks instance's state, and if "OPEN", it terminates PPAS. | |||||||
Fault
Indicates that its state has been converted from online into offline, although it has never been terminated. | Online | Start the PPAS service. e.g.) pg_ctl start -w 완료되지 않은 백업이 있을 경우, 완료되지 않은 백업을 종료시킨 후 인스턴스 열기(OPEN)를 다시 시도합니다. | 오프라인 | PPAS 서비스를 중지합니다. PPAS 서비스 중지 전에 진행 중인 백업이 있을 경우 백업을 먼저 중지합니다. | 정리 |
|
속성
PPAS 리소스의 고유 속성을 표시 합니다.
...
If there is any backup which has not been completed, terminate the backup and then retry "OPEN", i.e., opening the instance. | ||
Offline | Stop a PPAS service. Before stopping the PPAS service, stop all backups if there is any backup on progressing. | |
Clean |
|
Attribute
The following table describes attributes related to PPAS resources.
Attribute | Description | Type | Default | Edit |
---|---|---|---|---|
DBName | Instance name of a PPAS database. | STRING | X | |
Port | Server port of a database. | STRING | X | |
DoQuery | Checks state of instance. | BOOLEAN | true | O |
PostgressHome |
Directory path where PPAS program is installed | STRING |
O | ||
User |
User's account to run PPAS | STRING |
O | |
DBAAccount |
DBA account to run commands related to PPAS | STRING |
O | |
Password |
Password of the DBA account | PASSWORD |
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
Info |
---|
MCCS has function to limit input values against user's input field, and it provides function detects automatically data which is input wrong by user's mistake. |