Windchill Directory Server からのソース LDAP 構造のエクスポート
このセクションでは、ソース LDAP 構造を Windchill Directory Server からエクスポートする手順について説明します。export コマンドは、すべてのトップレベルノードとその子を含む、LDAP 構造全体をエクスポートします。
Windows
<Windchill Directory Server のインストールディレクトリ>\server\bat\export-ldif.bat --backendID userRoot
--ldifFile<出力ディレクトリ>\sourceLdap.ldif
UNIX
/opt/ptc/windchillds/server/bin/export-ldif --backendID
userRoot --ldifFile
<出力ディレクトリ>/sourceLdap.ldif
For example
C:\WindchillDS\server\bat\export-ldif.bat --backendID userRoot
--ldifFile C:\tmp\SourceLdap.ldif
Windchill 12.0.1.0 以降のリリースのソースシステムの場合、ソースシステムの <WINDCHILL_HOME>/IEConf から以下の JSON ファイルのバックアップを作成します。
adapterservice.json
repositorydefinition.json
domain.json
これは役に立ちましたか?