summaryrefslogtreecommitdiff
path: root/it/using-d-i/modules/network-console.xml
blob: 5c539d01d39c767fcc0215e6069cfc47960a66ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!-- retain these comments for translator revision tracking -->
<!-- original version: 31173 -->

   <sect3 id="network-console">
   <!-- <title>Installation Over the Network</title> -->
   <title>Installazione dalla rete</title>
<para arch="not-s390">

<!--
One of the more interesting components is
<firstterm>network-console</firstterm>. It allows you to do a large
part of the installation over the network via SSH. The use of the
network implies you will have to perform the first steps of the
installation from the console, at least to the point of setting up
the networking. (Although you can automate that part with
<xref linkend="automatic-install"/>.)
-->

Uno dei componenti più interessanti è la
<firstterm>network-console</firstterm>. Permette di effettuare la gran
parte dell'installazione tramite la rete via SSH, il fatto che sia usata
la rete implica che è necessario eseguire i primi passi dell'installazione
dalla console, almeno fino al punto in cui viene configurata la rete (è
comunque possibile preconfigurare questa parte seguendo
<xref linkend="automatic-install"/>).

</para><para arch="not-s390">

<!--
This component is not loaded into the main installation menu by default,
so you have to explicitly ask for it.
If you are installing from CD, you need to boot with medium priority or
otherwise invoke the main installation menu and choose <guimenuitem>Load
installer components from CD</guimenuitem> and from the list of
additional components select <guimenuitem>network-console: Continue
installation remotely using SSH</guimenuitem>. Successful load is
indicated by a new menu entry called <guimenuitem>Continue
installation remotely using SSH</guimenuitem>.
-->

Normalmente questo componente non è caricato nel menu d'installazione
principale e quindi deve essere esplicitamente richiesto. Se l'installazione
avviene da CD è necessario avviare l'installatore con priorità media o più
bassa altrimenti si può scegliere <guimenuitem>Caricare i componenti
dell'installatore dal CD-ROM</guimenuitem> dal menu d'installazione principale
e nell'elenco dei componenti addizionali scegliere
<guimenuitem>network-console: Proseguire l'installazione in remoto usando
SSH</guimenuitem>. Se il caricamento ha successo nel menu principale appare
una nuova voce <guimenuitem>Proseguire l'installazione in remoto usando
SSH</guimenuitem>.

</para><para arch="s390">

<!--
For installations on &arch-title;, this is the default method after
setting up the network.
-->

Per le installazioni su &arch-title; questo è il metodo che viene normalmente
richiamato in seguito alla configurazione della rete.

</para><para>

<!--
<phrase arch="not-s390">After selecting this new entry, you</phrase>
<phrase arch="s390">You</phrase> will be asked for a new password
to be used for connecting to the installation system and for its
confirmation. That's all. Now you should see a screen which instructs
you to login remotely as the user <emphasis>installer</emphasis> with
the password you just provided. Another important detail to notice on
this screen is the fingerprint of this system.  You need to transfer
the fingerprint securely to the <quote>person who will continue the
installation remotely</quote>.
-->

<phrase arch="not-s390">Dopo la selezione della nuova voce, viene</phrase>
<phrase arch="s390">Viene</phrase> richiesta la password per connettersi al
sistema d'installazione; è tutto. Dovrebbe essere visibile una schermata
con le indicazioni per effettuare il login da remoto con l'utente
<emphasis>installer</emphasis> e con la stessa password appena inserita.
Un altro importante dettaglio presente nella schermata è il fingerprint
del sistema. È necessario che il fingerprint sia trasmesso in modo sicuro
alla <quote>persona che continuerà l'installazione da remoto</quote>.

</para><para>

<!--
Should you decide to continue with the installation locally, you
can always press &enterkey;, which will bring you back to
the main menu, where you can select another component.
-->

Se si desidera continuare con l'installazione locale si può premere
&enterkey;, in questo modo si ritorna al menu principale dal quale poi
è possibile selezionare un altro componente.

</para><para>

<!--
Now let's switch to the other side of the wire. As a prerequisite, you
need to configure your terminal for UTF-8 encoding, because that is
what the installation system uses. If you do not, remote installation
will be still possible, but you may encounter strange display
artefacts like destroyed dialog borders or unreadable non-ascii
characters. Establishing a connection with the installation system
is as simple as typing:
-->

Passando sull'altro sistema. È necessario configurare il proprio terminale
in modo che usi la codifica UTF-8, dato che è quella usata dal sistema
d'installazione. Senza questa configurazione l'installazione da remoto
rimane comunque possibile ma si possono verificare dei problemi di
visualizzazione dei bordi dei dialoghi e dei caratteri non-ascii. La
connessione al sistema d'installazione avviene semplicemente
eseguendo il seguente comando:

<informalexample><screen>
<prompt>$</prompt> <userinput>ssh -l installer <replaceable>install_host</replaceable></userinput>
</screen></informalexample>

<!--
Where <replaceable>install_host</replaceable> is either the name
or IP address of the computer being installed. Before the actual
login the fingerprint of the remote system will be displayed and
you will have to confirm that it is correct.
-->

Dove <replaceable>install_host</replaceable> è il nome o l'indirizzo IP
del computer che si sta installando. Prima di effettuare il login viene
mostrato il fingerprint del sistema remoto e viene chiesto di confermare
la sua correttezza.

</para><note><para>

<!--
If you install several computers in turn and they happen to have the
same IP address or hostname, <command>ssh</command> will refuse to connect
to such host. The reason is that it will have different fingerprint, which
is usually a sign of a spoofing attack. If you are sure this is not the
case, you will need to delete the relevant line from
<filename>~/.ssh/known_hosts</filename> and try again.
-->

Se si esegue l'installazione su più computer, uno di seguito all'altro,
può capitare che abbiano lo stesso indirizzo IP o lo stesso nomehost e che
<command>ssh</command> si rifiuti di fare connessione. Il motivo di questo
comportamento è che hanno i computer hanno comunque dei fingerprint diversi,
e questo è solitamente il segnale di un attacco spoofing. Se si è sicuri di
non essere vittime di un attacco allora si deve cancellare dal file
<filename>~/.ssh/known_hosts</filename> la riga relativa al computer e poi
provare nuovamente la connessione.

</para></note><para>

<!--
After the login you will be presented with an initial screen where you
have two possibilities called <guimenuitem>Start menu</guimenuitem> and
<guimenuitem>Start shell</guimenuitem>. The former brings you to the
main installer menu, where you can continue with the installation as
usual. The latter starts a shell from which you can examine and possibly
fix the remote system. You should only start one SSH session for the
installation menu, but may start multiple sessions for shells.
-->

Dopo il login viene presentata una schermata iniziale dalla quale si
ha la possibilità di <guimenuitem>Avviare il menu</guimenuitem> o di
<guimenuitem>Aprire una shell</guimenuitem>. Scegliendo il menu viene
attivano il menu principale dal quale si può continuare l'installazione,
con la shell si può esaminare e forse anche correggere il sistema remoto.
Probabilmente servirà solo una connessione con il menu d'installazione,
comunque è possibile avviare altre sessioni per la shell.

</para><warning><para>

<!--
After you have started the installation remotely over SSH, you should
not go back to the installation session running on the local console.
Doing so may corrupt the database that holds the configuration of
the new system. This in turn may result in a failed installation or
problems with the installed system. 
-->

Dopo aver avviato l'installazione da remoto tramite SSH non si deve
ritornare alla sessione d'installazione che è attiva nella console
locale. Questa operazione potrebbe corrompere il database che contiene
la configurazione del nuovo sistema e quindi provocare il blocco
dell'installazione oppure dei problemi nel sistema una volta conclusa
l'installazione.

</para><para>

<!--
Also, if you are running the SSH session from an X terminal, you should
not resize the window as that will result in the connection being
terminated.
-->

Inoltre, se si esegue la sessione SSH da un terminale X, non si dove
ridimensionare la finestra dato che questa operazione comporta la
chiusura della connessione.

</para></warning>
   </sect3>