<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: verify and activate services in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460779#M15845</link>
    <description>Make sure the 'rsh-server' is installed using 'rpm -q rsh-server'.&lt;BR /&gt;&lt;BR /&gt;If it's not, then install that first.&lt;BR /&gt;&lt;BR /&gt;Unless you are on a private, protected (and safe) network, then it'd be advisable to use 'ssh'.</description>
    <pubDate>Tue, 11 Jan 2005 21:49:44 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2005-01-11T21:49:44Z</dc:date>
    <item>
      <title>verify and activate services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460777#M15843</link>
      <description>In RHAS 2.1 I activated services using:&lt;BR /&gt;&lt;BR /&gt;chkconfig rsh on&lt;BR /&gt;&lt;BR /&gt;I have issued the same command in RHAS3.0 and it not works:&lt;BR /&gt;&lt;BR /&gt;[root@mysvr etc]# chkconfig rsh on&lt;BR /&gt;error reading information on service rsh: No such file or directory&lt;BR /&gt;&lt;BR /&gt;How can I verify that rsh (rcp, rlogin, etc.) services are installed?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2005 15:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460777#M15843</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2005-01-11T15:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: verify and activate services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460778#M15844</link>
      <description>Hi Tonatiuh ,&lt;BR /&gt;&lt;BR /&gt;Did rsh service in the system? Check rsh service in the directory /etc/init.d.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Tue, 11 Jan 2005 21:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460778#M15844</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-01-11T21:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: verify and activate services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460779#M15845</link>
      <description>Make sure the 'rsh-server' is installed using 'rpm -q rsh-server'.&lt;BR /&gt;&lt;BR /&gt;If it's not, then install that first.&lt;BR /&gt;&lt;BR /&gt;Unless you are on a private, protected (and safe) network, then it'd be advisable to use 'ssh'.</description>
      <pubDate>Tue, 11 Jan 2005 21:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460779#M15845</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-01-11T21:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: verify and activate services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460780#M15846</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;seems like no rsh there, first try &lt;BR /&gt;&lt;BR /&gt;rpm -qa | grep rsh&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;take a look into /etc/xinet.d/*&lt;BR /&gt;&lt;BR /&gt;rgds Jan</description>
      <pubDate>Wed, 12 Jan 2005 04:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460780#M15846</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2005-01-12T04:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: verify and activate services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460781#M15847</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if rsh-server is installed you have to enable the service on xinetd.&lt;BR /&gt;&lt;BR /&gt;go to /etc/xinetd.d/ and comment the line&lt;BR /&gt;&lt;BR /&gt;disable = yes&lt;BR /&gt;&lt;BR /&gt;to enable the service.&lt;BR /&gt;&lt;BR /&gt;But I would prefer work with ssh instead of rsh because it's more secure. Try to read and learn a little bit more about that.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;xyko</description>
      <pubDate>Wed, 12 Jan 2005 06:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460781#M15847</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2005-01-12T06:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: verify and activate services</title>
      <link>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460782#M15848</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Like other have mentioned already looks like the rsh rpm is missing you can do a quick check and install it if required&lt;BR /&gt;#rpm -qa | grep -i rsh&lt;BR /&gt;&lt;BR /&gt;If it is showing as available then you can enable it.&lt;BR /&gt;&lt;BR /&gt;Open ssh is available and can be made use of also.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2005 08:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/verify-and-activate-services/m-p/3460782#M15848</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-01-12T08:46:23Z</dc:date>
    </item>
  </channel>
</rss>

