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
Listing the targets configured from a Host Bus Adapter or a port
You can obtain information about all the targets configured from a Host Bus Adapter or a port.
Table: Target information shows the target information.
Table: Target information
Field | Description |
---|---|
Alias | The alias name, if available. |
HBA-ID | Parent HBA or port. |
State | Whether the device is Online or Offline. |
Address | The hardware address. |
To list the targets
- To list all of the targets, use the following command:
# vxddladm list targets
The following is a sample output:
TARGET-ID ALIAS HBA-ID STATE ADDRESS ----------------------------------------------------------------- c2_p0_t0 - c2 Online 50:0A:09:80:85:84:9D:84 c3_p0_t1 - c3 Online iqn.1992-08.com.netapp:sn.84190939
To list the targets configured from a Host Bus Adapter or port
- You can filter based on a HBA or port, using the following command:
# vxddladm list targets [hba=hba_name|port=port_name]
For example, to obtain the targets configured from the specified HBA:
# vxddladm list targets hba=c2
TARGET-ID ALIAS HBA-ID STATE ADDRES -------------------------------------------------------------- c2_p0_t0 - c2 Online 50:0A:09:80:85:84:9D:84