Invoke ADCUpdateNsvpxparam - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCUpdateNsvpxparam

SYNOPSIS

Update NS configuration Object.

SYNTAX

Invoke-ADCUpdateNsvpxparam [[-Masterclockcpu1] <String>] [[-Cpuyield] <String>] [[-Ownernode] <Double>]
 [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Configuration for "VPX" resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCUpdateNsvpxparam

An example how to update nsvpxparam configuration Object(s).

PARAMETERS

-Masterclockcpu1

This setting applicable in virtual appliances, to move master clock source cpu from management cpu cpu0 to cpu1 ie PE0.

  • There are 2 options for the behavior:

YES - Allow the Virtual Appliance to move clock source to cpu1. 2. NO - Virtual Appliance will use management cpu ie cpu0 for clock source default option is NO. Possible values = YES, NO

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Cpuyield

This setting applicable in virtual appliances, is to affect the cpu yield(relinquishing the cpu resources) in any hypervised environment.

  • There are 3 options for the behavior:

YES - Allow the Virtual Appliance to yield its vCPUs periodically, if there is no data traffic. 2. NO - Virtual Appliance will not yield the vCPU. 3. DEFAULT - Restores the default behaviour, according to the license.

  • Its behavior in different scenarios:

As this setting is node specific only, it will not be propagated to other nodes, when executed on Cluster(CLIP) and HA(Primary). 2. In cluster setup, use '-ownerNode' to specify ID of the cluster node. 3. This setting is a system wide implementation and not granular to vCPUs. 4. No effect on the management PE. Possible values = DEFAULT, YES, NO

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Ownernode

ID of the cluster node for which you are setting the cpuyield. It can be configured only through the cluster IP address.

Type: Double
Parameter Sets: (All)
Aliases:

Required: False
Position: 4
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

File Name : Invoke-ADCUpdateNsvpxparam Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ns/nsvpxparam/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️