Please enter search query.
Search <book_title>...
Dynamic Multi-Pathing 7.4.1 Administrator's Guide - AIX
Last Published:
2019-02-01
Product(s):
InfoScale & Storage Foundation (7.4.1)
Platform: AIX
- Understanding DMP
- Setting up DMP to manage native devices
- Using Dynamic Multi-Pathing (DMP) devices with Oracle Automatic Storage Management (ASM)
- Dynamic Multi-Pathing for the Virtual I/O Server
- Configuring Dynamic Multi-Pathing (DMP) on Virtual I/O server
- Configuring Dynamic Multi-Pathing (DMP) pseudo devices as virtual SCSI devices
- Extended attributes in VIO client for a virtual SCSI disk
- Administering DMP
- Configuring DMP for SAN booting
- Administering the root volume group (rootvg) under DMP control
- Extending an LVM rootvg that is enabled for DMP
- Using Storage Foundation in the logical partition (LPAR) with virtual SCSI devices
- How DMP handles I/O for vSCSI devices
- 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 replacing a host bus adapter online
Before you replace a host bus adapter (HBA) online, you must disable the I/O paths to the controller. After you replace the HBA, you enable the I/O paths.
To replace a host bus adapter online
- Disable the paths to the controller by removing the reference from DMP. Enter the following. In this example, the controller name is fscsi.
# vxdmpadm -f disable ctlr=fscsi
- Remove the device references from the operating system. Enter the following:
# rmdev -Rdl fscsi
- Rescan the device tree and rebuild the DMP database. Enter the following:
# vxdctl enable
- Replace the host bus adapter.
- Reconfigure the devices in the operating system. Enter the following:
# cfgmgr
- Verify that new devices appear at the operating system level.
# lsdev -Cc disk
- Enable the controller. In this example, the controller name is fscsi.
# vxdmpadm enable ctlr=fscsi
- Rescan the device tree and rebuild the DMP database.
# vxdctl enable