Changes between Version 11 and Version 12 of renetcolTIPS
- Timestamp:
- 10/20/11 11:14:47 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
renetcolTIPS
v11 v12 5 5 * RENETCOL install: 6 6 * gcc 7 {{{apt-get install gcc}}} 8 * Embedded GNU C Library: Profiling Libraries 9 {{{apt-get install libc6-prof}}} 7 {{{ 8 apt-get install gcc 9 }}} 10 * Embedded GNU C Library: Profiling Libraries (for centOS, the library name is glibc-utils.x86 and you need to change the Makefile.am file: `-lc_p => -lpcprofile`) 11 {{{ 12 apt-get install libc6-prof 13 }}} 14 * RRD library 15 {{{ 10 16 apt-get install librrd2-dev 17 }}} 18 * make 19 {{{ 11 20 apt-get install make 21 }}} 22 * psmisc 23 {{{ 12 24 apt-get install psmisc 25 }}} 26 * extract archive 27 {{{ 13 28 tar xvzf renetcol-0.0.14.tar.gz 29 }}} 30 * go to the directory 31 {{{ 14 32 cd renetcol-0.0.14 15 vim src/renetcolParam.h 16 vim conf/routers.txt 17 vim conf/IPv4_Subnet_Aggregation_based_on_SNMP_index.txt 33 }}} 34 * edit renetcol parameters file 35 {{{ 36 vi src/renetcolParam.h 37 }}} 38 * declaration of your routeurs exporters 39 {{{ 40 vi conf/routers.txt 41 }}} 42 * if you use accounting 43 {{{ 44 vi conf/IPv4_Subnet_Aggregation_based_on_SNMP_index.txt 45 }}} 46 * configure step 47 {{{ 18 48 ./configure --enable-multisampling=yes 49 }}} 50 * make 51 {{{ 19 52 make all 20 make clean; make all 53 }}} 54 * change the path in the launcher script 55 {{{ 21 56 vim tool/check.sh 57 }}} 58 * and run it 59 {{{ 22 60 /bin/sh /home/andreu/renetcol-0.0.14/tool/check.sh /home/andreu/renetcol-0.0.14 23 61 }}} … … 37 75 debianFXvmw:/home/andreu/renetcol-0.0.14# 38 76 }}} 39 * interfaces snmp index declaration:77 * interfaces SNMP index declaration (C for customer, B for backbone interface): 40 78 {{{ 41 79 debianFXvmw:/home/andreu/renetcol-0.0.14# cat /home/andreu/renetcol-0.0.14/conf/SNMP_INDEX.txt … … 53 91 debianFXvmw:/home/andreu/renetcol-0.0.14# 54 92 }}} 55 * In `tool/check.sh` change the path to renetcol directory.56 93 57 94 * First `ps` output: