- ページ 30

ストレージ Dell DX6000のPDF 設定・構成マニュアルをオンラインで閲覧またはダウンロードできます。Dell DX6000 43 ページ。 Rack installation instructions — static rails
Dell DX6000 にも: 補足マニュアル (4 ページ), ハードウェア取り付け説明書 (2 ページ), ユーザーマニュアル (46 ページ), インストールおよび設定マニュアル (35 ページ), スタートマニュアル (28 ページ), お知らせ (28 ページ), お知らせ (20 ページ), 概要 (19 ページ), 設定マニュアル (9 ページ), 設定マニュアル (9 ページ), リリースノート (8 ページ), リファレンス・マニュアル (12 ページ), 設定マニュアル (7 ページ), リリースノート (6 ページ), リリースノート (5 ページ), リリースノート (5 ページ), インストレーション・インストラクション (2 ページ), インストレーション・インストラクション (2 ページ)

Dell DX6000 設定・構成マニュアル
Appendix B. DX Content Router Configuration
In order for DX Content Router to function correctly, each installed service has a separate
configuration file. Best practice is to copy the sample config files located in the /etc/caringo/
contentrouter directory with the name of each service:
$ sudo su -
cd /etc/caringo/contentrouter
cp publisher.cfg.sample publisher.cfg
cp rules.xml.sample rules.xml
cp replicator.cfg.sample replicator.cfg
The following command will create the necessary files if they do not already exist. The copied files
must be edited to properly configure the services within your network.
B.1. Publisher Configuration
A full explanation of all configuration options can be found below:
Option Name
ipaddress
log
loghost
logbackups
logsize
Copyright © 2010 Caringo, Inc.
All rights reserved
Default
none
/var/log/caringo/
contentrouter-
publisher.log
localhost
8
10 * 1024 * 1024 bytes no
26
Mandatory
yes
no
no
no
Description
The Publisher's IP
address.
Local log file name
when not using a
syslog.
Syslog host name or
IP address. Content
Router services log
to the local 5 syslog
facility. The parameter
should not be set
if local file-based
logging will be used
instead of syslog.
The number of older,
rotated log files to
keep when file-based
logging is used.
The number of bytes
allowed for all file-
based log files. Each
log file is allocated 1/
n of the configured
logsize, where 'n' is
the configured number
of logbackups. A value
of 0 will prevent DX
Content Router from
rotating logs if an
alternate mechanism
Version 2.2
December 2010