<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.6.5" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to find out the machine ID on various UNIXes</title>
	<link>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes</link>
	<description>News and views from Pythian DBAs</description>
	<pubDate>Fri,  5 Dec 2008 02:08:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: David Edwards</title>
		<link>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131383</link>
		<dc:creator>David Edwards</dc:creator>
		<pubDate>Thu, 22 Nov 2007 00:47:35 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131383</guid>
		<description>Sheeri:

/etc/lsb-release should be useful for that, and is less likely to be edited by a system admin. The "lsb" in the filename stands for "Linux Standard Base"; but I'm not sure how widely this file is implemented yet, even in distributions that aim for LSB-compliance.  

On my Ubuntu 7.04 box, it reads,

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.04
DISTRIB_CODENAME=feisty
DISTRIB_DESCRIPTION="Ubuntu 7.04"</description>
		<content:encoded><![CDATA[<p>Sheeri:</p>
<p>/etc/lsb-release should be useful for that, and is less likely to be edited by a system admin. The &#8220;lsb&#8221; in the filename stands for &#8220;Linux Standard Base&#8221;; but I&#8217;m not sure how widely this file is implemented yet, even in distributions that aim for LSB-compliance.  </p>
<p>On my Ubuntu 7.04 box, it reads,</p>
<p>DISTRIB_ID=Ubuntu<br />
DISTRIB_RELEASE=7.04<br />
DISTRIB_CODENAME=feisty<br />
DISTRIB_DESCRIPTION=&#8221;Ubuntu 7.04&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri</title>
		<link>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131314</link>
		<dc:creator>Sheeri</dc:creator>
		<pubDate>Wed, 21 Nov 2007 23:24:52 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131314</guid>
		<description>I just learned this a month or so ago myself.....On Linux (I haven't tried on other machines) /etc/issue will give you a more human readable result than uname -a will.

For instance:

&#62; uname -a
Linux hostname 2.4.32-grsec+f6b+gr217+nfs+a32+fuse23+tg+++opt+c8+gr2b-v6.194 #1 SMP [date timezone time] i686 GNU/Linux

&#62; cat /etc/issue
Debian GNU/Linux 3.1 \n \l

The \n and \l as well as other features are described here:
http://www.cyberciti.biz/faq/howto-change-login-message/

Since there are so many flavors of Linux, this can come in handier than uname -a -- with uname -a I had a hard time telling the differences among fedora versions.</description>
		<content:encoded><![CDATA[<p>I just learned this a month or so ago myself&#8230;..On Linux (I haven&#8217;t tried on other machines) /etc/issue will give you a more human readable result than uname -a will.</p>
<p>For instance:</p>
<p>&gt; uname -a<br />
Linux hostname 2.4.32-grsec+f6b+gr217+nfs+a32+fuse23+tg+++opt+c8+gr2b-v6.194 #1 SMP [date timezone time] i686 GNU/Linux</p>
<p>&gt; cat /etc/issue<br />
Debian GNU/Linux 3.1 \n \l</p>
<p>The \n and \l as well as other features are described here:<br />
<a href="http://www.cyberciti.biz/faq/howto-change-login-message/" rel="nofollow">http://www.cyberciti.biz/faq/howto-change-login-message/</a></p>
<p>Since there are so many flavors of Linux, this can come in handier than uname -a &#8212; with uname -a I had a hard time telling the differences among fedora versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrin Leboeuf</title>
		<link>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131301</link>
		<dc:creator>Darrin Leboeuf</dc:creator>
		<pubDate>Wed, 21 Nov 2007 22:21:39 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131301</guid>
		<description>Great point Dave...

Here is one that I like to refer to as well: http://bhami.com/rosetta.html

-D</description>
		<content:encoded><![CDATA[<p>Great point Dave&#8230;</p>
<p>Here is one that I like to refer to as well: <a href="http://bhami.com/rosetta.html" rel="nofollow">http://bhami.com/rosetta.html</a></p>
<p>-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Edwards</title>
		<link>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131299</link>
		<dc:creator>David Edwards</dc:creator>
		<pubDate>Wed, 21 Nov 2007 22:18:29 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131299</guid>
		<description>Don't forget the Unix Rosetta Stone as a key to things like this.  I believe there are more than one of these now, so try a search for it: http://www.google.com/search?q=unix+rosetta+stone .</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget the Unix Rosetta Stone as a key to things like this.  I believe there are more than one of these now, so try a search for it: <a href="http://www.google.com/search?q=unix+rosetta+stone" rel="nofollow">http://www.google.com/search?q=unix+rosetta+stone</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darrin Leboeuf</title>
		<link>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131294</link>
		<dc:creator>Darrin Leboeuf</dc:creator>
		<pubDate>Wed, 21 Nov 2007 21:51:42 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131294</guid>
		<description>Thanks Matt! Just to clarify - uname will typically print some system information and things like kernel name, node name processor architechture etc...  The "HostID" is like a MAC address for a server in that is unique for each server.  

The command for Linux is also: &lt;strong&gt;hostid&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>Thanks Matt! Just to clarify - uname will typically print some system information and things like kernel name, node name processor architechture etc&#8230;  The &#8220;HostID&#8221; is like a MAC address for a server in that is unique for each server.  </p>
<p>The command for Linux is also: <strong>hostid</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Montgomery</title>
		<link>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131274</link>
		<dc:creator>Matthew Montgomery</dc:creator>
		<pubDate>Wed, 21 Nov 2007 21:19:52 +0000</pubDate>
		<guid>http://www.pythian.com/blogs/672/how-to-find-out-the-machine-id-on-various-unixes#comment-131274</guid>
		<description>Linux : uname -n</description>
		<content:encoded><![CDATA[<p>Linux : uname -n</p>
]]></content:encoded>
	</item>
</channel>
</rss>
