mini Linux Ubuntu Diskless



Video สำหรับชุดติดตั้ง "ชุดคำสั่ง mini Linux Ubuntu Diskless" ใช้งานคู่กับคู่มือ มินิ ตัวนี้ครับ
แนะนำดูในความละเอียด 720p HD จะได้เห็น command line ชัดๆครับ
http://www.youtube.com/watch?v=IozYl...&feature=share
*** เอามาแจกก่อน ชุดคำสั่งตัวเต็ม ไม่จำกัดเครื่องลูก >>>
 http://www.mediafire.com/?8r5mor78on91g5f
วิดีโอตัวอย่างใช้งานจริงของชุดคำสั่งระบบ mini Ubuntu Diskless + เครื่องแยกเน็ต-แยกเกมส์
Linux Ubuntu Diskless 1 Server
Linux ClearOS Server Multiwan(Net-Game) 1 Server
http://www.youtube.com/watch?v=3aBvG...&feature=share
http://youtu.be/FuwU13d__B0
***************************************
อีกแล้วครับ .. ปล่อยคู่มือชุดคำสั่งมินิ สำหรับ Linux CentOS Server Diskless
CentOS 5.4 i386 Server Diskless
http://www.mediafire.com/?b2taho1umc0bjkz
CentOS 6.2 x86x64 Server Diskless
http://www.mediafire.com/?lou31iz95xk8zvu
วิดีโอระบบ 64bit CentOSx86x64 Server Diskless -to- XP
http://www.youtube.com/watch?v=hCaED...ature=youtu.be
Linux ClearOS Diskless Multiwan Loadbance
วิดีโอ Testing123 สำหรับ Linux ClearOS Diskless + Multiwan ... Confirm 100%++ ครับ
Order All in One บน Linux Diskless on ClearOS+Multiwan บน WebUI ของ ClearOS ใช้งานได้ปกติไม่มีเสียหาย โครตคุ้ม พร้อมระบบ No-HDD ที่นิ่งสุดๆ
VIDEO
http://www.youtube.com/watch?v=h_sFk...&feature=share
Linux Diskless the OpenSource by PortsProgrammer
วิดีโอ Linux Diskless กับ Lan Card Output OS for Client .. 4 ใบ PCI x16 = 3 ใบ และ PCI x4 = 1 ใบ (ไม่รวม Onboard)
ระบบ Linux Diskless + Linux Multiwan .. 2 Server (NO-HDD)
 ในวิดีโอยังไม่ได้ติดตั้งโปรแกรมคิดเงิน
http://www.youtube.com/watch?v=kEMMM...&feature=share
ภาพโครงสร้างการวางระบบในคู่มือชุดคำสั่ง มินิ ใช้ทั้ง CentOS และ Ubuntu


โหลดไฟล์ gPXE(undionly.kpxe) สำหรับบูตด้วย AoE ,Multiboot :
http://www.mediafire.com/?tj30x1ew8jfb4c6
ส่วนคู่มือแบบ step by step เดียวตามมาครับ+ไม่จำกัดเครื่องลูก
เสร็จจากคู่มือ Ubuntu ก็จะต่อด้วยคู่มือ CentOS Diskless ครับ
Download ไฟล์ iPXE ไปทับแทนที่ตำแหน่งของไฟล์ gPXE ได้เลย .. link
http://www.mediafire.com/?9vqbv26wpdu2dv5

Shellscript รองรับเครื่องลูกสูงสุด 255 เครื่อง

ลิงค์ Download ไฟล์ Script การสร้าง Block device ให้เครื่องลูก 255 เครื่อง ..*
Vblade ทำได้มากกว่า 255 แต่ mapper device มันถูกจำกัดอยู่แค่ 255
http://www.mediafire.com/?sblr5883ftchxbs
DHCP Server ip ,max Fixed เพื่อรองรับเครื่องลูกจำนวณมาก และระบุ AoE ที่จะส่งให้เครื่องลูกในขั้นตอนการบูต ROM
root@ubuntu:~# nano /etc/dhcp/dhcpd.conf
ddns-update-style interim;
#ddns-update-style none;
ddns-rev-domainname "in-addr.arpa.";

option domain-name "diskless.32";
option domain-name-servers 10.0.0.1,8.8.8.8,8.8.4.4;
option ntp-servers us.pool.ntp.org;

# gPXE-specific encapsulated options
option space gpxe;
option gpxe-encap-opts code 175 = encapsulate gpxe;
option gpxe.priority code 1 = signed integer 8;
option gpxe.keep-san code 8 = unsigned integer 8;
option gpxe.no-pxedhcp code 176 = unsigned integer 8;
option gpxe.bus-id code 177 = string;
option gpxe.bios-drive code 189 = unsigned integer 8;
option gpxe.username code 190 = string;
option gpxe.password code 191 = string;
option gpxe.reverse-username code 192 = string;
option gpxe.reverse-password code 193 = string;
option gpxe.version code 235 = string;

ignore client-updates;
update-static-leases on;
use-host-decl-names on;

default-lease-time 600;
max-lease-time 7200;

log-facility local7;

subnet 10.0.0.0 netmask 255.255.255.0 {
default-lease-time 43200;
max-lease-time 86400;
allow unknown-clients;
option routers 10.0.0.1;
range 10.0.0.100 10.0.0.199;
}

host client1 {
hardware ethernet 50:e5:49:e9:91:bb;
fixed-address 10.0.0.11;

if exists user-class and option user-class = "gPXE" {
filename "";
option root-path "aoe:e0.1";
}
else {
filename "undionly.kpxe";
}
}

host client2 {
hardware ethernet 50:e5:49:e8:ee:46;
fixed-address 10.0.0.12;

if exists user-class and option user-class = "gPXE" {
filename "";
option root-path "aoe:e0.2";
}
else {
filename "undionly.kpxe";
}
}

host client3 {
hardware ethernet 50:e5:49:e8:ed:c7;
fixed-address 10.0.0.13;

if exists user-class and option user-class = "gPXE" {
filename "";
option root-path "aoe:e0.3";
}
else {
filename "undionly.kpxe";
}
}

ถ้ามีเครื่อง 4,5,6,7,n ก็ copy ช่วง host client มาเพิ่มต่อเข้าไปอีก และปรับเปลี่ยนค่าของ option root-path "aoe:e0.3"; เป็น "aoe:e0.4"
ต่อด้วย ip และ max address ตามลำดับ



วิดีโอการทำ Network Bonding Ubuntu หรือการแจก img diskless บนการ์ดแลนหลายใบ
http://www.youtube.com/watch?v=LwB_iV4K_7E
กว่าจะมาเป็น Diskless จากบทความอันมากมาย จนได้ Command line ชุด mini
ที่มา
http://www.linuxthai.org/archive/index.php/t-25736.html <--- ต้นแบบมาจากคุณ joke
http://webcache.googleusercontent.co...iskless_Server
https://help.ubuntu.com/community/Installation/Netboot <--- การทำให้เครื่องลูกเริ่มต้นการ Boot lan ได้
http://webcache.googleusercontent.co...-ubuntudebian/ <--- TFTP server สำหรับให้เครื่องลูกบูตแลน
http://www.mail-archive.com/gpxe@eth.../msg00315.html <--- บทความเกี่ยวกับ gPXE San boot
http://www.hadyaiinternet.com/index.php?topic=1761.0 <--- ขั้นตอนการ compile เพื่อใช้งาน gPXE
http://www.itdestination.com/articles/ataoe/ <--- ระบบ AoE
http://webcache.googleusercontent.co...t-1087287.html <--- DHCP and AoE
http://manpages.ubuntu.com/manpages/...losetup.8.html <--- พารามิเตอร์ และความหมายของชุดคำสั่ง losetup
http://linuxgazette.net/114/kapil.html <--- การทำ Block Device สำหรับ COW
http://webcache.googleusercontent.co...i/appnotes/cow <--- โครงสร้างของ COW
http://wiki.openwrt.org/doc/uci/vblade <--- โครงสร้าง Vblade
http://www.clusterkit.co.th/techblog...?blog_id=00038 <--- AoE กับ Vblade
http://www.internetcafe.in.th/archiv...p/t-13267.html <--- ความหมายและการใช้งานของ Vblade
https://help.ubuntu.com/community/Hi...lableAoETarget <--- เสริมเรื่อง AoE และการทำ Network bonding
Video สำหรับทำ master Win7
http://www.youtube.com/watch?v=UdV3ccQvNv8
http://www.youtube.com/watch?v=5oXB6...feature=relmfu

1. ทำการติดตั้งโปรแกรม nvspbind
2. ทำการ disable ms_wfplwf ของ LAN ที่จะทำการ Boot
3. สามารถนำ hdd ไปต่อกับ Server หรือ dump เข้า server
4. สามารถบูตผ่าน iSCSI ได้
เล็กๆน้อยๆสำหรับ Windows 7 x32x64
http://support.microsoft.com/kb/927392
http://webcache.googleusercontent.co...://winaoe.org/ <--- Download: winaoe-0.97g.zip for Windows
       ครบเรื่องโครงสร้างระบบ Diskless .. ส่วนนี้จะเป็นการเพิ่ม Drive ขึ้นมาอีกลูก เพื่อให้ Windows มองเห็นและเชื่อมต่อกัน เหมือนทำใน NxD Diskless ... ส่วนเรื่องการทำ Super User ในขณะที่เครื่องลูกเครื่องอื่นกำลังเล่นอยู่นั้นก็สามารถทำได้เหมือนใน NxD ทุกอย่าง .. แค่ DumpFile จาก /dev/mapper/XXX อัดเข้าไปใน IMG หรือ HDD ของ MasterWindows for Client และสามารถทำ History recovery ย้อนกลับแก้ไขในครั้งก่อนได้ ..
ขโมย สถาปัตยกรรมของ NxD Diskless มาเป็นแม่แบบจริงๆ .. ระบบ Linux Diskless จะปักหลักกับ Linux ClearOS 5.2 SP1 Enterprise น่ะครับ .. ต่อจากนั้นจะพัฒนา Kernel และ Firmware ให้รองรับสถาปัตยกรรม HW ของ PC ใหม่ๆ อยู่ตลอด เพื่อให้ Linux ClearOS Diskless Multiwan Loadbalance All in One ใช้งานได้ตลอดไป .. Confirm++++
http://banpot.srihawong.info/linux/mount-disk-linux/