<?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/"
	>

<channel>
	<title>Christian&#039;s blog &#187; BladeCenter</title>
	<atom:link href="http://blog.barfoo.org/tags/bladecenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.barfoo.org</link>
	<description>The usual IT babble</description>
	<lastBuildDate>Thu, 02 Sep 2010 04:45:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Nagios: check_snmp again</title>
		<link>http://blog.barfoo.org/2009/02/27/nagios-check_snmp-again/</link>
		<comments>http://blog.barfoo.org/2009/02/27/nagios-check_snmp-again/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 10:59:25 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[BladeCenter]]></category>
		<category><![CDATA[check_snmp]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.barfoo.org/?p=1897</guid>
		<description><![CDATA[Well, today I had to grind my head again, regarding the way check_snmp handles WARNING and CRITICAL events. From my point of view, check_snmp is really just retarded sometimes. As you know, all the other plugins accept WARNING and CRITICAL-thresholds based on the calculation, if the return integer is above this threshold it reached WARNING/CRITICAL]]></description>
			<content:encoded><![CDATA[<p>Well, today I had to grind my head again, regarding the way check_snmp handles WARNING and CRITICAL events. From my point of view, check_snmp is really just retarded sometimes.</p>
<p>As you know, all the other plugins accept WARNING and CRITICAL-thresholds based on the calculation, if the return integer is above this threshold it reached WARNING/CRITICAL state. But check_snmp doesn&#8217;t play that way.</p>
<p>It expects only ranges, which are <strong>NOT</strong> gonna result in warning or critical events. Which is kinda stupid, since you gotta rethink twice about the thresholds <img src='http://blog.barfoo.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<pre lang="text">define service {
  use                   generic-service
  host_name             ibm-bc1-mgmt
  service_description   Chassis Cooling - Bay 1
  check_command         check_snmpv1_public!.1.3.6.1.4.1.2.3.51.2.2.3.20.0!\
                                            1900:8000!1900:0,10000:8000!\
                                            RPM!Chassis Cooling - Bay 1
  action_url            /pnp/index.php?host=$HOSTNAME$&#038;srv=$SERVICEDESC$
  notes                 View PNP RRD grap
}</pre>
<p>All in all, another lesson learned <img src='http://blog.barfoo.org/wp-includes/images/smilies/icon_surprised.gif' alt=':eek:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.barfoo.org/2009/02/27/nagios-check_snmp-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up the BladeCenter H</title>
		<link>http://blog.barfoo.org/2009/01/28/setting-up-the-bladecenter-h/</link>
		<comments>http://blog.barfoo.org/2009/01/28/setting-up-the-bladecenter-h/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:52:56 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[BladeCenter]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.barfoo.org/?p=1677</guid>
		<description><![CDATA[Well, we finally had our maintenance window today, in which we planned the hardware exchange for our current Dell Blade Chassis (don&#8217;t ask!). The exchange went fine, but as we started exploring the components (like the IBM BladeCenter SAN switches &#8212; which are in fact Cisco MDS 9100) we hit a few road blocks. First,]]></description>
			<content:encoded><![CDATA[<p>Well, we finally had our maintenance window today, in which we planned the hardware exchange for our current Dell Blade Chassis (don&#8217;t ask!). The exchange went fine, but as we started exploring the components (like the IBM BladeCenter SAN switches &#8212; which are in fact Cisco MDS 9100) we hit a few road blocks.</p>
<p>First, the default user name/password combo for the Cisco MDS 9100 for the BladeCenter is USERID/PASSW0RD (just as the rest of the password combinations).</p>
<p>Next, we started tinkering around with the Catalyst Switch modules. A hint to myself:</p>
<p>Whenever setting up the switch via the WebGUI, make sure you setup both passwords. The password for the switch itself (when prompted by the WebGUI, enter &#8220;admin&#8221; as well as the password you just entered.</p>
<p>Now, you should be able to connect to the switch with telnet and be able to access the EXEC mode (and unlike me who struggled ~30 minutes till one of my <a href="https://blog.devnu11.net">trainees</a> told me to enter a switch password &#8212; out of curiosity).</p>
<p>Now, here the list of commands I needed to setup the switch&#8217;s &#8220;basics&#8221;:</p>
<pre lang="text">service password-encryption
username admin privilege 15 password 0
<password>
clock timezone CET 1
clock summer-time CET recurring last Sun Mar 2:00 last Sun Oct 3:00
ip domain-name home.barfoo.org
ip name-server 10.0.0.2
ip name-server 10.0.0.1
line con 0
 login local
line vty 0 4
 password
<password>
 login local
line vty 5 15
 password
<password>
 login
ntp server 160.45.10.8</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.barfoo.org/2009/01/28/setting-up-the-bladecenter-h/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dell PowerEdge 1855, DRAC/MC, firmware updates, telnet and csr&#8217;s</title>
		<link>http://blog.barfoo.org/2007/07/06/dell-poweredge-1855-dracmc-firmware-updates-telnet-and-csrs/</link>
		<comments>http://blog.barfoo.org/2007/07/06/dell-poweredge-1855-dracmc-firmware-updates-telnet-and-csrs/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 09:39:38 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[BladeCenter]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[DFN CA]]></category>
		<category><![CDATA[TFTP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.barfoo.org/2007/07/06/dell-poweredge-1855-dracmc-firmware-updates-telnet-and-csrs/</guid>
		<description><![CDATA[Today I played a bit with our PE Chassis, or more specifically the DRAC/MC (remote management console). One of the things I&#8217;ve been experiencing was that the DRAC/MC was rather slow when browsing on the web interface (as in waiting a minute for the jnlp for the KVM to download). So I went ahead, fired]]></description>
			<content:encoded><![CDATA[<p>Today I played a bit with our PE Chassis, or more specifically the DRAC/MC (remote management console). One of the things I&#8217;ve been experiencing was that the DRAC/MC was rather slow when browsing on the web interface (as in waiting a minute for the jnlp for the KVM to download). So I went ahead, fired up <em>net-misc/atftp</em> on my notebook, put the firmware update provided by Dell in the <strong>TFTPROOT</strong> and executed this in my telnet session on the DRAC/MC:</p>
<pre lang="bash">DRAC/MC # racadm fwupdate -a <ip-ADDRESS> -d mgmt.bin</pre>
<p>You may ask now, wtf does he use telnet for on that box ? It&#8217;s as simple as Dell isn&#8217;t providing anything else to use, the switches come w/ ssh, but not the management console. Only way to get ssh is to buy a new one, which is like 500 EUR.</p>
<p>Waited a few minutes impatiently for the DRAC/MC to come back up (and it finally came back up). The good thing is, the DRAC/MC is now at least a bit faster (at least I feel its a bit faster) and we&#8217;re up at <em>mgmt-1.4.2</em>.</p>
<p>Now, since we are a member of the <a href="https://www.pki.dfn.de/">DFN CA</a>, we are able to generate signed certificates (at least Internet Explorer recognizes it through the DTAG Root certificate &#8211; which Mozilla products sadly don&#8217;t have by default). For that I need a 2048 bit PCKS#10 (or CSR), which I tried to squash out of the DRAC/MC. But what the hell  <img src='http://blog.barfoo.org/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' /> </p>
<p>The DRAC/MC only gives me a 1024 bit one without the possibility to choose what kind of CSR I want to generate &#8230;  <img src='http://blog.barfoo.org/wp-includes/images/smilies/icon_mad.gif' alt=':mad:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.barfoo.org/2007/07/06/dell-poweredge-1855-dracmc-firmware-updates-telnet-and-csrs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shibboleth (WTF is that?)</title>
		<link>http://blog.barfoo.org/2007/02/28/shibboleth-wtf-is-that/</link>
		<comments>http://blog.barfoo.org/2007/02/28/shibboleth-wtf-is-that/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 08:51:05 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[BladeCenter]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[FibreChannel]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blogs.barfoo.org/phreak/2007/02/28/shibboleth-wtf-is-that/</guid>
		<description><![CDATA[OK, I&#8217;m sitting now again in train (hrm, I get the feeling I&#8217;ve done that already in the last few days &#8211; oh wait, I was doing that just on Monday) this time to Berlin. My boss ordered me to attend a workshop covering the implementation of Shibboleth (for those of you, who can&#8217;t associate]]></description>
			<content:encoded><![CDATA[<p>OK, I&#8217;m sitting now again in train (hrm, I get the feeling I&#8217;ve done that already in the last few days &#8211; oh wait, I was doing that just on Monday) this time to Berlin.</p>
<p>My boss ordered me to attend a workshop covering the implementation of Shibboleth (for those of you, who can&#8217;t associate anything with that term &#8211; it&#8217;s an implementation for single sign-on, also covering distributed authorization and authentication) somewhere in Berlin Spandau (Evangelisches Johannesstift Berlin).</p>
<p>Yesterday was quite amazing workwise, we lifted the 75kg Blade Chassis into the rack (<strong>*yuck*</strong> there was a time I was completely against Dell stuff, but recently that has changed), plugged all four C22 plugs into the rack&#8217;s PDU&#8217;s and into the chassis, patched the management interface (which is <strong>*waaay*</strong> to slow for a dedicated management daughter board) and for the first time started the chassis. <strong>*ugh*</strong> That scared me .. that wasn&#8217;t noise like a xSeries or any other rack-based server we have around, more like a starting airplane. You can literally stand in behind of the chassis, and get your hairs dried (if you need to). So I looked at the blades together with my co-worker and we figured, that they don&#8217;t have any coolers anymore, they are just using the cooling the chassis provides.</p>
<p>Another surprise awaited us, when we thought, we could use the integrated switch to provide network for both integrated network cards (Broadcome NetExtreme II). <strong>*sigh*</strong> You need two seperate switches to serve two network cards, even if you only have two blades in the chassis (which provides space for 10 blades). <strong>*sigh*</strong> That really sucks, but its the same with the FC stuff &#8230;</p>
<p>So, we are waiting yet again for Dell to make us an offer, and on top of that, the sales representative doesn&#8217;t have the slightest idea if the FC passthrough module includes SFP&#8217;s or not &#8230; <strong>*yuck*</strong></p>
<p>I must say, I&#8217;m impressed by the Dell hardware, but I&#8217;m really disappointed by their sales representative.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.barfoo.org/2007/02/28/shibboleth-wtf-is-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
