CA Business Service Insight は、CMDB など他のシステムからデータをインポートするために自動で使用できるユーティリティを提供します。
64 ビット Web サーバ
Business Service Insight の Web サーバが 64 ビット OS で実行されている場合は、以下に示すように、/32bit+ オプションを使用してファイル corflags.exe を実行し、ユーティリティが 32 ビット モードで実行されることを強制します。
corflags.exe /32bit+ ExcelImporter.exe
注: corflags.exe ユーティリティは、Microsoft Windows® SDK の .NET Framework Tools コンポーネントをインストールすることにより利用できます。
MDBServiceConverter コマンド ライン ユーティリティを使用して、CMDB からデータを抽出し、XML テンプレート ファイルに準拠する XML ファイルを作成します。
使用法
MDBServiceConverter.exe <config path>
<config path> は xml ファイルで、接続文字列および CMDB 関連フィルタ条件、サービス名の列、出力ターゲットなどのパラメータを設定できます。
MDBServiceConverter.exe "C:\Program Files (x86)\CA\Cloud Insight\bin\MDBServiceConverter.xml"
例: MDBServiceConverter.xml
<?xml version="1.0" encoding="utf-8" ?> <ConverterConfig xmlns="http://www.ca.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ca.com MDBServiceConverter.xsd"> <ConnectionString>Data Source=cheda16-win7-1;Initial Catalog=mdb;User Id=sa;Password=caworld1!;</ConnectionString> <Inactive>0</Inactive> <Is_ci>1</Is_ci> <Is_asset>0</Is_asset> <resource_familyS> <resource_family id="1">Enterprise Service</resource_family>MDBServiceConverter <resource_family id="2">Service</resource_family> </resource_familyS> <resource_classeS forId="2"> <resource_class>IT Service</resource_class> </resource_classeS> <serviceNameS> <serviceName>Resource_name</serviceName> <serviceName>Host_name</serviceName> </serviceNameS> <target_file>c:\cmdb\service.xml</target_file> </ConverterConfig>
| Copyright © 2012 CA. All rights reserved. | このトピックについて CA Technologies に電子メールを送信する |