Enable-SmRepositoryHAConfig
Contributors
Suggest changes
Enables SnapCenter repository HA configuration.
Syntax
Enable-SmRepositoryHAConfig [-SlaveNode] <String>
Detailed Description
Enables SnapCenter repository HA configuration.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
SlaveNode |
Specifies the IP address of the slave node. This IP must not belong to the master node IP or IP of the machine where this cmdlet is running. |
true |
true (ByPropertyName) |
Examples
Example 1: Enabling SnapCenter repository HA config
Enable-SmRepositoryHAConfig -SlaveNode "slave_node_ip_address"
This example syntax enables SnapCenter repository HA config. Slave node IP must not belong to the master node IP or IP of the machine where this cmdlet is running. This cmdlet must be executed on the Master (primary) node.
Enable-SmRepositoryHAConfig
Are you sure you want to enable MySQL HA Configuration ?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):
SnapCenter repository HA configuration is successfully configured.