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
Manually cleaning up the operating system device tree after removing LUNs
After you remove LUNs, you must clean up the operating system device tree.
The operating system commands may vary, depending on the Linux version. The following procedure uses SUSE 10. If any of these steps do not produce the desired result, contact Novell support.
To clean up the operating system device tree after removing LUNs
- Remove the device from the operating system database. Enter the following command:
# echo 1 > /sys/block/$PATH_SYS/device/delete
where PATH_SYS is the name of the device you want to remove.
- When you enter the following command, no devices should be displayed. This step verifies that the LUNs have been removed.
# lsscsi | grep PATH_SYS
- After you remove the LUNS, clean up the device. Enter the following command:
# echo "- - -" > /sys/class/scsi_host/host$I/scan
where the three dashes refer to the channel, target, and LUN numbers, and host$i is the host bus adapter instance. This example cleans up every channel, target, and LUN visible via this host bus adapter instance.