Skip to main content
SnapCenter 6.0 cmdlets

Set-SmDataCollectionEmsTarget

Contributors

Specifies the target storage system to which you want to send your EMS data collection messages.

Syntax

Set-SmDataCollectionEmsTarget [-Target]  <String>

Detailed Description

Specifies the target storage system to which you want to send your EMS data collection messages. You are not required to set up the EMS data collection target storage system. If you omit the EMS data collection target, SnapCenter sends the EMS storage collection messages to the first in your list of storage system connections, and retries subsequent connections upon failure.

Parameters

Name Description Required? Pipeline Input Default Value

Target

Specifies your target storage system name. If you need to identify the storage system name, run Get-SmStorageConnection to view a list of storage system names.

true

false

Examples

Example 1: Setting the EMS data collection target storage system

 Set-SmDataCollectionEmsTarget -Target SVM1

This example syntax sets the target storage system to which you want to send your EMS data collection messages.

Target
------
SVM1