Publish-EmcPublisherConnectionInfo

Publishes the connection information of the specified system to the specified ESI service.

 

Syntax

 

Parameters

-ServiceUrl <String>

Attributes: Optional, Position: named

Specifies the base URL for the ESI service. This must contain only the scheme, host, and port. If no value is specified, ESI uses the default of localhost or the value set by using the Set-EmcServiceUrl cmdlet.

 

-UserFriendlyName <String>

Attributes: Required, Position: named

Specifies the user-friendly name for the system registered with ESI whose connection information will be published to the service.

 

-ServiceName <String>

Attributes: Required, Position: named

Specifies which service to use to publish the systems. The values can be esiservice  (for ESI Service) or esiexchangemonitorservice (for ESI Exchange HA Extension).

 

-Silent <SwitchParameter>

Attributes: Optional, Position: named

Turns off all the informational and verbose messages. However, it still displays errors.

 

-StorageSystem <IStorageSystem>

Attributes: Required, Position: named

Specifies the storage system object you want to publish. A storage system object can be obtained by using the Get-EmcStorageSystem cmdlet.

 

-ReplicationService <IReplicationService>

Attributes: Required, Position: named

Specifies the replication service object you want to publish. A replication service object can be obtained by using the Get-EmcReplicationService cmdlet.

 

<CommonParameters>

This cmdlet supports these common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. Type get-help about_commonparameters for more details.

 

Examples

---------- Example 1 ----------

C:\PS>Publish-EmcPublisherConnectionInfo -ServiceName esiservice -UserFriendlyName MyVMAX

This example publishes the connection information of the MyVMAX system to the ESI Service.

 

---------- Example 2 ----------

C:\PS>Get-EmcStorageSystem | Publish-EmcPublisherConnectionInfo -ServiceName esiservice

This example publishes the connection information of all of the storage systems to the ESI Service.