ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server Express リファレンスマニュアル(コマンド編)
Interstage

16.5.5 printサブコマンド

形式

irepconfig print -R repository [-m | -s] [-o file [-u]]

機能説明

リポジトリの設定内容の一覧を標準出力に出力します。-oオプションが指定された場合は指定ファイルに出力します。出力ファイルは、“リポジトリ環境定義ファイル”の形式で出力されます。

以下に、printサブコマンドのオプションと引数を説明します。

-R repository

リポジトリを識別するリポジトリ名を指定します。
大文字、小文字は区別しません。半角英大文字を指定した場合も半角英小文字とみなします。

-m

リポジトリのSSL通信の設定で証明書/鍵管理環境を使用している場合、リポジトリの作成、または環境設定で指定したSSL環境定義ファイルの内容を出力します。

-s

レプリケーション形態のマスタサーバにおいて、スレーブサーバとのSSL通信の設定で証明書/鍵管理環境を使用している場合、環境設定で指定したSSL環境定義ファイルの内容を出力します。

-o file

リポジトリの設定内容一覧をfileで指定したファイルに出力します。本オプションを省略すると、標準出力に出力します。

-u

-oオプションで指定されたファイルがすでに存在する場合、ファイルを上書きします。-oオプションが指定されている場合だけに、本オプションを指定できます。
本オプションを省略すると、-oオプションで指定されたファイルがすでに存在する場合、処理を終了します。

注意事項

使用例

irepconfig print -R rep001 -o C:\myfolder\rep001.conf

irepconfig print -R rep001 -o /export/home/mydir/rep001.conf

リポジトリの設定内容の表示例

# Settings Information of 'rep001'

# General Settings
admindn: cn=manager,ou=interstage,o=fujitsu,dc=com
adminpasswd_file: ** Specify the file if you change the password **
suffix: ou=interstage,o=fujitsu,dc=com
database: standard
ena_directory: C:\Interstage\Enabler\EnablerDStores\IREP
ena_cachesize: 1000

# Connection Settings
open_port_type: both
nonssl_port: 389
ssl_port: 636
ssl_configuration_file: ** Specify the file if you change the SSL configuration **
idletimeout: 900

# Search Settings
sizelimit: 500
timelimit: 3600

# Access Log Settings
output_accesslog: yes
accesslog_level: request,error
accesslog_dir: C:\Interstage\IREP\var
accesslog_rotation: size
accesslog_size: 5
accesslog_backup: 2

# Encrypt Type Settings
encrypt_type: SHA256

# Replication Settings
operation_mode: master
slave_info: host=slave1 port=389 use_ssl=no binddn="cn=manager,ou=interstage,o=fujitsu,dc=com" bindpasswd_file="** Specify the file if you change the password **"
slave_info: host=slave2 port=636 use_ssl=yes binddn="cn=manager,ou=interstage,o=fujitsu,dc=com" bindpasswd_file="** Specify the file if you change the password **"
slave_ssl_configuration_file: "** Specify the file if you change the SSL configuration **"

リポジトリのSSL定義の表示例

> irepconfig print -R rep001 -m
ssl_version=3 3.1
slot_path=D:\sslenv_server\slot
tkn_lbl=Token01
tkn_pwd=xxxxxxxx
cert_path=D:\sslenv_server\sslcert
ssl_verify=0

> irepconfig print -R rep001 -s
ssl_version=3
slot_path=D:\sslenv_client\slot
tkn_lbl=Token01
tkn_pwd=xxxxxxxx
cert_path=D:\sslenv_client\sslcert
ssl_verify=2

# irepconfig print -R rep001 -m
ssl_version=3 3.1
slot_path=/sslenv_server/slot
tkn_lbl=Token01
tkn_pwd=xxxxxxxx
cert_path=/sslenv_server/sslcert
ssl_verify=0

# irepconfig print -R rep001 -s
ssl_version=3
slot_path=/sslenv_client/slot
tkn_lbl=Token01
tkn_pwd=xxxxxxxx
cert_path=/sslenv_client/sslcert
ssl_verify=2