cannot telnet after restarting server


 
Thread Tools Search this Thread
Operating Systems Solaris cannot telnet after restarting server
# 1  
Old 08-17-2007
Error cannot telnet after restarting server

Dear guys,

Pls help me this case. I telnet normally to Solaris. After restarting it manually, I can only console, cannot telnet from my latop although I can ping it. I checked

/etc/default/login
/usr/sbin/in.telnetd
/etc/inet/inetd.conf

All these files are the same.

I don't see telnet service run:
# ps -ef|grep telnet
root 140 133 0 11:08:37 ? 0:00 grep telnet
#
Pls help me. Thanks
# 2  
Old 08-17-2007
It's run by inetd.

Look in /etc/inetd.conf and you should see an entry.

Can you "telnet 127.0.0.1" from the box itself (loopback)
# 3  
Old 08-17-2007
Please post the output uname -a


If you use Solaris 10 please try this:

svcs -l svc:/network/telnet:default

Normal output:
fmri svc:/network/telnet:default
name Telnet server
enabled true
state online
next_state none
state_time August 14, 2007 1:13:59 PM GMT
restarter svc:/network/inetd:default

Best regards
joerg
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Is it mandatory or not to stop/start Applcation server ehen Restarting Database Server?

Good afternoon I need your help please. There is a Mantenance Windos which needs to Restart de Database Server 192.x.x.97 to set up some configuration Is it mandatory or not to stop/start Applcation server that runs in 192.x.x.95 ? Is it mandatory or not to stop/start apache and Tomcat?... (3 Replies)
Discussion started by: alexcol
3 Replies

2. Solaris

Restarting inetd picks up environment, passed on via telnet

Curious problem I just encountered: needing to restart inetd, I su'd to root and executed the usual commands # /etc/init.d/inetsvc stop # /etc/init.d/inetsvc start Shortly after this, users started reporting unexpected behaviour after logging in with telnet, and it turned out they all had... (4 Replies)
Discussion started by: mde
4 Replies

3. Shell Programming and Scripting

Script for to kill the process Ids when restarting the unix server

Hi, I need a script to kill the process Ids for the user ABC. I prepared the following script after that while logging with user therough script i am not sure how to pass the user name and password.Can ou modify the script and help me out. #!/bin/bash for filesize in $(ls -ltr | grep... (4 Replies)
Discussion started by: victory
4 Replies

4. Solaris

restarting sysedge on a solaris server

If I want to restart sysedge on a solaris box and it does not want to come up. It gets stucked. How can I check where the sysedge pid file so I can delete it and try to start sysedge again? What can cause sysedge to not come up? Thanks, (0 Replies)
Discussion started by: Pouchie1
0 Replies

5. Shell Programming and Scripting

How to auto telnet the server from another server using script

Hi All, I have a problem with auto telnet script, but I want to tell u something a) I am only a member access on the server, so not able to access 'root' account b) not able to install any software on server 3) On server, there is not install 'except' I have to write a script, which is ran... (0 Replies)
Discussion started by: atul9806
0 Replies

6. Shell Programming and Scripting

Help with restarting of application with reboot of AIX server

Hi, We have hosted our application on AIX server. The problem is that we have to start our application manually once the server is rebooted. Please guide me in writing a script that does this job automatically with the re-start of the server. I'm looking for something like windows services in... (2 Replies)
Discussion started by: himanshu397
2 Replies

7. UNIX for Dummies Questions & Answers

Help with restarting SUN m4000 server

I'm trying to power on our SUN m4000 server after a recent shutdown. When I try to connect to the xscf console I'm getting prompted for a password. The system is not asking for a login just a password. Below is the output from the xscf console. Anyone know how I can safely get back to the... (0 Replies)
Discussion started by: orahi001
0 Replies

8. Solaris

server restarting

Hello people, My solaris server is rebooting, not sure how!!! Which log should I look in to? I checked /var/adm/messages and dmesg also. How do I check older dmesg logs? I checked lastlog and also ran the last command. Nothing useful pointing to why server rebooted. Also when server reboots I... (4 Replies)
Discussion started by: rcmrulzz
4 Replies

9. Solaris

shutting down/restarting oracle with the solaris server restart

How can I make sure that all the database instances are shut down and brought up when the server is restarted. Krishan (3 Replies)
Discussion started by: krishan
3 Replies

10. Solaris

How to change Timezone without restarting teh server

Hi I have changed my timezone using the command export TZ='Asia/Calcutta" but teh affect is taking place only in teh shell where I am logged in. If I export teh variable when I open the new session, things are fine. Can I affetct the change universally, without restarting the server. ... (2 Replies)
Discussion started by: krishan
2 Replies
Login or Register to Ask a Question