<?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>Tracy Phillips &#187; nfslock</title>
	<atom:link href="http://tracyphillips.com/tag/nfslock/feed/" rel="self" type="application/rss+xml" />
	<link>http://tracyphillips.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Oct 2009 14:12:43 +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>nfslock: rpc.statd startup failed</title>
		<link>http://tracyphillips.com/2009/01/23/nfslock-rpc-statd-startup-failed-2/</link>
		<comments>http://tracyphillips.com/2009/01/23/nfslock-rpc-statd-startup-failed-2/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 17:55:41 +0000</pubDate>
		<dc:creator>tracphil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[nfslock]]></category>
		<category><![CDATA[portmap]]></category>

		<guid isPermaLink="false">http://www.tracyphillips.com/?p=82</guid>
		<description><![CDATA[Have you ever seen this in your logs: 10:55:18 [server] nfslock: rpc.statd startup failed If you have, you might want to check and make sure that you have portmap running [server][root][~]# service portmap status portmap is stopped Oppps. Portmap is not running. Let's check and see if portmap is configured to start at boot? [server][root][~]# [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen this in your logs:</p>
<pre>10:55:18 [server] nfslock: rpc.statd startup failed</pre>
<p>If you have, you might want to check and make sure that you have portmap running</p>
<pre>[server][root][~]# service portmap status
portmap is stopped</pre>
<p>Oppps. Portmap is not running. Let's check and see if portmap is configured to start at boot?</p>
<pre>[server][root][~]# chkconfig --list portmap
portmap        	0:off	1:off	2:off	3:off	4:off	5:off	6:off</pre>
<p>And if it’s not (as is our case), configure it to start at boot:</p>
<pre>[server][root][~]# chkconfig portmap on</pre>
<p>Ahhhhh, thats more like it. This is how it should look:</p>
<pre>[server][root][~]# chkconfig --list portmap
portmap         0:off   1:off   2:on    3:on    4:on    5:on    6:off</code></pre>
<p>And crank it up</p>
<pre>[server][root][~]# service portmap start
Starting portmap:                                          [  OK  ]</pre>
<p>Now you can make sure it is running</p>
<pre>[server][root][~]# service portmap status
portmap (pid 15384) is running...</pre>
]]></content:encoded>
			<wfw:commentRss>http://tracyphillips.com/2009/01/23/nfslock-rpc-statd-startup-failed-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
