Defining a devexports resource
You can use the following command-line syntax and attributes for defining a devexports resource.
The command line syntax for defining a devexports resource is as
follows:
nim -o define -t devexports -a server=server_name \
-a location=devexports_file_location devexports_object_name
After the devexports resource is defined, you can use the devexports resource
to allocate the resource and create a WPAR, as follows:
nim -o create -a devexports=devexports_object_name client_name
The following attributes are required for the devexports resource:
Item | Description |
---|---|
-a location=Value | Specifies the full path name of the file being defined as the devexports resource. |
-a server=Value | Specifies the name of the machine where the file for the devexports resource resides. |
The following attributes are optional for the devexports resource:
Item | Description |
---|---|
-a comments=Value | Describes the resource. |
-a source=Value | Specifies an existing devexports resource to be replicated when defining a new resource. The file pointed to by the source resource will be copied to the new location. |
-a nfs_versValue | Specifies the NFS protocol version required for NFS access. |
-a nfs_secValue | Specifies the security method required for NFS access. |