Solaris 10 11/06 NFS will not enable

I can not get NFS to enable

root@owsas2 /> svcs -a |grep nfs

disabled10:24:08 svc:/network/nfs/server:default

online 10:03:35 svc:/network/nfs/status:default

online 10:03:36 svc:/network/nfs/nlockmgr:default

online 10:21:37 svc:/network/nfs/mapid:default

online 10:22:33 svc:/network/nfs/rquota:default

online 10:23:09 svc:/network/nfs/cbd:default

online 10:23:41 svc:/network/nfs/client:default

I have enabled all other with dependencies but still can not get the server enabled.

svcadm -v enable -r /network/nfs/server

svc:/network/nfs/server:default enabled.

...

...

It says it is enabled but the svcs command says something different.

root@owsas2 /> svcs -xv nfs/server

svc:/network/nfs/server:default (NFS server)

State: disabled since Thu Jul 05 10:24:08 2007

Reason: Disabled by an administrator.

See: http://sun.com/msg/SMF-8000-05

See: man -M /usr/share/man -s 1M nfsd

See: /var/svc/log/network-nfs-server:default.log

Impact: This service is not running.

[1110 byte] By [LHradowya] at [2007-11-27 9:47:44]
# 1
Are you sharing anything? I have a feeling it will not allow itself to be enabled if there is no folder in the dfstab.
kjard_usa at 2007-7-13 0:00:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
nfs server will not be running unless you have an entry in /etc/dfs/dfstab. The dfstab file has a sample entry for suitable syntax.After you make an entry in dfstab you can run 'svcadm enable nfs/server' and then run 'share' to see what you are sharing.
Stuart_Flishera at 2007-7-13 0:00:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...