Installation Problem (Run the AutoDiscovery Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
faisalrehman1975
Posts: 4
Joined: Tue Apr 15, 2014 10:22 am

Installation Problem (Run the AutoDiscovery Wizard

Post by faisalrehman1975 »

Installation Problem

An installation errror was detected. The following steps must be completed before using this component:
•Run the setup script. To do this, login to the Nagios XI server as the root user and issue the following commands:

chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
/usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Installation Problem (Run the AutoDiscovery Wizard

Post by lmiltchev »

Did you run these commands?

Code: Select all

chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
/usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
Be sure to check out our Knowledgebase for helpful articles and solutions!
faisalrehman1975
Posts: 4
Joined: Tue Apr 15, 2014 10:22 am

Re: Installation Problem (Run the AutoDiscovery Wizard

Post by faisalrehman1975 »

Yes!
The command Never Worked
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Installation Problem (Run the AutoDiscovery Wizard

Post by sreinhardt »

Did you get any output when running those commands? We need something to work with so that we can help you out. Any and all details help!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
faisalrehman1975
Posts: 4
Joined: Tue Apr 15, 2014 10:22 am

Re: Installation Problem (Run the AutoDiscovery Wizard

Post by faisalrehman1975 »

Error: Try 'chmod --help' for more information
faisalrehman1975
Posts: 4
Joined: Tue Apr 15, 2014 10:22 am

Re: Installation Problem (Run the AutoDiscovery Wizard

Post by faisalrehman1975 »

[root@localhost ~]# chmod +x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
After Runing this Command come with the error message

chmod: missing operand after '+x /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh'
try 'chmod --help' for more information
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Installation Problem (Run the AutoDiscovery Wizard

Post by lmiltchev »

Run the following commands and show us the output:

Code: Select all

ll /usr/local/nagiosxi/html/includes/components/autodiscovery/setup.sh
chmod --version
sestatus
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked