<?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>ZyHui &#187; rhel5</title>
	<atom:link href="http://blog.onecheng.com/archives/tag/rhel5/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.onecheng.com</link>
	<description>技术不是问题，关键是做人要厚道！</description>
	<lastBuildDate>Fri, 13 Aug 2010 08:20:44 +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>RHEL 5.3 64-bit系统安装Netbackup 6.5 client故障处理一例</title>
		<link>http://blog.onecheng.com/archives/460</link>
		<comments>http://blog.onecheng.com/archives/460#comments</comments>
		<pubDate>Wed, 28 Oct 2009 02:38:31 +0000</pubDate>
		<dc:creator>zyhui</dc:creator>
				<category><![CDATA[Linux技术文章]]></category>
		<category><![CDATA[数据备份]]></category>
		<category><![CDATA[netbackup]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[rhel5]]></category>

		<guid isPermaLink="false">http://blog.onecheng.com/archives/460</guid>
		<description><![CDATA[<p>因为之前安装client的时候没出现过问题，所以这次安装完之后也没注意看日志，安装好之后就在服务端新建策略，谁知道竟然连接不上client端，开始排查问题所在。</p>
<p>仔细查看安装日志，在日志最后发现如下信息：</p>
<p>+ /bin/cp NB-Java.tar.Z /usr/openv</p>
<p>Installing NB-Java.</p>
<p> 
<p>/bin/tar: Read 2048 bytes from -</p>
<p>+ /bin/cp ./nbj.conf /usr/openv/java</p>
<p>Checking for a bpcd entry in /etc/inetd.conf: egrep: /etc/inetd.conf: No such </p>
<p>file or directory</p>
<p>cp: cannot stat `/etc/inetd.conf&#8217;: No such file or directory</p>
<p>Adding bpcd entry.</p>
<p>chmod: cannot access `/etc/inetd.conf&#8217;: No such file or directory</p>
<p>Original /etc/inetd.conf saved as /etc/inetd.conf.06-18-07.13:11:40.</p>
<p>Checking for a vnetd entry in /etc/inetd.conf: [...]]]></description>
			<content:encoded><![CDATA[<p>因为之前安装client的时候没出现过问题，所以这次安装完之后也没注意看日志，安装好之后就在服务端新建策略，谁知道竟然连接不上client端，开始排查问题所在。</p>
<p>仔细查看安装日志，在日志最后发现如下信息：</p>
<p>+ /bin/cp NB-Java.tar.Z /usr/openv</p>
<p>Installing NB-Java.</p>
<p> <span id="more-460"></span>
<p>/bin/tar: Read 2048 bytes from -</p>
<p>+ /bin/cp ./nbj.conf /usr/openv/java</p>
<p>Checking for a bpcd entry in /etc/inetd.conf: egrep: /etc/inetd.conf: No such </p>
<p>file or directory</p>
<p>cp: cannot stat `/etc/inetd.conf&#8217;: No such file or directory</p>
<p>Adding bpcd entry.</p>
<p>chmod: cannot access `/etc/inetd.conf&#8217;: No such file or directory</p>
<p>Original /etc/inetd.conf saved as /etc/inetd.conf.06-18-07.13:11:40.</p>
<p>Checking for a vnetd entry in /etc/inetd.conf: Adding vnetd entry.</p>
<p>Original /etc/inetd.conf saved as /etc/inetd.conf.06-18-07.13:11:40.</p>
<p>Checking for a vopied entry in /etc/inetd.conf: Adding vopied entry.</p>
<p>Checking for a bpjava-msvc entry in /etc/inetd.conf: Adding bpjava-msvc entry.</p>
<p>No [x]inetd process found.</p>
<p>以上信息说明系统中没有/etc/inetd.conf文件，也没有xinetd进程，然后检查系统中有没有安装xinetd</p>
<p>rpm -qa | grep xinetd</p>
<p>显示没有这个rpm包，立即在系统安装光盘上找到该rpm包进行安装</p>
<p>rpm -ivh xinetd-2.3.14-10.el5.x86_64.rpm </p>
<p>安装成功之后启动xinetd服务</p>
<p>service xinetd start</p>
<p>正常启动之后删除之前安装错误的NBU</p>
<p>rm -rf /usr/openv/</p>
<p>重新运行NUB的install进行安装</p>
<p>查看日志发现之前报错的地方已经正常</p>
<p>+ /bin/cp NB-Java.tar.Z /usr/openv</p>
<p>Installing NB-Java.</p>
<p>/bin/tar: 从 &#8211; 读入 4096 字节</p>
<p>/bin/tar: 从 &#8211; 读入 8704 字节</p>
<p>+ /bin/cp ./nbj.conf /usr/openv/java</p>
<p>Send a SIGHUP to inetd or xinetd so the (x)inetd.conf file will be reread.</p>
<p>重新载入配置：[确定]</p>
<p>再在备份服务器端创建策略，能够正常连接。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.onecheng.com/archives/460/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
