Defining a shared_home resource

You can use the following command-line syntax and attributes for defining a shared_home resource.

The command line syntax for defining a shared_home resource is:
nim -o define -t shared_home -a Attribute=Value ... shared_homeName

The following attributes are required for the shared_home resource:

Item Description
  -a location=Value Specifies the full path name of the directory to be used as a common /home directory among clients.
  -a server=Value Specifies the name of the machine where the directory for the shared_home resource will be created.

The following attributes are optional for the shared_home resource:

Item Description
  -a comments=Value Describes the resource.
  -a group=Value Specifies the name of a resource group to which this resource should be added.
  -a verbose=Value Displays information for debugging. To show maximum detail, specify a value of 5.