オブジェクト ハッシュ設定

Discovery ツールのルート フォルダーには、ObjectHashSettings.xml というファイルがあります。この xml ファイルには、オブジェクト ハッシュを構築するために使用される属性が定義されています。

例:

<!-- VirtualGuestInfo Attributes -->
<VirtualGuestInfo_Name>true</VirtualGuestInfo_Name>
<VirtualGuestInfo_Hostname>true</VirtualGuestInfo_Hostname>
<VirtualGuestInfo_State>false</VirtualGuestInfo_State>
<VirtualGuestInfo_RAM>false</VirtualGuestInfo_RAM>
<VirtualGuestInfo_UUID>true</VirtualGuestInfo_UUID>
<VirtualGuestInfo_ConfigurationFile>false</VirtualGuestInfo_ConfigurationFile>
<VirtualGuestInfo_FirstNICMAC>false</VirtualGuestInfo_FirstNICMAC>

Please note that manually changing these settings will create a new object hash for the "same" object, this will create "duplicates" in Assets when importing that data. Here you can see that for the VirtualGuest object, the attributes Name, Hostname and UUID will be used to build the Object Hash.

これらの設定に変更を加える場合、重複または不要な情報の削除が必要になることがあります。

ハッシュ生成

In our Recommended information article which covers best practices for using Assets Discovery, you can see that the algorithm used to generate the hash is MD5.



最終更新日: 2022 年 10 月 27 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.