Add-SmVerificationServer
Adds a verification server.
Syntax
Add-SmVerificationServer [-Name] <String> [-HostName] <String> [-UseDriveLetter] <> [-MountPointPath] <String> [-MaxJobCount] <Int32> [-CredentialName] <String> [-PluginCode] <PluginCode> [-Description] <String>
Detailed Description
Adds a verification server. A verification server is used in a SnapCenter Plug-in for Microsoft SQL Server environments to run an integrity check of the backups. It is a SQL Server instance, on which you run backup verification. Verification is a CPU intensive operation, so it is recommended that you set up a dedicated verification server.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
Name |
Specifies the SQL Server instance that you want to use as the verification server. |
true |
true (ByPropertyName) |
|
HostName |
Specifies the host on which you want the verification server to be located. You can have more than one verification server located on the same host. |
false |
true (ByPropertyName) |
|
UseDriveLetter |
Specifies that you want to use an available drive letter for mounting the Snapshot copy for verification. To perform backup verification, the Snapshot copy is mounted and then DBCC checkdb is run. If you do not specify UseDriveLetter, the Snapshot copy is mounted using a mount point path you specify. |
false |
true (ByPropertyName) |
False |
MountPointPath |
Species the default mount point path you want to use to mount the Snapshot copy for verification. |
true |
true (ByPropertyName) |
|
MaxJobCount |
Specifies the maximum number of verification jobs that can be run concurrently on the verification server. The default is 1 job. It is recommended that you increase this parameter with caution. The recommended maximum job count is 5. |
false |
true (ByPropertyName) |
1 |
CredentialName |
false |
true (ByPropertyName) |
||
PluginCode |
Provides the SnapCenter plug-in code. For example, if you want to use the SnapCenter Plug-in for Microsoft SQL Server, the plug-in code is SCSQL. If you do not specify this parameter, MSFT_SQL is the default. |
false |
true (ByPropertyName) |
|
Description |
Provides an optional description for the verification server you are setting up. |
false |
true (ByPropertyName) |
Examples
Example 1: Adding a verification server
Add-SmVerificationServer -Name mva-s51/instance1 -HostName mva-s51 -UseDriveLetter -MountPointPath c:\temp -MaxJobCount 1 -PluginCode SCSQL
This example syntax adds a verification server.
Name: mva-s51/instance1 HostName: PlugIn : UseDriveLetterIfAvail : True DefaultMountPointFolder : c:\temp MaxJobCount : 1 Description : EndpointURI : PluginVersion :