Set-VMFibreChannelHba

Set-VMFibreChannelHba

Configures a Fibre Channel host bus adapter on a virtual machine.

Syntax

Parameter Set: VMName And Only SAN
Set-VMFibreChannelHba [-VMName] <String> [-WorldWideNodeNameSetA] <String> [-WorldWidePortNameSetA] <String> [-WorldWideNodeNameSetB] <String> [-WorldWidePortNameSetB] <String> -SanName <String> [-ComputerName <String[]> ] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: Object And Generate WWN
Set-VMFibreChannelHba [-VMFibreChannelHba] <VMFibreChannelHba> -GenerateWwn [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: Object And Manual WWN
Set-VMFibreChannelHba [-VMFibreChannelHba] <VMFibreChannelHba> [-NewWorldWideNodeNameSetA <String> ] [-NewWorldWideNodeNameSetB <String> ] [-NewWorldWidePortNameSetA <String> ] [-NewWorldWidePortNameSetB <String> ] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: Object And Only SAN
Set-VMFibreChannelHba [-VMFibreChannelHba] <VMFibreChannelHba> -SanName <String> [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: VMName And Generate WWN
Set-VMFibreChannelHba [-VMName] <String> [-WorldWideNodeNameSetA] <String> [-WorldWidePortNameSetA] <String> [-WorldWideNodeNameSetB] <String> [-WorldWidePortNameSetB] <String> -GenerateWwn [-ComputerName <String[]> ] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: VMName And Manual WWN
Set-VMFibreChannelHba [-VMName] <String> [-WorldWideNodeNameSetA] <String> [-WorldWidePortNameSetA] <String> [-WorldWideNodeNameSetB] <String> [-WorldWidePortNameSetB] <String> [-ComputerName <String[]> ] [-NewWorldWideNodeNameSetA <String> ] [-NewWorldWideNodeNameSetB <String> ] [-NewWorldWidePortNameSetA <String> ] [-NewWorldWidePortNameSetB <String> ] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Set-VMFibreChannelHba cmdlet configures a Fibre Channel host bus adapter on a virtual machine.

Parameters

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which a Fibre Channel host bus adapter is to be configured. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Passthru

Specifies that an object is to be passed through to the pipeline representing the configured Fibre Channel host bus adapter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-SanName<String>

Specifies the name of the virtual storage area network (SAN) to be associated with the Fibre Channel host bus adapter.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-VMFibreChannelHba<VMFibreChannelHba>

Specifies the Fibre Channel host bus adapter to be configured.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

-WorldWideNodeNameSetA<String>

Specifies the World Wide Node name of address set A that is associated with the Fibre Channel host bus adapter.

Aliases

Wwnn1

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WorldWideNodeNameSetB<String>

Specifies the World Wide Node name of address set B that is associated with the Fibre Channel host bus adapter.

Aliases

Wwnn2

Required?

true

Position?

4

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WorldWidePortNameSetA<String>

Specifies the World Wide Port name of address set A that is associated with the Fibre Channel host bus adapter.

Aliases

Wwpn1

Required?

true

Position?

3

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WorldWidePortNameSetB<String>

Specifies the World Wide Port name of address set B that is associated with the Fibre Channel host bus adapter.

Aliases

Wwpn2

Required?

true

Position?

5

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-GenerateWwn

Specifies that the World Wide Names for sets A and B are to be generated automatically. When this parameter is specified, parameters WorldWideNodeNameSetA, WorldWideNodeNameSetB, WorldWidePortNameSetA, and WorldWidePortNameSetB cannot be used.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-NewWorldWideNodeNameSetA<String>

Specifies the World Wide Node name of address set A to be associated with the Fibre Channel host bus adapter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-NewWorldWideNodeNameSetB<String>

Specifies the World Wide Node name of address set B to be associated with the Fibre Channel host bus adapter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-NewWorldWidePortNameSetA<String>

Specifies the World Wide Port name of address set A to be associated with the Fibre Channel host bus adapter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-NewWorldWidePortNameSetB<String>

Specifies the World Wide Port name of address set B to be associated with the Fibre Channel host bus adapter.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-VMName<String>

Specifies the name of the virtual machine to which the virtual Fibre Channel host bus adapter parameters are to be set.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

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

Required?

false

Position?

named

Default Value

false

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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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.

Examples

Example 1

Configures a Fibre Channel host bus adapter on a virtual machine named MyVM, with World Wide Names to be generated automatically.

PS C:\> Get-VMFibreChannelHba –VMName MyVM | Set-VMFibreChannelHba –GenerateWwn