Search found 6 matches

by rfoster
Wed Jul 18, 2018 11:46 am
Forum: Nagios Network Analyzer
Topic: install on CentOS 7 - The step that failed was: 'db'
Replies: 12
Views: 6439

Re: install on CentOS 7 - The step that failed was: 'db'

Which should be installed and used; mariadb or mysql? This install is from a company template. So it's not a complete minimalist install. It does have mysql-community preinstalled for some reason. For this rebuild I ensured all mysql and mariadb packages were removed. List either package: yum list i...
by rfoster
Mon Jul 16, 2018 11:38 am
Forum: Nagios Network Analyzer
Topic: install on CentOS 7 - The step that failed was: 'db'
Replies: 12
Views: 6439

Re: install on CentOS 7 - The step that failed was: 'db'

Here are the changes I made to the scripts: fullinstall commented out mariadb 70 mysql="mysql-server" 71 if [ "$dist" == "el7" ]; then 72 #mysql="mariadb-server" 73 efonts="cjkuni-fonts-common cjkuni-ukai-fonts cjkuni-uming-fonts" 74 fi added nopgpgc...
by rfoster
Mon Jul 16, 2018 9:19 am
Forum: Nagios Network Analyzer
Topic: install on CentOS 7 - The step that failed was: 'db'
Replies: 12
Views: 6439

Re: install on CentOS 7 - The step that failed was: 'db'

Ok...now that I posted all that, I'm going to restore this machine to its original state (pre-install), make the changes you recommend to the script, and start the process from scratch...

Stay tuned...
by rfoster
Mon Jul 16, 2018 9:18 am
Forum: Nagios Network Analyzer
Topic: install on CentOS 7 - The step that failed was: 'db'
Replies: 12
Views: 6439

Re: install on CentOS 7 - The step that failed was: 'db'

Since there's a partial install already, libinstall.sh fails. I commented out: 664 # Check if NNA is already installed 665 #if [ -d "/usr/local/nagiosna" ]; then 666 # echo "It looks like Nagios Network Analyzer is already installed." 667 # exit 0 668 #fi And made the changes you...
by rfoster
Fri Jul 13, 2018 1:26 pm
Forum: Nagios Network Analyzer
Topic: install on CentOS 7 - The step that failed was: 'db'
Replies: 12
Views: 6439

Re: install on CentOS 7 - The step that failed was: 'db'

Thanks for the tip. Unfortunately it looks like the same error. [snip!] build_nfdump step completed OK Running 'library_path'... library_path step completed OK Running 'nagiosna'... nagiosna step completed OK Running 'backend'... backend step completed OK Running 'db'... Redirecting to /bin/systemct...
by rfoster
Thu Jul 12, 2018 3:56 pm
Forum: Nagios Network Analyzer
Topic: install on CentOS 7 - The step that failed was: 'db'
Replies: 12
Views: 6439

install on CentOS 7 - The step that failed was: 'db'

Hi. I am trying to install Nagios Network Analyzer on CentOS 7. I used the "manual download" method as described in the installation guide: cd /tmp wget https://assets.nagios.com/downloads/nagios-network-analyzer/nagiosna-latest.tar.gz tar xzf nagiosna-latest.tar.gz cd nagiosna ./fullinsta...