Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Install Open-iSCSI initiator.
- To install the iSCSI initiator, enter the following command:
- # yum install iscsi-initiator-utils
- For Ubuntu and Debian operating systems, enter the following command:
- $ sudo apt-get install open-iscsi
- 2. Discover iSCSI Targets.
- To discover the RDX QuikStation 4 iSCSI targets, enter the following command,
- replacing the variable RDX QuikStation IP address with the actual IP address for
- your RDX QuikStation 4:
- # iscsiadm -m discovery -t sendtargets -p RDX QuikStation ip
- address
- Depending on how you configured the logical device type for the RDX
- QuikStation 4, you will see one to four iSCSI targets.
- 3. Connect iSCSI targets.
- To connect all discovered iSCSI targets, enter the following command:
- # iscsiadm -m node -L all
- To connect to an individual target, enter the following command, replacing target
- IQN name with the iSCSI qualified name (IQN) of the target and replacing target
- portal with the RDX QuikStation 4 IP Address:
- # iscsiadm -m node -T target IQN name -p target portal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement