Add-HpcPool

Add-HpcPool

Adds a new resource pool on an HPC cluster.

Syntax

Parameter Set: name
Add-HpcPool -Name <String> [-Scheduler <String> ] [-Weight <Int32> ] [ <CommonParameters>]

Detailed Description

Adds a new resource pool on an HPC cluster.

Parameters

-Name<String>

Specifies the name of the new resource pool.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Scheduler<String>

Specifies the host name or IP address of the head node for the cluster that the resource pool will be added to. The value must be a valid computer name or IP address. If you do not specify the Scheduler parameter, this cmdlet uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies. To set this environment variable, run the following cmdlet:

Set-Content Env:CCP_SCHEDULER <head_node_name>

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Weight<Int32>

Specifies the weight of the pool that will be created on the HPC cluster.

The valid range of weight value is between 0 and 999999.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

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

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Notes

  • This cmdlet was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2). It is not supported in previous versions.

Examples

Example 1

Adds a resource pool to the scheduler on the head node with a weight of 42.

PS C:\>add-HPCPool -scheduler HEADNODE -name Pool1 -weight 42

Get-HpcPool

Remove-HpcPool

Set-HpcPool