The device table only stores some properties, the rest (including custom server properties) are in primitive_bl_value table. The relationship between the two tables is not obvious from first look; there's probably another table that maps associations, probably for bl_value_id values. Either way, what Bill suggested is much cleaner, easier, and most importantly - supported:
blcli_execute Server getFullyResolvedPropertyValue [server] HOST
blcli_storeenv Host
blcli_execute Server getFullyResolvedPropertyValue [server] FQ_HOST
blcli_storeenv FQ_Host
本文讨论了设备属性在devicetable和primitive_bl_valuetable两个表中的存储方式,并指出通过blcli_executeServergetFullyResolvedPropertyValue命令获取完全解析后的属性值是一种更简洁、易用且受支持的方法。
942

被折叠的 条评论
为什么被折叠?



