Implementing Storage Spaces and Data .
Deduplication commands used in this video for part 1 and part 2..
You can watch storage Pool , Part 2 from this link:
https://youtu.be/LuT6l6eYb8Q
1. Copy C:\windows\system32\write.exe H:\
2. Get-PhysicalDisk
3. $Disk = Get-PhysicalDisk -FriendlyName ‘diskname’ Remove-PhysicalDisk -PhysicalDisks $disk -StoragePoolFriendlyName StoragePool1
4. Get-PhysicalDisk
5. $canpool = Get-PhysicalDisk –CanPool $true
6. New-StoragePool -FriendlyName "TieredStoragePool" –StorageSubsystemFriendlyName "Windows Storage*" -PhysicalDisks $canpool
7. Get-StoragePool –FriendlyName TieredStoragePool | Get-PhysicalDisk | Select FriendlyName, MediaType, Usage, BusType
8. Set-PhysicalDisk –FriendlyName PhysicalDisk1 –MediaType SSD
9. Set-PhysicalDisk –FriendlyName PhysicalDisk2 –MediaType HDD
10. Get-PhysicalDisk | Select FriendlyName, MediaType, Usage, BusType
11. New-StorageTier –StoragePoolFriendlyName TieredStoragePool -FriendlyName HDD_Tier –MediaType HDD
12. New-StorageTier –StoragePoolFriendlyName TieredStoragePool -FriendlyName SSD_Tier –MediaType SSD
About storage:
Storage Spaces Direct
Storage Spaces Direct enables building highly available and scalable storage using servers with local storage. It simplifies the deployment and management of software-defined storage systems and unlocks use of new classes of disk devices, such as SATA SSD and NVMe disk devices, that were previously not possible with clustered Storage Spaces with shared disks.
What value does this change add?
Storage Spaces Direct enables service providers and enterprises to use industry standard servers with local storage to build highly available and scalable software defined storage. Using servers with local storage decreases complexity, increases scalability, and enables use of storage devices that were not previously possible, such as SATA solid state disks to lower cost of flash storage, or NVMe solid state disks for better performance.
Storage Spaces Direct removes the need for a shared SAS fabric, simplifying deployment and configuration. Instead it uses the network as a storage fabric, leveraging SMB3 and SMB Direct (RDMA) for high-speed, low-latency CPU efficient storage. To scale out, simply add more servers to increase storage capacity and I/O performance
For more information, see the Storage Spaces Direct in Windows Server 2016.
What works differently?
This capability is new in Windows Server 2016.
Storage Replica
Storage Replica enables storage-agnostic, block-level, synchronous replication between servers or clusters for disaster recovery, as well as stretching of a failover cluster between sites. Synchronous replication enables mirroring of data in physical sites with crash-consistent volumes to ensure zero data loss at the file-system level. Asynchronous replication allows site extension beyond metropolitan ranges with the possibility of data loss.
Deduplication commands used in this video for part 1 and part 2..
You can watch storage Pool , Part 2 from this link:
https://youtu.be/LuT6l6eYb8Q
1. Copy C:\windows\system32\write.exe H:\
2. Get-PhysicalDisk
3. $Disk = Get-PhysicalDisk -FriendlyName ‘diskname’ Remove-PhysicalDisk -PhysicalDisks $disk -StoragePoolFriendlyName StoragePool1
4. Get-PhysicalDisk
5. $canpool = Get-PhysicalDisk –CanPool $true
6. New-StoragePool -FriendlyName "TieredStoragePool" –StorageSubsystemFriendlyName "Windows Storage*" -PhysicalDisks $canpool
7. Get-StoragePool –FriendlyName TieredStoragePool | Get-PhysicalDisk | Select FriendlyName, MediaType, Usage, BusType
8. Set-PhysicalDisk –FriendlyName PhysicalDisk1 –MediaType SSD
9. Set-PhysicalDisk –FriendlyName PhysicalDisk2 –MediaType HDD
10. Get-PhysicalDisk | Select FriendlyName, MediaType, Usage, BusType
11. New-StorageTier –StoragePoolFriendlyName TieredStoragePool -FriendlyName HDD_Tier –MediaType HDD
12. New-StorageTier –StoragePoolFriendlyName TieredStoragePool -FriendlyName SSD_Tier –MediaType SSD
About storage:
Storage Spaces Direct
Storage Spaces Direct enables building highly available and scalable storage using servers with local storage. It simplifies the deployment and management of software-defined storage systems and unlocks use of new classes of disk devices, such as SATA SSD and NVMe disk devices, that were previously not possible with clustered Storage Spaces with shared disks.
What value does this change add?
Storage Spaces Direct enables service providers and enterprises to use industry standard servers with local storage to build highly available and scalable software defined storage. Using servers with local storage decreases complexity, increases scalability, and enables use of storage devices that were not previously possible, such as SATA solid state disks to lower cost of flash storage, or NVMe solid state disks for better performance.
Storage Spaces Direct removes the need for a shared SAS fabric, simplifying deployment and configuration. Instead it uses the network as a storage fabric, leveraging SMB3 and SMB Direct (RDMA) for high-speed, low-latency CPU efficient storage. To scale out, simply add more servers to increase storage capacity and I/O performance
For more information, see the Storage Spaces Direct in Windows Server 2016.
What works differently?
This capability is new in Windows Server 2016.
Storage Replica
Storage Replica enables storage-agnostic, block-level, synchronous replication between servers or clusters for disaster recovery, as well as stretching of a failover cluster between sites. Synchronous replication enables mirroring of data in physical sites with crash-consistent volumes to ensure zero data loss at the file-system level. Asynchronous replication allows site extension beyond metropolitan ranges with the possibility of data loss.
- Category
- Network Cards
Be the first to comment