Tchater maintenant avec le support
Tchattez avec un ingénieur du support

StoragePoint 6.0 - PowerShell and API Reference Guide

PowerShell Guide
StoragePoint PowerShell Overview Getting Started Profile and Endpoint Management Cmdlets Timer Job Scheduling Cmdlets BLOB Information and Migration Cmdlets Miscellaneous SharePoint Utility Cmdlets PowerShell Script Examples StoragePoint API Reference
About Us

Set-EndpointConnection

This command will update the storage endpoint connection string in StoragePoint.

Parameters

·EndpointName (e): The name of the new Endpoint. REQUIRED.

·Connection (conn): The connection string for the Endpoint. REQUIRED.

Examples

The following example will update the connection string of an existing StoragePoint endpoint with a file system adapter.

Set-EndpointConnection –e “EP1” –conn “PATH=\\SERVERNAME\Endpoints\EP10”

 

Set-SystemCacheConnection

This commandlet updates the System Cache connection string for the adapter.

Parameters

·Connection (conn): Connection string for the adapter. REQUIRED.

Example

The following example will update the system cache endpoint connection string, using the File System Adapter.

Set-SystemCacheConnection –conn “PATH=\\SERVERNAME\EndpointName;AUDITDELETE=False;BUFFERSIZE=8192;SHREDONDELETE=False;USEMETA=False;”

 

Remove-ProfileEndpoint

The command allows you to remove an endpoint from an existing profile based on index position or endpoint name.

Parameters

·Profile (p): The Id or name of the profile. REQUIRED

·Endpoint (e): The Id or name of the endpoint.

·Sequence (seq): Endpoint position or index.

Example

The following example shows how to remove an endpoint from a profile using the index position.

·If both fields are used, and there is a conflict, i.e. 'EP2' is not in position 2, sequence will be used.

Remove-Profile

This command allows the removal of a profile from StoragePoint. If a broader profile exists, the profile can be retired. If a profile is removed, and not retired, the bulk recall job will be run automatically.

Parameters

·Profile (p): The Id or name of the profile. REQUIRED

·Retire: Flag to Retire the profile. Include this parameter to Retire the Profile.

·RetireBackupedUpBLOBs: Flag to indicate that the Backup Sync job will run. If Retire option is set, this option can be used.

·BackupEndpoint (be): Backup endpoint name to include in the Retire Profile. If RetireBackupedUpBLOBs option is set, this option it is REQUIRED.

·DeleteContentDatabaseBackups: Delete any backups of the content database(s) associated with the profile.

·NumberOfThreads (threads): Number of threads to run the job with.

·EmailDefault: If specified (-EmailDefault), send status email to the default notification group setup in General Settings.

·NotificationEmailOther (email): Other email addresses (not in default notification group) to send status emails to.

·JobServer (jobsvr):  Name of server machine on which to run the job.

Examples

Deletion when the profile does not have successor profile.

Remove-Profile –p ”CDB-20390”

Deletion when the profile has successor profile, but without retiring the backed up BLOBs.

Remove-Profile –p ” CDB-20390” –Retire

Deletion when the profile has successor profile and includes retiring the backed up BLOBs.

Remove-Profile –p “CDB-20390” –Retire –RetireBackupedUpBLOBs –BackupEndpoint “Backup1”

Deletion with optional arguments.

Remove-Profile –p “CDB-20390” –Retire –RetireBackupedUpBLOBs –BackupEndpoint “Backup1” -DeleteConentDatabaseBackups –EmailDefault –threads 5 –NotificationEmailOther “test.example@dominio.com” –jobsvr “SERVER”

Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation