Wednesday, 6 March 2013

urutan dump db zabbix

urutan dump sql di zabbix pake mysql
schema.sql
images.sql
data.sql

atasi error compile manual zabbix

waktu compile manual zabbix, di bagian ./configure bla.. bla.. bla.. muncul error

checking for mysql_config... no
configure: error: MySQL library not found
atasi dengan
apt-get install libmysqld-dev

===============
error muncul

checking for curl-config... no
configure: error: Curl library not found

atasi dengan

libcurl4-gnutls-dev

===============
error muncul

checking for main in -lnetsnmp... no
configure: error: Not found NET-SNMP library

atasi dengan
apt-get install libsnmp-dev

===============
error muncul


checking for OPENIPMI support... no
configure: error: Invalid OPENIPMI directory - unable to find ipmiif.h

atasi dengan
apt-get install openipmi libopenipmi-dev


===============
error muncul

checking for SSH2 support... no
configure: error: SSH2 library not found 
atasi dengan
apt-get install libssh2-1-dev libssh2-1








udah gitu doank...

Monday, 18 February 2013

Memilih Repository Terdekat

Bingung buat nyari repositori debian dan turunannya yang tercepat dari tempat anda???
Gampang!!!!
pake aja netselect-apt. Gimana cara installnya, yuk mari . . .

1. Pastikan mesin anda sudah tersambung ke repositori dimana aja, ketik
#apt-get install netselect-apt
2. Kalo udah selese, ketik di terminal
#netselect-apt
tunggu proses sampe selese, kalo udah selese akan keluar hasil dari pemilihan server tercepat. Misal di tempat saya munculnya kaya gini:
The fastest server seems to be:
        http://mirror.unej.ac.id/debian/ 
Buat memilih server tercepat hasil pemilihan, ketik perintah di bawah
#cp sources.list /etc/apt/sources.list
kalo udah, update lagi database repo pake perintah
#apt-get update

Udah selese?? iya,, cuman gitu doank,,, :)

HAPPY LINUX!!!

Monday, 14 January 2013

Komik Detective Conan Offline

Gak usah bertele-tele,,
ni langsung saya kasih link download komik offline Detective Conan,
tapi masih nomer 1-60 doank yg reguler & cuma 1-34 yang spesial edisi ...

sedot mang...

1 http://adf.ly/55HWO
2 http://adf.ly/55HY1
3 http://adf.ly/55HYq
4 http://adf.ly/55HZy
5 http://adf.ly/55Hak
6 http://adf.ly/55HbJ
7 http://adf.ly/55Hch
8 http://adf.ly/55Hdz
9 http://adf.ly/55Heg
10 http://adf.ly/55Hgj
11 http://adf.ly/55MzZ
12 http://adf.ly/55N00
13 http://adf.ly/55N1M
14 http://adf.ly/55N2K
15 http://adf.ly/55N3H
16 http://adf.ly/55N3z
17 http://adf.ly/55N4i
18 http://adf.ly/55N5Z
19 http://adf.ly/55N62
20 http://adf.ly/55N6q
21 http://adf.ly/55N7R
22 http://adf.ly/55N86
23 http://adf.ly/55N8h
24 http://adf.ly/55N9O
25 http://adf.ly/55NAf
26 http://adf.ly/HDXEN
27 http://adf.ly/HDXEO
28 http://adf.ly/HDXEP
29 http://adf.ly/HDXEQ
30 http://adf.ly/HDXER
31 http://adf.ly/HDXae
32 http://adf.ly/HDXaf
33 http://adf.ly/HDXag
34 http://adf.ly/HDXah
35 http://adf.ly/HDXai
36 http://adf.ly/HDXaj
37 http://adf.ly/HDXak
38 http://adf.ly/HDXal
39 http://adf.ly/HDXam
40 http://adf.ly/HDXan
41 http://adf.ly/HDXao
42 http://adf.ly/HDXap
43 http://adf.ly/HDXaq
44 http://adf.ly/HDXar
45 http://adf.ly/HDXas
46 http://adf.ly/HDXat
47 http://adf.ly/HDXau
48 http://adf.ly/HDXav
49 http://adf.ly/HDXaw
50 http://adf.ly/HDXaly
51 http://adf.ly/HDXq1
52 http://adf.ly/HDXq2
53 http://adf.ly/HDXq3
54 http://adf.ly/HDXq4
55 http://adf.ly/HDXq5
56 http://adf.ly/HDXq6
57 http://adf.ly/HDXq7
58 http://adf.ly/HDXq8
59 http://adf.ly/HDXq9
60 http://adf.ly/HDXqA

yang spesial masih proses upload...
sabar ya....

Friday, 21 December 2012

Install dan konfigurasi snmp di red hat 6

Langsung aja ya...
Pastikan anda sudah login sebagai root, kalo bingung cara login sebagai root, pake perintah
sudo -i

1. Installation

Agar lebih mantap, kita akan install net-snmp-utils dari pkgs.org,, [segilas info] pkgs.info adalah website yang menyediakan berbagai macam package dari berbagai macam distribusi linux [udah gitu aja].
Yuk lanjut, kita donlot dulu package net-snmp-utils dari web tsb, kalo pake mesin 64 bit, sedot pake
# wget -c http://mirror.centos.org/centos/6/os/x86_64/Packages/net-snmp-5.5-41.el6.x86_64.rpm && wget -c http://mirror.centos.org/centos/6/os/x86_64/Packages/net-snmp-utils-5.5-41.el6.x86_64.rpm && wget -c http://mirror.centos.org/centos/6/os/x86_64/Packages/net-snmp-libs-5.5-41.el6.x86_64.rpm
kalo mesin 32 bit pake
# wget -c http://mirror.centos.org/centos/6/os/i386/Packages/net-snmp-5.5-41.el6.i686.rpm && wget -c http://mirror.centos.org/centos/6/os/i386/Packages/net-snmp-utils-5.5-41.el6.i686.rpm  && wget -c http://mirror.centos.org/centos/6/os/i386/Packages/net-snmp-libs-5.5-41.el6.i686.rpm
kalo udah selesai, install pke
# rpm -i net-snmp[tab]
SELAMAT!!!!
snmp sudah tersematkan di server anda....

Mau lanjut ke konfigurasi??
Yuuuukkk ke bawah....

2. Konfigurasi

Buat jaga-jaga, jangan lupa backup dulu file settingan/konfigurasi default snmp (bawaan pabrik istilahnya). Hajar dengan
# cp /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.aseli
kalo udah, masuk ke folder tempat bersemayam snmpd.conf dengan
#cd /etc/snmp
Di sini kita akan menggunakan salah satu utilisasi dari snmp yg bisa generate config secara otomatis, utils yg cocok banget buat anak2 manja seperti kita [hayoo kalo ga mau ngakuin kalo manja, tutup aja page ini secepatnya... :) hehee.... bercanda koq]
lanjut yuk....
snmpconf -g basic_setup
akan ada beberapa pertanyaan yg akan muncul, dijawab gimana??
liat ke bawah yuuukkk...
#snmpconf -g basic_setup
The following installed configuration files were found:
   1:  ./snmpd.conf
Would you like me to read them in?  Their content will be merged with theoutput files created by this session.
Valid answer examples: "all", "none","3","1,2,5"
Read in which (default = all): none*************************************************** Beginning basic system information setup ***************************************************Do you want to configure the information returned in the system MIB group (contact info, etc)? (default = y): y
Configuring: syslocationDescription:  The [typically physical] location of the system.    Note that setting this value here means that when trying to    perform an snmp SET operation to the sysLocation.0 variable will make    the agent return the "notWritable" error code.  IE, including    this token in the snmpd.conf file will disable write access to    the variable.    arguments:  location_string
The location of the system: At home
Finished Output: syslocation  "di hatimu"
Configuring: syscontactDescription:  The contact information for the administrator. Note that setting this value here means that when trying toperform an snmp SET operation to the sysContact.0 variable will make the agent return the "notWritable" error code.  IE, including this token in the snmpd.conf file will disable write access to the variable.    arguments:  contact_string
The contact information: Shinichi
Finished Output: syscontact  ShinichiDo you want to properly set the value of the sysServices.0 OID (if you don't know, just say no)? (default = y): y
Configuring: sysservicesDescription:  The proper value for the sysServices object.    arguments:  sysservices_number
does this host offer physical services (eg, like a repeater) [answer 0 or 1]: 0does this host offer datalink/subnetwork services (eg, like a bridge): 0does this host offer internet services (eg, supports IP): 1does this host offer end-to-end services (eg, supports TCP): 1does this host offer application services (eg, supports SMTP): 1
Finished Output: sysservices 76***************************************** BEGINNING ACCESS CONTROL SETUP *****************************************Do you want to configure the agent's access control? (default = y): yDo you want to allow SNMPv3 read-write user based access (default = y): nDo you want to allow SNMPv3 read-only user based access (default = y): nDo you want to allow SNMPv1/v2c read-write community access (default = y): nDo you want to allow SNMPv1/v2c read-only community access (default = y): y
Configuring: rocommunityDescription:  a SNMPv1/SNMPv2c read-only access community name    arguments:  community [default|hostname|network/bits] [oid]
The community name to add read-only access for: publicThe hostname or network address to accept this community name from [RETURN for all]:The OID that this community should be restricted to [RETURN for no-restriction]:
Finished Output: rocommunity  publicDo another rocommunity line? (default = y): n******************************************* Beginning trap destination setup *******************************************Do you want to configure where and if the agent will send traps? (default = y): n******************************************* Beginning monitoring setup *******************************************Do you want to configure the agent's ability to monitor various aspects of your system? (default = y): n
Error: An snmpd.conf file already exists in this directory.
'overwrite', 'skip', 'rename' or 'append'? : overwrite

The following files were created:
  snmpd.conf
These files should be moved to /usr/local/share/snmp if you want them used by everyone on the system.  In the future, if you add the -i option to the command line I'll copy them there automatically for you.
Or, if you want them for your personal use only, copy them to/root/.snmp .  In the future, if you add the -p option to the command line I'll copy them there automatically for you. 
Cek di /etc/snmp/snmpd.conf apakah sudah mengandung config yang baru, kalo sudah, berarti ya sukses dan waktunya berjingkrak...