Looking for administration tool to check if services are running


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Looking for administration tool to check if services are running
# 1  
Old 02-28-2006
Looking for administration tool to check if services are running

Hi!
We are having problems with our unix servers (SunOS 5.9) that services for some of our applications are continuously going down. (this is more due to the applications installed than the UNIX OS).

What I am looking for is some kind of administrative tool where I can set what service to scan if they are running or not. If they are not running the tool should then try to restart the services.

I am not a great unix coder, that is why I haven't dived into the endless possibilities of scripting this myself.

Any pointing in the right direction would be highly appreciated!
Thanks,
E
# 2  
Old 02-28-2006
You could put them into /etc/inittab to be started (and automatically restarted if not found with the respawn action) but without knowing what the applications are, this may or may not work. Plus, it may cause more problems (like the application one of my clients does - he put it into inittab and it just starts and dies continuously ).


Read the whole man page on inittab.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. HP-UX

How to fetch all running services on HP-UX?

Hi All, I have a requirement to get all the running services on few HP-UX boxes. In Linux systems I am able to do that successfully using: chkconfig --list. However I can't find anything equivalent in HP-UX. If anyone has any pointers on the same then please suggest. Adyan (4 Replies)
Discussion started by: Adyan Faruqi
4 Replies

2. HP-UX

List running services, corresponding package name and status.

Hi, I am trying to list down list of running services, corresponding package name and status on HP-UX box. The output will be a CSV in a fashion:- Service Name, Package Name, Status. While working on Linux centos, I used chkconfig to do the same. Below was the snippet:- for i in `chkconfig... (3 Replies)
Discussion started by: Happy83
3 Replies

3. Solaris

Bootloader Administration Tool

I need to know how to install & use 'Bootloader Administration Tool' in Solaris 11 Express. There is some documentation on this tool under 'Help' if you are in 'Package Manager'. :wall: Thanks (0 Replies)
Discussion started by: Tenyhwa
0 Replies

4. Red Hat

Reporting and administration tool for bind server

Hi Friends, I have two DNS (bind 9) servers (master and slave) running in my network. I want to impliment one reporting and administration tool for these DNS servers. Please suggest me which one is good for this. Regards, Arumon (2 Replies)
Discussion started by: arumon
2 Replies

5. UNIX for Advanced & Expert Users

detecting the running services

I did search on the subject on services in linux and they do explain how to find what are the services that loaded when the linux boot. however I have not find how to detect what services run right now. I would like to now that and how to kill services. Thanks. (3 Replies)
Discussion started by: programAngel
3 Replies

6. SuSE

Which command can be used to show running services?

Hi Dear Guys: I want to get a list of running services. Is there any command having this functionality? (3 Replies)
Discussion started by: crest.boy
3 Replies

7. AIX

how to check status of various services and port?

How can i check which service is activated on my AIX Box? how one can check particular port is open or not (like ftp/telnet port)? I dont have admin rights (1 Reply)
Discussion started by: ashish4422
1 Replies

8. UNIX for Dummies Questions & Answers

Running services, how to disable some?

Hello all happy people! :) Iam trying to figure out how to disable running services, and witch i can disable. Iam running ssh,apache,ftp and identd. Here is an output from nmap: 21/tcp open ftp Solaris ftpd 22/tcp open ssh SunSSH 1.1 (protocol 2.0) 23/tcp ... (2 Replies)
Discussion started by: empty
2 Replies

9. UNIX for Dummies Questions & Answers

List services running in UNIX

We have lost our Sys Admin and with the DST changes.. i need to make sure all services are re-started on a SUN server running SUNOS 5.9 How can i list what is running and make sure they are running after the DST patches are applied? (2 Replies)
Discussion started by: JanSP
2 Replies
Login or Register to Ask a Question