linux_wiki:iscsi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:iscsi [2016/01/08 17:00]
billdozor
linux_wiki:iscsi [2016/01/08 17:01]
billdozor [Adding Disks]
Line 20: Line 20:
     - EL7<code bash>systemctl start iscsid     - EL7<code bash>systemctl start iscsid
 systemctl enable iscsid</code> systemctl enable iscsid</code>
-  - Log-in to the LUN with the iscsi client<code bash>iscsiadm --mode node --targetname <iqn-LUN#-here> --portal <storage-ip-address>:<port> --login+  - Log-in to the LUN with the iscsi client<code bash>iscsiadm --mode node --targetname <iqn-LUN#-here> --portal <storage-ip-address>:<port> --login</code>
   - Create /etc/multipath.conf if it doesn't exist<code bash>mpathconf --enable</code>   - Create /etc/multipath.conf if it doesn't exist<code bash>mpathconf --enable</code>
   - Configure multipath<code bash>vim /etc/multipath.conf   - Configure multipath<code bash>vim /etc/multipath.conf
Line 57: Line 57:
   - Add mount entry to /etc/fstab   - Add mount entry to /etc/fstab
    
 +
 ---- ----
  
  • linux_wiki/iscsi.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)