| 1 | [[PageOutline]] |
| 2 | |
| 3 | * http://manpages.ubuntu.com/manpages/lucid/man5/ietd.conf.5.html |
| 4 | * [http://d.hatena.ne.jp/dharry/20100724/1279914243 ubuntu10.04 の IET (iSCSI Enterprise Target) を使ってみた - harry’s memorandum] |
| 5 | * [http://gihyo.jp/admin/serial/01/ubuntu-recipe/0128 Ubuntu Weekly Recipe:第128回 UbuntuでiSCSIを使ってみよう|gihyo.jp … 技術評論社] |
| 6 | * [http://www.howtoforge.com/using-iscsi-on-ubuntu-10.04-initiator-and-target Using iSCSI On Ubuntu 10.04 (Initiator And Target) | HowtoForge - Linux Howtos and Tutorials] |
| 7 | * [http://lunarium.info/arc/index.php/ISCSI%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB ISCSIのインストール - LunaBiblos] |
| 8 | * [http://ultimania.org/trac/yuna/wiki/linux/iscsi linux/iscsi – Yuna's Technical Guide] |
| 9 | |
| 10 | = error = |
| 11 | * wiki:TipAndDoc/service/sakura/ipv6 などで、非標準カーネル( linux-headers-generic-lts-backport-maverick linux-image-generic-lts-backport-maverick )を用いていると、以下のようにエラーとなる |
| 12 | * uname -a |
| 13 | {{{ |
| 14 | Linux ubuntu64 2.6.35-23-generic #41~lucid1-Ubuntu SMP Thu Dec 2 22:27:43 UTC 2010 x86_64 GNU/Linux |
| 15 | }}} |
| 16 | * iscsitarget |
| 17 | {{{ |
| 18 | Version: 1.4.19+svn275-ubuntu2 |
| 19 | }}} |
| 20 | * /var/log/syslog |
| 21 | {{{ |
| 22 | Mar 19 22:20:25 ubuntu64 ietd: can't create a target 2 0 |
| 23 | }}} |
| 24 | * $ sudo ietadm --op new --tid=0 --lun=0 --params Path=/dev/sdb |
| 25 | {{{ |
| 26 | Operation not permitted. |
| 27 | }}} |