Cisco Cisco ASR 5000

Page of 76
MURAL Software Standard Installation Guide
Validating EDR Data
1.
Log in to the master Collector node and go to the
_shell
.
>
en
#
_shell
2.
Check the last timestamp for the Core job.
>
en
#
_shell
#
hadoop dfs -text /data/CoreJob/done.txt 2>/dev/null
3.
Check the last timestamp for the EDR data cubes being generated by the
job.
#
hadoop dfs -text /data/EDR/done.txt 2>/dev/null
4.
Check the last timestamp for CubeExporter data cubes.
#
hadoop dfs -text /data/CubeExporter/done.txt 2>/dev/null
5.
Check the last timestamp for generated and exported Bulkstats data cubes.
#
hadoop dfs -text /data/BulkStat/done.txt 2>/dev/null
#
hadoop dfs -text /data/BSAgg15min/done.txt 2>/dev/null
# hadoop dfs -text /data/BulkStatExporter_15min/done.txt 2>/dev/null
Validating Insta Data
1.
Log in to the master Insta node and check the name of the database
configured for EDR:
>
en
#
_shell
#
cli -t "en" "conf t" "show runn full" |
grep "insta instance 0 cubes-database" | awk -F ' ' '{print $5}'
database_mural
2.
Open the
idbmysql
user interface and specify
database_mural
asselect
the database.
#
idbmysql
Welcome to the MySQL monitor.
Commands end with ; or \g.
Copyright © 2016, Cisco Systems, Inc.
60