GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Operating System  >  Solaris Admin
Go To First  |  Previous Question  |  Next Question 
 Solaris Admin  |  Question 182 of 189    Print  
TELNET and SSS
If a server is pingable but unable to TELNET or SSS what will you check and how will you resolve it?


  
Total Answers and Comments: 5 Last Update: September 23, 2009     Asked by: pking 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 26, 2009 00:10:49   #1  
vijay_kky Member Since: April 2009   Contribution: 1    

RE: TELNET and SSH
Start the machine in single user mode. Connect to console and check for the problem.
 
Is this answer useful? Yes | No
May 04, 2009 13:47:22   #2  
xabiullah Member Since: May 2009   Contribution: 5    

RE: TELNET and SSS

1. Log onto your system using console.

2. Check whether the ssh daemon and the telnet deamon is running.

a. Using the svcs - a |grep ssh and svcs -a |grep telnet or
using ps -ef command.

b. Additionally Check these serivces are listening to the
routable IP within the subnet and right port using command netstat -anP tcp |grep
22 and netstat -anP tcp |grep 23.If not bound configure accordingly.

c. If the services are not running then start the services
using `svcadm` command. And repeat the above two steps to confirm.

3. If already running Check the firewall setting and configure firewall
accordingly.


 
Is this answer useful? Yes | No
May 07, 2009 22:29:46   #3  
sateeshbraju Member Since: May 2009   Contribution: 1    

RE: TELNET and SSS
We have to enable the telnet and ssh services

svcadm enable telnet
svcadm enable ssh

After that we have to start the telnet service

svcadm restart telnet
svcadm restart ssh

 
Is this answer useful? Yes | No
June 17, 2009 21:30:01   #4  
sankar.naru Member Since: June 2009   Contribution: 12    

RE: TELNET and SSS
You first check whether there are any dependency services are enabled or not.

svcs -xv telnet and svcs -xv ssh


If there are no dependencies then you can simply enable telnet and ssh
svcadm enable telnet and svcadm enable ssh


If there are dependencies you first enable those services and then you have to enable these two services


 
Is this answer useful? Yes | No
September 23, 2009 03:39:34   #5  
sathish_us Member Since: August 2009   Contribution: 4    

RE: TELNET and SSS
Check the TELNET & SSH services are running. If not start the services.

# svcs -a |grep telnet

# svcadm enable telnet
# svcadm enable ssh

If still not to able to logon check the firewall.

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape