cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
venu_gopal
Level 4

using vendor defined id

Hi,

wanted to use vendor defined id, and i was able to run the example program supploed with the toolkit (uses hardcoded vendor defined id).

my understanding from reading the documentation is that we can use the c++ routine to uniquely identify the physical machine. and that id would work same way as normal HOSTId and COMPOSITEID works (apart from using specific keywork for vendor defined id as specified in code file)

is it a good idea to get machine hdd serial number and mac address and use that as vendor defined id?

is there any pitfall i should be aware of, before investing more time and energy setting up vendor defined id?

Many Thanks,

 

 

0 Kudos
(1) Reply
jyadav
Flexera Alumni

@venu_gopal  Yes you can go ahead with hdd serial number and mac address as they are a type of attribute that is available to uniquely identify a system. You can go through "Supported Hostid Types" list from the product document which will highlight the supported hostid as per the OS.

 

Restriction

1.Flexera reserves the right to explicitly disallow use of reserved keywords as a vendor defined hostid label. Best-practice is to use 'VDH' as the vendor defined hostid label. You can have a look at List of Reserved words to be avoided for VDH - Community (flexera.com)

 

A few articles which might come handy

How to implement multiple vendor-defined hostid's - Community (flexera.com)

Sample code for Multiple vendor defined hostids - Community (flexera.com)

Add Vendor Defined Hostid Functionality to the C# Example - Community (flexera.com)

 

Feel free to raise a case in case additional information is required.

 

0 Kudos