X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fexport-iscsi.creole;h=54ce1654b9b8c23e0b9bce8d60e883ba47cea2de;hb=fda2c69d23020e5a7953b5f95e41174c8f6b9629;hp=45c093a158a5d09b5286b0ba838bb586924ebd2b;hpb=6958e4f77b92abdcd804f3bba276583fb96cbf5a;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/export-iscsi.creole b/input/howto/export-iscsi.creole index 45c093a..54ce165 100644 --- a/input/howto/export-iscsi.creole +++ b/input/howto/export-iscsi.creole @@ -1,5 +1,7 @@ = Export iSCSI with gustini = This document describes how to add new new volumes on gustini and add them into the OS. + +== via Web-Frontend == {{{ * Log into gustini via webfrontend * Manage @@ -23,3 +25,16 @@ This document describes how to add new new volumes on gustini and add them into + on dijkstra: add aliases to the wwids (show topology) + on dijkstra: /etc/init.d/multipath-tools reload }}} + +== via telnet interface == +{{{ +* Log into gustini via telnet +* create a new volume (eg berlioz-boot) on vdisk giustini-vdisk-1: + + create volume vdisk giustini-vdisk-1 size 256MB berlioz-boot + (there is a 'help create volume' command with lots of informations) +* find the next free LUN numbers on traetta: + + show host-maps traetta +* map the new volume to traetta.debian.org, LUN 12 + + map volume berlioz-boot lun 12 host traetta access rw + (again, there is a 'help map volume' command with lots of informations) +}}}