diff options
Diffstat (limited to 'it/using-d-i/modules')
-rw-r--r-- | it/using-d-i/modules/mdcfg.xml | 131 | ||||
-rw-r--r-- | it/using-d-i/modules/network-console.xml | 14 | ||||
-rw-r--r-- | it/using-d-i/modules/pkgsel.xml | 6 |
3 files changed, 133 insertions, 18 deletions
diff --git a/it/using-d-i/modules/mdcfg.xml b/it/using-d-i/modules/mdcfg.xml index 2dbdbb227..3f99315c8 100644 --- a/it/using-d-i/modules/mdcfg.xml +++ b/it/using-d-i/modules/mdcfg.xml @@ -1,9 +1,9 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 51911 --> +<!-- original version: 56134 --> <sect3 id="mdcfg"> <!-- <title>Configuring Multidisk Devices (Software RAID)</title> --> - <title>Configurazione di device multidisk (RAID software)</title> + <title>Configurazione di device multidisco (RAID software)</title> <para> <!-- @@ -183,6 +183,70 @@ informazioni di parità. </para></listitem> </varlistentry> +<varlistentry> + +<term>RAID6</term><listitem><para> + +<!-- +Is similar to RAID5 except that it uses two parity devices instead of +one. +--> + +Simile a RAID5 con l'eccezione che utilizza due dispositivi per la parità +anziché uno. + +</para><para> + +<!-- +A RAID6 array can survive up to two disk failures. +--> + +Un array RAID6 può sopravvivere alla rottura di due dischi. + +</para></listitem> +</varlistentry> +<varlistentry> + +<term>RAID10</term><listitem><para> + +<!-- +RAID10 combines striping (as in RAID0) and mirroring (as in RAID1). +It creates <replaceable>n</replaceable> copies of incoming data and +distributes them across the partitions so that none of the copies of +the same data are on the same device. +The default value of <replaceable>n</replaceable> is 2, but it can be +set to something else in expert mode. The number of partitions used +must be at least <replaceable>n</replaceable>. +RAID10 has different layouts for distributing the copies. The default is +near copies. Near copies have all of the copies at about the same offset +on all of the disks. Far copies have the copies at different offsets on +the disks. Offset copies copy the stripe, not the individual copies. +--> + +RAID10 combina lo striping (come in RAID0) e il mirroring (come in RAID1). +Vengono create <replaceable>n</replaceable> copie dei dati in arrivo che +sono distribuite fra le partizioni in modo che nessuna copia dei dati sia +scritta sullo stesso dispositivo. Il valore predefinito per +<replaceable>n</replaceable> è 2, ma può essere cambiato in modalità +esperto. Il numero di partizioni usato deve essere almeno +<replaceable>n</replaceable>. RAID10 può distribuire le copie usando +diversi layout. Il layout predefinito prevede copie vicine. Con le copie +vicine, tutte le copie hanno lo stesso offset sui dischi. Invece le +copie lontane hanno offset diversi. Le copie offset copiano l'intera +striscia, non la singola copia. + +</para><para> + +<!-- +RAID10 can be used to achieve reliability and redundancy without the +drawback of having to calculate parity. +--> + +RAID10 può essere usato per avere affidalibità e ridondanza senza lo +svantaggio di dover calcolare la parità. + +</para></listitem> +</varlistentry> </variablelist> <!-- @@ -247,6 +311,34 @@ Riassumendo: </entry> </row> +<row> + <entry>RAID6</entry> + <entry>4</entry> + <entry><!-- optional -->Opzionale</entry> + <entry><!-- yes -->sì</entry> + <entry> +<!-- Size of the smallest partition multiplied by (number of devices in + RAID minus two) +--> + La dimensione della partizione più piccola moltiplicata per il numero + di device in RAID meno 2. + </entry> +</row> + +<row> + <entry>RAID10</entry> + <entry>2</entry> + <entry><!-- optional -->Opzionale</entry> + <entry><!-- yes -->sì</entry> + <entry> +<!-- + Total of all partitions divided by the number of chunk copies (defaults to two) +--> + La somma di tutte le partizioni diviso per il numero di pezzi per copia + (il numero predefinito è 2) + </entry> +</row> + </tbody></tgroup></informaltable> </para><para> @@ -389,6 +481,41 @@ eccezione, è necessario usare almeno <emphasis>tre</emphasis> partizioni attive. </para></listitem> +<listitem><para> + +<!-- +RAID6 also has a similar setup procedure as RAID1 except that at least +<emphasis>four</emphasis> active partitions are required. +--> + +RAID6 ha una procedura di configurazione simile a quella per RAID1 con +un'eccezione: sono necessarie almeno <emphasis>quattro</emphasis> +partizioni. + +</para></listitem> +<listitem><para> + +<!-- +RAID10 again has a similar setup procedure as RAID1 except in expert +mode. In expert mode, &d-i; will ask you for the layout. +The layout has two parts. The first part is the layout type. It is either +<literal>n</literal> (for near copies), <literal>f</literal> (for far +copies), or <literal>o</literal> (for offset copies). The second part is +the number of copies to make of the data. There must be at least that +many active devices so that all of the copies can be distributed onto +different disks. +--> + +Anche RAID10 ha una procedura di configurazione simile a quella per RAID1 +tranne quando viene eseguita in modalità esperto. Infatti, in tale +modalità, &d-i; chiede il layout che può essere <literal>n</literal> (per +le copie vicine), <literal>f</literal> (per le copie lontane) oppure +<literal>o</literal> (per copie in offset). La seconda parte è il numero +di copie dei dati da fare. Deve essere almeno uguale al numero di +dispositivi attivi in modo che tutte le copie siano scritte su dischi +diversi. + +</para></listitem> </itemizedlist> <para> diff --git a/it/using-d-i/modules/network-console.xml b/it/using-d-i/modules/network-console.xml index d9bdf9817..2905d875a 100644 --- a/it/using-d-i/modules/network-console.xml +++ b/it/using-d-i/modules/network-console.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 50787 --> +<!-- original version: 56141 --> <sect3 id="network-console"> <!-- <title>Installation Over the Network</title> --> @@ -256,17 +256,5 @@ 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> diff --git a/it/using-d-i/modules/pkgsel.xml b/it/using-d-i/modules/pkgsel.xml index 5336be6e5..dda95b33a 100644 --- a/it/using-d-i/modules/pkgsel.xml +++ b/it/using-d-i/modules/pkgsel.xml @@ -1,5 +1,5 @@ <!-- retain these comments for translator revision tracking --> -<!-- original version: 52083 --> +<!-- original version: 56140 --> <sect3 id="pkgsel"> <!-- <title>Selecting and Installing Software</title> --> @@ -147,7 +147,7 @@ Mail server: <classname>exim4</classname>, <classname>spamassassin</classname>, <classname>uw-imap</classname>; Print server: <classname>cups</classname>; SQL database: <classname>postgresql</classname>; -Web server: <classname>apache</classname>. +Web server: <classname>apache2</classname>. --> Con i diversi task di tipo server sono installati i seguenti programmi. @@ -157,7 +157,7 @@ Mail server: <classname>exim4</classname>, <classname>spamassassin</classname>, <classname>uw-imap</classname>; Print server: <classname>cups</classname>; SQL database: <classname>postgresql</classname>; -Web server: <classname>apache</classname>. +Web server: <classname>apache2</classname>. </para></note> <para> |