add some documentation about iscsi and adding volumes
[mirror/dsa-wiki.git] / input / howto / export-isci.creole
1 * Log into gustini via webfrontend
2 * Manage
3   + Volume Management
4     - add volume 
5       add volume size and name but leave LUN blank (NONE)
6     - volume mapping
7       find the next free scsi-lun
8       * run "multipathd -k" on dijkstra
9         + show topology
10         geo2-boot (3600c0ff000d5f6bde2d4cf4901000000) dm-7 HP      ,MSA2012i      
11         [size=245M][features=0][hwhandler=0]
12         \_ round-robin 0 [prio=0][active]
13          \_ 1:0:0:1 sda 8:0   [active][ready]
14          \_ 0:0:0:1 sdb 8:16  [active][ready]
15                   ^ that is the LUN
16       find the next unused one and map it
17   + on dijkstra: rescan the iscsi bus
18     iscsiadm -m node --targetname "iqn.1986-03.com.hp:storage.msa2012i.0834d5ecda.a" --rescan
19
20   + on dijkstra: add aliases to the wwids (show topology)
21   + on dijkstra: /etc/init.d/multipath-tools reload