Uniquely Identify Machine
Hi, I wan to recognize a particular machine uniquely. I would like to know which attribute of any machine can uniquely identify a particular machine. The machine may be a Virtual machine. Are BIOS information for machine are unique???? Is processor id is unique???? or we can form unique identification number of machine with the combination of the bios attributes.???? Regards, Gaurav Mahajan.
I would prefer to combine 2 different attribute from system details like MAC ADDR of any in-built interface with dmidecode output like system serial number or system UUID. //snippet from dmidecode System Information Manufacturer: LENOVO Product Name: 2537CT1 Version: ThinkPad T410 Serial Number: R87AF8Y UUID: 81E34735-8450-CB11-973C-C064F0097285 Regards, Ajit Mote On Mon, Sep 5, 2011 at 2:07 PM, Gaurav Mahajan <gauravmahajan2007@gmail.com>wrote:
Hi,
I wan to recognize a particular machine uniquely.
I would like to know which attribute of any machine can uniquely identify a particular machine. The machine may be a Virtual machine.
Are BIOS information for machine are unique???? Is processor id is unique????
or we can form unique identification number of machine with the combination of the bios attributes.????
Regards, Gaurav Mahajan.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thanks & Regards, Ajit Subhash Mote
Thank you guys... :) On Mon, Sep 5, 2011 at 9:36 PM, Greg KH <greg@kroah.com> wrote:
On Mon, Sep 05, 2011 at 02:07:35PM +0530, Gaurav Mahajan wrote:
I wan to recognize a particular machine uniquely.
This can be done from userspace using the proper dbus api call. It's not a kernel issue.
participants (3)
-
ajit mote -
Gaurav Mahajan -
Greg KH