<?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>An It-Slave in the digital saltmine &#187; centos</title>
	<atom:link href="http://www.it-slav.net/blogs/category/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-slav.net/blogs</link>
	<description>Another Blog from a Geek that has no life</description>
	<lastBuildDate>Fri, 02 Jul 2010 07:33:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monitor HP Proliant with Nagios or Op5 Monitor</title>
		<link>http://www.it-slav.net/blogs/2010/03/02/monitor-hp-proliant-with-nagios-or-op5-monitor/</link>
		<comments>http://www.it-slav.net/blogs/2010/03/02/monitor-hp-proliant-with-nagios-or-op5-monitor/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:38:52 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Cool things]]></category>
		<category><![CDATA[Geek stuff]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[op5 Monitor]]></category>
		<category><![CDATA[HP SIM]]></category>
		<category><![CDATA[Insight Manager]]></category>
		<category><![CDATA[SIM]]></category>

		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=1644</guid>
		<description><![CDATA[&#160;
Background
It is always a good idea to monitor the server hardware, in many cases the root cause of the probblem is hardware related like: a fan stops and the temperature gets to high, dust in the machine makes it to hot, disks that fails, memory corruption and so on.&#160; This article will describe howto enable [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<h2>Background</h2>
<p>It is always a good idea to monitor the server hardware, in many cases the root cause of the probblem is hardware related like: a fan stops and the temperature gets to high, dust in the machine makes it to hot, disks that fails, memory corruption and so on.&nbsp; This article will describe howto enable hardware monitoring on a HP&nbsp;Proliant running CentOS Linux and then howto collect the data with Nagios or op5 Monitor. The procedure is the same with RedHat Enterprise Linux and similiar with Suse Enterprise server.</p>
<p>The HP&nbsp;manuals and information is bloated with irrelevant information and I&nbsp;had to struggle several hours, ask collegues to get it running. I&nbsp;hope this blog article will help others to get monitoring of HP Proliant using HP Insight Manager easier to setup.</p>
<h2>&nbsp;<span id="more-1644"></span></h2>
<p>&nbsp;</p>
<h2>Installing the software on the target system</h2>
<p>You need two packages from HP and can be downloaded from <a href="http://www.hp.com">hp.com</a> under &quot;Support &amp; Drivers&quot;. Search your hardware plattform and correct operating system:</p>
<ul>
<li>ProLiant Support Pack for Red Hat Enterprise Linux 5 (i686)&nbsp; The latest Proliant Support Package 2010-03-02 name is psp-8.25.rhel5.i686.en.tar.gz</li>
<li>HP System Health Application and Insight Management Agents for Red Hat Enterprise Linux 5 (x86). The latest name is hpasm-8.0.0-173.rhel5.i386.rpm</li>
</ul>
<p>&nbsp;</p>
<p>Install kernel source code and rpm tools:</p>
<pre>
# yum install kernel-devel rpm-build rpm-devel
 </pre>
<p>&nbsp;</p>
<p>Proliant Support Package is not supported on CentOS so you have to let the installer think it is a RedHat system. If you have a RHEL&nbsp;system skip the next steps.</p>
<pre>
# cp /etc/redhat-release /etc/redhat-release.backup

# echo &quot;Red Hat Enterprise Linux Server release 5.4 (Tikanga)&quot;&gt;/etc/redhat-release</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Untar the Proliant Support Package</p>
<pre>
 # tar xzvf psp-8.25.rhel5.i686.en.tar.gz</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Install the  Proliant Support Package</p>
<pre>
# cd compaq/csp/linux/

# ./install825.sh</pre>
<p>alot of text appears and some questions, answer them.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Install HP System Health Application and Insight Management Agents, and for some stupid reason it is in conflict with some other packages just installed. I solved it in a dirty way:</p>
<pre>
# rpm -i --force  --replacefiles --nodeps hpasm-8.0.0-173.rhel5.i386.rpm</pre>
<p>Configure by running:</p>
<pre>
# hpa/etc/init.d/hpasm configure</pre>
<p>and answer the questions.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Do not forget to restore /etc/redhat-release</p>
<pre>
# cp /etc/redhat-release.backup /etc/redhat-release</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>I&nbsp;did modify my /etc/snmp/snmp.conf to:</p>
<pre>
dlmod cmaX /usr/lib/libcmaX.so
rocommunity public
trapsink 10.1.1.20
syscontact peter@it-slav.net
syslocation PDC, Peters DataCenter</pre>
<p>&nbsp;</p>
<p>To test that you have installation and configuration work, run a snmpwalk from your Nagios or op5 Monitor host:</p>
<pre>
# snmpwalk -c public -v1  &lt;ip-adress of your proliant box&gt; 1.3.6.1.4.1.232

SNMPv2-SMI::enterprises.232.1.1.1.0 = INTEGER: 1
SNMPv2-SMI::enterprises.232.1.1.2.0 = INTEGER: 23
SNMPv2-SMI::enterprises.232.1.1.3.0 = INTEGER: 2
SNMPv2-SMI::enterprises.232.1.2.1.4.1.0 = INTEGER: 30
SNMPv2-SMI::enterprises.232.1.2.1.4.2.1.1.1 = INTEGER: 1
SNMPv2-SMI::enterprises.232.1.2.1.4.2.1.2.1 = STRING: &quot;Compaq Standard Equipment Agent for Linux&quot;
SNMPv2-SMI::enterprises.232.1.2.1.4.2.1.3.1 = &quot;&quot;
SNMPv2-SMI::enterprises.232.1.2.1.4.2.1.4.1 = Hex-STRING: 00 00 00 00 00 00 00
SNMPv2-SMI::enterprises.232.1.2.1.4.2.1.5.1 = STRING: &quot;To gather Standard Equipment data for Linux.&quot;

...
 </pre>
<h2>&nbsp;</h2>
<h2>Install check_hpasm on the Nagios or op5 Monitor host</h2>
<p>The <a href="http://labs.consol.de/lang/en/nagios/check_hpasm/">check_hpasm</a> can be downloaded from <a href="http://labs.consol.de/">Console Labs</a>.</p>
<p>Unpack the tarball</p>
<pre>
# tar xzvf check_hpasm-4.1.2.tar.gz</pre>
<p>&nbsp;</p>
<pre>
Configure and compile

# ./configure --prefix=/opt/plugins/custom/hp-insight --with-nagios-user=monitor --with-nagios-group=users --enable-perfdata

...

# make

...

# make install</pre>
<p>&nbsp;</p>
<p>Test</p>
<pre>
# /opt/plugins/custom/hp-insight/libexec/check_hpasm -H  -C public

OK - System: 'proliant dl360 g3', S/N: '7J31LMW6N01D', ROM: 'P31 01/28/2004', hardware working fine, da: 1 logical drives, 1 physical drives | fan_1=50% fan_2=50% temp_1_cpu=16;50;50 temp_2_cpu=15;65;65 temp_3_ioBoard=21;56;56 temp_4_cpu=20;65;65
</pre>
<p>Congratulations your plugin and hw monitoring works!</p>
<p>&nbsp;</p>
<h2>Configure Nagios or op5 Monitor<br />
&nbsp;</h2>
<p>checkcommands.cfg</p>
<pre>
# command 'check_hpasm'
define command{
    command_name                   check_hpasm
    command_line                   $USER1$/custom/libexec/check_hpasm -H $HOSTADDRESS$ -C $ARG1$
    }</pre>
<p>&nbsp;</p>
<p>services.cfg</p>
<pre>
# service 'Insight Manager'
define service{
    use                            default-service
    host_name                      humpa
    service_description            Insight Manager
    check_command                  check_hpasm!public
    contact_groups                 call_it-slav,it-slav_jabber,it-slav_mail
    }</pre>
<h2>&nbsp;</h2>
<p>Screenshoot, using ninja</p>
<p><a href="http://www.it-slav.net/blogs/wp-content/uploads/2010/03/hpinsightmgr.png"><img width="1242" height="182" src="http://www.it-slav.net/blogs/wp-content/uploads/2010/03/hpinsightmgr.png" alt="" title="hpinsightmgr" class="aligncenter size-full wp-image-1658" /></a></p>
<p>&nbsp;</p>
<h2>&nbsp;Useful links</h2>
<ul>
<li><a href="http://www.op5.com">op5</a>, a systems and network management company</li>
<li><a href="http://www.op5.com/op5/products/network-monitor">op5 Monitor</a>, an enterpise monitor system based on Nagios</li>
<li><a href="http://www.op5.org/community/projects/ninja">Ninja</a>, Nagios is now just awesome</li>
<li><a href="http://www.nagios.org">Nagios</a>, enterprise monitoring based on opensource</li>
<li><a href="http://welcome.hp.com/country/us/en/support.html">Hp support &amp; drivers</a>, a place to start looking for the HP software used in this article</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-slav.net/blogs/2010/03/02/monitor-hp-proliant-with-nagios-or-op5-monitor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mail problems at it-slav.net</title>
		<link>http://www.it-slav.net/blogs/2008/11/30/mail-problems-at-it-slavnet/</link>
		<comments>http://www.it-slav.net/blogs/2008/11/30/mail-problems-at-it-slavnet/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 00:52:44 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[it-slav.net]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=450</guid>
		<description><![CDATA[I have noticed the last 2 days that I did not receive as many mails as I usually do. The whole family has been ill the last couple of days so I did not spend any time troubleshoot that.
But today I noticed that I&#8217;ve only got 1 mail so something must be wrong. I did [...]]]></description>
			<content:encoded><![CDATA[<p>I have noticed the last 2 days that I did not receive as many mails as I usually do. The whole family has been ill the last couple of days so I did not spend any time troubleshoot that.</p>
<p>But today I noticed that I&#8217;ve only got 1 mail so something must be wrong. I did send an email from my job to my private adress and got the email back with the following message:</p>
<pre><a class="moz-txt-link-rfc2396E" href="mailto:peter@it-slav.net">&lt;peter@it-slav.net&gt;</a>: cannot update mailbox /var/mail/peter for user peter.
    error writing message: File too large
</pre>
<p>After some troubleshooting I found the following in the postfix documentation:</p>
<dl>
<dt><strong><a name="mailbox_size_limit">mailbox_size_limit</a> (default: 51200000)</strong></dt>
<dd>
<p>The maximal size of any <a href="http://www.postfix.org/local.8.html">local(8)</a> individual mailbox or maildir file, or zero (no limit).  In fact, this limits the size of any file that is written to upon local delivery, including files written by external commands that are executed by the <a href="http://www.postfix.org/local.8.html">local(8)</a> delivery agent.</p>
<p>This limit must not be smaller than the message size limit.</p>
</dd>
</dl>
<p class="moz-text-plain" style="font-family: -moz-fixed; font-size: 12px;" lang="x-western"> </p>
<p>So I changed the mailbox_size_limit = 0 and now everything seems alright again.</p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-slav.net/blogs/2008/11/30/mail-problems-at-it-slavnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install and configure SNMP on RHEL or CentOS</title>
		<link>http://www.it-slav.net/blogs/2008/11/11/install-and-configure-snmp-on-rhel-or-centos/</link>
		<comments>http://www.it-slav.net/blogs/2008/11/11/install-and-configure-snmp-on-rhel-or-centos/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 06:59:17 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Hints]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=250</guid>
		<description><![CDATA[This guide describe howto install and do a basic configure of SNMP on a RedHat Enterprise Linux or CentOS. Probably it will work on many other *nix systems.
1. Installation
Run command yum install net-snmp-utils

[root@dull etc]# yum install net-snmp-utils
Loading &#34;fastestmirror&#34; plugin
Loading &#34;dellsysidplugin&#34; plugin
...
...
Dependencies Resolved

=============================================================================
 Package             [...]]]></description>
			<content:encoded><![CDATA[<p>This guide describe howto install and do a basic configure of SNMP on a RedHat Enterprise Linux or CentOS. Probably it will work on many other *nix systems.</p>
<h2>1. Installation</h2>
<p>Run command yum install net-snmp-utils</p>
<pre>
[root@dull etc]# yum install net-snmp-utils
Loading &quot;fastestmirror&quot; plugin
Loading &quot;dellsysidplugin&quot; plugin
...
...
Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 net-snmp-utils          i386       1:5.3.1-24.el5_2.2  updates           182 k
Installing for dependencies:
 net-snmp                i386       1:5.3.1-24.el5_2.2  updates           698 k

Transaction Summary
=============================================================================
Install      2 Package(s)
Update       0 Package(s)
Remove       0 Package(s)

Total download size: 879 k
Is this ok [y/N]: y
</pre>
<p>Answer y</p>
<p>Downloading Packages:</p>
<pre>
<pre>
(1/2): net-snmp-utils-5.3 100% |=========================| 182 kB    00:02
(2/2): net-snmp-5.3.1-24. 100% |=========================| 698 kB    00:06
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
 Installing: net-snmp                     ######################### [1/2]
  Installing: net-snmp-utils               ######################### [2/2]
Installed: net-snmp-utils.i386 1:5.3.1-24.el5_2.2
Dependency Installed: net-snmp.i386 1:5.3.1-24.el5_2.2
Complete!
</pre>
</pre>
<p>Now it is installed</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>2. Configure</h2>
<p>I&#8217;m careful so I do a backup of the snmpd config file.</p>
<pre>
[root@dull ~]# mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.org </pre>
<p>Create a new config file.</p>
<pre>
[root@dull ~]# vi /etc/snmp/snmpd.conf</pre>
<pre>
rocommunity  public
syslocation  &quot;PDC, Peters DataCenter&quot;
syscontact  peter@it-slav.net</pre>
<p>Start the snmpd service</p>
<pre>
[root@dull ~]# /etc/init.d/snmpd start</pre>
<p>Do a snmpwalk to make sure it is working</p>
<pre>
[root@dull ~]# snmpwalk -v 1 -c public -O e 127.0.0.1
SNMPv2-MIB::sysDescr.0 = STRING: Linux dull 2.6.18-92.1.17.el5 #1 SMP Tue Nov 4 13:45:01 EST 2008 i686
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (16748) 0:02:47.48
SNMPv2-MIB::sysContact.0 = STRING: peter@it-slav.net
SNMPv2-MIB::sysName.0 = STRING: dull
SNMPv2-MIB::sysLocation.0 = STRING: &quot;PDC, Peters DataCentral&quot;
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (1) 0:00:00.01
...</pre>
<pre>
...</pre>
<p>Yes, it is working</p>
<p>And finally, make sure snmpd starts next time you restart your machine.</p>
<pre>
[root@dull ~]# chkconfig snmpd on
</pre>
<p>&nbsp;</p>
<h2>3. Monitor example</h2>
<p>Below is an example of how it looks using <a href="http://www.op5.com/op5/products/network-monitor">op5 Monitor</a> a Nagios based Enterprise Monitor solution.</p>
<p><a href="http://www.it-slav.net/blogs/wp-content/uploads/2009/02/optimussnmp-eth0.png"><img width="602" height="192" class="aligncenter size-full wp-image-1683" title="optimussnmp-eth0" alt="" src="http://www.it-slav.net/blogs/wp-content/uploads/2009/02/optimussnmp-eth0.png" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>4. Useful links</h2>
<ul>
<li><a href="http://www.op5.com/op5/products/network-statistics">op5 Statistics</a>, a cacti based graph tool</li>
<li><a href="http://www.op5.com/op5/products/network-monitor">op5 Monitor</a>, an Enterprise Class Monitoring system based on Nagios</li>
<li><a href="http://www.net-snmp.org">Net-SNMP</a>, an open source implementation of SNMP</li>
<li><a href="http://www.cacti.net/">Cacti</a>, an open source graph tool</li>
<li><a href="http://www.nagios.org">Nagios</a>, the number 1 monitor tool</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-slav.net/blogs/2008/11/11/install-and-configure-snmp-on-rhel-or-centos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>check_mounts plugin for op5 Monitor or Nagios</title>
		<link>http://www.it-slav.net/blogs/2008/11/07/check_mounts-plugin-for-op5-monitor-or-nagios/</link>
		<comments>http://www.it-slav.net/blogs/2008/11/07/check_mounts-plugin-for-op5-monitor-or-nagios/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 20:16:17 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[op5 Monitor]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[xfs]]></category>

		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=184</guid>
		<description><![CDATA[When I updated my CentOS system and could not mount XFS file system and my op5 Monitor did not react. I even run check_disk on these mount points but op5 Monitor did not tell me that anything was wrong. So when I managed to get the system to boot and my monitoring system tell me [...]]]></description>
			<content:encoded><![CDATA[<p>When I updated my CentOS system and could not mount XFS file system and my op5 Monitor did not react. I even run check_disk on these mount points but op5 Monitor did not tell me that anything was wrong. So when I managed to get the system to boot and my monitoring system tell me everything was alright I went to bed.<br />
When I checked my email this morning I noticed that my backup script had failed and complained &#8220;file does not exist&#8221; and so on. I investigated this and found that my XFS file system was not mounted because of the missing XFS kernel module. I also looked in to why my monitor system has not warned me and figured out that check_disk check the file system you point it to and if that is not mounted it will take the parent and the thresholds for that was not reached.<br />
After taken a look at http://www.nagiosexchange.org and found a ruby script that probably would do the job. But I do not want to install ruby on all my monitored systems, so I decided to write my own. It is written in bash and works on CentOS, and probably on most *nix systems.</p>
<p>The script looks in /etc/fstab and compares it with the file systems mounted. If anything is missing, return CRITICAL and the name of the missed mountpoint. The script does not check that some system file systems are mounted i.e. /proc</p>
<p>I have uploaded this script to nagios exchange.</p>
<pre>#!/bin/sh
#By peter@it-slav.net
#GPLv2

RESULT=0
TMPFILE=`mktemp /tmp/mount.XXXXXXXXXX`
FSTABMOUNTS=`grep -e '^#' -v /etc/fstab|grep -v  tmpfs |grep -v devpts|grep -v sysfs|grep -v proc|grep -v swap| awk '{print $2}'`
for i in $FSTABMOUNTS
do
        mountpoint $i &gt; /dev/null
        if [ $? != "0" ]
        then
                echo -n "$i " &gt;&gt;$TMPFILE
                RESULT=2
        fi

done
#echo $RESULT
if [ $RESULT != "0" ]
then
        echo "is not mounted" &gt;&gt; $TMPFILE
        echo -n "CRITICAL: "
        cat $TMPFILE
else
        echo "OK: All disks mounted"
fi
rm $TMPFILE
exit $RESULT</pre>
<p>Links:</p>
<ul>
<li><a href="http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F2792.html;d=1" target="_blank">check_mounts.sh</a> at <a href="http://www.nagiosexchange.org" target="_blank">Nagiosexchange</a></li>
<li><a href="http://www.op5.com/op5/products/monitor" target="_blank">op5 Monitor </a></li>
<li>My <a href="http://www.it-slav.net/blogs/?p=179" target="_blank">other</a> blog about the problems when I did a kernel upgrade</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.it-slav.net/blogs/2008/11/07/check_mounts-plugin-for-op5-monitor-or-nagios/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CentOS Kernel upgrade failed</title>
		<link>http://www.it-slav.net/blogs/2008/11/07/centos-kernel-upgrade-failed/</link>
		<comments>http://www.it-slav.net/blogs/2008/11/07/centos-kernel-upgrade-failed/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 07:57:30 +0000</pubDate>
		<dc:creator>peter</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.it-slav.net/blogs/?p=179</guid>
		<description><![CDATA[Yesterday new CentOS kernels was released and could be updated with yum update. I did that on 3 systems and none of them worked afterwards.
The first system is the machine that runs this blog. It runs Xen kernel with two virtual system.Luckily the webserver and database runs in Dom0. After update the system did not [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday new CentOS kernels was released and could be updated with yum update. I did that on 3 systems and none of them worked afterwards.</p>
<p>The first system is the machine that runs this blog. It runs Xen kernel with two virtual system.Luckily the webserver and database runs in Dom0. After update the system did not start, it seems like the Xen kernel is broken, so now I run non-Xen kernel.</p>
<p>The second system is my op5 Monitor system that monitor my environment. That changed the default kernel to Xen and that was broken, after chenged boot kernel to the non-Xen it works again.</p>
<p>The third machine is my fileserver, with a couple of disks. Two of the filesystems are XFS, and the new kernel did not have support for XFS so my large file systems could not be mounted. So I started the old kernel with XFS support.</p>
<p><strong>This is not an acceptable behavior of an enteprise operating system.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.it-slav.net/blogs/2008/11/07/centos-kernel-upgrade-failed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
