User Manual
Table Of Contents
- Safety information
- Chapter 1: Product Introduction
- Chapter 2: Hardware Information
- Chapter 3: Powering Up
- Chapter 4: BIOS Setup
- 4.1 Managing and updating your BIOS
- 4.2 BIOS setup program
- 4.3 Main menu
- 4.4 Performance Tuning menu
- 4.5 Advanced menu
- 4.5.1 Trusted Computing
- 4.5.2 ACPI Settings
- 4.5.3 Smart Settings
- 4.5.4 Super IO Configuration
- 4.5.5 Serial Port Console Redirection
- 4.5.6 Onboard LAN Configuration
- 4.5.7 APM
- 4.5.8 PCI Subsystem Settings
- 4.5.9 USB Configuration
- 4.5.10 CSM Configuration
- 4.5.11 NVMe Configuration
- 4.5.12 Network Stack Configuration
- 4.5.13 iSCSI Configuration
- 4.6 Platform Configuration menu
- 4.7 Socket Configuration menu
- 4.8 Event Logs menu
- 4.9 Server Mgmt menu
- 4.10 Security menu
- 4.11 Boot menu
- 4.12 Tool menu
- 4.13 Save & Exit menu
- Chapter 5: RAID Configuration
- Chapter 6: Intel® Optane™ DC Persistent Memory Configuration
- 6.1 Working with Intel® Optane™ DC persistent memory
- 6.1.1 DCPMM operating systems (OS) and virtual machine monitor (VMM)
- 6.1.2 Setting up Intel® Optane™ DC persistent memory as memory modules
- 6.1.3 Setting up Intel® Optane™ DC persistent memory as storage devices (Windows)
- 6.1.4 Removing Intel® Optane™ DC persistent memory as storage devices (Windows)
- 6.1.5 Setting up Intel® Optane™ DC persistent memory on other operating systems
- 6.1 Working with Intel® Optane™ DC persistent memory
- Chapter 7: Driver Installation
- 7.1 RAID driver installation
- 7.2 Management applications and utilities installation
- 7.3 Running the Support DVD
- 7.4 Intel® chipset device software installation
- 7.5 Installing the Intel® I210 Gigabit Adapters driver
- 7.6 VGA driver installation
- 7.7 Intel® Rapid Storage Technology enterprise 5.0 installation
- Appendix

6-3Z11PA-D8 Series
6.1.3 Setting up Intel
®
Optane™ DC persistent memory as
storage devices (Windows)
To set up the Intel
®
Optane™ DC persistent memory as storage devices:
1. Install the memory modules into the DIMM sockets.
Refer to the System memory section for more information on the Intel
®
Optane™ DC
persistent memory population table.
2. Enter the BIOS Setup during POST.
3. Go to Advanced > Intel(R) Optane(TM) DC Persistent Memory Conguration >
Regions > Create goal cong.
4. Under Memory Mode [%], set the value to 0.
5. Select Create goal cong, then press <Enter>.
6. Press <F10> to save your changes and exit the BIOS Setup.
To check your total memory size, go to Advanced > Intel(R) Optane(TM) DC Persistent
Memory Conguration > Total capacity.
7. Boot your system into the Windows OS.
To check whether the system has correctly detected your Intel
®
Optane™ DC persistent
memory, go to Device Manager > Memory Devices.
8. Launch Windows PowerShell(Admin).
9. Type the following to check which region corresponds to which CPU socket:
Get-PmemUnusedRegion
Ensure to keep track which region corresponds to which CPU socket.
10. Type the following to create a Pmem disk on a designated region:
Get-PmemUnusedRegion [region number] | New-PmemDisk
Example: Get-PmemUnusedRegion 1 | New-PmemDisk
11. Type the following to check the available Pmem disks:
Get-PmemDisk
12. Type the following to initialize the disk:
Initialize-Disk -Number [disk number]
Example: Initialize-Disk -Number 1