Please enter search query.
Search <book_title>...
Dynamic Multi-Pathing 7.3.1 Administrator's Guide - AIX
Last Published:
2017-11-03
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)
- 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
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 ----------------------------------------------------------------- fscsi0_p0_t0 - fscsi0 Online 50:0A:09:80:85:84:9D:84 iscsi0_p0_t1 - iscsi0 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=fscsi0
TARGET-ID ALIAS HBA-ID STATE ADDRES -------------------------------------------------------------- fscsi0_p0_t0 - fscsi0 Online 50:0A:09:80:85:84:9D:84