Enable-AccelNetManagement
Enables Accelerated Networking Management cluster-wide.
Syntax
Enable-AccelNetManagement
[-IntentName] <String>
[[-NodeReservePercentage] <UInt32>]
[<CommonParameters>]
Description
Enables AccelNet Management cluster-wide. Also sets the number of nodes to reserve and enables the provided intent for AccelNet Management.
Examples
EXAMPLE 1
Enable-AccelNetManagement -IntentName "MyIntent" -NodeReservePercentage 25
This example enables the MyIntent
intent for Accelerated Networking Management and reserves 25
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 Accelerated Networking 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.
If this parameter is left blank, a default of 50% will be assigned.
Type: | UInt32 |
Position: | 2 |
Default value: | $NODE_RESERVE_PERCENTAGE_DEFAULT |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |