Tampilkan postingan dengan label ltsp. Tampilkan semua postingan
Tampilkan postingan dengan label ltsp. Tampilkan semua postingan

Rabu, 08 Februari 2012

Setting Pada LTSP 32 Bit

Jika kita menginstal ubuntu versi desktop kemudian ingin mendginstal LTSP, berikut cara dan sedikit setting-nya.

Buat IP static di komputer server LTSP
sudo gedit /etc/network/interfaces
Kira-kira isinya seperti ini (sesuaikan dengan konfigurasi jaringan yang ada)
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
 address 192.168.10.18
 netmask 255.255.255.0
 network 192.168.10.0
 broadcast 192.168.10.255
 gateway 192.168.10.15

Restart untuk memperbaharui perubahan
sudo gedit /etc/init.d/networking restart

Install LTSP
sudo apt-get install ltsp-server-standalone

Sesuaikan konfigurasi dhcp-sesrver
sudo gedit /etc/ltsp/dhcpd.conf

Kira-kira isinya seperti ini
# Default LTSP dhcpd.conf config file.

authoritative;

subnet 192.168.10.0 netmask 255.255.255.0 {
    range 192.168.10.20 192.168.10.250;
    option domain-name "ltsp";
    option domain-name-servers 192.168.10.1;
    option broadcast-address 192.168.10.255;
    option routers 192.168.10.15;
#    next-server 192.168.10.1;
#    get-lease-hostnames true;
    option subnet-mask 255.255.255.0;
    option root-path "/opt/ltsp/i386";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
        filename "/ltsp/i386/pxelinux.0";
    } else {
        filename "/ltsp/i386/nbi.img";
    }
}

Setting ethx pada bagian ini
 
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp3-server by the maintainer scripts

#
# This is a POSIX shell fragment
#

# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
#       Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="eth0"


Apabila melakukan perubahan-perubahan IP, lakukan perintah ini
sudo ltsp-update-sshkeys && sudo ltsp-update-image

Alhamdulillah Jalan LTSP nya

Alhamdulillah akhirnya LTSP berjalan dengan baik di client dengan booting melalui NIC

Fiuh...... next ngoprek LTSP 12.04

Menjalankan Klien LTSP di virtualbox

Berikut cara setting virtualbox agar klien LTSP berjalan di virtualbox.












yups... berhasil


Install LTSP

Setelah mumet cari dokumentasi/tutorial LTSP, akhirnya gw memutuskan untuk menggunakan ubuntu alternate 10.04 32 bit, karena cara instalasinya mudah, hanya memasukkan cd installer kemudian pada menu install tekan F4 kemudian pilih Intall an LTSP Server.


Lanjutkan proses instalasi hingga selesai dengan konfigusrasi-konfigurasi yang ada. Setelah selesai tahap instalasi, seharusnya LTSP server sudah jalan. Untuk mengetesnya bisa gunakan virtualbox untuk menjalankan client LTSP.

Jumat, 03 Februari 2012

Install ubuntu 10.04.3 64 bit

Gara-gara lagi musim razia nongol lagi, jadi harus nyediain satu server LTSP tuk ditaro di kantor cabang. Kemaren sempet install ubuntu 11.10 i386 di satu pc yang akan dijadikan server, karena RAM 4 GB jadi harus install kernel pae (maksudnya biar si RAM yang 4 GB itu bisa dibaca semua). Info cari info..... katanya LTSP di ubuntu 11.10 berat (belom nyoba sih) jadi harus install di ubuntu 10.04.3 LTS.

Sengaja install yang 64 bit, biar gak usah install si kernel pae lagi, sekalian nyoba ngerasain ubuntu 64 bit.

Pengaturan dan proses instalasi sama seperti install ubuntu yang lain, hanya pada pemilihan untuk partisi, gw pilih semua HDD tanpa dibagi-bagi untuk / (root), swap dan seterusnya.

Berikut (kita) jeroan mesin yang gw maksud :


tes@tes-desktop:~$ lscpu 
Architecture   : i686
CPU op-mode(s)  : 32-bit, 64-bit
Byte Order   : Little Endian
CPU(s)     : 2
On-line CPU(s) list  : 0,1
Thread(s) per core : 1
Core(s) per socket : 2
CPU socket(s)   : 1
Vendor ID    : AuthenticAMD
CPU family   : 16
Model     : 6
Stepping    : 3
CPU MHz    : 800.000
BogoMIPS    : 6027.36
Virtualization   : AMD-V
L1d cache    : 64K
L1i cache    : 64K
L2 cache    : 1024K

tes@tes-desktop:~$ lspci 
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2)
00:01.3 Co-processor: nVidia Corporation MCP61 SMU (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

tes@tes-desktop:~$ cat /proc/meminfo | grep MemTotal
MemTotal:        3859704 kB
Sekian........