> For the complete documentation index, see [llms.txt](https://docs.tibero.com/prosync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/prosync/administration/admin/execution.md).

# Admin 실행

## 설치

ProSync Admin Utility는 ProSync를 설치하는 과정에서 함께 설치된다.

***

## 실행

ProSync Admin Utility를 실행하는 명령어의 문법은 다음과 같다.

```sh
prs_adm [options] [script]
```

### options

| 항목            | 설명            |
| ------------- | ------------- |
| -h, --help    | 도움말 화면을 출력한다. |
| -v, --version | 버전을 출력한다.     |

### script

```sh
@filename[.ext]
```

| 항목       | 설명                                                  |
| -------- | --------------------------------------------------- |
| filename | 파일명이다.                                              |
| ext      | 파일의 확장자로, 지정하지 않을 경우 SUFFIX 시스템 변수에 지정된 확장자가 기본값이다. |

ProSync Admin Utility 실행 과정은 다음과 같다.

```sh
$ prs_adm
ProSync 4 - Admin Utility
TmaxData Corporation Copyright (c) 2008-. All rights reserved.
```

ProSync Admin Utility가 정상적으로 실행되면 위 예제처럼 **Admin 프롬프트**가 나타난다.

이 프롬프트에서 데이터베이스 사용자는 ProSync 관리를 위한 명령을 실행할 수 있다.

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tibero.com/prosync/administration/admin/execution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
