Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux_config_iscsi [2019/11/06 16:04] – [Linux] andonovj | linux_config_iscsi [2019/11/07 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 44: | Line 44: | ||
====Windows==== | ====Windows==== | ||
- | In Windows server, you can create it via the wizzard: | + | In Windows server, you can create it via the wizzard |
+ | |||
+ | {{ : | ||
Line 289: | Line 291: | ||
<sxh bash> | <sxh bash> | ||
- | grep " Attached scsi disk" messages | ||
[root@oraback log]# grep " Attached scsi disk" / | [root@oraback log]# grep " Attached scsi disk" / | ||
Nov 6 16:49:22 oraback kernel: sd 4:0:0:0: Attached scsi disk sdf | Nov 6 16:49:22 oraback kernel: sd 4:0:0:0: Attached scsi disk sdf | ||
Line 348: | Line 349: | ||
</ | </ | ||
+ | =====Performance===== | ||
+ | I've found that iSCSI isn't particulary fast. I've found that my environment isn't so much loaded. That can be because the clients aren't using Jumbo frames so that might be the reson. | ||
+ | |||
+ | <sxh bash> | ||
+ | [root@server Logs]# ip link show | grep mtu | ||
+ | 1: lo: < | ||
+ | 2: eno16780032: | ||
+ | 3: virbr0: < | ||
+ | 4: virbr0-nic: < | ||
+ | [root@server Logs]# ls -lart | ||
+ | </ | ||
+ | |||
+ | Here is a good article of how to speed up the performance of the iSCSI: | ||
+ | https:// |