Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Dynamic Multi-Pathing Administrator's Guide - Solaris
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Solaris
- Understanding DMP
- How DMP works
- Disk device naming in DMP
- Setting up DMP to manage native devices
- Using Dynamic Multi-Pathing (DMP) devices with Oracle Automatic Storage Management (ASM)
- Administering DMP
- Managing DMP devices for the ZFS root pool
- 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
- About the DMPDR utility
- 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 Solaris version. The following procedure uses Solaris 11 with the Leadville stack. If any of these steps do not produce the desired result, contact Oracle support.
To clean up the operating system device tree after removing LUNs
- Run the format command. In the command output, a device that has been removed includes the text <drive not available>.
413. c3t5006048ACAFE4A7Cd252 <drive not available> /pci@1d,700000/SUNW,qlc@1,1/fp@0,0/ssd@w5006048acafe4a7c,fc
- Use Storage Array Management or the command line to unmap the LUNs. After they are unmapped, Solaris indicates the devices are either unusable or failing.
# cfgadm -al -o show_SCSI_LUN | grep -i unusable c2::5006048acafe4a73,256 disk connected configured unusable c3::5006048acafe4a7c,255 disk connected configured unusable # cfgadm -al -o show_SCSI_LUN | grep -i failing c2::5006048acafe4a73,71 disk connected configured failing c3::5006048acafe4a7c,252 disk connected configured failing
- If the output indicates the LUNs are failing, you must force an LIP on the HBA.
# luxadm -e forcelip /devices/pci@1d,700000/SUNW,qlc@1,1/fp @0,0:devctl
This operation probes the targets again, so that output indicates the devices are unusable. To remove a device from the operating system device tree, it must be unusable.
- Remove the device from the cfgadm database. On the HBA, enter the following commands:
# cfgadm -c unconfigure -o unusable_SCSI_LUN c2::5006048acafe4a73 # cfgadm -c unconfigure -o unusable_SCSI_LUN c3::5006048acafe4a7c
- To verify that the LUNs have been removed, repeat step 2.
- Clean up the device tree. The following command removes the /dev/dsk links to /devices.
# devfsadm -Cv
More Information
Manually reconfiguring a LUN online that is under DMP control