fullinstall pukes

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
nleistad
Posts: 6
Joined: Wed Sep 07, 2016 2:33 pm

fullinstall pukes

Post by nleistad »

CentOS6.8 on Proxmox 4.2-2 hypervisor
fullinstall pukes on time, relink /etc/localtime && touch /etc/sysconfig/clock
full install chokes on firewall
check iptables -L all listed but udp, manually add udp, still pukes on firewall
iptables a few tries later, multiple stanzas of all ports listed in fullinstall except upd.
manually delete redundancy.
http://<my ip>/nagioslogserver no httpd (probably due to not completing install which won't)
service httpd start, look OK, except no elasticlogsearch

[root@logserver ~]# echo $PATH
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/java/default/jre/bin:/usr/java/default/bin:/root/bin:/usr/java/default/:/usr/java/default/bin/

[root@logserver ~]# service elasticsearch start
/etc/init.d/elasticsearch: line 65: which: command not found
Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME

Since you're going to have to moderate this, here it is. Possibly I should just use rsyslog and NEVER have to deal w/ this JAVA POS. It's NOT GOOD SOFTWARE (said after fighting w/ it for 2.5 hours, please forgive)
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: fullinstall pukes

Post by rkennedy »

Could you please post the install.log so that we can see what the underlying issue is?

Also - are you running the VM under a OVZ or KVM?
Former Nagios Employee
nleistad
Posts: 6
Joined: Wed Sep 07, 2016 2:33 pm

Re: fullinstall pukes

Post by nleistad »

while logs say "firewall" fails, fullinstall adds firewall rules each time it runs, looking for iptables_filter ?? Not sure what that wants.
Currently think biggest problem is the eternal struggle with JAVA and getting elasticsearch to run.

hmm, maybe if installer finished java would work?
You do not have the required permissions to view the files attached to this post.
nleistad
Posts: 6
Joined: Wed Sep 07, 2016 2:33 pm

Re: fullinstall pukes

Post by nleistad »

in Proxmox, it's a CT, guess that's an OVZ...
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: fullinstall pukes

Post by rkennedy »

I spun up Proxmox 4.2, deployed the CentOS6 template (which is 6.7), setup networking and installed wget / tar.

It errored out at this part -

Code: Select all

Running 'timezone'...
./libinstall.sh: line 314: /etc/sysconfig/clock: No such file or directory

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios Enterprises technical support.

The step that failed was: 'timezone'

@mcapra deployed a 6.8 machine and didn't run into any issue (not on Proxmox though). Are you using the Cent6 template, or a minimal install?
Former Nagios Employee
nleistad
Posts: 6
Joined: Wed Sep 07, 2016 2:33 pm

Re: fullinstall pukes

Post by nleistad »

Actually I installed in VM using minimal is, adding packages before running game full install
nleistad
Posts: 6
Joined: Wed Sep 07, 2016 2:33 pm

Re: fullinstall pukes

Post by nleistad »

Mentioned relinking /etc/local time & & touch /etc/sysconfig /clock allowed next run of fullinstall make it to firewall where iptable_filter became issue.

Starting https let me register but complained about Java when elasticsearch wasn't running
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: fullinstall pukes

Post by rkennedy »

Got it, I can do some more testing on my end if it's needed.

Just to get on the same page, what state is the machine in now / what is the current issue?
Former Nagios Employee
nleistad
Posts: 6
Joined: Wed Sep 07, 2016 2:33 pm

Re: fullinstall pukes

Post by nleistad »

Current Machine State: NEW on bare hardware, ProxMox solution tabled until I decide if we're interested, CentOS 6.5, haven't upgraded yet, but will

NagiosLogServer running.

Log server itself sending considerable logs, have a single piece of CPE doing small entries. My Linux boxes not running rsyslog yet, will have to unload syslogd and convert.

I'd probably close the issue RE Proxmox and install issues as bare metal working w/o issue so far.

Thanks for you help.

Noel.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: fullinstall pukes

Post by rkennedy »

I am really baffled that Proxmox ended up being problematic, even with the testing I did myself. I have done NLS installs on OVZ / containers (not docker) and not had any issues thus far.

I'll leave this thread open should you decide to come back to the Proxmox issue, but if any new issues occur with the bare metal please open a new thread.
Former Nagios Employee
Locked