Workaround
Assuming the iSCSI target has a registered IP address, consider the following example:
1)Boot up Linux-based boot environment (CentBE/DebeanBE).
2)Enter the IP address registered with iscsi target.
[Utilities] -- Select [Network Setting].
3) Launch the terminal.
[Utilities] -- Select [Open Terminal].
4)Discover iSCSI target.
# iscsiadm -m discovery -t st -p <IP address of the target server>
5) Log in the target server.
# iscsiadm -m node --login
6) The iSCSI disk is treated like a local disk. Go to AIP console, choose [Utilities] > [Mount (Local)], and mount the iSCSI volume. Now you can monitor the contents of the volume.
(13451127256601)
Comments
0 comments
Article is closed for comments.