Set-AccelNetManagement
Sets Accelerated Networking Management cluster-wide.
Syntax
Set-AccelNetManagement
[[-IntentName] <String>]
[[-NodeReservePercentage] <UInt32>]
[<CommonParameters>]
Description
Sets AccelNet Management cluster-wide. Also sets the number of nodes to reserve and enables the
provided intent for AccelNet Management. Returns $true
upon success, and $false
otherwise.
If AccelNet Management is currently active with a certain intent, providing a value for the
-IntentName
parameter will disable the current AccelNet Management configuration. After disabling
the current AccelNet Management configuration, AccelNet Management is reenabled based on the
configuration of the new intent.
Examples
EXAMPLE 1
Set-AccelNetManagement -IntentName "LowPerformance" -NodeReservePercentage 10
This example enables the LowPerformance
intent for AccelNet Management and reserves 10
percent
of the nodes for that purpose. If the command is successful, it will return $true
. If there is an
error, it will return $false
.
Parameters
-IntentName
The intent name to be used for AccelNet Management. This parameter is required.
This value must be an integer greater than or equal to 0 and less than or equal to 99.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NodeReservePercentage
The percentage of cluster nodes that can be down simultaneously while still maintaining enough virtual functions for each VM chosen for Accelerated Networking Management.
Type: | UInt32 |
Position: | 2 |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |