New-SCStorageVolume
스토리지 볼륨을 만듭니다.
Syntax
New-SCStorageVolume
[-VMMServer <ServerConnection>]
-Name <String>
-StoragePool <StoragePool>
-SizeInBytes <UInt64>
-FileSystem <String>
-StorageFileServer <StorageFileServer>
[-ResiliencySettingName <String>]
[-NumberOfColumns <UInt16>]
[-PhysicalDiskRedundancy <UInt16>]
[-GuidPartitionTable]
[-RequiredPartitionSize <UInt64>]
[-DedupMode <DedupMode>]
[-AllocationUnitSizeKB <UInt32>]
[-StorageClassification <StorageClassification>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
New-SCStorageVolume
[-VMMServer <ServerConnection>]
-Name <String>
-StoragePool <StoragePool>
-SizeInBytes <UInt64>
-FileSystem <String>
-StorageArray <StorageArray>
[-ResiliencySettingName <String>]
[-NumberOfColumns <UInt16>]
[-PhysicalDiskRedundancy <UInt16>]
[-GuidPartitionTable]
[-RequiredPartitionSize <UInt64>]
[-DedupMode <DedupMode>]
[-AllocationUnitSizeKB <UInt32>]
[-StorageClassification <StorageClassification>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
New-SCStorageVolume
[-VMMServer <ServerConnection>]
-Name <String>
-StoragePool <StoragePool>
-FileSystem <String>
-StorageFileServer <StorageFileServer>
[-ReadCacheSizeMB <UInt64>]
-JobGroup <Guid>
[-GuidPartitionTable]
[-RequiredPartitionSize <UInt64>]
[-DedupMode <DedupMode>]
[-AllocationUnitSizeKB <UInt32>]
[-StorageClassification <StorageClassification>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
New-SCStorageVolume
[-VMMServer <ServerConnection>]
-Name <String>
-StoragePool <StoragePool>
-FileSystem <String>
-StorageArray <StorageArray>
[-ReadCacheSizeMB <UInt64>]
-JobGroup <Guid>
[-GuidPartitionTable]
[-RequiredPartitionSize <UInt64>]
[-DedupMode <DedupMode>]
[-AllocationUnitSizeKB <UInt32>]
[-StorageClassification <StorageClassification>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[<CommonParameters>]
Description
New-SCStorageVolume cmdlet은 VMM(Virtual Machine Manager)에 스토리지 볼륨을 만듭니다.
예제
예제 1: 계층화된 스토리지 볼륨 만들기
PS C:\> $StorageArray = Get-SCStorageArray -Name "HCArray"
PS C:\> $StoragePool = Get-SCStoragePool -Name "S2DPool"
PS C:\> New-SCStorageTier -StorageTierFriendlyName "Performance" -StorageTierSizeInMB 1024 -RunAsynchronously -JobGroup "191de146-dbec-4955-a347-70edd4315c41"
PS C:\> New-SCStorageTier -StorageTierFriendlyName "Capacity" -StorageTierSizeInMB 1024 -RunAsynchronously -JobGroup "191de146-dbec-4955-a347-70edd4315c41"
PS C:\> New-SCStorageVolume -StorageArray $StorageArray -StoragePool $storagePool -Name "Volume1" -RunAsynchronously -JobGroup "191de146-dbec-4955-a347-70edd4315c41" -FileSystem "CSVFS_NTFS"
첫 번째 명령은 HCArray라는 스토리지 배열을 가져오고 $StorageArray 변수에 저장합니다.
두 번째 명령은 S2DPool이라는 스토리지 풀을 가져오고 $StoragePool 변수에 저장합니다.
세 번째 및 네 번째 명령은 성능 및 용량이라는 글로벌 계층의 구성을 사용하여 스토리지 계층을 만듭니다. 이러한 계층은 기존 계층입니다.
다섯 번째 명령은 하이퍼 수렴형 시스템에 계층화된 볼륨을 만듭니다. 이 명령은 이전 명령에서 만든 값을 사용합니다. 작업 그룹 ID가 이전 명령과 동일한지 확인합니다.
매개 변수
-AllocationUnitSizeKB
볼륨의 할당 크기를 킬로바이트 단위로 지정합니다.
Type: | UInt32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DedupMode
워크로드에 따라 볼륨 또는 파일 공유에 중복 제거를 적용합니다. 이 매개 변수에 허용되는 값은 다음과 같습니다.
- 0 - 사용 안 함
- 1 - GeneralPurpose
- 2 - Hyper-V
- 3 - 백업
Type: | DedupMode |
Accepted values: | Disabled, GeneralPurpose, HyperV, Backup, NotAvailable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FileSystem
스토리지 볼륨의 파일 시스템을 지정합니다. 이 매개 변수에 허용되는 값은 다음과 같습니다.
- CSVFS_NTFS
- CSVFS_ReFS
Type: | String |
Accepted values: | NTFS, ReFS, CSVFS_NTFS, CSVFS_ReFS |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-GuidPartitionTable
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobGroup
동일한 작업 그룹 식별자를 포함하는 최종 명령 바로 앞에 집합으로 실행되는 일련의 명령에 대한 식별자를 지정합니다.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobVariable
작업 진행률을 추적하고 저장하는 변수를 지정합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
VMM 개체의 이름을 지정합니다.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NumberOfColumns
가상 디스크의 열 수를 지정합니다.
Type: | UInt16 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PhysicalDiskRedundancy
가상 디스크가 지속할 수 있는 실제 디스크 오류 수를 지정합니다.
Type: | UInt16 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PROTipID
이 작업을 트리거한 PRO 팁(성능 및 리소스 최적화 팁)의 ID를 지정합니다. 이 매개 변수를 사용하면 PRO 팁을 감사할 수 있습니다.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ReadCacheSizeMB
계층화된 가상 디스크에 대한 캐시 크기(메가바이트)를 지정합니다.
Type: | UInt64 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RequiredPartitionSize
Type: | UInt64 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResiliencySettingName
가상 디스크에 대한 복원력 설정을 지정합니다. 이 매개 변수에 허용되는 값은 다음과 같습니다.
- 미러
- Parity
Type: | String |
Accepted values: | Simple, Mirror, Parity |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunAsynchronously
컨트롤이 명령 셸로 즉시 반환되도록 작업이 비동기적으로 실행됨을 나타냅니다.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SizeInBytes
Type: | UInt64 |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StorageArray
스토리지 배열 개체를 지정합니다.
Type: | StorageArray |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StorageClassification
{{StorageClassification 설명 채우기}}
Type: | StorageClassification |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StorageFileServer
스토리지 파일 서버 개체를 지정합니다.
Type: | StorageFileServer |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StoragePool
스토리지 풀 개체를 지정합니다.
Type: | StoragePool |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
VMM 서버 개체를 지정합니다.
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |