svcs command shows the state as disabled

Hi

I need to export a directory named /sybase from my solaris machine via NFS. The svcs command shows the state as disabled. Please let me know how to export the directory.

Once the directory is exported from the solaris machine it has to be mounted locally in an aix machine. Can some one tell me the commands to do this.

cbspsrd01:# uname -X
System = SunOS
Node = cbspsrd01
Release = 5.10
KernelID = Generic_142909-17
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 32

0:0:0 /
cbspsrd01:# svcs network/nfs/server
STATE          STIME    FMRI
disabled       14:03:43 svc:/network/nfs/server:default

Add this to /etc/dfs/dfstab:

share -F nfs /sybase

Then run

shareall

Hi,

First you have to enable NFS then start sharing...

#svcadm enable nfs and check the /etc/services,port numbers..

it will help to you. if any questions let me know...:b: