Martinus Ady H. BlOg

April 26, 2007

Zencafe+LTSP 2

Filed under: Linux

Wuah…. akhirnya “hampir” jalan juga neh LTSP :D
Setelah selesai download ltsp-4.2u2-0.iso, akhirnya coba lagi instal ltsp dengan versi yang baru didownload ini, moga2x ajah berhasil :-D .

Proses pengecekan md5sum berjalan sukses (ane ga mau kejadian kayak kemaren, masak pas dah instal ada 1 package yg md5sumnya error, akhirnya broken smua deh ga isa nerusin proses installasinya).
Kemudian coba-coba instal, n ngikutin petunjuk yang ada di disini

Dan ini adalah hasil sementara saya:

 
ltspcfg v0.16                                                          The Linux Terminal Server Project (http://www.LTSP.org)
	
Interface IP Address      Netmask         Network         Broadcast        Used
eth0      192.xx.x.xx   255.255.255.0   192.xx.x.xx     192.xx.x.xx   < -----
	
Service    Installed   Enabled   Running   Notes
dhcpd      Yes         no        Yes       Version 3
tftpd      Yes         Yes       Yes       Has '-s' flag
portmapper Yes         no        Yes
nfs        Yes         no        Yes
xdmcp      Yes         no        no        xdm, gdm   Using: none!
	
File                                Configured  Notes
/etc/hosts                          Yes
/etc/hosts.allow                    Yes
/etc/exports                        Yes
/opt/ltsp/i386/etc/lts.conf         Yes
	
Configured runlevel: 3         (value of initdefault in /etc/inittab)
   Current runlevel: 3         (output of the 'runlevel' command)
	
Installation dir...: /opt/ltsp
	
Press [enter] to return to the main menu...
	

Hmm… kayaknya sudah normal smua :-D , cobain cek satu persatu buat memastikan. Langkah-langkah yang saya lakukan adalah (Saya cuman ngecek 3 daemon ajah, soalnya ini yang menurut saya paling sulit. 2 hari ngoprek tftpd ga jalan-jalan :( ):

1) Cek dhcpd-nya aktif atau belum.


root[~]# netstat -an | grep \”:67 \”
udp        0      0 0.0.0.0:67              0.0.0.0:*
root[~]# ps aux | grep dhcpd
root     1509  0.0  0.9   1876   604 pts/0    R+   23:48   0:00 grep dhcpd
root     3519  0.0  1.9   2516  1196 ?        Ss   23:17   0:00 /usr/sbin/dhcpd
root[~]#

Seep… dah running well :-)

2) Cek TFTPD-nya dah aktif atau belum.


root[~]# ls /tftpboot/
lts/
root[~]# touch /tftpboot/tes
root[~]# ls /tftpboot/
lts/  tes
root[~]# tftp localhost
tftp> verbose
Verbose mode on.
tftp> get tes
getting from localhost:tes to tes [netascii]
tftp> quit
root[~]#

Hmmm… seeep, daemon tftpdnya udah aktif… :)

3) Cek NFS-nya dah aktif atau belum, karena pada manualnya untuk mengecek NFS harus ngecek portmap ama mount daemon, yah dicek smua ajah dah :P
Ini result di computer yang saya buat percobaan:


root[~]# ps -e | grep portmap
2321 ?        00:00:00 rpc.portmap
root[~]# netstat -an | grep \”:111 \”
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN
udp        0      0 0.0.0.0:111             0.0.0.0:*
root[~]# ps -e | grep nfs
 433 ?        00:00:00 nfsd
 434 ?        00:00:00 nfsd
 435 ?        00:00:00 nfsd
 436 ?        00:00:00 nfsd
 437 ?        00:00:00 nfsd
 438 ?        00:00:00 nfsd
 439 ?        00:00:00 nfsd
 440 ?        00:00:00 nfsd
root[~]# ps -e | grep mountd
 442 ?        00:00:00 rpc.mountd
root[~]# rpcinfo -p localhost
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp    813  status
    100024    1   tcp    816  status
    100021    1   udp   1024  nlockmgr
    100021    3   udp   1024  nlockmgr
    100021    4   udp   1024  nlockmgr
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   tcp   4772  nlockmgr
    100021    3   tcp   4772  nlockmgr
    100021    4   tcp   4772  nlockmgr
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100005    1   udp    618  mountd
    100005    1   tcp    621  mountd
    100005    2   udp    618  mountd
    100005    2   tcp    621  mountd
    100005    3   udp    618  mountd
    100005    3   tcp    621  mountd
root[~]#

Hmm.. bener-bener dah jalan :-D , ya udah klo gitu :-D

Wah kayaknya dah ga ada yang kurang lagi :) , maklum ini masih percobaan pertama :-D . Dulu pertama masuk warnet mah tahu teorinya begini n begitu, teknisnya baru sekarang cobainnya :)

Oh iya, maap saya masih belum bisa kasih step-by-step secara detailnya sampai LTSP + Zencafe bisa jalan.
Soalnya ini juga masih separo jalan :-D , nanti saya informasikan di blog ini juga koq :-)

Lanjutin besok lagi ngopreknya, sekarang mau baca2x email n forum dulu :-D

1 lagi dink makasih buat temen2x n om2x yg dah mau support n bantuin selama 3 minggu ini yach :-D ,
maklum om first time :-D (halah make ngeles segala) :P

5 Comments »

The URI to TrackBack this entry is: http://pemula.blogsome.com/2007/04/26/zencafeltsp-2/trackback/

  1. aku dah nyoba ikuti tutorial di InfoLinux tapi di Zencafe ku DHCPD-nya ga jalan terus banyak masalahnya… gimana yaa

    Comment by acep — November 6, 2007 @ 1:51 pm

  2. @acep: klo boleh tau pesan errornya apaan ajah om ?

    Comment by Martinus Ady H — November 7, 2007 @ 2:22 pm

  3. ltsp di zencafe 1.2 udah jalan pake tutorialnya om Martinus. tp, supaya lokal flasdisk bisa ke detek gmn ya om. script di lts.conf udah diutak atik tp tetep ga detek di client.gmana caranya om. mungkin ada tutornya om . trims

    Comment by red_pyramid — November 13, 2007 @ 7:34 am

  4. mas kalo buat ltsp dan billing terpisah bisa g? gmna ya caranya? trus buat billing pake zencafe 1.2 pake aplikasi pa? d dmna downloadnya? + bdmna konfigurasunya?

    Comment by marom — December 26, 2007 @ 11:17 am

  5. saya dah coba tutornya pas udah dijalankan , dhcpnya udah dapet tapi slanjutnya PXE-T01 :file not found PXE-T38 :TFTP error - file not found
    knapa yah ?

    Comment by dewi — January 9, 2008 @ 4:42 am

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>


Get free blog up and running in minutes with Blogsome
Theme designed by Gary Rogers