DL4300 Appliance
New-Repository
454
Usage
The usage for the command is as follows:
New-Repository | –name [name] -size [size] -datapath [location] -metadatapath [location]
Command Options
The following table describes the options available for the
New-Repository
command:
Table 216. New-Repository command options
Option
Description
-?
Display this help message.
-core
Optional. Remote Core host machine IP address
(with an optional port number). By default the
connection is made to the Core installed on the local
machine.
-password
Optional. Password to the remote Core host
machine. If you specify a password, you also have to
provide a user name. If none are provided, then the
logged-on user's credentials will be used.
-name
Repository name.
-size
Size of repository extent. Available units are: b, Kb,
MB, GB, TB, PB.
-datapath
For local location only. Determines data path of
repository extent.
-metadatapath
For local location only. Determines metadata path of
repository extent.
-uncpath
For share location only. Determines data and
metadata paths of repository extent.
-shareusername
For share location only. Determines login to share
location.
-sharepassword
For share location only. Determines password to
share location.
-comment
Optional. Description of repository.
-concurrent
Operations
Optional. Maximum number of operations that can
be pending at one time. Value by default: 64.
Example:
Create new DVM repository of minimum size in local drive E:
>New-Repository –name Repository2 -size 250Mb -datapath e:\Repository\Data -metadatapath e:\Repository\Metadata
Parent topic