Stopping NFS from starting at bootup - Solaris 10

Does anyone know how I stop nfs/lockd and all of the associated services from starting at bootup? There's nothing in the /etc/rc*.d files to rename. That was my first idea. I also tried renaming /etc/init.d/nfs.server to something else, but that did not work either.

Any ideas would be greatly appreciated.

Aaron

Please us SMC to manage your processes. SMC is short form of Solaris Management Console.

Thanks
Nimish

Use the svcadm command.

svcs -a | grep nfs ==> this will return the service name for the nfs client

svcadm disable XXX ==> disable the nfs client.