Services On Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Services On Unix
# 1  
Old 05-23-2001
Tools

Greetings All,

Telnet has stopped working on one of my servers and I need to restart it. But I don't know the command for it in UNIX.

PLEASE HELP!!!!!!!!!!!
# 2  
Old 05-23-2001
First check to see if inetd is running:
Code:
ps -ef | grep inetd

It should return something like:
root 245 1 0 May 16 ? 0:06 /usr/sbin/inetd -s
chuckb 25229 8836 0 13:31:56 pts/102 0:00 grep inetd

If you don't get something like the top line, (ignore the grep line) you need to start inetd. Rebooting the box would be easiest, if thats not an option what exact OS are you running (Solaris, AIX, Linux, etc)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to Start services based on dependent services on other AIX machine

Hi, I just started working on a script. After my research, i found a command which can help me: AIM: To build a script which starts the services (Services 1) on server 1 automatically whenever its down. And it has a dependency on other service (Service 2) on Server 2. So my script has to... (4 Replies)
Discussion started by: draghun9
4 Replies

2. Shell Programming and Scripting

Calling RESTful web services from Unix ?

Hello, I need to make a function call to a RESTful web service. I tried using curl command but it throws an error 'Mathod not allowed' curl --request POST <link> Could someone confirm if Unix can call a RESTful web service and share some examples around the Syntax Thanks in Advance :b:... (2 Replies)
Discussion started by: amitshete
2 Replies

3. UNIX and Linux Applications

Unix Services File

Hi all, I am fairly new to Unix/Linux, have been working on installattion for Tivoli Directory Services.The installation has a conflict with ports which is a known issue with the Directory Service. As per IBM the properties files can be changed to manually, for the Webadmin(Websphere) protal... (1 Reply)
Discussion started by: abdulhaindade
1 Replies

4. Windows & DOS: Issues & Discussions

Windows services for unix - How do I run in batch

I just installed Windows Services for Unix. I want to create a ksh program and schedule it using the Windows scheduler. How would I go about doing it? What would the command line look like? Do I always have to be in a ksh shell to run the batch program even if it is not scheduled? ... (3 Replies)
Discussion started by: rbdenham
3 Replies

5. Windows & DOS: Issues & Discussions

Services for Unix

I just installed Services for Unix on a Windows 2003 DC. I have a Debian box with Samba shares for our storage drive. I'm trying to test a Linux client. She is unable to read or write from the Samba shares. Her login is being mapped to the same name from NIS to AD. She can login from a windows... (0 Replies)
Discussion started by: dawningtech
0 Replies

6. UNIX for Dummies Questions & Answers

Unix stopping the tcp services

Hi There We currently experiencing a problem on our Unix server Sco 5.07 , whereby the tcp services stops on it own and even if we restart the services manually the services still does not come up,We loose the printer and pc connections to the server we then need to restart the Unix server in... (1 Reply)
Discussion started by: esh
1 Replies

7. 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

8. Cybersecurity

Unix Services (Solaris 9)

Our systems group is asking if it would be Ok to turn off certain services due to potention security risks. The following are being contemplated. Service chargen daytime discard dtspcd echo exec finger fs gssd in.comsat kcms_server ktkt_warnd login name rpc.cmsd rpc.metad... (4 Replies)
Discussion started by: BCarlson
4 Replies

9. Windows & DOS: Issues & Discussions

Windows Services for UNIX

http://www.microsoft.com/windows/sfu/ Download Windows Services for UNIX 3.5 (it is Free!) Did anyone use it? What can be ran? (5 Replies)
Discussion started by: eugrus
5 Replies

10. UNIX for Dummies Questions & Answers

Print Services for Unix

Hi, Very new to Unix environment. Hopefully, this will be a quicky answer....I can't seem to find the answer anywhere, and everyone here is stumped. We have a Unix 6 machine that runs our corporate software. We have users using Windows 2000 that telnet (J River) into the Unix system.... (1 Reply)
Discussion started by: kjm
1 Replies
Login or Register to Ask a Question