<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>setaOffice</title>
	<atom:link href="http://setaoffice.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://setaoffice.com</link>
	<description>Intelligence Desk (and hopefully an agency in the future)</description>
	<lastBuildDate>Mon, 15 Jun 2009 18:35:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
		<url>http://www.gravatar.com/blavatar/2085c8b44ecc675adbe92dd4379c6cdf?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>setaOffice</title>
		<link>http://setaoffice.com</link>
	</image>
			<item>
		<title>Problems mounting an OCFS2 filesystem under Linux &#8211; Transport endpoint is not connected</title>
		<link>http://setaoffice.com/2009/06/15/problems-mounting-an-ocfs2-filesystem-under-linux-transport-endpoint-is-not-connected/</link>
		<comments>http://setaoffice.com/2009/06/15/problems-mounting-an-ocfs2-filesystem-under-linux-transport-endpoint-is-not-connected/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:54:02 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracm]]></category>

		<guid isPermaLink="false">http://setaoffice.com/?p=109</guid>
		<description><![CDATA[I had a problem mounting an ocfs2 filesystem under Oracle Cluster Management Software.
root@oracm1:~# mount -a
mount.ocfs2: Transport endpoint is not connected while mounting /dev/mapper/oravg01-lvu03 on /u03. Check &#8216;dmesg&#8217; for more information on this error.
The error message said to check dmesg for more information and there it was. The cluster was not handshaking with the other node [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=109&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had a problem mounting an ocfs2 filesystem under <a href="http://download.oracle.com/docs/html/A90347_02/appe_ocm.htm#632958">Oracle Cluster Management Software</a>.<br />
root@oracm1:~# <span style="color:#0000ff;">mount -a</span><br />
mount.ocfs2: Transport endpoint is not connected while mounting /dev/mapper/oravg01-lvu03 on /u03. Check &#8216;dmesg&#8217; for more information on this error.</p>
<p>The error message said to check dmesg for more information and there it was. The cluster was not handshaking with the other node because the network timeout was different.<br />
root@oracm1:~# <span style="color:#0000ff;">dmesg</span><br />
Buffer I/O error on device sdab, logical block 262143<br />
(8290,0):o2net_check_handshake:1180 node brsaoora2 (num 1) at 192.168.2.101:7777 uses a network idle timeout of <span style="color:#ff0000;">10000 ms</span>, but we use <span style="color:#ff0000;">30000 ms</span> locally.  disconnecting<br />
(8211,0):dlm_request_join:901 ERROR: status = -107<br />
(8211,0):dlm_try_to_join_domain:1049 ERROR: status = -107<br />
(8211,0):dlm_join_domain:1321 ERROR: status = -107<br />
(8211,0):dlm_register_domain:1514 ERROR: status = -107<br />
(8211,0):ocfs2_dlm_init:2024 ERROR: status = -107<br />
(8211,0):ocfs2_mount_volume:1133 ERROR: status = -107<br />
ocfs2: Unmounting device (253,7) on (node 0)</p>
<p>I entered the other cluster node to check the cluster status. The heartbeat is active and the timeout is 10000.<br />
root@oracm2:~# <span style="color:#0000ff;">service o2cb status</span><br />
Module &#8220;configfs&#8221;: Loaded<br />
Filesystem &#8220;configfs&#8221;: Mounted<br />
Module &#8220;ocfs2_nodemanager&#8221;: Loaded<br />
Module &#8220;ocfs2_dlm&#8221;: Loaded<br />
Module &#8220;ocfs2_dlmfs&#8221;: Loaded<br />
Filesystem &#8220;ocfs2_dlmfs&#8221;: Mounted<br />
Checking O2CB cluster ocfs2: Online<br />
Heartbeat dead threshold: 61<br />
Network idle timeout: <span style="color:#ff0000;">10000</span><br />
Network keepalive delay: 5000<br />
Network reconnect delay: 2000<br />
Checking O2CB heartbeat: <span style="color:#ff0000;">Active</span></p>
<p>root@oracm1:~# <span style="color:#0000ff;">service 0o2cb status</span><br />
Module &#8220;configfs&#8221;: Loaded<br />
Filesystem &#8220;configfs&#8221;: Mounted<br />
Module &#8220;ocfs2_nodemanager&#8221;: Loaded<br />
Module &#8220;ocfs2_dlm&#8221;: Loaded<br />
Module &#8220;ocfs2_dlmfs&#8221;: Loaded<br />
Filesystem &#8220;ocfs2_dlmfs&#8221;: Mounted<br />
Checking O2CB cluster ocfs2: Online<br />
Heartbeat dead threshold: 61<br />
Network idle timeout: <span style="color:#ff0000;">30000</span><br />
Network keepalive delay: 5000<br />
Network reconnect delay: 2000<br />
Checking O2CB heartbeat: <span style="color:#ff0000;">Not active</span></p>
<p>The host oracm1 needs to have exactly the same configuration as oracm2, so I invoked the o2cb script with the configure parameter to reconfigure the timeout.<br />
root@oracm1:~# <span style="color:#0000ff;">service o2cb configure</span><br />
Configuring the O2CB driver.</p>
<p>This will configure the on-boot properties of the O2CB driver.<br />
The following questions will determine whether the driver is loaded on<br />
boot.  The current values will be shown in brackets (&#8217;[]&#8216;).  Hitting<br />
&lt;ENTER&gt; without typing an answer will keep that current value.  Ctrl-C<br />
will abort.</p>
<p>Load O2CB driver on boot (y/n) [y]: <span style="color:#0000ff;">y</span><br />
Cluster to start on boot (Enter &#8220;none&#8221; to clear) [ocfs2]: <span style="color:#0000ff;">ocfs2</span><br />
Specify heartbeat dead threshold (&gt;=7) [61]: <span style="color:#0000ff;">61</span><br />
Specify network idle timeout in ms (&gt;=5000) [30000]: <span style="color:#ff0000;">10000</span><br />
Specify network keepalive delay in ms (&gt;=1000) [5000]: <span style="color:#0000ff;">5000</span><br />
Specify network reconnect delay in ms (&gt;=2000) [2000]: <span style="color:#0000ff;">2000</span><br />
Writing O2CB configuration: OK<br />
O2CB cluster ocfs2 already online</p>
<p>I restarted the o2cb service<br />
root@oracm1:~# <span style="color:#0000ff;">service o2cb stop</span><br />
root@oracm1:~# <span style="color:#0000ff;">service o2cb start</span></p>
<p>And checked that the node entered the cluster.<br />
root@oracm1:$ORACLE_HOME/oracm/log # grep &#8220;Successful reconfiguration&#8221; cm.log<br />
Successful reconfiguration,  2 active node(s) node 1 is the master, my node num is 0 (reconfig 22) {Thu Jun 11 13:17:32 2009 }</p>
<p>root@oracm1:~# <span style="color:#0000ff;">df -h /u03</span><br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/mapper/oravg01-lvu03<br />
30G   29G  1.1G  97% /u03<br />
root@oracm1:~# <span style="color:#0000ff;">mount | grep u03</span><br />
/dev/mapper/oravg01-lvu03 on /u03 type ocfs2 (rw,_netdev,datavolume,nointr,heartbeat=local)</p>
Posted in Sysadmin Tagged: oracle, oracm <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=109&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2009/06/15/problems-mounting-an-ocfs2-filesystem-under-linux-transport-endpoint-is-not-connected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
		<item>
		<title>Xming &#8211; Warning: Cannot convert string to type FontStruct</title>
		<link>http://setaoffice.com/2009/05/02/warning-cannot-convert-string-to-type-fontstruct/</link>
		<comments>http://setaoffice.com/2009/05/02/warning-cannot-convert-string-to-type-fontstruct/#comments</comments>
		<pubDate>Sat, 02 May 2009 22:25:49 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xming]]></category>

		<guid isPermaLink="false">http://setaoffice.com/?p=68</guid>
		<description><![CDATA[I have a Windows desktop and I was connecting to a Linux server and starting an X11 application where displayed the following &#8220;error&#8221; message:
Warning: Cannot convert string &#8220;-*-lucida-medium-r-*-*-*-*-*-*-*-*-iso8859-1&#8243; to type FontStruct
I downloaded  Xming-fonts and this solved the problem for me.
Posted in Sysadmin Tagged: x11, xming      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=68&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have a Windows desktop and I was connecting to a Linux server and starting an X11 application where displayed the following &#8220;error&#8221; message:</p>
<p>Warning: Cannot convert string &#8220;-*-lucida-medium-r-*-*-*-*-*-*-*-*-iso8859-1&#8243; to type FontStruct</p>
<p>I downloaded  <a href="http://sourceforge.net/project/showfiles.php?group_id=156984">Xming-fonts</a> and this solved the problem for me.</p>
Posted in Sysadmin Tagged: x11, xming <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=68&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2009/05/02/warning-cannot-convert-string-to-type-fontstruct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
		<item>
		<title>Download IBM WebSM for HMC v6</title>
		<link>http://setaoffice.com/2009/04/13/download-ibm-websm-for-hmc-v6/</link>
		<comments>http://setaoffice.com/2009/04/13/download-ibm-websm-for-hmc-v6/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:04:58 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[hmc]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[websm]]></category>

		<guid isPermaLink="false">http://setaoffice.com/?p=96</guid>
		<description><![CDATA[To download the Web Based System Manager client you simply open a browser window and type the URL http://&#60;ip address of your HMC&#62;/remote_client.html.
The Hardware Management Console v7 has web access, so you don&#8217;t need to install a client to use it.
Posted in Sysadmin Tagged: hmc, ibm, websm      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=96&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To download the Web Based System Manager client you simply open a browser window and type the URL http://&lt;ip address of your HMC&gt;/remote_client.html.</p>
<p>The Hardware Management Console v7 has web access, so you don&#8217;t need to install a client to use it.</p>
Posted in Sysadmin Tagged: hmc, ibm, websm <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=96&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2009/04/13/download-ibm-websm-for-hmc-v6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting console access using IBM HMC v6 Command Line</title>
		<link>http://setaoffice.com/2009/04/13/getting-console-access-using-ibm-hmc-6-command-line/</link>
		<comments>http://setaoffice.com/2009/04/13/getting-console-access-using-ibm-hmc-6-command-line/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:27:44 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[hmc]]></category>
		<category><![CDATA[ibm]]></category>

		<guid isPermaLink="false">http://setaoffice.com/?p=86</guid>
		<description><![CDATA[To get a console access through a remote connection, first ssh to the HMC
emerson@shellcore:~ $ ssh hscroot@hmc6
password:
Then type vtmenu. It will retrieve all the physical servers connected and that can be managed by the HMC.
hscroot@localhost:~&#62; vtmenu
Retrieving name of managed system(s) . . . Server-9117-570-SN103CBBB   2-Server-9117-570-SN103CABB   Server-9117-570-SN069D5BF   Server-9119-595-SN8211572
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Managed Systems:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
1) Server-9117-570-SN103CBBB
2) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=86&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To get a console access through a remote connection, first ssh to the HMC</p>
<p>emerson@shellcore:~ $ <span style="color:#0000ff;">ssh hscroot@hmc6</span><br />
password:</p>
<p>Then type vtmenu. It will retrieve all the physical servers connected and that can be managed by the HMC.</p>
<p>hscroot@localhost:~&gt; <span style="color:#0000ff;">vtmenu</span></p>
<p>Retrieving name of managed system(s) . . . Server-9117-570-SN103CBBB   2-Server-9117-570-SN103CABB   Server-9117-570-SN069D5BF   Server-9119-595-SN8211572</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Managed Systems:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
1) Server-9117-570-SN103CBBB<br />
2) 2-Server-9117-570-SN103CABB<br />
3) Server-9117-570-SN069D5BF<br />
4) Server-9119-595-SN8211572</p>
<p>Enter Number of Managed System.   (q to quit): <span style="color:#0000ff;">1</span></p>
<p><span style="color:#0000ff;"><span style="color:#000000;">You choose one of the managed servers and then it will show all LPARs available on that physical server.</span><br />
</span></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Partitions On Managed System:  Server-9117-570-SN103CBBB<br />
OS/400 Partitions not listed<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
1)    LPAR1                                   Running<br />
2)    LPAR2                                   Running<br />
3)    LPAR3                                   Running</p>
<p>After you selected which LPAR you will control, you will be shown the login screen<br />
Open in progress..</p>
<p>Open Completed.</p>
<p>AIX Version 5<br />
Copyright IBM Corporation, 1982, 2008.<br />
Console login:</p>
<p>To exit you type tilde, space, tilde, space, dot.</p>
<p><span style="color:#0000ff;">~ ~ .</span></p>
Posted in Hardware, Sysadmin Tagged: hmc, ibm <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=86&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2009/04/13/getting-console-access-using-ibm-hmc-6-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
		<item>
		<title>Get hardware information under Linux</title>
		<link>http://setaoffice.com/2009/03/16/get_hardware_information_under_linux/</link>
		<comments>http://setaoffice.com/2009/03/16/get_hardware_information_under_linux/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 00:00:21 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://setaoffice.com/?p=61</guid>
		<description><![CDATA[To get hardware information under Linux you use the dmidecode tool and pass a keyboard as an argument.
root@hostname:~ # dmidecode &#8211;type
Valid type keywords are:
bios
system
baseboard
chassis
processor
memory
cache
connector
slot
root@hostname:~ # dmidecode &#8211;type bios
# dmidecode 2.7
SMBIOS 2.5 present.
Handle 0&#215;0005, DMI type 0, 24 bytes.
BIOS Information
Vendor: Intel Corporation
Version: SFC4UR.86B.01.00.0023.050220081213
Release Date: 05/02/2008
Address: 0xE8000
Runtime Size: 96 kB
ROM Size: 8192 kB
Characteristics:
PCI is supported
PNP is supported
BIOS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=61&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To get hardware information under Linux you use the dmidecode tool and pass a keyboard as an argument.</p>
<p>root@hostname:~ # <span style="color:#0000ff;">dmidecode &#8211;type</span><br />
Valid type keywords are:<br />
bios<br />
system<br />
baseboard<br />
chassis<br />
processor<br />
memory<br />
cache<br />
connector<br />
slot</p>
<p>root@hostname:~ # <span style="color:#0000ff;">dmidecode &#8211;type bios</span><br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;0005, DMI type 0, 24 bytes.<br />
<span style="color:#ff0000;">BIOS Information</span><br />
Vendor: <span style="color:#ff0000;">Intel Corporation</span><br />
Version: SFC4UR.86B.01.00.0023.050220081213<br />
Release Date: 05/02/2008<br />
Address: 0xE8000<br />
Runtime Size: 96 kB<br />
ROM Size: 8192 kB<br />
Characteristics:<br />
PCI is supported<br />
PNP is supported<br />
<span style="color:#ff0000;">BIOS is upgradeable</span><br />
BIOS shadowing is allowed<br />
<span style="color:#ff0000;">Boot from CD is supported</span><br />
Selectable boot is supported<br />
EDD is supported<br />
Print screen service is supported (int 5h)<br />
8042 keyboard services are supported (int 9h)<br />
Serial services are supported (int 14h)<br />
CGA/mono video services are supported (int 10h)<br />
ACPI is supported<br />
USB legacy is supported<br />
LS-120 boot is supported<br />
ATAPI Zip drive boot is supported<br />
BIOS boot specification is supported<br />
Function key-initiated network boot is supported<br />
Targeted content distribution is supported<br />
BIOS Revision: 1.0<br />
Firmware Revision: 0.0</p>
<p>Handle 0&#215;0049, DMI type 13, 22 bytes.<br />
BIOS Language Information<br />
Installable Languages: 1<br />
en|US|iso8859-1<br />
Currently Installed Language: en|US|iso8859-1</p>
<p>root@hostname:~ # <span style="color:#0000ff;">dmidecode &#8211;type system</span><br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;0002, DMI type 1, 27 bytes.<br />
System Information<br />
Manufacturer: <span style="color:#ff0000;">Acer</span><br />
Product Name: <span style="color:#ff0000;">Altos R920</span><br />
Version: Not Specified<br />
Serial Number: Not Specified<br />
UUID: E0BB31E0-E1CA-11DC-B32C-000BAB01BFD5<br />
Wake-up Type: Power Switch<br />
SKU Number: Not Specified<br />
Family: Not Specified</p>
<p>Handle 0&#215;0048, DMI type 12, 5 bytes.<br />
System Configuration Options<br />
Option 1: J1B1 1-2,3-4: Zone 3 Fan Speed Control.<br />
Option 2: J8B1 1-2,3-4: Zone 2 Fan Speed Control.<br />
Option 3: J9J2 1-2,3-4: Zone 1 Fan Speed Control.<br />
Option 4: J3C2 2-3: Close to clear Password<br />
Option 5: J3C3 2-3: Close to clear CMOS<br />
Option 6: J3D1 1-2: Close to run BIOS Low Bank<br />
Option 7: J5C1 2-3: Close to enable BMC Force Update Mode<br />
Option 8: J6D1 2-3: Close to write-protect BMC Flash memory<br />
Option 9: J1C2 1-2: Close to assert physical presence for TPM</p>
<p>Handle 0&#215;004A, DMI type 32, 20 bytes.<br />
System Boot Information<br />
Status: No errors detected</p>
<p>root@hostname:~ # <span style="color:#0000ff;">dmidecode &#8211;type baseboard</span><br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;0003, DMI type 2, 16 bytes.<br />
Base Board Information<br />
Manufacturer: <span style="color:#ff0000;">Intel</span><br />
Product Name: <span style="color:#ff0000;">S7000FC4UR</span><br />
Version: Not Specified<br />
Serial Number: QSFX80801597<br />
Asset Tag: Not Specified<br />
Features:<br />
Board is a hosting board<br />
<span style="color:#ff0000;">Board is replaceable</span><br />
Location In Chassis: Not Specified<br />
Chassis Handle: 0&#215;0000<br />
Type: Motherboard<br />
Contained Object Handles: 0</p>
<p>Handle 0&#215;0040, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: Video<br />
Status: Enabled<br />
Description: <span style="color:#ff0000;">ATI Rage XL</span></p>
<p>Handle 0&#215;0041, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: Ethernet<br />
Status: Enabled<br />
Description: Intel 82564EB Ethernet 1</p>
<p>Handle 0&#215;0042, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: Ethernet<br />
Status: Enabled<br />
Description: Intel 82564EB Ethernet 2</p>
<p>Handle 0&#215;0043, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: Ethernet<br />
Status: Enabled<br />
Description: Intel 82575EA Ethernet 3</p>
<p>Handle 0&#215;0044, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: Ethernet<br />
Status: Enabled<br />
Description: Intel 82575EA Ethernet 4</p>
<p>Handle 0&#215;0045, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: &lt;OUT OF SPEC&gt;<br />
Status: Enabled<br />
Description: ESB2 Integrated SATA Controller</p>
<p>Handle 0&#215;0046, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: &lt;OUT OF SPEC&gt;<br />
Status: Enabled<br />
Description: <span style="color:#ff0000;">LSI1078 SAS Controller</span></p>
<p>Handle 0&#215;0047, DMI type 10, 6 bytes.<br />
On Board Device Information<br />
Type: Other<br />
Status: Enabled<br />
Description: NS PC87427 SIO3</p>
<p>root@hostname:~ # dmidecode &#8211;type chassis<br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;0004, DMI type 3, 22 bytes.<br />
Chassis Information<br />
Manufacturer: Not Specified<br />
Type: Rack Mount Chassis<br />
Lock: Not Present<br />
Version: E10476-001<br />
Serial Number: QSDH8090223<br />
Asset Tag: Not Specified<br />
Boot-up State: Safe<br />
Power Supply State: Safe<br />
Thermal State: Safe<br />
Security Status: Unknown<br />
OEM Information: 0&#215;81581CF8<br />
Heigth: 1 U<br />
Number Of Power Cords: 1<br />
Contained Elements: 0</p>
<p>root@hostname:~ # <span style="color:#0000ff;">dmidecode &#8211;type processor</span><br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;004D, DMI type 4, 40 bytes.<br />
Processor Information<br />
Socket Designation: <span style="color:#ff0000;">CPU_4</span><br />
Type: Central Processor<br />
Family: Xeon MP<br />
Manufacturer: Intel(R) Corporation<br />
ID: FB 06 00 00 FF FB EB BF<br />
Signature: Type 0, Family 6, Model 15, Stepping 11<br />
Flags:<br />
FPU (Floating-point unit on-chip)<br />
VME (Virtual mode extension)<br />
DE (Debugging extension)<br />
PSE (Page size extension)<br />
TSC (Time stamp counter)<br />
MSR (Model specific registers)<br />
PAE (Physical address extension)<br />
MCE (Machine check exception)<br />
CX8 (CMPXCHG8 instruction supported)<br />
APIC (On-chip APIC hardware supported)<br />
SEP (Fast system call)<br />
MTRR (Memory type range registers)<br />
PGE (Page global enable)<br />
MCA (Machine check architecture)<br />
CMOV (Conditional move instruction supported)<br />
PAT (Page attribute table)<br />
PSE-36 (36-bit page size extension)<br />
CLFSH (CLFLUSH instruction supported)<br />
DS (Debug store)<br />
ACPI (ACPI supported)<br />
MMX (MMX technology supported)<br />
FXSR (Fast floating-point save and restore)<br />
SSE (Streaming SIMD extensions)<br />
SSE2 (Streaming SIMD extensions 2)<br />
SS (Self-snoop)<br />
HTT (Hyper-threading technology)<br />
TM (Thermal monitor supported)<br />
PBE (Pending break enabled)<br />
Version: Intel(R) Xeon(R) CPU           E7310  @ 1.60GHz<br />
Voltage: 1.5 V<br />
External Clock: 1066 MHz<br />
Max Speed: 1600 MHz<br />
Current Speed: 1600 MHz<br />
Status: <span style="color:#ff0000;">Populated, Enabled</span><br />
Upgrade: ZIF Socket<br />
L1 Cache Handle: 0&#215;004F<br />
L2 Cache Handle: 0&#215;004E<br />
L3 Cache Handle: Not Provided<br />
Serial Number: Not Specified<br />
Asset Tag: Not Specified<br />
Part Number: Not Specified</p>
<p>Handle 0&#215;0050, DMI type 4, 40 bytes.<br />
Processor Information<br />
Socket Designation: <span style="color:#ff0000;">CPU_1</span><br />
Type: Central Processor<br />
Family: Xeon MP<br />
Manufacturer: Intel(R) Corporation<br />
ID: FB 06 00 00 FF FB EB BF<br />
Signature: Type 0, Family 6, Model 15, Stepping 11<br />
Flags:<br />
FPU (Floating-point unit on-chip)<br />
VME (Virtual mode extension)<br />
DE (Debugging extension)<br />
PSE (Page size extension)<br />
TSC (Time stamp counter)<br />
MSR (Model specific registers)<br />
PAE (Physical address extension)<br />
MCE (Machine check exception)<br />
CX8 (CMPXCHG8 instruction supported)<br />
APIC (On-chip APIC hardware supported)<br />
SEP (Fast system call)<br />
MTRR (Memory type range registers)<br />
PGE (Page global enable)<br />
MCA (Machine check architecture)<br />
CMOV (Conditional move instruction supported)<br />
PAT (Page attribute table)<br />
PSE-36 (36-bit page size extension)<br />
CLFSH (CLFLUSH instruction supported)<br />
DS (Debug store)<br />
ACPI (ACPI supported)<br />
MMX (MMX technology supported)<br />
FXSR (Fast floating-point save and restore)<br />
SSE (Streaming SIMD extensions)<br />
SSE2 (Streaming SIMD extensions 2)<br />
SS (Self-snoop)<br />
HTT (Hyper-threading technology)<br />
TM (Thermal monitor supported)<br />
PBE (Pending break enabled)<br />
Version: Intel(R) Xeon(R) CPU           E7310  @ 1.60GHz<br />
Voltage: 1.5 V<br />
External Clock: 1066 MHz<br />
Max Speed: 1600 MHz<br />
Current Speed: 1600 MHz<br />
Status: <span style="color:#ff0000;">Populated, Enabled</span><br />
Upgrade: ZIF Socket<br />
L1 Cache Handle: 0&#215;0052<br />
L2 Cache Handle: 0&#215;0051<br />
L3 Cache Handle: Not Provided<br />
Serial Number: Not Specified<br />
Asset Tag: Not Specified<br />
Part Number: Not Specified</p>
<p>Handle 0&#215;0053, DMI type 4, 40 bytes.<br />
Processor Information<br />
Socket Designation: <span style="color:#ff0000;">CPU_2</span><br />
Type: Central Processor<br />
Family: Xeon MP<br />
Manufacturer: Intel(R) Corporation<br />
ID: FB 06 00 00 FF FB EB BF<br />
Signature: Type 0, Family 6, Model 15, Stepping 11<br />
Flags:<br />
FPU (Floating-point unit on-chip)<br />
VME (Virtual mode extension)<br />
DE (Debugging extension)<br />
PSE (Page size extension)<br />
TSC (Time stamp counter)<br />
MSR (Model specific registers)<br />
PAE (Physical address extension)<br />
MCE (Machine check exception)<br />
CX8 (CMPXCHG8 instruction supported)<br />
APIC (On-chip APIC hardware supported)<br />
SEP (Fast system call)<br />
MTRR (Memory type range registers)<br />
PGE (Page global enable)<br />
MCA (Machine check architecture)<br />
CMOV (Conditional move instruction supported)<br />
PAT (Page attribute table)<br />
PSE-36 (36-bit page size extension)<br />
CLFSH (CLFLUSH instruction supported)<br />
DS (Debug store)<br />
ACPI (ACPI supported)<br />
MMX (MMX technology supported)<br />
FXSR (Fast floating-point save and restore)<br />
SSE (Streaming SIMD extensions)<br />
SSE2 (Streaming SIMD extensions 2)<br />
SS (Self-snoop)<br />
HTT (Hyper-threading technology)<br />
TM (Thermal monitor supported)<br />
PBE (Pending break enabled)<br />
Version: Intel(R) Xeon(R) CPU           E7310  @ 1.60GHz<br />
Voltage: 1.5 V<br />
External Clock: 1066 MHz<br />
Max Speed: 1600 MHz<br />
Current Speed: 1600 MHz<br />
Status: <span style="color:#ff0000;">Populated, Enabled</span><br />
Upgrade: ZIF Socket<br />
L1 Cache Handle: 0&#215;0055<br />
L2 Cache Handle: 0&#215;0054<br />
L3 Cache Handle: Not Provided<br />
Serial Number: Not Specified<br />
Asset Tag: Not Specified<br />
Part Number: Not Specified</p>
<p>Handle 0&#215;0056, DMI type 4, 40 bytes.<br />
Processor Information<br />
Socket Designation: <span style="color:#ff0000;">CPU_3</span><br />
Type: Central Processor<br />
Family: Xeon MP<br />
Manufacturer: Intel(R) Corporation<br />
ID: FB 06 00 00 FF FB EB BF<br />
Signature: Type 0, Family 6, Model 15, Stepping 11<br />
Flags:<br />
FPU (Floating-point unit on-chip)<br />
VME (Virtual mode extension)<br />
DE (Debugging extension)<br />
PSE (Page size extension)<br />
TSC (Time stamp counter)<br />
MSR (Model specific registers)<br />
PAE (Physical address extension)<br />
MCE (Machine check exception)<br />
CX8 (CMPXCHG8 instruction supported)<br />
APIC (On-chip APIC hardware supported)<br />
SEP (Fast system call)<br />
MTRR (Memory type range registers)<br />
PGE (Page global enable)<br />
MCA (Machine check architecture)<br />
CMOV (Conditional move instruction supported)<br />
PAT (Page attribute table)<br />
PSE-36 (36-bit page size extension)<br />
CLFSH (CLFLUSH instruction supported)<br />
DS (Debug store)<br />
ACPI (ACPI supported)<br />
MMX (MMX technology supported)<br />
FXSR (Fast floating-point save and restore)<br />
SSE (Streaming SIMD extensions)<br />
SSE2 (Streaming SIMD extensions 2)<br />
SS (Self-snoop)<br />
HTT (Hyper-threading technology)<br />
TM (Thermal monitor supported)<br />
PBE (Pending break enabled)<br />
Version: Intel(R) Xeon(R) CPU           E7310  @ 1.60GHz<br />
Voltage: 1.5 V<br />
External Clock: 1066 MHz<br />
Max Speed: 1600 MHz<br />
Current Speed: 1600 MHz<br />
Status: <span style="color:#ff0000;">Populated, Enabled</span><br />
Upgrade: ZIF Socket<br />
L1 Cache Handle: 0&#215;0058<br />
L2 Cache Handle: 0&#215;0057<br />
L3 Cache Handle: Not Provided<br />
Serial Number: Not Specified<br />
Asset Tag: Not Specified<br />
Part Number: Not Specified</p>
<p>[root@tfpgrid2 ~]# <span style="color:#0000ff;">dmidecode &#8211;type memory</span><br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;005A, DMI type 16, 15 bytes.<br />
Physical Memory Array<br />
Location: Proprietary Add-on Card<br />
Use: System Memory<br />
Error Correction Type: Multi-bit ECC<br />
Maximum Capacity: <span style="color:#ff0000;">64 GB</span><br />
Error Information Handle: Not Provided<br />
Number Of Devices: <span style="color:#ff0000;">8</span></p>
<p>Handle 0&#215;005B, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 1<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_1</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;005C, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 2<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_2</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;005D, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 3<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_3</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;005E, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 4<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_4</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;005F, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 5<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_5</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0060, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 6<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_6</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0061, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 7<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_7</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0062, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;005A<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 8<br />
Locator: <span style="color:#ff0000;">Memory Board A, DIMM_8</span><br />
Bank Locator: MEMORY RISER_A<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0064, DMI type 16, 15 bytes.<br />
Physical Memory Array<br />
Location: Proprietary Add-on Card<br />
Use: System Memory<br />
Error Correction Type: Multi-bit ECC<br />
Maximum Capacity: 64 GB<br />
Error Information Handle: Not Provided<br />
Number Of Devices: 8</p>
<p>Handle 0&#215;0065, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 1<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_1</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0066, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 2<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_2</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0067, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 3<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_3</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0068, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 4<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_4</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;0069, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 5<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_5</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;006A, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 6<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_6</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;006B, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 7<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_7</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>Handle 0&#215;006C, DMI type 17, 27 bytes.<br />
Memory Device<br />
Array Handle: 0&#215;0064<br />
Error Information Handle: Not Provided<br />
Total Width: 72 bits<br />
Data Width: 64 bits<br />
Size: <span style="color:#ff0000;">4096 MB</span><br />
Form Factor: &lt;OUT OF SPEC&gt;<br />
Set: 8<br />
Locator: <span style="color:#ff0000;">Memory Board B, DIMM_8</span><br />
Bank Locator: MEMORY RISER_B<br />
Type: &lt;OUT OF SPEC&gt;<br />
Type Detail: Synchronous<br />
Speed: 667 MHz (1.5 ns)<br />
Manufacturer: 0&#215;017A<br />
Serial Number: 0&#215;00000000<br />
Asset Tag: Not Specified<br />
Part Number: 0&#215;000000000000000000000000000000000000</p>
<p>root@hostname:~ # <span style="color:#0000ff;">dmidecode &#8211;type cache</span><br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;004E, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L2-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 2<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">4096 KB</span><br />
Maximum Size: 4096 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Unified<br />
Associativity: 8-way Set-associative</p>
<p>Handle 0&#215;004F, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L1-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 1<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">128 KB</span><br />
Maximum Size: 128 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Data<br />
Associativity: 8-way Set-associative</p>
<p>Handle 0&#215;0051, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L2-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 2<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">4096 KB</span><br />
Maximum Size: 4096 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Unified<br />
Associativity: 8-way Set-associative</p>
<p>Handle 0&#215;0052, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L1-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 1<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">128 KB</span><br />
Maximum Size: 128 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Data<br />
Associativity: 8-way Set-associative</p>
<p>Handle 0&#215;0054, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L2-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 2<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">4096 KB</span><br />
Maximum Size: 4096 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Unified<br />
Associativity: 8-way Set-associative</p>
<p>Handle 0&#215;0055, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L1-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 1<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">128 KB</span><br />
Maximum Size: 128 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Data<br />
Associativity: 8-way Set-associative</p>
<p>Handle 0&#215;0057, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L2-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 2<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">4096 KB</span><br />
Maximum Size: 4096 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Unified<br />
Associativity: 8-way Set-associative</p>
<p>Handle 0&#215;0058, DMI type 7, 19 bytes.<br />
Cache Information<br />
Socket Designation: <span style="color:#ff0000;">L1-Cache</span><br />
Configuration: Enabled, Not Socketed, Level 1<br />
Operational Mode: Write Back<br />
Location: Internal<br />
Installed Size: <span style="color:#ff0000;">128 KB</span><br />
Maximum Size: 128 KB<br />
Supported SRAM Types:<br />
Asynchronous<br />
Installed SRAM Type: Asynchronous<br />
Speed: Unknown<br />
Error Correction Type: Single-bit ECC<br />
System Type: Data<br />
Associativity: 8-way Set-associative</p>
<p>root@hostname:~ # <span style="color:#0000ff;">dmidecode &#8211;type connector</span><br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;0006, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: LAN 1<br />
External Connector Type: RJ-45<br />
Port Type: Network Port</p>
<p>Handle 0&#215;0007, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: LAN 2<br />
External Connector Type: RJ-45<br />
Port Type: Network Port</p>
<p>Handle 0&#215;0008, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J1B2<br />
Internal Connector Type: Other<br />
External Reference Designator: Memory Fan 3<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0009, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J1A1<br />
Internal Connector Type: Other<br />
External Reference Designator: Memory Fan 4<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;000A, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J8A3<br />
Internal Connector Type: Other<br />
External Reference Designator: Memory Fan 2<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;000B, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J8B2<br />
Internal Connector Type: Other<br />
External Reference Designator: Memory Fan 1<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;000C, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: COM 1<br />
External Connector Type: DB-9 male<br />
Port Type: Serial Port 16550A Compatible</p>
<p>Handle 0&#215;000D, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J4A4<br />
Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Serial Port 16550A Compatible</p>
<p>Handle 0&#215;000E, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: DB-15 female<br />
External Reference Designator: Video &#8211; Rear<br />
External Connector Type: On Board Sound Input From CD-ROM<br />
Port Type: Other</p>
<p>Handle 0&#215;000F, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J2E1<br />
Internal Connector Type: Access Bus (USB)<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: USB</p>
<p>Handle 0&#215;0010, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: USB 2<br />
External Connector Type: Access Bus (USB)<br />
Port Type: USB</p>
<p>Handle 0&#215;0011, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: USB 3<br />
External Connector Type: Access Bus (USB)<br />
Port Type: USB</p>
<p>Handle 0&#215;0012, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J4B2 &#8211; IPMB<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0013, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J3C1 &#8211; IButton<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0014, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J3E1 &#8211; CD-RW/DVD<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;0015, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J3D1 &#8211; Internal SATA<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;0016, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J3F2 &#8211; SATA 1-4<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;0017, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J5F6 &#8211; Advanced Post<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0018, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J1H1 &#8211; Chassis Intrusion<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0019, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J9J1 &#8211; Front Panel<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;001A, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J6E1 &#8211; PLD ISP<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;001B, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J9K1 &#8211; Main Power<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;001C, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J9K2 &#8211; Main Power<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;001D, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: J9K3 &#8211; Main Power<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;001E, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: LAN 3<br />
External Connector Type: RJ-45<br />
Port Type: Network Port</p>
<p>Handle 0&#215;001F, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: LAN 4<br />
External Connector Type: RJ-45<br />
Port Type: Network Port</p>
<p>Handle 0&#215;0020, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: I/O Riser &#8211; J7C1 &#8211; RMM<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0021, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: I/O Riser &#8211; J8M1 &#8211; GCM<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0022, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: GCM NIC<br />
External Connector Type: RJ-45<br />
Port Type: Network Port</p>
<p>Handle 0&#215;0023, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J1A1 &#8211; CD-RW/DVD Power<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0024, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J3A3 &#8211; Main Power<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0025, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J3A2 &#8211; Front Fan Header<br />
Internal Connector Type: Other<br />
External Reference Designator: Front Fans 3-4<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0026, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J3A2 &#8211; Front Fan Header<br />
Internal Connector Type: Other<br />
External Reference Designator: Front Fans 1-2<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0027, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J4B1 &#8211; SAS Cable A<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;0028, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J3B1 &#8211; SAS Cable B<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;0029, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J1N1 &#8211; SAS HDD 0<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;002A, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J1N2 &#8211; SAS HDD 1<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;002B, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J2N2 &#8211; SAS HDD 2<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;002C, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J3N1 &#8211; SAS HDD 3<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;002D, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J4N1 &#8211; SAS HDD 4<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;002E, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J4N2 &#8211; SAS HDD 5<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;002F, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J5N1 &#8211; SAS HDD 6<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;0030, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J6N1 &#8211; SAS HDD 7<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;0031, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Backplane &#8211; J3A1 &#8211; Front Panel<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0032, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Front Panel &#8211; J1D1 &#8211; Baseboard<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0033, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Front Panel &#8211; J1E1 &#8211; SAS Backplane<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0034, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Front Panel &#8211; J1B1 &#8211; Button Panel<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;0035, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: DB-15 female<br />
External Reference Designator: Video &#8211; Front<br />
External Connector Type: On Board Sound Input From CD-ROM<br />
Port Type: Other</p>
<p>Handle 0&#215;0036, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: USB 4<br />
External Connector Type: Access Bus (USB)<br />
Port Type: USB</p>
<p>Handle 0&#215;0037, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: USB 5<br />
External Connector Type: Access Bus (USB)<br />
Port Type: USB</p>
<p>Handle 0&#215;0038, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: Not Specified<br />
Internal Connector Type: None<br />
External Reference Designator: USB 6<br />
External Connector Type: Access Bus (USB)<br />
Port Type: USB</p>
<p>Handle 0&#215;0039, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Riser &#8211; SAS DIMM<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;003A, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Riser &#8211; J14 &#8211; SAS Cable A<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;003B, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Riser &#8211; J13 &#8211; SAS Cable B<br />
Internal Connector Type: &lt;OUT OF SPEC&gt;<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: &lt;OUT OF SPEC&gt;</p>
<p>Handle 0&#215;003C, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Riser &#8211; J15 &#8211; IBBU<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>Handle 0&#215;003D, DMI type 8, 9 bytes.<br />
Port Connector Information<br />
Internal Reference Designator: SAS Riser &#8211; J2 &#8211; SMB<br />
Internal Connector Type: Other<br />
External Reference Designator: Not Specified<br />
External Connector Type: None<br />
Port Type: Other</p>
<p>[root@tfpgrid2 ~]# dmidecode &#8211;type slot<br />
# dmidecode 2.7<br />
SMBIOS 2.5 present.</p>
<p>Handle 0&#215;003E, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: I/O Riser<br />
Type: x4 I/O Riser Card<br />
Current Usage: In Use<br />
Length: Other<br />
Characteristics:<br />
3.3 V is provided</p>
<p>Handle 0&#215;003F, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: SAS Riser<br />
Type: x4 I/O Riser Card<br />
Current Usage: In Use<br />
Length: Other<br />
Characteristics:<br />
3.3 V is provided</p>
<p>Handle 0&#215;0059, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Memory Board A<br />
Type: 64-bit Proprietary Memory Card<br />
Current Usage: In Use<br />
Length: Other<br />
Characteristics: None</p>
<p>Handle 0&#215;0063, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Memory Board B<br />
Type: 64-bit Proprietary Memory Card<br />
Current Usage: In Use<br />
Length: Other<br />
Characteristics: None</p>
<p>Handle 0&#215;006D, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Memory Board C<br />
Type: 64-bit Proprietary Memory Card<br />
Current Usage: Available<br />
Length: Other<br />
Characteristics: None</p>
<p>Handle 0&#215;006E, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Memory Board D<br />
Type: 64-bit Proprietary Memory Card<br />
Current Usage: Available<br />
Length: Other<br />
Characteristics: None</p>
<p>Handle 0&#215;006F, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Slot 1, PCI EXP x8<br />
Type: x8 PCI Express<br />
Current Usage: In Use<br />
Length: Long<br />
Characteristics:<br />
3.3 V is provided<br />
PME signal is supported<br />
Hot-plug devices are supported<br />
SMBus signal is supported</p>
<p>Handle 0&#215;0070, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Slot 2, PCI EXP x8<br />
Type: x8 PCI Express<br />
Current Usage: In Use<br />
Length: Long<br />
Characteristics:<br />
3.3 V is provided<br />
PME signal is supported<br />
Hot-plug devices are supported<br />
SMBus signal is supported</p>
<p>Handle 0&#215;0071, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Slot 3, PCI EXP x8<br />
Type: x8 PCI Express<br />
Current Usage: In Use<br />
Length: Long<br />
Characteristics:<br />
3.3 V is provided<br />
PME signal is supported<br />
SMBus signal is supported</p>
<p>Handle 0&#215;0072, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Slot 4, PCI EXP x8<br />
Type: x8 PCI Express<br />
Current Usage: In Use<br />
Length: Short<br />
Characteristics:<br />
3.3 V is provided<br />
PME signal is supported<br />
SMBus signal is supported</p>
<p>Handle 0&#215;0073, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Slot 5, PCI EXP x4<br />
Type: x4 PCI Express<br />
Current Usage: Available<br />
Length: Short<br />
Characteristics:<br />
3.3 V is provided<br />
PME signal is supported<br />
SMBus signal is supported</p>
<p>Handle 0&#215;0074, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Slot 6, PCI EXP x4<br />
Type: x4 PCI Express<br />
Current Usage: Available<br />
Length: Long<br />
Characteristics:<br />
3.3 V is provided<br />
PME signal is supported<br />
SMBus signal is supported</p>
<p>Handle 0&#215;0075, DMI type 9, 13 bytes.<br />
System Slot Information<br />
Designation: Slot 7, PCI EXP x4<br />
Type: x4 PCI Express<br />
Current Usage: Available<br />
Length: Long<br />
Characteristics:<br />
3.3 V is provided<br />
PME signal is supported<br />
SMBus signal is supported</p>
Posted in Sysadmin Tagged: Hardware, linux <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=61&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2009/03/16/get_hardware_information_under_linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
		<item>
		<title>AIX Error Code 0503-003 geninstall:  The specified device is not a valid device or file.</title>
		<link>http://setaoffice.com/2009/02/28/aix-error-code-0503-003-geninstall-the-specified-device-is-not-a-valid-device-or-file/</link>
		<comments>http://setaoffice.com/2009/02/28/aix-error-code-0503-003-geninstall-the-specified-device-is-not-a-valid-device-or-file/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 01:18:44 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[aix]]></category>

		<guid isPermaLink="false">http://setaoffice.com/?p=64</guid>
		<description><![CDATA[I had the following error when trying to upgrade AIX Maintenance Level: 0503-003 geninstall:  The specified device /tmp/patches is not a valid device or file.
What happened is that my .toc file was empty and I needed to recreate it using inutoc /tmp/patches. After that the upgrade went smoothly.
root@aix53:/ # instfix -i &#124; grep ML
All filesets [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=64&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I had the following error when trying to upgrade AIX Maintenance Level: 0503-003 geninstall:  The specified device /tmp/patches is not a valid device or file.</p>
<p>What happened is that my .toc file was empty and I needed to recreate it using <span style="color:#0000ff;">inutoc /tmp/patches</span>. After that the upgrade went smoothly.</p>
<p>root@aix53:/ # <span style="color:#0000ff;">instfix -i | grep ML</span><br />
All filesets for 5.3.0.0_AIX_ML were found.<br />
All filesets for 5300-01_AIX_ML were found.<br />
All filesets for 5300-02_AIX_ML were found.<br />
All filesets for 5300-03_AIX_ML were found.<br />
All filesets for 5300-04_AIX_ML were found.<br />
All filesets for 5300-05_AIX_ML were found.<br />
All filesets for 5300-06_AIX_ML were found.<br />
All filesets for 5300-07_AIX_ML were found.<br />
All filesets for 5300-08_AIX_ML were found.<br />
All filesets for 5300-09_AIX_ML were found.</p>
Posted in Sysadmin Tagged: aix <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=64&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2009/02/28/aix-error-code-0503-003-geninstall-the-specified-device-is-not-a-valid-device-or-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
		<item>
		<title>Gears of War 2 in Brazil &#8211; Confusion over Flashback Maps DLC outside USA</title>
		<link>http://setaoffice.com/2008/11/16/gears-of-war-2-in-brazil-confusion-over-flashback-maps-dlc-outside-usa/</link>
		<comments>http://setaoffice.com/2008/11/16/gears-of-war-2-in-brazil-confusion-over-flashback-maps-dlc-outside-usa/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 00:33:41 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[brazil]]></category>
		<category><![CDATA[gearsofwar2]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://setatakahashi.wordpress.com/?p=54</guid>
		<description><![CDATA[The brazilian Gears of War 2 Standard Edition doesn&#8217;t have the Flashback Maps pack like the US version and it didn&#8217;t even have the Xbox Live Seal. The Xbox Live seal still appears at the Limited Edition of Gears of War 2.
South Africa and some other countries (Brazil included) also don&#8217;t so this is an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=54&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The brazilian Gears of War 2 Standard Edition doesn&#8217;t have the <a href="http://www.microsoft.com/presspass/press/2008/nov08/11-05GearsofWar2LaunchPR.mspx">Flashback Maps pack</a> like the US version and it didn&#8217;t even have the Xbox Live Seal. The Xbox Live seal still appears at the Limited Edition of Gears of War 2.</p>
<p><a href="http://www.lazygamer.co.za/xbox-360/exclusive-no-gears-of-war-2-flashback-map-pack-for-south-africans">South Africa</a> and <a href="http://forums.epicgames.com/showthread.php?t=631093">some other countries</a> (<a href="http://forums.xbox.com/24068364/ShowPost.aspx">Brazil</a> included) also don&#8217;t so this is an widespread issue.</p>
<p><a title="Brazilian Gears of War and Gears of War 2 box art by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/3031785749/"><img src="http://farm4.static.flickr.com/3204/3031785749_885082b666_m.jpg" alt="Brazilian Gears of War and Gears of War 2 box art" width="240" height="180" /></a><br />
<a title="Brazilian Gears of War Box by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/3031817361/"><img src="http://farm4.static.flickr.com/3141/3031817361_b3cf19699a_m.jpg" alt="Brazilian Gears of War Box" width="240" height="180" /></a><br />
<a title="Brazilian Gears of War 2 Box by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/3032641014/"><img src="http://farm4.static.flickr.com/3141/3032641014_17539de0d9_m.jpg" alt="Brazilian Gears of War 2 Box" width="240" height="180" /></a></p>
Posted in Games Tagged: brazil, gearsofwar2, problem, xbox360 <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=54&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2008/11/16/gears-of-war-2-in-brazil-confusion-over-flashback-maps-dlc-outside-usa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3204/3031785749_885082b666_m.jpg" medium="image">
			<media:title type="html">Brazilian Gears of War and Gears of War 2 box art</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3141/3031817361_b3cf19699a_m.jpg" medium="image">
			<media:title type="html">Brazilian Gears of War Box</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3141/3032641014_17539de0d9_m.jpg" medium="image">
			<media:title type="html">Brazilian Gears of War 2 Box</media:title>
		</media:content>
	</item>
		<item>
		<title>TechCrunch lays the Google&#8217;s strategy in Japan</title>
		<link>http://setaoffice.com/2008/08/31/techcrunch-lays-the-googles-strategy-in-japan/</link>
		<comments>http://setaoffice.com/2008/08/31/techcrunch-lays-the-googles-strategy-in-japan/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 01:41:20 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[techcrunch]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://setatakahashi.wordpress.com/?p=47</guid>
		<description><![CDATA[Here is why I think Google’s Strategy In Japan: Avoid Yahoo And Take Over The Mobile Web First will fail.
Softbank mobile phones have a Yahoo! key.
You can see from the Engadget pages about Softbank pages where they show a close up from the mobile phones where the key is located. Softbank being an investor in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=47&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here is why I think <a href="http://www.techcrunch.com/2008/08/31/how-to-break-quasi-monopolies-in-international-web-markets-%e2%80%93-the-google-japan-approach/">Google’s Strategy In Japan: Avoid Yahoo And Take Over The Mobile Web First</a> will fail.</p>
<p><a href="http://www.wirelessweek.com/IMHO-Softbank-Yahoo-Model.aspx">Softbank mobile phones have a Yahoo! key</a>.</p>
<p>You can see from the <a href="http://www.engadgetmobile.com/category/softbank-mobile/">Engadget pages about Softbank pages</a> where they show a close up from the mobile phones where the key is located. Softbank being an investor in Yahoo! Japan has a huge leverage and I don&#8217;t think that being inside the operator/carrier menu will bring market share to Google.</p>
<p><a href="http://whatjapanthinks.com/2008/08/16/cellphone-mastery-low-in-japan/">Being a physical key in your phone is an advantage that can&#8217;t be dismissed</a> because not everyone knows how to access every function of their mobile phone.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/setatakahashi.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/setatakahashi.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=47&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2008/08/31/techcrunch-lays-the-googles-strategy-in-japan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
		<item>
		<title>Samsung E215</title>
		<link>http://setaoffice.com/2008/08/30/samsung-e215-review/</link>
		<comments>http://setaoffice.com/2008/08/30/samsung-e215-review/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 00:34:29 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[brazil]]></category>
		<category><![CDATA[e215]]></category>
		<category><![CDATA[e215l]]></category>
		<category><![CDATA[samsung]]></category>

		<guid isPermaLink="false">http://setatakahashi.wordpress.com/?p=37</guid>
		<description><![CDATA[Samsung released a new mobile phone here in Brazil officially called Samsung E215L. It is currently advertised as an exclusive item by Submarino (a brazilian online retailer) and I didn&#8217;t find anywhere mentioning about this mobile phone so I decided to post some information.
Samsung released a press release saying that it could be found July [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=37&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Samsung released a new mobile phone here in Brazil officially called Samsung E215L. It is currently advertised as an exclusive item by Submarino (a brazilian online retailer) and I didn&#8217;t find anywhere mentioning about this mobile phone so I decided to post some information.</p>
<p>Samsung released a <a title="press release" href="http://www.samsung.com/br/news/newsRead.do?news_group=productnews&amp;news_type=consumerproduct&amp;news_ctgry=cellularphone&amp;news_seq=10097&amp;search_keyword=&amp;from_dt=&amp;to_dt=">press release</a> saying that it could be found July 2008 but it was released August 2008.</p>
<p>This is what the sales package has:</p>
<ul>
<li>Samsung E215 phone</li>
<li>Battery</li>
<li>Charger</li>
<li>Stereo earphone</li>
<li>512MB MicroSD card</li>
<li>User guide</li>
<li>Warranty certificate</li>
</ul>
<p>It features 19MB of internal memory, a VGA (640&#215;480 pixels) camera, bluetooth and a memory slot to use up to 2GB MicroSD card.</p>
<p>Measuring 91 x 45 x 18mm and weighting 85g can be considered a small phone</p>
<p>The Samsung E215 is a quadriband phone and has an estimated 180 minutes of talk time and 250 standby time and retails for R$349,00.</p>
<p><a title="Samsung E215 Box cover - Top by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2799941423/"><img src="http://farm4.static.flickr.com/3238/2799941423_f0a6014db3_m.jpg" alt="Samsung E215 Box cover - Top" width="240" height="180" /></a><br />
<a title="Samsung E215 Box cover - top front by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2801023454/"><img src="http://farm4.static.flickr.com/3277/2801023454_f18c9e74a5_m.jpg" alt="Samsung E215 Box cover - top front" width="240" height="180" /></a><br />
<a title="Samsung E215 - Front closed by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2796598268/"><img src="http://farm4.static.flickr.com/3268/2796598268_122a88ef2f_m.jpg" alt="Samsung E215 - Front closed" width="240" height="180" /></a><br />
<a title="Samsung E215 - Front open by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2795757981/"><img src="http://farm4.static.flickr.com/3259/2795757981_20006c10ed_m.jpg" alt="Samsung E215 - Front open" width="240" height="180" /></a><br />
<a title="Samsung E215 - Battery Cover by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2796606712/"><img src="http://farm4.static.flickr.com/3078/2796606712_55a95ce8f6_m.jpg" alt="Samsung E215 - Battery Cover" width="240" height="180" /></a><br />
<a title="Samsung E215 compared with a credit card by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2796609286/"><img src="http://farm4.static.flickr.com/3147/2796609286_dc809a6403_m.jpg" alt="Samsung E215 compared with a credit card" width="240" height="180" /></a><br />
<a title="Samsung E215 - Left side by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2796612996/"><img src="http://farm4.static.flickr.com/3085/2796612996_f567963002_m.jpg" alt="Samsung E215 - Left side" width="240" height="180" /></a><br />
<a title="Samsung E215 - Right side by setatakahashi, on Flickr" href="http://www.flickr.com/photos/setatakahashi/2801833448/"><img src="http://farm4.static.flickr.com/3056/2801833448_86047273c4_m.jpg" alt="Samsung E215 - Right side" width="240" height="180" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/setatakahashi.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/setatakahashi.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=37&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2008/08/30/samsung-e215-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3238/2799941423_f0a6014db3_m.jpg" medium="image">
			<media:title type="html">Samsung E215 Box cover - Top</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3277/2801023454_f18c9e74a5_m.jpg" medium="image">
			<media:title type="html">Samsung E215 Box cover - top front</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3268/2796598268_122a88ef2f_m.jpg" medium="image">
			<media:title type="html">Samsung E215 - Front closed</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3259/2795757981_20006c10ed_m.jpg" medium="image">
			<media:title type="html">Samsung E215 - Front open</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3078/2796606712_55a95ce8f6_m.jpg" medium="image">
			<media:title type="html">Samsung E215 - Battery Cover</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3147/2796609286_dc809a6403_m.jpg" medium="image">
			<media:title type="html">Samsung E215 compared with a credit card</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3085/2796612996_f567963002_m.jpg" medium="image">
			<media:title type="html">Samsung E215 - Left side</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3056/2801833448_86047273c4_m.jpg" medium="image">
			<media:title type="html">Samsung E215 - Right side</media:title>
		</media:content>
	</item>
		<item>
		<title>EDS shareholders approved the merger with HP</title>
		<link>http://setaoffice.com/2008/07/31/eds-shareholders-approved-the-merger-with-hp/</link>
		<comments>http://setaoffice.com/2008/07/31/eds-shareholders-approved-the-merger-with-hp/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 01:29:20 +0000</pubDate>
		<dc:creator>Emerson Takahashi</dc:creator>
				<category><![CDATA[Enterprises]]></category>
		<category><![CDATA[eds]]></category>

		<guid isPermaLink="false">http://setatakahashi.wordpress.com/?p=35</guid>
		<description><![CDATA[The shareholders of my employer, EDS, voted for the merger with HP. It&#8217;s getting closer to the merger since no US agency has anything against it.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=35&subd=setatakahashi&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The shareholders of my employer, <a title="EDS" href="http://www.eds.com/news/releases/4697/">EDS</a>, voted for the merger with HP. It&#8217;s getting closer to the merger since no US agency has anything against it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/setatakahashi.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/setatakahashi.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/setatakahashi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/setatakahashi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/setatakahashi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/setatakahashi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/setatakahashi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/setatakahashi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/setatakahashi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/setatakahashi.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/setatakahashi.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/setatakahashi.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=setaoffice.com&blog=2461585&post=35&subd=setatakahashi&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://setaoffice.com/2008/07/31/eds-shareholders-approved-the-merger-with-hp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c04b7ae05e29b1d97955cb95c6584dc3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">setatakahashi</media:title>
		</media:content>
	</item>
	</channel>
</rss>