- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unrecognized service in linix
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2010 11:29 PM
тАО06-16-2010 11:29 PM
Unrecognized service in linix
I am not able restart the below service in linux os.please see the below error
httpd: unrecognized service
mysqld: unrecognized service
Please help to resolve the above issue.
regards
panneer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2010 02:30 AM
тАО06-17-2010 02:30 AM
Re: Unrecognized service in linix
service httpd status
service mysqld status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2010 10:33 AM
тАО06-17-2010 10:33 AM
Re: Unrecognized service in linix
Using the service should work per previous reply.
Do you see any output from the below commands?
chkconfig --list httpd
chkconfig --list mysqld
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2010 10:38 AM
тАО06-17-2010 10:38 AM
Re: Unrecognized service in linix
you might want to try:
/etc/init.d/httpd [restart|stop|start|status]
/etc/init.d/mysqld [restart|stop|start|status]
Regards.!
PS: Remember to thank us by assigning points!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2010 01:20 PM
тАО06-17-2010 01:20 PM
Re: Unrecognized service in linix
can u post the output of
rpm -qa mysql
rpm -qa apa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2010 03:45 AM
тАО06-18-2010 03:45 AM
Re: Unrecognized service in linix
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2010 09:13 PM
тАО06-27-2010 09:13 PM
Re: Unrecognized service in linix
Please see the output....
[root@pispap01 ~]# rpm -qa mysql
mysql-5.0.45-7.el5
[root@pispap01 ~]# rpm -qa apa
[root@pispap01 ~]#
[root@node ~]# ps -ef |grep apa
root 4356 1 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 4358 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/fcgi- -f /opt/cognite-3.0/apache2/conf/httpd.conf
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
daemon 4370 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 4371 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 4372 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 4374 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 4975 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 4981 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 5337 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 5375 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 5377 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
daemon 5381 4356 0 Jun17 ? 00:00:00 /opt/cognite-3.0/apache2/bin/httpd -f /opt/cognite-3.0/apache2/conf/httpd.conf
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
root 19367 19333 0 10:31 pts/0 00:00:00 grep apa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2010 02:12 AM
тАО06-28-2010 02:12 AM
Re: Unrecognized service in linix
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).
You should read the Cognite documentation to find out the correct and supported method of restarting it.
MK