Defining a home resource
You can use the following command-line syntax and attributes for defining a home resource.
The command line syntax for defining a home resource
is:
nim -o define -t home -a Attribute=Value ... HomeName
The following attributes are required for the home resource:
Item | Description |
---|---|
-a location=Value | Specifies the full path name of the parent directory for the client /home directories. |
-a server=Value | Specifies the name of the machine where the directory for the home resource will be created. |
The following attributes are optional for the 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. |