From ff3044092b567b25c9b7e697636b30046beba597 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Mon, 8 Aug 2011 16:37:18 +0200 Subject: [PATCH] using telnet Signed-off-by: Martin Zobel-Helas --- input/howto/export-iscsi.creole | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/input/howto/export-iscsi.creole b/input/howto/export-iscsi.creole index 45c093a..e29163b 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,14 @@ 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) +* 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) +}}} -- 2.20.1