Nagios 6.6
-
lance.peterson
- Posts: 64
- Joined: Wed Aug 05, 2015 11:10 am
Nagios 6.6
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
Hello, @lance.peterson. You can see the list of network interfaces using this command:
Then you can edit the specific network interface settings without nmtui. You'll need to manually modify the corresponding interface config file located in:ip addr
After you are done modifying the config, restart the network service with:/etc/sysconfig/network-scripts/
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?service network restart
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
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.
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
@lance.peterson, Can you upload the /etc/sysconfig/network-scripts/ifcfg-eth1 file in this thread? Also, please run:
And show me the output.ls -l /etc/sysconfig/network-scripts/
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
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
@lance.peterson, What's the output of:
http://www.mustbegeek.com/configure-sta ... in-centos/
Then run:
If nagios overrode this config from static to DHCP, use this tutorial to set it to static again:cat /etc/sysconfig/network-scripts/ifcfg-eth0
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.