Set-SmRepositoryConfigSettings
Contributors
Suggest changes
Enables you to set MySQL High Availability repository configuration settings for the SnapCenter Server host.
Syntax
Set-SmRepositoryConfigSettings [-NLBClusterIP] <String> [-NLBNodeIPs] <String>
Detailed Description
Enables you to set MySQL High Availability repository configuration settings for the SnapCenter Server host.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
NLBClusterIP |
Specifies the NLB Cluster IP address to which the SnapCenter Server NLB host is configured. |
true |
true (ByPropertyName) |
|
NLBNodeIPs |
Specifies the list of NLB node IP addresses that are part of the NLB Cluster. |
true |
true (ByPropertyName) |
Examples
Example 1: Set MySQL High Availability repository configuration settings
Set-SmRepositoryConfigSettings -NLBClusterIP 10.236.221.0 -NLBNodeIPs 10.236.221.10,10.236.221.11
This example syntax sets the MySQL High Availability repository configuration settings.