Merge lp:~louis/serverguide/iscsi-install into lp:serverguide/trunk

Proposed by Louis Bouchard
Status: Merged
Approved by: Doug Smythies
Approved revision: 281
Merged at revision: 281
Proposed branch: lp:~louis/serverguide/iscsi-install
Merge into: lp:serverguide/trunk
Diff against target: 185 lines (+175/-0)
1 file modified
serverguide/C/installation.xml (+175/-0)
To merge this branch: bzr merge lp:~louis/serverguide/iscsi-install
Reviewer Review Type Date Requested Status
Doug Smythies Approve
Review via email: mp+291137@code.launchpad.net

Description of the change

Added iSCSI installation section to Advanced Installation

To post a comment you must log in.
Revision history for this message
Doug Smythies (dsmythies) wrote :

Thanks very much for this:

+ enter</para>
should be:
+ <keycap>ENTER</keycap></para>

in 5 spots total, including the above. I'll do the edits when I merge it.

review: Approve
Revision history for this message
Louis Bouchard (louis) wrote :

Hi,

Le 07/04/2016 00:08, Doug Smythies a écrit :
> Review: Approve
>
> Thanks very much for this:
>
> + enter</para>
> should be:
> + <keycap>ENTER</keycap></para>
>
> in 5 spots total, including the above. I'll do the edits when I merge it.
>

Thanks. I'll make a note of this for my future contributions.

I'm about to enhence the kdump section.

Kind regards,

...Louis

--
Louis Bouchard
Software engineer, Cloud & Sustaining eng.
Canonical Ltd
Ubuntu developer Debian Maintainer
GPG : 429D 7A3B DD05 B6F8 AF63 B9C4 8B3D 867C 823E 7A61

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'serverguide/C/installation.xml'
2--- serverguide/C/installation.xml 2016-03-19 02:00:31 +0000
3+++ serverguide/C/installation.xml 2016-04-06 15:44:00 +0000
4@@ -1186,6 +1186,181 @@
5 </itemizedlist>
6 </sect3>
7 </sect2>
8+ <sect2 id="iscsi" status="review">
9+ <title>iSCSI</title>
10+
11+ <para>The iSCSI protocol can be used to install Ubuntu on systems with
12+ or without hard disks attached.</para>
13+
14+ <sect3>
15+ <title>Installation on a diskless system</title>
16+
17+ <para>The first steps of a diskless iSCSI installation are identical
18+ to the <xref linkend="installing-from-cd"/> section up to "Hard drive
19+ layout".</para>
20+
21+ <procedure>
22+ <step>
23+ <para>The installer will display a warning with the following
24+ message:</para>
25+
26+ <screen>No disk drive was detected. If you know the name of the driver needed by your disk drive, you can select it from the list.</screen>
27+ </step>
28+
29+ <step>
30+ <para>Select the item in the list titled <emphasis>login to iSCSI
31+ targets.</emphasis></para>
32+ </step>
33+
34+ <step>
35+ <para>You will be prompted to Enter an IP address to scan for
36+ iSCSI targets with a description of the format for the address.
37+ Enter the IP address for the location of your iSCSI target and
38+ navigate to <emphasis>&lt;continue&gt;</emphasis> then hit
39+ enter</para>
40+ </step>
41+
42+ <step>
43+ <para>If authentication is required in order to access the iSCSI
44+ device, provide the <emphasis>username</emphasis> in the next
45+ field. Otherwise leave it blank.</para>
46+ </step>
47+
48+ <step>
49+ <para>If your system is able to connect to the iSCSI provider, you
50+ should see a list of available iSCSI targets where the operating
51+ system can be installed. The list should be similar to the
52+ following :</para>
53+
54+ <screen>Select the iSCSI targets you wish to use.
55+
56+iSCSI targets on 192.168.1.29:3260:
57+
58+[ ] iqn.2016-03.TrustyS-iscsitarget:storage.sys0
59+
60+&lt;Go Back&gt; &lt;Continue&gt;
61+
62+</screen>
63+ </step>
64+
65+ <step>
66+ <para>Select the iSCSI target that you want to use with the space
67+ bar. Use the arrow keys to navigate to the target that you want to
68+ select.</para>
69+ </step>
70+
71+ <step>
72+ <para>Navigate to <emphasis>&lt;Continue&gt;</emphasis> and hit
73+ Enter.</para>
74+ </step>
75+ </procedure>
76+
77+ <para>If the connection to the iSCSI target is successful, you will be
78+ prompted with the <emphasis>[!!] Partition disks</emphasis>
79+ installation menu. The rest of the procedure is identical to any
80+ normal installation on attached disks. Once the installation is
81+ completed, you will be asked to reboot.</para>
82+ </sect3>
83+
84+ <sect3>
85+ <title>Installation on a system with disk attached</title>
86+
87+ <para>Again, the iSCSI installation on a normal server with one or
88+ many disks attached is identical to the <xref
89+ linkend="installing-from-cd"/> section until we reach the disk
90+ partitioning menu. Instead of using any of the Guided selection, we
91+ need to perform the following steps :</para>
92+
93+ <procedure>
94+ <step>
95+ <para>Navigate to the Manual menu entry</para>
96+ </step>
97+
98+ <step>
99+ <para>Select the Configure iSCSI Volumes menu entry</para>
100+ </step>
101+
102+ <step>
103+ <para>Choose the Log into iSCSI targets</para>
104+ </step>
105+
106+ <step>
107+ <para>You will be prompted to Enter an IP address to scan for
108+ iSCSI targets. with a description of the format for the address.
109+ Enter the IP address and navigate to
110+ <emphasis>&lt;continue&gt;</emphasis> then hit enter</para>
111+ </step>
112+
113+ <step>
114+ <para>If authentication is required in order to access the iSCSI
115+ device, provide the <emphasis>username</emphasis> in the next
116+ field or leave it blank.</para>
117+ </step>
118+
119+ <step>
120+ <para>If your system is able to connect to the iSCSI provider, you
121+ should see a list of available iSCSI targets where the operating
122+ system can be installed. The list should be similar to the
123+ following :</para>
124+
125+ <screen>Select the iSCSI targets you wish to use.
126+
127+iSCSI targets on 192.168.1.29:3260:
128+
129+[ ] iqn.2016-03.TrustyS-iscsitarget:storage.sys0
130+
131+&lt;Go Back&gt; &lt;Continue&gt;
132+</screen>
133+ </step>
134+
135+ <step>
136+ <para>Select the iSCSI target that you want to use with the space
137+ bar. Use the arrow keys to navigate to the target that you want to
138+ select</para>
139+ </step>
140+
141+ <step>
142+ <para>Navigate to &lt;Continue&gt; and hit Enter.</para>
143+ </step>
144+
145+ <step>
146+ <para>If successful, you will come back to the menu asking you to
147+ Log into iSCSI targets. Navigate to Finish and hit
148+ &lt;Enter&gt;</para>
149+ </step>
150+ </procedure>
151+
152+ <para>The newly connected iSCSI disk will appear in the overview
153+ section as a device prefixed with SCSI. This is the disk that you
154+ should select as your installation disk. Once identified, you can
155+ choose any of the partitioning methods.</para>
156+
157+ <warning>
158+ <para>Depending on your system configuration, there may be other
159+ SCSI disks attached to the system. Be very careful to identify the
160+ proper device before proceeding with the installation. Otherwise,
161+ irreversible data loss may result from performing an installation on
162+ the wrong disk.</para>
163+ </warning>
164+ </sect3>
165+
166+ <sect3>
167+ <title>Rebooting to an iSCSI target</title>
168+
169+ <para>The procedure is specific to your hardware platform. As an
170+ example, here is how to reboot to your iSCSI target using iPXE</para>
171+
172+ <screen>iPXE&gt; dhcp
173+
174+Configuring (net0 52:54:00:a4:f2:a9)....... ok
175+
176+iPXE&gt; sanboot iscsi:192.168.1.29::::iqn.2016-03.TrustyS-iscsitarget:storage.sys0
177+</screen>
178+
179+ <para>If the procedure is successful, you should see the Grub menu
180+ appear on the screen.</para>
181+ </sect3>
182+ </sect2>
183 </sect1>
184
185 <sect1 id="kernel-crash-dump" status="review">

Subscribers

People subscribed via source and target branches