Alex Juncu - UDPCast

4

Click here to load reader

Transcript of Alex Juncu - UDPCast

Page 1: Alex Juncu - UDPCast

UDPCast Imaging Solution

*RLUG Lightning Talk *

Alexandru Juncu

[email protected]

14.04.2011

Page 2: Alex Juncu - UDPCast

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

Page 3: Alex Juncu - UDPCast

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

Page 4: Alex Juncu - UDPCast

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