Tips Instalasi dan Konfigurasi Excellent Samba4 Appliance Sebagai Active Directory Server Bagian 1

Posted by

Excellent Samba4 Appliance adalah Linux yang dibuild oleh Susestudio. Excellent Samba4 Appliance menggunakan SUSE Linux Enterprise Server sebagai core sistem-nya. Excellent Samba4 Appliance memiliki semua paket/dependensi yang dibutuhkan oleh Samba4. Excellent Samba4 Appliance dapat diinstall dan dikonfigurasi langsung tanpa bingung tentang dependensi 😉

# Deploy dan Install

Download Excellent Samba4 Appliance (preload iso) dari link berikut : https://susestudio.com/a/yje6BW/excellent-samba4-appliance

excellent-samba4-appliance-preload

Burning appliance ke cd/dvd dan install pada server fisik (jika ingin install di server fisik). Atau bisa langsung deploy sebagai Virtual Machine

install-excellent-samba4-appliance

Pilih Yes pada destroying all data. Setelah instalasi selesai, gunakan username root dan password excellent

# Konfigurasi Network

Untuk memudahkan pemahaman, berikut adalah contoh informasi sistem saya

Domain     : imanudin.net
Hostname   : Samba4
IP Address : 192.168.1.111

Ketik yast lan untuk konfigurasi network. Pada tab overview, pilih edit atau bisa juga kombinasi tombol alt + i untuk akses secara langsung pilihan edit.

excellent-samba4-configure-network

Pilih Next untuk konfigurasi Hostname/DNS. Pilih tab Hostname/DNS dan sesuaikan seperti konfigurasi berikut

excellent-samba4-configure-hostname

Catatan : Pastikan Name Server 1 adalah IP Address Samba4 server. Pindah ke tab Routing dan masukkan IP gateway kemudian OK untuk menyelesaikan konfigurasi.

excellent-samba4-configure-gateway

Setelah semua konfigurasi selesai, pastikan dapat terkoneksi ke internet (untuk download Samba4)

# Download dan compile Samba4

Download Samba4 versi terakhir dari link berikut : https://ftp.samba.org/pub/samba/, ekstrak, compile dan install
[code lang=’plain’]
cd /opt
wget –no-check-certificate https://download.samba.org/pub/samba/samba-latest.tar.gz
tar -zxvf samba-latest.tar.gz
cd samba-*
./configure.developer
make
make install
[/code]
Proses compile akan memakan waktu 5 menit atau lebih 😉

Panduan berikutnya akan dijelaskan pada bagian 2

Silakan dicoba dan semoga bermanfaat 😀

5 comments

  1. setelah saya melakukan step
    4. cd samba-*
    5../configure.developer
    *mohon dibantu kang iman untuk notif error ini,
    ——–
    Checking for Python version >= 2.4.2 : ok 2.7.9
    Checking for python headers : using cache
    Checking for a 64-bit host to support lmdb : ok
    Checking for lmdb >= 0.9.16 : not found
    Checking for header lmdb.h : no
    Checking for lmdb >= 0.9.16 via header check : not found
    Samba AD DC and –enable-selftest requires lmdb 0.9.16 or later
    samba4:/srv/v/samba # make
    WAF_MAKE=1 python ./buildtools/bin/waf build
    Project not configured (run ‘waf configure’ first)
    Makefile:8: recipe for target ‘all’ failed
    make: *** [all] Error 1
    samba4:/srv/v/samba # make install
    WAF_MAKE=1 python ./buildtools/bin/waf install
    Project not configured (run ‘waf configure’ first)
    Makefile:11: recipe for target ‘install’ failed
    make: *** [install] Error 1
    samba4:/srv/v/samba #

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.