Welcome

Hello,

Welcome to this blog. A collection of best ideas with varied interests will be published on this blog. Ideas will match for many solutions mainly into Technology. So feel free to find your post to read online be your mood happy or sad.

Navigate through the list of lable's. Please do drop your valuable comments if you like or dislike any post[s].

Hope you will find and learn good stuff here.

Thanks
Jagadeesh

Sunday, June 1, 2008

How to enable Telnet in Solaris

To enable TELNET service in Solaris do the following steps:

Step1: Edit the /etc/default/login file
vi /etc/default/login
comment the line "CONSOLE"

Step2: Run the following command to do enable
svcadm enable telnet
(or)
svcadm -v enable svc:/network/telnet:default

Step3: Check the status of the service
svcs | grep telnet

Troubleshooting:
If you face any problem while enabling the telnet service, check the following command output to identify the issue.

svcs -l telnet
(or)
svcs -d telnet

No comments: