> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/agents/siem/cplc.md).

# PLC for Legacy

{% hint style="info" %}
レガシーユニックスからsyslogへPLCへ転送、PLCから収集してPLURAへ再送信システム

1\)レガシーユニックスサポート対象サーバー

* syslog 転送が可能なすべてのサーバ

2\)リモート ログ コレクター サポート対象サーバー

* PLC Agent サポートオペレーティング システム

[https://docs.plura.io/ja/faq/comm/support\_os](https://docs.plura.io/ko/faq/common/support_os)
{% endhint %}

{% tabs %}
{% tab title="AIX Server" %}
**1. Syslog転送設定 (by root)**

* AIX 7.2 以上 対応

```
vi /etc/syslog.conf
```

```
<例>
*.info @ログ取り込みシステムIP
```

**2. Syslog 再起動**

```
refresh -s syslogd
```

**3. Syslog 始まり**

```
startsvc -s syslogd
```

**4. Syslog 止み**

```
stopsvc -s syslogd
```

**5. システム登録**

* **システム > システム管理 > 取り込みシステム選択 > システム登録**

<figure><img src="/files/SdBgFxnPLI0nqIgA3JtX" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="HP-UX" %}
**1. Syslog転送設定 (by root)**

* HP-UX 11iv3 以上 対応

```
vi /etc/syslog.conf
```

```
<例>
*.info @ログ取り込みシステムIP
```

**2. Syslog 再起動**

```
/sbin/init.d/syslogd stop

/sbin/init.d/syslogd start
```

**3. システム登録**

* **システム > システム管理 > 取り込みシステム選択 > システム登録**

<figure><img src="/files/d7WW6IyZhjJPFx4UhjUb" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Solaris" %}
**1. Syslog転送設定 (by root)**

* Solaris 11.3 以上 対応

```
vi /etc/syslog.conf
```

```
<例>
*.info @ログ取り込みシステムIP
```

**2. Syslog 再起動**

```
svcadm restart system-log
```

```
svcadm restart svc:/system/system-log
```

**3. Syslog 始まり**

```
svcadm enable system-log
```

```
svcadm enable svc:/system/system-log
```

**4. Syslog 中断**

```
svcadm disable system-log
```

```
svcadm disable svc:/system/system-log
```

**5. システム登録**

* **システム > システム管理 > 取り込みシステム選択 > システム登録**

<figure><img src="/files/ZH6yXpZ8SHfV9QQv2eIu" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="FreeBSD" %}
**1. Syslog転送設定 (by root)**

* FreeBSD 10 以上 対応

```
vi /etc/syslog.conf
```

```
<例>
*.info @ログ取り込みシステムIP
```

**2. Syslog 再起動**

```
/etc/rc.d/syslogd restart
```

**3. システム登録**

* **システム > システム管理 > 取り込みシステム選択 > システム登録**

<figure><img src="/files/r3UTuiJbFWjMKZmFDadD" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.plura.io/ja/agents/siem/cplc.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.
