Nagios 6.6

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lance.peterson
Posts: 64
Joined: Wed Aug 05, 2015 11:10 am

Nagios 6.6

Post by lance.peterson »

After trying upgrading to 6.6 after reboot it has an IP, shown on console, so no remote access. When booted up is says it is not 6.6 Final. From console, I am unable to run nmtui command. Says command not found. How do I salvage this server?
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios 6.6

Post by npolovenko »

Hello, @lance.peterson. You can see the list of network interfaces using this command:
ip addr
Then you can edit the specific network interface settings without nmtui. You'll need to manually modify the corresponding interface config file located in:
/etc/sysconfig/network-scripts/
After you are done modifying the config, restart the network service with:
service network restart
Is the main issue that XI has overridden a custom static IP config that you set up? Or the IP address fails to get automatically assigned with DHCP?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
lance.peterson
Posts: 64
Joined: Wed Aug 05, 2015 11:10 am

Re: Nagios 6.6

Post by lance.peterson »

If I enter "vi /etc/sysconfig/network-scripts/eth0" which is what it shows in the following screenshot that my adapter is it creates a new file, not a config file.

I had a static IP assigned. now at the top of the console I have nothing.
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios 6.6

Post by npolovenko »

@lance.peterson, Can you upload the /etc/sysconfig/network-scripts/ifcfg-eth1 file in this thread? Also, please run:
ls -l /etc/sysconfig/network-scripts/
And show me the output.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
lance.peterson
Posts: 64
Joined: Wed Aug 05, 2015 11:10 am

Re: Nagios 6.6

Post by lance.peterson »

See attachment
You do not have the required permissions to view the files attached to this post.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Nagios 6.6

Post by npolovenko »

@lance.peterson, What's the output of:
cat /etc/sysconfig/network-scripts/ifcfg-eth0
If nagios overrode this config from static to DHCP, use this tutorial to set it to static again:
http://www.mustbegeek.com/configure-sta ... in-centos/
Then run:
service network restart
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked