Telnet uninitialized


 
Thread Tools Search this Thread
Operating Systems Solaris Telnet uninitialized
# 8  
Old 05-28-2013
Many services, including telnet, depend on the local file system to start properly before being enabled.

You need to fix the issue before the remaining services have a chance to start.

A workaround would be to comment out the problem entries in /etc/vfstab and run
Code:
svcadm clear system-filesystem-local

# 9  
Old 05-28-2013
Quote:
Originally Posted by jlliagre
Many services, including telnet, depend on the local file system to start properly before being enabled.

You need to fix the issue before the remaining services have a chance to start.

A workaround would be to comment out the problem entries in /etc/vfstab and run
Code:
svcadm clear system-filesystem-local

As jiliagre is saying, there's nothing wrong with telnet, the issue is caused by the inability of vfstab to load all the listed devices. If you correct the issues there and clear the error state, telnet will likely start fine.
# 10  
Old 05-28-2013
I got it but still confused as you said that services dependent on local file system.. but issue is with storage as system is unable to mount those file system but what's relation of telnet if SAN mount points are not mounted?
I will do what u have said but needs to clear this confusion
# 11  
Old 05-28-2013
Quote:
Originally Posted by smazshah
I got it but still confused as you said that services dependent on local file system.. but issue is with storage as system is unable to mount those file system but what's relation of telnet if SAN mount points are not mounted?
I will do what u have said but needs to clear this confusion
You probably need to read up on the Service Manager in Solaris.
# 12  
Old 05-28-2013
now storage mount point are visible but still unable to do telnet.its m4000 machine.
now look this
Code:
svcs -a|grep telnet
uninitialized  May_15   svc:/network/telnet:default

Code:
svcs -x telnet
svc:/network/telnet:default (Telnet server)
 State: uninitialized since Wed May 15 16:46:41 2013
Reason: Restarter svc:/network/inetd:default is not running.
   See: http://sun.com/msg/SMF-8000-5H
   See: in.telnetd(1M)
   See: telnetd(1M)
Impact: This service is not running.

still unable to do telnet now enteries of VFSTAB IS same as df -h ..still unable to do telnet and ftp

---------- Post updated at 04:15 PM ---------- Previous update was at 04:11 PM ----------

now look this
Code:
svcs -a |grep telnet
uninitialized  May_15   svc:/network/telnet:default
bash-3.00# inetadm -l network/telnet
SCOPE    NAME=VALUE
         name="telnet"
         endpoint_type="stream"
         proto="tcp6"
         isrpc=FALSE
         wait=FALSE
         exec="/usr/sbin/in.telnetd"
         user="root"
default  bind_addr=""
default  bind_fail_max=-1
default  bind_fail_interval=-1
default  max_con_rate=-1
default  max_copies=-1
default  con_rate_offline=-1
default  failrate_cnt=40
default  failrate_interval=60
default  inherit_env=TRUE
default  tcp_trace=FALSE
         tcp_wrappers=TRUE
default  connection_backlog=10
bash-3.00# svcs -x telnet
svc:/network/telnet:default (Telnet server)
 State: uninitialized since Wed May 15 16:46:41 2013
Reason: Restarter svc:/network/inetd:default is not running.
   See: http://sun.com/msg/SMF-8000-5H
   See: in.telnetd(1M)
   See: telnetd(1M)
Impact: This service is not running.
bash-3.00# svcs -x -v telnet
svc:/network/telnet:default (Telnet server)
 State: uninitialized since Wed May 15 16:46:41 2013
Reason: Restarter svc:/network/inetd:default is not running.
   See: http://sun.com/msg/SMF-8000-5H
   See: man -M /usr/share/man -s 1M in.telnetd
   See: man -M /usr/share/man -s 1M telnetd
Impact: This service is not running.

---------- Post updated at 04:16 PM ---------- Previous update was at 04:15 PM ----------

service is uninitialized does it affect service..????

how to initialized it

Last edited by Scott; 07-29-2013 at 09:44 AM.. Reason: Code tags
# 13  
Old 05-28-2013
Quote:
Originally Posted by DustinT
You probably need to read up on the Service Manager in Solaris.
Quote:
Originally Posted by jlliagre
Code:
svcadm clear system-filesystem-local

# 14  
Old 05-28-2013
Code:
svcs -a|grep telnet
uninitialized  May_15   svc:/network/telnet:default

svcs -l svc:/network/telnet  :default
fmri         svc:/network/telnet:default
name         Telnet server
enabled      true
state        uninitialized
next_state   none
state_time   Wed May 15 16:46:41 2013
restarter    svc:/network/inetd:default


Last edited by Scott; 07-29-2013 at 09:44 AM.. Reason: Code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Lot of services in non-global zones, in uninitialized after reboot

Hello, This is Solaris-10 server, running with 4 non-global zones. This server was hung today and I had to reboot it forcefully from console. Then root file-system was not clean and I had to run fsck from failsafe mode. After it came back in run-level-3, lot of services are showing in... (3 Replies)
Discussion started by: solaris_1977
3 Replies

2. Shell Programming and Scripting

PERL - Use of uninitialized value in pattern match (m//)

I have written a PERL script to read files from directory that the filename contains OT. It then takes each line of each file and prints the first 5 characters before the first occurence of a /. Currently I am getting the error: Use of uninitialized value in string at rowGrab.pl line 43.... (3 Replies)
Discussion started by: chris01010
3 Replies

3. UNIX for Dummies Questions & Answers

Difference Between Krb5-telnet And Ekrb5-telnet

Hi, I want to know the difference between these two services. Both are under xinetd. Both are used for enabling and disabling Telnet service. So, can somebody please explain me the difference between the two ? Thanks in advance :) (0 Replies)
Discussion started by: kashifsd17
0 Replies

4. UNIX for Dummies Questions & Answers

Automatically login in the telnet from present telnet

Hi, I was writing one script which includes to switch to the another telnet automatically from the present telnet server. I was using rlogin but firstly it takes the same user name of the present telnet and secondly it is prompting for the password. But i want to switch to the another telnet... (2 Replies)
Discussion started by: Prateek
2 Replies

5. Shell Programming and Scripting

"Use of uninitialized value" in perl

Hi Guys, I am trying to run a Perl code which reads the csv file and has to write certain fields to another file . I see the following when trying to execute the script Use of uninitialized value in string eq at ./file.pl line 19, <> line 13. Use of uninitialized value in concatenation (.)... (4 Replies)
Discussion started by: stunnerz_84
4 Replies

6. Shell Programming and Scripting

use of uninitialized value in subtraction

Hallo all i am trying to execute this script ............... But this is throwing the error...... use of uninitialized value in subtraction in at icd_convert.pl line 156 use of uninitialized value in subtraction in at icd_convert.pl line 157 use of uninitialized value in subtraction in at... (1 Reply)
Discussion started by: suvenduperl
1 Replies

7. Solaris

How to clear STATE - uninitialized in solaris 10

Helloo Frd's, How to clear uninitialized state in solaris 10 Services, the fallowing inetadm shows on my server. I tried svcadm clear, enable... not worked. And also i can't change to enable some of service on that. sara4@root# inetadm ENABLED STATE FMRI disabled ... (6 Replies)
Discussion started by: madhu548
6 Replies

8. Shell Programming and Scripting

Webpage to Telnet via Perl and Expect: Telnet problem?

Somewhat long story: I have a simple Perl CGI script that uses Expect to Telnet to a device and grab some data, and then spits it back to Perl for display on the Webpage. This works for many devices I've tried, but one device just fails, it keeps rejecting the password on this device, only... (1 Reply)
Discussion started by: jondo
1 Replies

9. Shell Programming and Scripting

Use of uninitialized value in join or string at arraydef.pl

When try to execute the following script, its throwing this error: " Use of uninitialized value in join or string at arraydef.pl line 17. " The script is : 1 #!/usr/bin/perl 2 3 use strict; 4 5 my @a = ( 1...10 ); 6 7 print " Original array : @a... (5 Replies)
Discussion started by: praveen_b744
5 Replies

10. Programming

bss(uninitialized data) segment allocation

Hi 1) Please go through the following code : char string2; char string1; main() { memcpy(string2,"SENDER ",12); strcpy(string1,"******"); printf("%s\n%s\n",string1,string2); } 2) and the output of... (7 Replies)
Discussion started by: karimulla_sha
7 Replies
Login or Register to Ask a Question