Skip to content

Commit 5b906da

Browse files
Update elastic-san-connect-linux.md
1 parent 05ef6f3 commit 5b906da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/elastic-san/elastic-san-connect-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ When using multiple sessions, generally, you should aggregate them with Multipat
105105

106106
To create iSCSI connections from a Linux client, install the iSCSI initiator package. The exact command may vary depending on your distribution, and you should consult their documentation if necessary.
107107

108-
As an example, with Ubuntu you'd use `sudo apt -y install open-iscsi`, with SUSE Linux Enterprise Server (SLES) you'd use `zypper install open-iscsi` and with Red Hat Enterprise Linux (RHEL) you'd use `sudo yum install iscsi-initiator-utils -y`.
108+
As an example, with Ubuntu you'd use `sudo apt -y install open-iscsi`, with SUSE Linux Enterprise Server (SLES) you'd use `sudo zypper install open-iscsi` and with Red Hat Enterprise Linux (RHEL) you'd use `sudo yum install iscsi-initiator-utils -y`.
109109

110110
#### Multipath I/O - for multi-session connectivity
111111

112-
Install the Multipath I/O package for your Linux distribution. The installation will vary based on your distribution, and you should consult their documentation. As an example, on Ubuntu the command would be `sudo apt install multipath-tools`, for SLES the command would be `zypper install multipath-tools` and for RHEL the command would be `sudo yum install device-mapper-multipath`.
112+
Install the Multipath I/O package for your Linux distribution. The installation will vary based on your distribution, and you should consult their documentation. As an example, on Ubuntu the command would be `sudo apt install multipath-tools`, for SLES the command would be `sudo zypper install multipath-tools` and for RHEL the command would be `sudo yum install device-mapper-multipath`.
113113

114114
Once you've installed the package, check if **/etc/multipath.conf** exists. If **/etc/multipath.conf** doesn't exist, create an empty file and use the settings in the following example for a general configuration. As an example, `mpathconf --enable` will create **/etc/multipath.conf** on RHEL.
115115

0 commit comments

Comments
 (0)