summaryrefslogtreecommitdiff
path: root/it/install-methods
diff options
context:
space:
mode:
authorLuca Monducci <luca.mo@tiscali.it>2006-12-31 16:40:02 +0000
committerLuca Monducci <luca.mo@tiscali.it>2006-12-31 16:40:02 +0000
commit9945ad98e5637bc3c5762ec4cdbabe2ef6f239b0 (patch)
tree4dc3a1faac0f00f0e3eeb956d42665d408a8fdee /it/install-methods
parent0ef7d00bd3acf578050a227bd27ea39fee8d04b3 (diff)
downloadinstallation-guide-9945ad98e5637bc3c5762ec4cdbabe2ef6f239b0.zip
Updated Italian translation of d-i manual
Diffstat (limited to 'it/install-methods')
-rw-r--r--it/install-methods/install-tftp.xml130
-rw-r--r--it/install-methods/tftp/bootp.xml16
-rw-r--r--it/install-methods/tftp/dhcp.xml36
3 files changed, 111 insertions, 71 deletions
diff --git a/it/install-methods/install-tftp.xml b/it/install-methods/install-tftp.xml
index 6c68e7ff8..3f2d3976c 100644
--- a/it/install-methods/install-tftp.xml
+++ b/it/install-methods/install-tftp.xml
@@ -1,5 +1,5 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39614 -->
+<!-- original version: 43696 -->
<sect1 condition="supports-tftp" id="install-tftp">
@@ -24,55 +24,56 @@ e che sia configurata per gestire l'avvio della propria macchina.
</para><para>
<!--
-You need to setup a TFTP server, and for many machines, a BOOTP server
-<phrase condition="supports-rarp">, or RARP server</phrase>
-<phrase condition="supports-dhcp">, or DHCP server</phrase>.
+You need to setup a TFTP server, and for many machines a DHCP
+server<phrase condition="supports-rarp">, or RARP
+server</phrase><phrase condition="supports-bootp">, or BOOTP
+server</phrase>.
-->
-È necessario attivare un server TFTP e, per più macchine, un server
-BOOTP<phrase condition="supports-rarp"> o un server
-RARP</phrase><phrase condition="supports-dhcp"> o un server DHCP</phrase>.
+È necessario attivare un server TFTP e, per più macchine un server
+DHCP<phrase condition="supports-rarp"> o un server
+RARP</phrase><phrase condition="supports-bootp"> o un server BOOTP</phrase>.
</para><para>
<!--
<phrase condition="supports-rarp">The Reverse Address Resolution Protocol (RARP) is
one way to tell your client what IP address to use for itself. Another
-way is to use the BOOTP protocol. </phrase>
+way is to use the BOOTP protocol.</phrase>
-->
<phrase condition="supports-rarp">Il RARP (Reverse Address Resolution
Protocol) è un metodo per comunicare ai client quale indirizzo IP usare.
-In alternativa è possibile usare il protocollo BOOTP. </phrase>
+In alternativa è possibile usare il protocollo BOOTP.</phrase>
<!--
<phrase condition="supports-bootp">BOOTP is an IP protocol that
informs a computer of its IP address and where on the network to obtain
-a boot image. </phrase>
+a boot image.</phrase>
-->
<phrase condition="supports-bootp">BOOTP è un protocollo IP che comunica a
un computer qual è il proprio indirizzo IP e dove può recuperare dalla rete
-un'immagine per l'avvio. </phrase>
+un'immagine per l'avvio.</phrase>
<!--
-<phrase arch="m68k"> Yet another alternative exists on VMEbus
-systems: the IP address can be manually configured in boot ROM. </phrase>
+<phrase arch="m68k">Yet another alternative exists on VMEbus
+systems: the IP address can be manually configured in boot ROM.</phrase>
-->
<phrase arch="m68k">Sui sistemi VMEbus esiste un'altra alternativa:
-l'indirizzo IP può essere configurato manualmente nella ROM di avvio.
-</phrase>
+l'indirizzo IP può essere configurato manualmente nella ROM di
+avvio.</phrase>
<!--
-<phrase condition="supports-dhcp">The DHCP (Dynamic Host Configuration
-Protocol) is a more flexible, backwards-compatible extension of BOOTP.
-Some systems can only be configured via DHCP. </phrase>
+The DHCP (Dynamic Host Configuration Protocol) is a more flexible,
+backwards-compatible extension of BOOTP.
+Some systems can only be configured via DHCP.
-->
-<phrase condition="supports-dhcp">Il DHCP (Dynamic Host Configuration
+Il DHCP (Dynamic Host Configuration
Protocol) è una estensione più flessibile ma compatibile all'indietro di
-BOOTP. Alcuni sistemi possono essere configurati solo tramite DHCP. </phrase>
+BOOTP. Alcuni sistemi possono essere configurati solo tramite DHCP.
</para><para arch="powerpc">
@@ -202,28 +203,63 @@ are installed.
Solitamente i pacchetti Debian impostano correttamente il server durante
l'installazione.
-</para><para>
+</para>
+<note><para>
+
+<!--
+Historically TFTP servers used <filename>/tftpboot</filename> as directory
+to serve images from. However, &debian; packages may use other directories
+to comply with the <ulink url="&url-fhs-home;">Filesystem Hierarchy
+Standard</ulink>. For example, <classname>tftpd-hpa</classname> by default
+uses <filename>/var/lib/tftpboot</filename>. You may have to adjust the
+configuration examples in this section accordingly.
+-->
+
+Storicamente i server TFTP hanno usato <filename>/tftpboot</filename> come
+directory dalla quale servire le immagini. Invece, i pacchetti &debian;
+potrebbero usare una directory diversa in modo da essere conformi al
+<ulink url="&url-fhs-home;">Filesystem Hierarchy Standard</ulink>. Per esempio
+<classname>tftpd-hpa</classname> usa <filename>/var/lib/tftpboot</filename>;
+potrebbe essere necessario modificare gli esempi presenti in questa sezione
+in base alla propria configurazione.
+
+</para></note>
+<para>
+
+<!--
+Look in <filename>/etc/inetd.conf</filename> and remember the directory which
+is used as the argument of <command>in.tftpd</command><footnote>
+-->
+
+Cercare all'interno del file <filename>/etc/inetd.conf</filename> la
+directory usata come argomento di <command>in.tftpd</command> e prenderne
+nota<footnote>
+
+<para>
<!--
-Look in that file and remember the directory which is used as the
-argument of <command>in.tftpd</command>; you'll need that below. The
-<userinput>-l</userinput> argument enables some versions of
+The <userinput>-l</userinput> argument enables some versions of
<command>in.tftpd</command> to log all requests to the system logs;
-this is useful for diagnosing boot errors. If you've had to change
-<filename>/etc/inetd.conf</filename>, you'll have to notify the
-running <command>inetd</command> process that the file has changed.
-On a Debian machine, run <userinput>/etc/init.d/inetd
-reload</userinput>; on other machines,
-find out the process ID for <command>inetd</command>, and run
-<userinput>kill -HUP <replaceable>inetd-pid</replaceable></userinput>.
+this is useful for diagnosing boot errors.
-->
-Cercare all'interno di questo file la directory usata come argomento di
-<command>in.tftpd</command> e prenderne nota, sarà necessaria in seguito.
L'opzione <userinput>-l</userinput> attiva su alcune versioni di
<command>in.tftpd</command> la registrazione di tutte le richieste sul log
-di sistema, è utile per la diagnosi degli errori durante l'avvio. Se è
-stato necessario modificare <filename>/etc/inetd.conf</filename> si deve
+di sistema, è utile per la diagnosi degli errori durante l'avvio.
+
+</para>
+
+<!--
+</footnote>; you'll need that below.
+If you've had to change <filename>/etc/inetd.conf</filename>, you'll have to
+notify the running <command>inetd</command> process that the file has changed.
+On a Debian machine, run <userinput>/etc/init.d/inetd reload</userinput>; on
+other machines, find out the process ID for <command>inetd</command>, and run
+<userinput>kill -HUP <replaceable>inetd-pid</replaceable></userinput>.
+-->
+
+</footnote>, sarà necessaria in seguito.
+Se è stato necessario modificare <filename>/etc/inetd.conf</filename> si deve
passare la nuova configurazione al processo <command>inetd</command> in
esecuzione, su una macchina Debian eseguire <userinput>/etc/init.d/inetd
reload</userinput>; su macchine diverse si deve scoprire qual è l'ID del
@@ -281,8 +317,7 @@ per regolare l'intervallo delle porte sorgente usate sul server TFTP Linux.
<!--
Next, place the TFTP boot image you need, as found in
<xref linkend="where-files"/>, in the <command>tftpd</command>
-boot image directory. Generally, this directory will be
-<filename>/tftpboot</filename>. You'll have to make a link from that
+boot image directory. You may have to make a link from that
file to the file which <command>tftpd</command> will use for booting a
particular client. Unfortunately, the file name is determined by the
TFTP client, and there are no strong standards.
@@ -290,8 +325,7 @@ TFTP client, and there are no strong standards.
Spostare le immagini TFTP di cui si ha bisogno (come descritto in
<xref linkend="where-files"/>) nella directory delle immagini di avvio per
-TFTP. Generalmente questa directory è <filename>/tftpboot</filename>. È
-necessario fare un link da questa directory al file che
+TFTP. Potrebbe essere necessario fare un link da questa directory al file che
<command>tftpd</command> dovrà utilizzare per l'avvio di un particolare
client. Sfortunatamente il nome del file è stabilito dal client TFTP e non
esiste uno standard.
@@ -320,14 +354,14 @@ TFTP e poi rinominarlo in <filename>yaboot.conf</filename>.
For PXE booting, everything you should need is set up in the
<filename>netboot/netboot.tar.gz</filename> tarball. Simply extract this
tarball into the <command>tftpd</command> boot image directory. Make sure
-your dhcp server is configured to pass <filename>/pxelinux.0</filename>
+your dhcp server is configured to pass <filename>pxelinux.0</filename>
to <command>tftpd</command> as the filename to boot.
-->
Per l'avvio PXE tutte le operazioni necessarie sono già state fatte in
<filename>netboot/netboot.tar.gz</filename>. Estrarre questo tarball nella
directory delle immagini di avvio <command>tftpd</command>, assicurarsi che
-il server dhcp sia configurato per passare <filename>/pxelinux.0</filename>
+il server dhcp sia configurato per passare <filename>pxelinux.0</filename>
come file da avviare a <command>tftpd</command>.
</para><para arch="ia64">
@@ -542,6 +576,20 @@ sottoarchitettura.
</para><para>
<!--
+If you've done all this correctly, giving the command <userinput>boot
+net</userinput> from the OpenPROM should load the image. If the image
+cannot be found, try checking the logs on your tftp server to see which
+image name is being requested.
+-->
+
+Se tutti i passi sono stati eseguiti correttamente, usando il comando
+<userinput>boot net</userinput> da OpenPROM dovrebbe iniziare il caricamento
+dell'immagine. Se non è possibile trovare l'immagine, controllare nei log
+del server tftp quale nome è stato usato per richiederla.
+
+</para><para>
+
+<!--
You can also force some sparc systems to look for a specific file name
by adding it to the end of the OpenPROM boot command, such as
<userinput>boot net my-sparc.image</userinput>. This must still reside
diff --git a/it/install-methods/tftp/bootp.xml b/it/install-methods/tftp/bootp.xml
index a89982818..c9df19216 100644
--- a/it/install-methods/tftp/bootp.xml
+++ b/it/install-methods/tftp/bootp.xml
@@ -1,9 +1,9 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 36841 -->
+<!-- original version: 43558 -->
<sect2 condition="supports-bootp" id="tftp-bootp">
- <!-- <title>Setting up BOOTP server</title> -->
+ <!-- <title>Setting up a BOOTP server</title> -->
<title>Attivazione di un server BOOTP</title>
<para>
@@ -11,15 +11,15 @@
There are two BOOTP servers available for GNU/Linux. The first is CMU
<command>bootpd</command>. The other is actually a DHCP server: ISC
<command>dhcpd</command>. In &debian; these are contained in the
-<classname>bootp</classname> and <classname>dhcp</classname> packages
-respectively.
+<classname>bootp</classname> and <classname>dhcp3-server</classname>
+packages respectively.
-->
Per GNU/Linux sono disponibili due server BOOTP. Il primo è
<command>bootpd</command> di CMU, l'altro è un server DHCP:
<command>dhcpd</command> di ISC. Questi server sono rispettivamente
contenuti nei pacchetti &debian; <classname>bootp</classname> e
-<classname>dhcp</classname>.
+<classname>dhcp3-server</classname>.
</para><para>
@@ -106,11 +106,11 @@ By contrast, setting up BOOTP with ISC <command>dhcpd</command> is
really easy, because it treats BOOTP clients as a moderately special
case of DHCP clients. Some architectures require a complex
configuration for booting clients via BOOTP. If yours is one of
-those, read the section <xref linkend="dhcpd"/>. Otherwise, you
+those, read the section <xref linkend="dhcpd"/>. In that case, you
will probably be able to get away with simply adding the
<userinput>allow bootp</userinput> directive to the configuration
block for the subnet containing the client, and restart
-<command>dhcpd</command> with <userinput>/etc/init.d/dhcpd
+<command>dhcpd</command> with <userinput>/etc/init.d/dhcpd3-server
restart</userinput>.
-->
@@ -122,7 +122,7 @@ queste leggere la sezione <xref linkend="dhcpd"/>. In caso contrario
per proseguire è sufficiente aggiungere la direttiva <userinput>allow
bootp</userinput> al blocco di configurazione della subnet a cui appartiene
il client e riavviare <command>dhcpd</command> usando
-<userinput>/etc/init.d/dhcpd restart</userinput>.
+<userinput>/etc/init.d/dhcpd3-server restart</userinput>.
</para>
</sect2>
diff --git a/it/install-methods/tftp/dhcp.xml b/it/install-methods/tftp/dhcp.xml
index 45ad49ec5..05770b551 100644
--- a/it/install-methods/tftp/dhcp.xml
+++ b/it/install-methods/tftp/dhcp.xml
@@ -1,23 +1,23 @@
<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39614 -->
+<!-- original version: 43558 -->
- <sect2 condition="supports-dhcp" id="dhcpd">
+ <sect2 id="dhcpd">
<!-- <title>Setting up a DHCP server</title> -->
<title>Attivazione di un server DHCP</title>
<para>
<!--
One free software DHCP server is ISC <command>dhcpd</command>.
-In &debian;, this is available in the <classname>dhcp</classname> package.
-Here is a sample configuration file for it (usually
-<filename>/etc/dhcpd.conf</filename>):
+For &debian;, the <classname>dhcp3-server</classname> package is
+recommended. Here is a sample configuration file for it (see
+<filename>/etc/dhcp3/dhcpd.conf</filename>):
-->
-Un server DHCP libero è <command>dhcpd</command> di ISC. In &debian; è
-disponibile nel pacchetto <classname>dhcp</classname>. Questo è un esempio
-del file di configurazione per questo server (di solito
-<filename>/etc/dhcpd.conf</filename>):
+Un server DHCP libero è <command>dhcpd</command> di ISC. In &debian;
+si raccomanda il pacchetto <classname>dhcp3-server</classname>. Segue
+un esempio del file di configurazione per questo server (di solito
+<filename>/etc/dhcp3/dhcpd.conf</filename>):
<informalexample><screen>
option domain-name "example.com";
@@ -41,14 +41,6 @@ host clientname {
}
</screen></informalexample>
-<!--
-Note: the new (and preferred) <classname>dhcp3</classname> package uses
-<filename>/etc/dhcp3/dhcpd.conf</filename>.
--->
-
-Nota: il nuovo (e da preferire) pacchetto <classname>dhcp3</classname> usa il
-file <filename>/etc/dhcp3/dhcpd.conf</filename>.
-
</para><para>
<!--
@@ -72,11 +64,11 @@ verrà recuperato tramite TFTP.
<!--
After you have edited the <command>dhcpd</command> configuration file,
-restart it with <userinput>/etc/init.d/dhcpd restart</userinput>.
+restart it with <userinput>/etc/init.d/dhcpd3-server restart</userinput>.
-->
Dopo aver modificato il file di configurazione di <command>dhcpd</command>
-riavviarlo con <userinput>/etc/init.d/dhcpd restart</userinput>.
+riavviarlo con <userinput>/etc/init.d/dhcpd3-server restart</userinput>.
</para>
@@ -114,11 +106,11 @@ subnet 192.168.1.0 netmask 255.255.255.0 {
}
group {
- next-server 192.168.1.3;
- host tftpclient {
+ next-server 192.168.1.3;
+ host tftpclient {
# tftp client hardware address
hardware ethernet 00:10:DC:27:6C:15;
- filename "/tftpboot/pxelinux.0";
+ filename "pxelinux.0";
}
}
</screen></informalexample>