Tednode.propertiesファイルの編集

MicrosoftドメインのWindowsサーバなど、eDirectoryツリーにSubscriberオブジェクトがないサーバにSubscriberソフトウェアをインストールする場合、このようなサーバでは設定情報にtednode.propertiesファイルが使用されます。Subscriberの設定を変更したときは、この節の情報を使用してサーバのtednode.propertiesファイルを編集する必要があります。

tednode.propertiesファイルは、サーバのzenworks\pds\tedディレクトリに格納されています。

必要なファイル形式と、エントリに関するコメントを次に示します。=記号の右側に示された情報は一例であり、その行に必要な値ではありません。ただし、この例では、値に使用される正確な構文が示されています。

行の内容 コメント

workingdir = d:\ted\tran

Subscriberの作業ディレクトリ

io.input = 100

受信レート(1秒あたりのバイト数)

io.output = -1

送信レート(1秒あたりのバイト数)

variable1 = vol=sys:

変数volに値sys:を定義する

variable1.description = Destination Volume

変数の機能の説明

console.level = 6

サーバのコンソールのメッセージレベル

log.level = 1

ログファイルのメッセージレベル

log.days = 1

ログファイルのエントリを保存する日数

log.path = d:\\ted\\tran\\log.txt

ログファイルのパスとログファイル名

workorder.timeout = 0

接続を中止するまでDistributorからの応答を待つ秒数。0 = 制限なし

workorder.concurrent = 0

同時に実行可能なDistribution

email.level = 0

電子メールのメッセージレベル

smtp.host = email.novell.com

SMTPホストの場所

snmp.level = 0

SNMPトラップのメッセージレベル

email.target1 = johndoe@novell.com

メッセージの送信先の電子メールアドレス

tednode.propertiesファイルの残りのエントリでは、行から# (コメント)記号を削除して、その行を有効にします。#記号を削除すると、その行の下に記述されているスケジュールタイプが有効になります。ただし、スケジュールタイプの最初の行は、スケジュールタイプの説明であるため、この行から#記号を削除しないでください。記載されているデフォルト値は変更できます。

次の例では、適切な#記号が削除され、毎日実行されるスケジュールが有効になっています。

行の内容

# Yearly schedule and associated keys (with default values specified)
#schedule.type=yearly
#schedule.month=1
#schedule.day=1
#schedule.begin.hour=8
#schedule.begin.minute=0
#schedule.end.hour=17
#schedule.end.minute=0
#schedule.random=false

# Monthly schedule and associated keys (with default values specified)
#schedule.type=monthly
#schedule.day=1
#schedule.begin.hour=8
#schedule.begin.minutes=0
#schedule.end.hour=17
#schedule.end.minute=0
#schedule.random=false

# Daily schedule and associated keys (with default values specified)
schedule.type=daily
schedule.days=Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday
schedule.begin.hour=8
schedule.begin.minutes=0
schedule.end.hour=17
schedule.end.minute=0
schedule.repeat.days=0
schedule.repeat.hours=0
schedule.repeat.minutes=0
schedule.random=false

# Immediate schedule and associated keys (with default values specified)
#schedule.type=immediately
#schedule.repeat.days=0
#schedule.repeat.hours=0
#schedule.repeat.minutes=0

# Interval schedule and associated keys (with default values specified)
#schedule.type=interval
#schedule.repeat.hours=0
#schedule.repeat.minutes=0

# Never schedule and associated keys (with default values specified)
#schedule.type=never

# Time schedule and associated keys (with default values specified)
#schedule.type=time
#schedule.date.year=2001
#schedule.date.month=1
#schedule.date.day=1
#schedule.begin.hour=8
#schedule.begin.minutes=0