Alex Juncu - UDPCast

Post on 19-Jun-2015

553 views 0 download

Transcript of Alex Juncu - UDPCast

UDPCast Imaging Solution

*RLUG Lightning Talk *

Alexandru Juncu

alex.juncu@rosedu.org

14.04.2011

System Imaging

• Software that copies HDD contents from one computer to others

• Offers scalability to administration of computer rooms (eg. School computer rooms (eg. School Laboratories)

• Takes advantage of UDP and Multicast

• Uses a Seed Host to distribuite contents

15.04.2011 2

Imaging Process

1. Prepare hosts for imaging (physical network conectivity)

2. Install Operating System(s) and needed applications on the Seed Host

3. Start the sender process on the Seed and 3. Start the sender process on the Seed and the receiver process on the other hosts

4. Transfer the contents over ther network

15.04.2011 3

VOID VOID VOID VOIDVOID

Multicast

S R R R

UDP Cast

• Open Source Project

• http://udpcast.linux.lu/

• udp-sender and udp-receiver

– (S) cat /dev/sda | udp-sender– (S) cat /dev/sda | udp-sender

– (R) udp-receiver > /dev/sda

• Utilities

– LiveCD for imaging

– cast-o-matic

15.04.2011 4