Benutzer-Werkzeuge

Webseiten-Werkzeuge


rhel:iscsi-rhel4

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
rhel:iscsi-rhel4 [2011/11/14 13:39] jenadrhel: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 +  You need following information 
-[c] ISCSI Username +  ISCSI Username 
-[d] ISCSI Password +  ISCSI Password 
-[e] ISCSI Server IP / hostname+  ISCSI Server IP / hostname
  
 === CentOS Linux v4.x - Install iscsi-initiator-utils === === CentOS Linux v4.x - Install iscsi-initiator-utils ===
Zeile 68: 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 ''/etc/initiatorname.iscsi'' file. Red Hat recommends the use of the command ''/sbin/iscsi-iname'' to generate a random node name, which can then be customized by the administrator. Using the system name or function (i.e. ''mail-server-1'' or ''oracle-3'') as the unique portion of the name can simplify iSCSI administration. An example initiatorname.iscsi file is shown below:
 +
 +<code>
 +## DO NOT EDIT OR REMOVE THIS FILE!
 +## If you remove this file, the iSCSI daemon will not start.
 +## If you change the InitiatorName, existing access control lists
 +## may reject this initiator.  The InitiatorName must be unique
 +## for each iSCSI initiator.  Do NOT duplicate iSCSI InitiatorNames.
 +InitiatorName=iqn.1987-05.com.cisco:01.myschnukki-1
 +</code>
 +
 +=== find targets ===
 +
 +  
 +
rhel/iscsi-rhel4.1321274398.txt.gz · Zuletzt geändert: 2024/08/07 13:35 (Externe Bearbeitung)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki