| 44 | }}} |
| 45 | |
| 46 | === ※ iSCSIのターゲット名について === |
| 47 | iSCSIのターゲット名は、[http://tools.ietf.org/html/rfc3720 RFC3720]で定義されていて、次のような形式となります。 |
| 48 | * iqn.{yyyy-mm}.{ドメイン名の逆}:{識別子} |
| 49 | 識別子は、ストレージのベンダー名、タイプ、ホスト名などを含めます。 |
| 50 | |
| 51 | "Example Storage Arrays, Inc."が"example.com"ドメインを持っていると仮定します。 |
| 52 | "EXAMPLE Storage Arrays, Inc."によって、次のようなターゲット名が付与されます。 |
| 53 | {{{ |
| 54 | |
| 55 | Naming String defined by |
| 56 | Type Date Auth "example.com" naming authority |
| 57 | +--++-----+ +---------+ +--------------------------------+ |
| 58 | | || | | | | | |
| 59 | |
| 60 | iqn.2001-04.com.example:storage:diskarrays-sn-a8675309 |
| 61 | iqn.2001-04.com.example |
| 62 | iqn.2001-04.com.example:storage.tape1.sys1.xyz |
| 63 | iqn.2001-04.com.example:storage.disk2.sys1.xyz |