Add-VMFibreChannelHba

Add-VMFibreChannelHba

Adds a virtual Fibre Channel host bus adapter to a virtual machine.

구문

Parameter Set: VMName and GenerateWwn
Add-VMFibreChannelHba [-VMName] <String> [-SanName] <String> [-ComputerName <String[]> ] [-GenerateWwn] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: VM object and GenerateWwn
Add-VMFibreChannelHba [-VM] <VirtualMachine[]> [-SanName] <String> [-GenerateWwn] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: VM Object and manual WWN
Add-VMFibreChannelHba [-VM] <VirtualMachine[]> [-SanName] <String> -WorldWideNodeNameSetA <String> -WorldWideNodeNameSetB <String> -WorldWidePortNameSetA <String> -WorldWidePortNameSetB <String> [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: VMName and manual WWN
Add-VMFibreChannelHba [-VMName] <String> [-SanName] <String> -WorldWideNodeNameSetA <String> -WorldWideNodeNameSetB <String> -WorldWidePortNameSetA <String> -WorldWidePortNameSetB <String> [-ComputerName <String[]> ] [-Passthru] [-Confirm] [-WhatIf] [ <CommonParameters>]

자세한 설명

The Add-VMFibreChannelHba cmdlet adds a virtual Fibre Channel host bus adapter to a virtual machine.

매개 변수

-ComputerName<String[]>

Specifies one or more Hyper-V hosts on which a virtual Fibre Channel host bus adapter is to be added. 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.

별칭

없음

필수 여부

false

위치

named

기본값

.

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Passthru

Specifies that an object representing the virtual machine to which the virtual Fibre Channel host bus adapter being added is to be passed through to the pipeline.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-SanName<String>

Specifies the virtual storage area network (SAN) name to associate with this virtual Fibre Channel host bus adapter. Use the Get-VMSan cmdlet to get a list of all virtual SANs on the host.

별칭

없음

필수 여부

true

위치

2

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-VM<VirtualMachine[]>

Specifies the virtual machine to which the virtual Fibre Channel host bus adapter is to be added.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

-VMName<String>

Specifies the name of the virtual machine to which the virtual Fibre Channel host bus adapter is to be added.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

-WorldWideNodeNameSetA<String>

Specifies the world wide node name of address A associated with the Fibre Channel host bus adapter to be added.

별칭

Wwnn1

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-WorldWideNodeNameSetB<String>

Specifies the world wide node name of address B associated with the Fibre Channel host bus adapter to be added.

별칭

Wwnn2

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-WorldWidePortNameSetA<String>

Specifies the world wide port name of address A associated with the Fibre Channel host bus adapter to be added.

별칭

Wwpn1

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-WorldWidePortNameSetB<String>

Specifies the world wide port name of address B associated with the Fibre Channel host bus adapter to be added.

별칭

Wwpn2

필수 여부

true

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-GenerateWwn

Specifies that the world wide names for the Fibre Channel host bus adapter are to be generated automatically. When specified, the WorldWideNodeNameSetA, WorldWideNodeNameSetB, WorldWidePortNameSetA, and WorldWidePortNameSetB parameters cannot be used.

별칭

없음

필수 여부

false

위치

named

기본값

없음

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-Confirm

cmdlet을 실행하기 전에 확인 메시지가 표시됩니다.

필수 여부

false

위치

named

기본값

false

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

-WhatIf

cmdlet이 실행될 경우 결과 동작을 표시합니다. cmdlet이 실행되지 않습니다.

필수 여부

false

위치

named

기본값

false

파이프라인 입력 적용 여부

false

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • None

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • None by default; Microsoft.HyperV.PowerShell.VirtualMachine if –PassThru is specified.

예제

Example 1

This example adds the virtual Fibre Channel host bus adapter associated with virtual storage area network Production to a virtual machine named MyVM.

PS C:\> Add-VMFibreChannelHba –VMName MyVM –SanName Production