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