Table des matières



Installation CloneZilla Server

Prérequis

deb http://fr.archive.ubuntu.com/ubuntu precise main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse
deb http://drbl.sourceforge.net/drbl-core drbl stable

* Ajouter le proxy au fichier /etc/wgetrc : |http_proxy = http://proxya.u-pec.fr:3128/
use_proxy = on
|
avec la passerelle 10.14.72.1 le proxy upec est probablement en transparent

wget -q http://drbl.org/GPG-KEY-DRBL -O- | sudo apt-key add -
sudo apt-get remove network-manager
sudo apt-get remove resolvconf
# interface virtuelle nécessaire pour CloneZilla
# Simulation du WAN
auto eth0:0
iface eth0:0 inet static
address 10.0.0.1
netmask 255.255.255.0
gateway 10.0.0.1

# The primary network interface
auto eth0
iface eth0 inet static
address 10.14.72.18
netmask 255.255.252.0
network 10.14.72.0
broadcast 10.14.75.255
gateway 10.14.72.1

Installation de DRBL

sudo apt-get install drbl
sudo /opt/drbl/sbin/drblsrv -i





sudo /opt/drbl/sbin/drblpush -i











sudo service isc-dhcp-server stop
sudo update-rc.d -f isc-dhcp-server remove
#/etc/exports
# Réseau 10.14.72.0/24
/tftpboot/node_root 10.14.72.0/24(ro,async,no_root_squash,no_subtree_check)
/usr 10.14.72.0/24(ro,async,no_root_squash,no_subtree_check)
/opt 10.14.72.0/24(ro,async,no_root_squash,no_subtree_check)
/home 10.14.72.0/24(rw,sync,no_root_squash,no_subtree_check)
/var/spool/mail 10.14.72.0/24(rw,sync,root_squash,no_subtree_check)
/home/partimag 10.14.72.0/24(rw,sync,async,no_root_squash,no_subtree_check)

# Réseau 10.14.73.0/24
/tftpboot/node_root 10.14.73.0/24(ro,async,no_root_squash,no_subtree_check)
/usr 10.14.73.0/24(ro,async,no_root_squash,no_subtree_check)
/opt 10.14.73.0/24(ro,async,no_root_squash,no_subtree_check)
/home 10.14.73.0/24(rw,sync,no_root_squash,no_subtree_check)
/var/spool/mail 10.14.73.0/24(rw,sync,root_squash,no_subtree_check)
/home/partimag 10.14.73.0/24(rw,sync,async,no_root_squash,no_subtree_check)

# Réseau 10.14.74.0/24
/tftpboot/node_root 10.14.74.0/24(ro,async,no_root_squash,no_subtree_check)
/usr 10.14.74.0/24(ro,async,no_root_squash,no_subtree_check)
/opt 10.14.74.0/24(ro,async,no_root_squash,no_subtree_check)
/home 10.14.74.0/24(rw,sync,no_root_squash,no_subtree_check)
/var/spool/mail 10.14.74.0/24(rw,sync,root_squash,no_subtree_check)
/home/partimag 10.14.74.0/24(rw,sync,async,no_root_squash,no_subtree_check)

# Réseau 10.14.75.0/24
/tftpboot/node_root 10.14.75.0/24(ro,async,no_root_squash,no_subtree_check)
/usr 10.14.75.0/24(ro,async,no_root_squash,no_subtree_check)
/opt 10.14.75.0/24(ro,async,no_root_squash,no_subtree_check)
/home 10.14.75.0/24(rw,sync,no_root_squash,no_subtree_check)
/var/spool/mail 10.14.75.0/24(rw,sync,root_squash,no_subtree_check)
/home/partimag 10.14.75.0/24(rw,sync,async,no_root_squash,no_subtree_check)
sudo service nfs-kernel-server restart
sudo /opt/drbl/sbin/dcs


MODIFICATION 27/06/2017 pour postes dell 7450 : ajouter une nouvelle image clonezilla live :

TroubleShooting

Pensez à regarder les logs ! /var/log

Problème de montage du dossier /usr sur le client

# Try to use gateway as NFS server
gateway=“$(LANG=C route -n | awk '/^0.0.0.0/ {print $2}')”
if [ -n “$gateway” ]; then
nfsserver=$nfsserver_default
else
echo “NFSSERVER is not found, use default one: \“$nfsserver_default\”.”
nfsserver=$nfsserver_default
fi
fi
nfsserver_default=10.14.72.18
nfsimagedir=/tftpboot/node_root
nfshostsdir=/tftpboot/nodes
nameserver=10.14.72.6
NFSSERVER_LIST=“10.14.72.18”

Problème de démarrage en TFTP sur le client

sudo service tftpd-hda start

Problème de montage des partages NFS sur le client

ALL: .iutsf.lan

Problème de mot de passe sur le client

use Digest::SHA;

Supprimer le mot de passe pour le boot local du client

Problème du wake on lan

$ETH_WAKE -i $iport $ethernet_address devient $ETH_WAKE $ethernet_address