<?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>Connexeon Blog &#187; Sysadmin</title>
	<atom:link href="http://blog.connexeon.com/topics/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.connexeon.com</link>
	<description>Connexeon Blog</description>
	<lastBuildDate>Fri, 20 Aug 2010 07:43:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Monitoring remote system with Nagios and NRPE</title>
		<link>http://blog.connexeon.com/sysadmin/linux/monitoring-remote-system-with-nagios-and-nrpe/</link>
		<comments>http://blog.connexeon.com/sysadmin/linux/monitoring-remote-system-with-nagios-and-nrpe/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 11:26:36 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/?p=378</guid>
		<description><![CDATA[This is a quick tutorial on how to prepare a remote system for monitoring using Nagios NRPE. I&#8217;m using 64 bit CentOS in this example (could probably be any RHEL based system) Install NRPE and Nagios Plugins on remote host &#91;root@remotehost ~&#93;# yum install nagios-nrpe nagios-plugins  (these packages are on rpmforge, prepare your system first so it [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/linux/monitoring-remote-system-with-nagios-and-nrpe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>32-bit ODBC on Windows Server 2008</title>
		<link>http://blog.connexeon.com/sysadmin/windows/32-bit-odbc-on-windows-server-2008/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/32-bit-odbc-on-windows-server-2008/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 08:55:58 +0000</pubDate>
		<dc:creator>Tom Van den Berg</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/?p=335</guid>
		<description><![CDATA[If you have to use 32-bit ODBC drivers, you won’t find then when you start the Microsoft ODBC Administrator because it is 64-bit. The 32-bit ODBC Administrator is found here: C:\Windows\SysWOW64\odbcad32.exe or just type in the start menu odbcad32.exe. Coldfusion Error: You can use this workaround when you receive this message: Variable DRIVERPATH is undefined [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/32-bit-odbc-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expand XFS LVM filesystem</title>
		<link>http://blog.connexeon.com/sysadmin/linux/expand-xfs-lvm-filesystem/</link>
		<comments>http://blog.connexeon.com/sysadmin/linux/expand-xfs-lvm-filesystem/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 09:02:27 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/uncategorized/expand-xfs-lvm-filesystem/</guid>
		<description><![CDATA[Expand XFS LVM logical volume with 500GB, assuming you have enough free unassigned space on physical partitions. lvextend -L+500GB /dev/vg1/v2 xfs_growfs /dev/vg1/v2]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/linux/expand-xfs-lvm-filesystem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expand LVM guest filesystem VMware</title>
		<link>http://blog.connexeon.com/sysadmin/virtualization/expand-lvm-guest-filesystem-vmware/</link>
		<comments>http://blog.connexeon.com/sysadmin/virtualization/expand-lvm-guest-filesystem-vmware/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 23:07:14 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/uncategorized/expand-lvm-guest-filesystem-vmware/</guid>
		<description><![CDATA[First, increase the size of the virtual disk (VMDK) by 10GB for example vmware-vdiskmanager -x 10GB /path/machineName.vmdk (vCenter users can increase disk sizes easier via the Settings dialog of the VM) # fdisk /dev/sda n Command action e extended p primary partition &#40;1-4&#41; p Partition nr 3 Take defaults as from here First cylinder &#40;1045-2610, [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/virtualization/expand-lvm-guest-filesystem-vmware/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cu &#8211; Call up another system</title>
		<link>http://blog.connexeon.com/sysadmin/linux/cu-call-up-another-system/</link>
		<comments>http://blog.connexeon.com/sysadmin/linux/cu-call-up-another-system/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 16:14:29 +0000</pubDate>
		<dc:creator>Tom Van den Berg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/?p=318</guid>
		<description><![CDATA[The cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error checking. The cu command can be installed by installing the uucp package. yum install uucp Connect using the cu-command cu -l /dev/ttyS0  -s 9600 More information can be [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/linux/cu-call-up-another-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset APC PDU password</title>
		<link>http://blog.connexeon.com/sysadmin/reset-apc-pdu-password/</link>
		<comments>http://blog.connexeon.com/sysadmin/reset-apc-pdu-password/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 21:40:00 +0000</pubDate>
		<dc:creator>Tom Van den Berg</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[pdu]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/?p=316</guid>
		<description><![CDATA[Method 1: Serial console, reset, login as apc/apc within 30 secs Method 2: press the reset button in for like 10 seconds then release it then imediately press it in again for literally 1 seccond one of the lights will go orange give it a min and then apc/apc will work for the first login [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/reset-apc-pdu-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PFDAVadmin on Exchange 2007: Could not expand&#8230;</title>
		<link>http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:28:18 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/</guid>
		<description><![CDATA[You might want to use PFDAVAdmin on Exchange 2007 (to set public folder user rights for example) and run into this error; Could not expand https://yourexchange.yourdomain.local/ExAdmin/Admin/&#8230;. Name cannot begin with the &#8217;0&#8242; character, hexadecimal value 0&#215;30. Line 1, position 399. You should either install .NET Framework 1.1 or run the tool from a server or [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/pfdavadmin-on-exchange-2007-could-not-expand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2007: Renewing the self-signed certificate</title>
		<link>http://blog.connexeon.com/sysadmin/windows/exchange-server-2007-renewing-the-self-signed-certificate/</link>
		<comments>http://blog.connexeon.com/sysadmin/windows/exchange-server-2007-renewing-the-self-signed-certificate/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:56:03 +0000</pubDate>
		<dc:creator>Tom Van den Berg</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[renew]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/?p=270</guid>
		<description><![CDATA[Exchange Server 2007 issues itself a self-signed certificate for use with services like SMTP, IMAP, POP, IIS and UM. The certificate is issued for a period of one year. The self-signed certificate meets an important need &#8211; securing communication for Exchange services by default. Nevertheless, one should treat these self-signed certificates as temporary. It&#8217;s not [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/windows/exchange-server-2007-renewing-the-self-signed-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL Certificate from IIS to use in FileZilla FTP Server</title>
		<link>http://blog.connexeon.com/sysadmin/ssl-certificate-from-iis-to-use-in-filezilla-ftp-server/</link>
		<comments>http://blog.connexeon.com/sysadmin/ssl-certificate-from-iis-to-use-in-filezilla-ftp-server/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:26:13 +0000</pubDate>
		<dc:creator>Tom Van den Berg</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[ssl filezilla export import]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/?p=252</guid>
		<description><![CDATA[If you want to install a certificate to in Filezilla you can create a self-signed certificate. If you want to create a certificate via a trusted Certificate Authority (CA) or use an existing certificate you need to export and import it to the correct type (for filezilla this is PEM). More information about this you [...]]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/ssl-certificate-from-iis-to-use-in-filezilla-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install OMSA on RHEL5</title>
		<link>http://blog.connexeon.com/sysadmin/linux/install-omsa-on-rhel5/</link>
		<comments>http://blog.connexeon.com/sysadmin/linux/install-omsa-on-rhel5/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:58:32 +0000</pubDate>
		<dc:creator>Hannes Van de Vel</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.connexeon.com/uncategorized/install-omsa-on-rhel5/</guid>
		<description><![CDATA[Install Dell OpenManage on RHEL (CentOS, Redhat, etc) like this; wget -q -O - http://linux.dell.com/repo/hardware/OMSA_5.5/bootstrap.cgi &#124; bash yum install srvadmin-all srvadmin-services.sh start]]></description>
		<wfw:commentRss>http://blog.connexeon.com/sysadmin/linux/install-omsa-on-rhel5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
