Advertisement
Wacharakiat

Untitled

Jul 26th, 2016
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. 1. Install Open-iSCSI initiator.
  2. To install the iSCSI initiator, enter the following command:
  3. # yum install iscsi-initiator-utils
  4. For Ubuntu and Debian operating systems, enter the following command:
  5. $ sudo apt-get install open-iscsi
  6. 2. Discover iSCSI Targets.
  7. To discover the RDX QuikStation 4 iSCSI targets, enter the following command,
  8. replacing the variable RDX QuikStation IP address with the actual IP address for
  9. your RDX QuikStation 4:
  10. # iscsiadm -m discovery -t sendtargets -p RDX QuikStation ip
  11. address
  12. Depending on how you configured the logical device type for the RDX
  13. QuikStation 4, you will see one to four iSCSI targets.
  14. 3. Connect iSCSI targets.
  15. To connect all discovered iSCSI targets, enter the following command:
  16. # iscsiadm -m node -L all
  17. To connect to an individual target, enter the following command, replacing target
  18. IQN name with the iSCSI qualified name (IQN) of the target and replacing target
  19. portal with the RDX QuikStation 4 IP Address:
  20. # iscsiadm -m node -T target IQN name -p target portal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement