Using the prebuilt VMWare VM version 20011R1.7
I am having some problems with the simple "change IP" aspect of the VM.
The tutorial says to execute the system-config-network command while logged in as root. However whenever I execute this command I get
"command not found", any ideas?
Change IP Address Failure
Re: Change IP Address Failure
There was a slight mixup when the VM got pushed out and the proper package did not get installed. Run the following on the command line of your Nagios XI server.
yum install system-config-network-tui
Then you should be able to run the tool.
yum install system-config-network-tui
Then you should be able to run the tool.
Nicholas Scott
Former Nagios employee
Former Nagios employee
-
nhartman83
- Posts: 3
- Joined: Tue Sep 20, 2011 8:04 am
Re: Change IP Address Failure
thanks! That's what I thought, however due to restrcitions my VM cannot hit any external mirrors. How can I do either of the following:
Setup a proxy server?
Install the package offline? (where can I download the installer)
Thanks!
Setup a proxy server?
Install the package offline? (where can I download the installer)
Thanks!
Re: Change IP Address Failure
We don't offer an "offline installer" - you have to be online. As for the proxies, you can try setting one at your own risk. Our official policy is:
http://support.nagios.com/wiki/index.ph ... th_Proxies
You can read more on the topic here:We do not officially support Nagios XI when you install and use proxy software that restricts traffic to or from the Nagios XI server.
http://support.nagios.com/wiki/index.ph ... th_Proxies
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
nhartman83
- Posts: 3
- Joined: Tue Sep 20, 2011 8:04 am
Re: Change IP Address Failure
Any possibility of updating the VM that you are distributing for Nagios XI?
Re: Change IP Address Failure
I'll make sure that the next VM image includes this package. In the mean time, you actually can install it offline by downloading the packages directly from a CentOS mirror and then transferring the packages to your VM and running 'rpm -i package-name.rpm ...' on them. For your convenience I've included an archive of the package & some of its dependencies in this post. I tried to include all of its dependencies but it's difficult to make sure I covered everything and it's possible that you may still be missing some required packages. Let me know if you have any problems installing it.
You do not have the required permissions to view the files attached to this post.
Re: Change IP Address Failure
I've updated the VM image, although it may take an hour or so for it to make its way to our website.
Re: Change IP Address Failure
same problem here. anyone else got the same problem? I think it could be my network setting actually 
-
markfreeman
- Posts: 1
- Joined: Tue Sep 27, 2011 9:10 am
Re: Change IP Address Failure
Awesome! I had the same issue and it was frustrating menscott wrote:There was a slight mixup when the VM got pushed out and the proper package did not get installed. Run the following on the command line of your Nagios XI server.
yum install system-config-network-tui
Then you should be able to run the tool.
Re: Change IP Address Failure
nscott wrote:There was a slight mixup when the VM got pushed out and the proper package did not get installed. Run the following on the command line of your Nagios XI server.
yum install system-config-network-tui
Then you should be able to run the tool.
Hahaha that was a quick and easy fix. Thanks for this