Please enter search query.
Search <book_title>...
Dynamic Multi-Pathing 7.3.1 Administrator's Guide - Linux
Last Published:
2017-11-04
Product(s):
InfoScale & Storage Foundation (7.3.1)
- Understanding DMP
- Setting up DMP to manage native devices
- Using Dynamic Multi-Pathing (DMP) devices with Oracle Automatic Storage Management (ASM)
- Administering DMP
- Administering DMP using the vxdmpadm utility
- Gathering and displaying I/O statistics
- Specifying the I/O policy
- Administering disks
- Discovering and configuring newly added disk devices
- About discovering disks and dynamically adding disk arrays
- How to administer the Device Discovery Layer
- Changing the disk device naming scheme
- Dynamic Reconfiguration of devices
- Reconfiguring a LUN online that is under DMP control using the Dynamic Reconfiguration tool
- Manually reconfiguring a LUN online that is under DMP control
- Event monitoring
- Performance monitoring and tuning
- Appendix A. DMP troubleshooting
- Appendix B. Reference
Reformatting NVMe devices manually
You can modify the sector size of NVMe devices by removing the device from VxVM and reformatting it.
To reformat NVMe devices manually
- Take the disk offline.
# vxdisk offline r720xd-114217_intel_nvme0_0
- Remove the device from VxVM.
# vxdisk rm r720xd-114217_intel_nvme0_0
- Removing the NVMe device from the operating system.
# echo 1 > /sys/block/nvme0n1/device/device/remove
- Refresh the VxVM device tree.
# vxdisk scandisks
- Verify that device is not present.
# vxdisk list | grep nvme
- Rescan the NVMe PCI device to add it to the operating system device tree.
# echo 1 > /sys/bus/pci/rescan # echo 1 > /sys/bus/pci/drivers/nvme/0000\:05\:00.0/rescan
- Format the NVMe device to the required sector size using the Intel® SSD Data Center Tool (ISDCT).
# isdct start -intelssd 0 -nvmeformat LBAFormat=3 SecureEraseSetting=0 \ ProtectionInformation=0 MetadataSettings=0 WARNING! You have selected to format the drive! Proceed with the format? (Y|N): y Formatting... - Intel SSD DC P3700 Series CVFT5456000V2P0EGN - Status : NVMeFormat successful.
- Refresh the VxVM device tree.
# vxdisk scandisks
- Verify the device.
# vxdisk list | grep nvme r720xd-114217_intel_nvme0_0 auto:none - - online invalid