<?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: Unrecognized service in linix in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648851#M41199</link>
    <description>&amp;gt; root 4356 1 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;&lt;BR /&gt;Looks like this is not a standard Apache package. I would guess this is installed as a part of the installation of Cognite 3.0 software (whatever it is).&lt;BR /&gt;&lt;BR /&gt;You should read the Cognite documentation to find out the correct and supported method of restarting it.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 28 Jun 2010 09:12:18 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-06-28T09:12:18Z</dc:date>
    <item>
      <title>Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648844#M41192</link>
      <description>Hi ALL,&lt;BR /&gt;&lt;BR /&gt;I am not able restart the below service in linux os.please see the below error&lt;BR /&gt;&lt;BR /&gt;httpd: unrecognized service&lt;BR /&gt;mysqld: unrecognized service&lt;BR /&gt;&lt;BR /&gt;Please help to resolve the above issue.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;panneer</description>
      <pubDate>Thu, 17 Jun 2010 06:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648844#M41192</guid>
      <dc:creator>GTFSpanneer</dc:creator>
      <dc:date>2010-06-17T06:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648845#M41193</link>
      <description>post&lt;BR /&gt;&lt;BR /&gt;service httpd status&lt;BR /&gt;service mysqld status&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2010 09:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648845#M41193</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-17T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648846#M41194</link>
      <description>how did you restart them?&lt;BR /&gt;&lt;BR /&gt;Using the service should work per previous reply.&lt;BR /&gt;&lt;BR /&gt;Do you see any output from the below commands?&lt;BR /&gt;chkconfig --list httpd&lt;BR /&gt;chkconfig --list mysqld&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2010 17:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648846#M41194</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2010-06-17T17:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648847#M41195</link>
      <description>Mnhh.. the "service" utility is only available on RedHat and its derivatives (i don't know if suse has it).&lt;BR /&gt;you might want to try:&lt;BR /&gt;/etc/init.d/httpd [restart|stop|start|status]&lt;BR /&gt;/etc/init.d/mysqld [restart|stop|start|status]&lt;BR /&gt;&lt;BR /&gt;Regards.!&lt;BR /&gt;PS: Remember to thank us by assigning points!</description>
      <pubDate>Thu, 17 Jun 2010 17:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648847#M41195</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-17T17:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648848#M41196</link>
      <description>no where in the query he has mentioned its SUSE linux.&lt;BR /&gt;&lt;BR /&gt;can u post the output of &lt;BR /&gt;rpm -qa mysql&lt;BR /&gt;rpm -qa apa&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2010 20:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648848#M41196</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-17T20:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648849#M41197</link>
      <description>First: the service commando is not RedHat only: my Ubuntu workstation is also 'blessed' with it.&lt;BR /&gt;&lt;BR /&gt;Then the error: the service command gives this, if there is no script in /etc/init.d with the service name. Apparently you don't have httpd and mysqld installed or the scripts have vanished.</description>
      <pubDate>Fri, 18 Jun 2010 10:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648849#M41197</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2010-06-18T10:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648850#M41198</link>
      <description>Hi SASj,&lt;BR /&gt;&lt;BR /&gt;Please see the output....&lt;BR /&gt;[root@pispap01 ~]# rpm -qa mysql&lt;BR /&gt;mysql-5.0.45-7.el5&lt;BR /&gt;[root@pispap01 ~]# rpm -qa apa&lt;BR /&gt;[root@pispap01 ~]#&lt;BR /&gt;&lt;BR /&gt;[root@node ~]# ps -ef |grep apa&lt;BR /&gt;root      4356     1  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    4358  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/fcgi- -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;root      4364  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/ruby/lib/ruby/gems/1.8/gems/passenger-2.2.5/ext/apache2/ApplicationPoolServerExecutable 0 /opt/cognite-3.0/ruby/lib/ruby/gems/1.8/gems/passenger-2.2.5/bin/passenger-spawn-server  /opt/cognite-3.0/ruby/bin/ruby  /tmp/passenger.4356&lt;BR /&gt;daemon    4370  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    4371  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    4372  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    4374  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    4975  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    4981  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    5337  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    5375  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    5377  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon    5381  4356  0 Jun17 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;daemon   19316  4356  0 10:23 ?        00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;root     19367 19333  0 10:31 pts/0    00:00:00 grep apa</description>
      <pubDate>Mon, 28 Jun 2010 04:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648850#M41198</guid>
      <dc:creator>GTFSpanneer</dc:creator>
      <dc:date>2010-06-28T04:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unrecognized service in linix</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648851#M41199</link>
      <description>&amp;gt; root 4356 1 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf&lt;BR /&gt;&lt;BR /&gt;Looks like this is not a standard Apache package. I would guess this is installed as a part of the installation of Cognite 3.0 software (whatever it is).&lt;BR /&gt;&lt;BR /&gt;You should read the Cognite documentation to find out the correct and supported method of restarting it.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 28 Jun 2010 09:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unrecognized-service-in-linix/m-p/4648851#M41199</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-28T09:12:18Z</dc:date>
    </item>
  </channel>
</rss>

