From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 14:53:26 2008 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5DCC106573E for ; Fri, 25 Jul 2008 14:53:26 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB908FC13 for ; Fri, 25 Jul 2008 14:53:26 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: by nf-out-0910.google.com with SMTP id h3so1512008nfh.33 for ; Fri, 25 Jul 2008 07:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5OJwt+/5q9YAZWnlx9pb5KoeaMejOGdQyEkIYLY2YU0=; b=jlkwWfONO5SEj0wNotjcHlGTH71l/GYJIoX6cW/B/CjfP0ucfDYygu6pIu93PuzVg/ a7dNAPeBjKJ5YjokNMqaHf7eSEG2a5kQKVKj8GLPA2msYZknQ5W0f4IvKP7bacg7W43z FWeIeJLQYZ5lWOE6KN6ae1KbEqgvFz3TItMio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=M1YRYhC12kXgE2tQdSgIwyI06ptGJrQ3MKO9b9AE5HHSzk4tcDtmWgqrkgJi0t6hTi r1bcaiCGYAlER12D85HK3qJizdRbu5dpRdEnKSRgFh41vCIeEYY01dQ1GQlJOm8pWw/k KCim2yo3dtuvZriAPRMW127W5rmqkWVjMlr0Y= Received: by 10.210.82.7 with SMTP id f7mr2013118ebb.140.1216995981238; Fri, 25 Jul 2008 07:26:21 -0700 (PDT) Received: by 10.210.53.12 with HTTP; Fri, 25 Jul 2008 07:26:21 -0700 (PDT) Message-ID: <91b92520807250726l41619be9k89689c113d2e3c9e@mail.gmail.com> Date: Fri, 25 Jul 2008 16:26:21 +0200 From: "Sandra Kachelmann" To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: what is hostuuid, hostid (for)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 14:53:26 -0000 I just setup a new server with 7.0-RELEASE and saw the following lines for the fist time when booting the system: Setting hostuuid: 2231232f-4000-aaaa-2333-aafbb88a88ca. Setting hostid: 0x89e3310b. What exactly are those for? Is it a unique string based on my hardware based on a certain component? CPU maybe? Is it something that could be determined under lets say Linux as well? I am asking because this could become handy as a unique identifier for a piece of equipment (for putting it on stock, re-using, inventory database, ...). Sandra