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