# 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: 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:

```
GET https://docs.plura.io/ja/agents/siem/cplc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
