rhel:iscsi-rhel4
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
rhel:iscsi-rhel4 [2011/11/14 13:37] – angelegt jenad | rhel:iscsi-rhel4 [2024/08/07 13:39] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ==== CentOS 4 / Redhat Enterprise Linux 4 iSCSI Installation and Configuration ( iscsi initiators ) ==== | + | ===== CentOS 4 / Redhat Enterprise Linux 4 iSCSI Installation and Configuration ( iscsi initiators ) ===== |
by Vivek Gite on May 13, 2008 | by Vivek Gite on May 13, 2008 | ||
Zeile 6: | Zeile 6: | ||
Requirements | Requirements | ||
- | [a] Following instructions tested on RHEL ES 4 and CentOS 4 only. (See RHEL 5/ CentOS 5 / Debian/ Ubuntu Linux specific instructions here). | + | * Following instructions tested on RHEL ES 4 and CentOS 4 only. (See RHEL 5/ CentOS 5 / Debian/ Ubuntu Linux specific instructions here). |
- | [b] You need following information | + | |
- | [c] ISCSI Username | + | |
- | [d] ISCSI Password | + | |
- | [e] ISCSI Server IP / hostname | + | |
- | CentOS Linux v4.x - Install iscsi-initiator-utils | + | |
+ | === CentOS Linux v4.x - Install iscsi-initiator-utils | ||
Type the following command: | Type the following command: | ||
- | < | + | |
- | # yum install iscsi-initiator-utils | + | # yum install iscsi-initiator-utils |
- | Redhat ES Linux v4.x - Install iscsi-initiator-utils | + | |
- | </ | + | === Redhat ES Linux v4.x - Install iscsi-initiator-utils |
Type the following command: | Type the following command: | ||
- | < | + | |
- | # up2date iscsi-initiator-utils | + | # up2date iscsi-initiator-utils |
- | Configure iSCSI | + | |
- | </ | + | === Configure iSCSI === |
Open / | Open / | ||
< | < | ||
Zeile 33: | Zeile 36: | ||
Save and close the file. | Save and close the file. | ||
- | Start the iscsi service | ||
</ | </ | ||
+ | === Start the iscsi service === | ||
+ | |||
Type the following command to start iscsi service so that you can see block device: | Type the following command to start iscsi service so that you can see block device: | ||
< | < | ||
Zeile 64: | Zeile 68: | ||
# mount -a | # mount -a | ||
# df -H | # df -H | ||
+ | | ||
+ | ==== manage iSCSI ==== | ||
+ | |||
+ | by Jens (and RedHat ;-)) | ||
+ | |||
+ | === nodes === | ||
+ | |||
+ | iSCSI Node Name Guidelines | ||
+ | |||
+ | The entire node name can be up to 223 bytes in length | ||
+ | No white space is allowed | ||
+ | Node names are not case sensitive | ||
+ | The following ASCII characters can be used: | ||
+ | * dash (' | ||
+ | * dot (' | ||
+ | * colon (":" | ||
+ | * numbers 0-9 | ||
+ | * lower-case letters a-z | ||
+ | |||
+ | The node name of the initiator is stored in the ''/ | ||
+ | |||
+ | < | ||
+ | ## DO NOT EDIT OR REMOVE THIS FILE! | ||
+ | ## If you remove this file, the iSCSI daemon will not start. | ||
+ | ## If you change the InitiatorName, | ||
+ | ## may reject this initiator. | ||
+ | ## for each iSCSI initiator. | ||
+ | InitiatorName=iqn.1987-05.com.cisco: | ||
+ | </ | ||
+ | |||
+ | === find targets === | ||
+ | |||
+ | | ||
+ |
rhel/iscsi-rhel4.1321274235.txt.gz · Zuletzt geändert: 2024/08/07 13:35 (Externe Bearbeitung)