Je suis un nb en serveur sme lol

Je sais que l'on peu avec pxe et que il y a Thinclient pour sme mais je ne comprend pas bien comment sa fonctionne

Help me please !!!
Merci
Modérateur: modos Ixus
cd /tftpboot
mkdir Ubuntu
cd Ubuntu/
wget http://archive.ubuntu.com/ubuntu/dists/intrepid/main/installer-i386/current/images/netboot/netboot.tar.gz
tar -xvzf netboot.tar.gz
rm -f netboot.tar.gz
si je met dans thinclient la 8.10 livecd d ubuntu
ou se sauvegarde les données de lo'rdi qui s y connecte (si je me souviens bien y a moyen de le faire sur clef usb
serait il possible de faire cette sauvegarde dans le dossier user de la sme???)
mkdir /tftpboot/UbuntuLive
cd /tftpboot/UbuntuLive/
wget http://archive.ubuntu.com/ubuntu/dists/intrepid/main/installer-i386/current/images/netboot/netboot.tar.gz
tar -xvzf netboot.tar.gz
rm -f netboot.tar.gz
Name : Ubuntu Center
Directory(/tftpboot/):UbuntuLive
Executable:isolinux/pxelinux.0
PXE boot Server : enabled
Default distribution : Ubuntu Center
yum --enablerepo=base install nfs-utils nfs-utils-lib
cd /etc/rc.d/rc7.d
ln -s /etc/init.d/portmap S92portmap
ln -s /etc/init.d/nfs S93nfs
chkconfig portmap on
chkconfig nfs on
mkdir -p /etc/e-smith/templates-custom/etc/hosts.allow
echo "nfs: 127.0.0.1 192.168.2.0/255.255.255.0" > /etc/e-smith/templates-custom/etc/hosts.allow/nfs
echo "portmap: 127.0.0.1 192.168.2.0/255.255.255.0" > /etc/e-smith/templates-custom/etc/hosts.allow/portmap
echo "mountd: 127.0.0.1 192.168.2.0/255.255.255.0" > /etc/e-smith/templates-custom/etc/hosts.allow/mountd
echo "lockd: 127.0.0.1 192.168.2.0/255.255.255.0" > /etc/e-smith/templates-custom/etc/hosts.allow/lockd
echo "statd: 127.0.0.1 192.168.2.0/255.255.255.0" > /etc/e-smith/templates-custom/etc/hosts.allow/statd
echo "rquotad: 127.0.0.1 192.168.2.0/255.255.255.0" > /etc/e-smith/templates-custom/etc/hosts.allow/rquotad
/sbin/e-smith/expand-template /etc/hosts.allow]
cd ~
wget ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/releases/intrepid/ubuntu-8.10-desktop-i386.iso
mkdir cdmount
mount -o loop ubuntu-8.10-desktop-i386.iso cdmount/
cp -Rf cdmount/* /tftpboot/UbuntuLive
umount cdmount/
rm -Rf ubuntu-8.10-desktop-i386.iso cdmount/
mkdir -p /etc/e-smith/templates-custom/etc/exports
echo "/tftpboot/UbuntuLive 192.168.2.0/255.255.255.0(ro,sync,no_root_squash)" > /etc/e-smith/templates-custom/etc/exports/UbuntuLive
/sbin/e-smith/expand-template /etc/exports
service portmap start
service nfs start
cp -R ubuntu-installer/i386/pxelinux.cfg isolinux/
cp -f ubuntu-installer/i386/pxelinux.0 isolinux/
include menu.cfg
default vesamenu.c32
prompt 0
timeout 0
default live
label live
menu label ^Essayer Ubuntu sans modification
kernel ../casper/vmlinuz
append file=../preseed/ubuntu.seed initrd=../casper/initrd.gz boot=casper kbd-chooser/method=fr persistent netboot=nfs nfsroot=192.168.2.1:/tftpboot/UbuntuLive --
label install
menu label ^Installer Ubuntu
kernel ../ubuntu-installer/i386/linux
append vga=normal initrd=../ubuntu-installer/i386/initrd.gz -- quiet
label cli
menu label Installer ^Ubuntu en ligne de commmande
kernel ../ubuntu-installer/i386/linux
append tasks=standard pkgsel/language-pack-patterns= pkgsel/install-language-support=false vga=normal initrd=../ubuntu-installer/i386/initrd.gz -- quiet
label memtest
menu label Test de la ^memoire
kernel ../install/mt86plus
label hd
menu label ^Démarrer depuis le premier disque dur
localboot 0x80
Retour vers E-Smith / SME Server
Utilisateur(s) parcourant actuellement ce forum : Google [Bot] et 0 invité(s)