Enable ftp/telnet Solaris 10

Hi,I磎 trying to enable ftp/telnet in Solaris 10, this is my first time i use solaris 10, could you help me please?
[128 byte] By [Movistar] at [2007-11-26 9:52:52]
# 1
If "svcs ftp" reports that the ftp service is in the "disabled" state, then you should be able to run "svcadm enable ftp" to enable it. Same thing for telnet. I believe that after a default install of Solaris 10, though, these services will already be enabled.
davidbustos@suncom at 2007-7-7 1:08:32 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Thanks.....everything is fine now....
Movistar at 2007-7-7 1:08:32 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
HiI hve got install sol. 10, i would like to enable telnet service.Currently i have the below status..couldn't enable it "svcadm enable telnet"bash-3.00# svcs -a |grep telnetuninitialized2:19:59 svc:/network/telnet:defaultPls. assist me..
Ar_Balaji at 2007-7-7 1:08:32 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
So what 'svcs -vx' says? There must be something interesting in theoutput which related to the failure.Steve
scp at 2007-7-7 1:08:32 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5

Steve..here we go the o/p of the command "svcs -vx"

Couple of dependent services has not running...

svc:/system/filesystem/local:default (local file system mounts)

State: maintenance since Mon Nov 05 02:20:48 2007

Reason: Start method exited with $SMF_EXIT_ERR_FATAL.

svc:/network/rpc/gss:default (Generic Security Service)

State: uninitialized since Mon Nov 05 02:19:58 2007

Reason: Restarter svc:/network/inetd:default is not running.

svc:/application/print/server:default (LP print server)

State: disabled since Mon Nov 05 02:19:58 2007

Reason: Disabled by an administrator.

svc:/network/rpc/smserver:default (removable media management)

State: uninitialized since Mon Nov 05 02:20:00 2007

Reason: Restarter svc:/network/inetd:default is not running.

Ar_Balaji at 2007-7-7 1:08:32 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 6

I suspect that inetd can't run because of filesystem/local being in maintenance.

Run "svcs -x telnet" and "svcs -x inetd" to be sure. If so, then filesystem/local

is probably failing because something went wrong with a mount. Take a look

at /var/svc/log/system-filesystem-local:default.log , and if you can fix the problem,

run "svcadm clear filesystem/local".

David_Bustos at 2007-7-7 1:08:32 > top of Java-index,Solaris Operating System,Solaris 10 Features...