SNMP adalah kependekan dari Simple Network Management Protocol. Dari kepanjangan tersebut kita dapat menebak bahwa SNMP digunakan untuk manajemen network. SNMP merupakan protokol untuk menajemen peralatan yang terhubung dalam jaringan IP (Internet Protocol).
NTP Network Time Protocol atau lebih sering disebut dengan istilah NTP
adalah sebuah mekanisme atau protokol yang digunakan untuk melakukan
sinkronisasi terhadap penunjuk waktu dalam sebuah sistem komputer dan
jaringan. Proses sinkronisasi ini dilakukan di dalam jalur komunikasi
data yang biasanya menggunakan protokol komunikasi TCP/IP. Sehingga
proses ini sendiri dapat dilihat sebagai proses komunikasi data biasa
yang hanya melakukan pertukaran paket-paket data saja.
Berikut langkah-langkah untuk mengkatifkan SNMP dan NTP pada linux centos
# yum install net-snmp
# yum install net-snmp-utils
# chkconfig snmpd on
# echo "rocommunity public" >> /etc/snmp/snmpd.conf
# echo "syslocation Aceh" >> /etc/snmp/snmpd.conf
# echo "syscontact rizal@gmail.com" >> /etc/snmp/snmpd.conf
# echo "includeAllDisks 10%" >> /etc/snmp/snmpd.conf
# /etc/init.d/snmpd restart
# vi /etc/sysconfig/iptables
-A INPUT -p udp -m udp --dport 162 -j ACCEPT
-A INPUT -p udp -m udp --dport 161 -j ACCEPT
# /etc/init.d/iptables restart
# date 120310012013
# ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
# hwclock --systohc
# which ntpdate
# yum install ntp ntpdate ntp-doc
# chkconfig ntpd on
# ntpdate 202.65.114.202
# /etc/init.d/ntpd start
# vi /etc/ntp.conf
server 0.202.65.114.202
server 1.103.31.248.249
# /etc/init.d/ntpd restart
Semoga bermanfaat, silahkan komentar anda dibawah
# yum install net-snmp-utils
# chkconfig snmpd on
# echo "rocommunity public" >> /etc/snmp/snmpd.conf
# echo "syslocation Aceh" >> /etc/snmp/snmpd.conf
# echo "syscontact rizal@gmail.com" >> /etc/snmp/snmpd.conf
# echo "includeAllDisks 10%" >> /etc/snmp/snmpd.conf
# /etc/init.d/snmpd restart
# vi /etc/sysconfig/iptables
-A INPUT -p udp -m udp --dport 162 -j ACCEPT
-A INPUT -p udp -m udp --dport 161 -j ACCEPT
# /etc/init.d/iptables restart
# date 120310012013
format date diatas adalah untuk tanggal 03 desember 2013 jam 10:01 pagi
# rm -f /etc/localtime# ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
# hwclock --systohc
# which ntpdate
# yum install ntp ntpdate ntp-doc
# chkconfig ntpd on
# ntpdate 202.65.114.202
# /etc/init.d/ntpd start
# vi /etc/ntp.conf
server 0.202.65.114.202
server 1.103.31.248.249
# /etc/init.d/ntpd restart
Semoga bermanfaat, silahkan komentar anda dibawah
Post a Comment
silahkan komentar dibawah ini, komentar anda sangat berarti untuk penulis artikel