Solaris 10: enable NFS server

Home -> UNIX -> Solaris -> System administration

26097 views

From the computer of: qmchenry (338 recipes)
Created: May 20, 2005


0 comments:
View all comments

Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

The new service management facility in Solaris 10 provides a powerful means of administering services. This addition to Solaris means significant changes to operations related to service administration. This recipe describes the command that will enable the NFS server in Solaris 10.

The NFS server service is dependent on a slew of other services. Manually enabling all of these services would be tedious. The svcadm command makes this simple with one command:

svcadm -v enable -r network/nfs/server


The -v option makes the command output verbose details about the services enabled. You can use the -t option (..enable -rt network...) to enable these services temporarily (so that they will not be automatically enabled when the system reboots). By default, enabling a service will enable it permanently (persistent across reboots until it is disabled).

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Change Solaris DNS client settings
  Create a local Solaris flash archive
  Login to Solaris desktop from Windows using Cygwin
  Solaris 10: connect or login to zone console
  Validate information from a Solaris flash archive
  Solaris: list detailed package information with pkginfo
  How to make Solaris reject remote logging
  Change BootPROM settings from the Solaris command line
  Remove or backout patches in Solaris
  Solaris: Mount filesystem with UFS logging enabled

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.