Page 1 of 1

Manual Installation on Red hat

Posted: Fri Aug 20, 2010 6:18 am
by diegosiassb
Hi,

I bought the license but now that I immediately install a problem I can not download all packages from the internet how did you install?

La documentazione dà per certo la connessione a internet e la configurazione per accederci

Thanks

Diego

Re: Manual Installation on Red hat

Posted: Fri Aug 20, 2010 9:17 am
by mguthrie
Hi Diego,

If you have a license key we recommend putting future posts in the Customer Forum, as we give those items the highest priority.

What version of RHEL are you running? Is it 32 or 64? We currently support a 32bit install, the 64bit option is currently under development.

Manual Installation Instructions
http://library.nagios.com/library/produ ... -nagios-xi

Not every package from the installation scripts needs to install correctly, some packages are dependent on the Linux distro that you are installing on. Follow the instructions in the documentation, run through all of the installation scripts, and attempt to login to the web interface. If it's not working once you've run all of the scripts let us know how far you get and what error messages you're getting and we should be able to figure out what's wrong from there.

Re: Manual Installation on Red hat

Posted: Sun Aug 22, 2010 3:14 am
by velocity
Hi Guys

Sorry if im jumping on some one else's thread and hope that this is not incorrect but i seem to be having a similar problem with my CentOS manual install.

Have run all the scripts some errors but seems to be ok over all.

When i go to the web URL 202.129.244.199 and try to set the admin user i have the following error messages on the top of the screen.

SQL: SQL Error [nagiosxi] : ERROR: relation "xi_users" does not exist

Nad another in red:
Unable to get user id for admin account.

Any ideas or suggestions would be greatly appreciated.

Thank you.

P.S.

Please correct me if it was inappropriate to post here as the topic is the same "Manual Installation on Red hat" as my issue.

Thanks again
Gerardo

Re: Manual Installation on Red hat

Posted: Mon Aug 23, 2010 10:42 am
by mmestnik
It's impossible for us to comment, did you say this was a 32bit install?

We need to know how to reproduce your issue, we test using freshly installed systems with no special configurations. If your method differers then you may run into problems.

Let us know what else you would like us to support.

Re: Manual Installation on Red hat

Posted: Tue Aug 24, 2010 1:28 am
by diegosiassb
Hello I was not yet enabled esoo Customer Forum now it's ok

my problem is I have a proxy and I can not access the internet I thought there was a package all inclusive.

I thought that to make easier the installation there was an all-inclusive package


I tried to configure the proxy but without success, and this obliges me to use your "VM"

It would be a useful mini-guide to solve all these problems that are faced in the first phase Thanks Diego

Re: Manual Installation on Red hat

Posted: Tue Aug 24, 2010 10:44 am
by tonyyarusso
The VM is the all-inclusive package.

Re: Manual Installation on Red hat

Posted: Wed Aug 25, 2010 1:38 am
by Mark de Bokx
Diego

Try these commands for RPM's

export proxy_host="your proxy ip"
export proxy_port="ÿour proxy port"

Try this command for WGET

export http_proxy="your proxy ip:your proxy port"


This will will allow you to go through your proxy.

Re: Manual Installation on Red hat

Posted: Wed Aug 25, 2010 4:29 am
by diegosiassb
Hi

thanks but .... I had already tried


I installed ntlmaps a local proxy
With this I can go out with yum and wget anf firefox but I can not do

pm -Uvhhttp://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
-Uvhhttp://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm: unknown option
[root@nagiosxi nagiosxi]# rpm -Uvh http://download.fedora.redhat.com/pub/e ... noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/e ... noarch.rpm

My Proxy Authentication Required use ISA authorization

pc --> NTLM APS --> proxy ISA --> internet

No one who had the same problem ...........

I am really unlucky

Re: Manual Installation on Red hat

Posted: Thu Sep 02, 2010 7:42 am
by diegosiassb
Pass through ISA proxy with authentication

:mrgreen:
1) Download the software ntlmaps 0.9.9.0.1.
2) tar-xvf ntlmaps 0.9.9.0.1
3) cd-ntlmaps 0.9.9.0.1
4)vi server.cfg

Change

PARENT_PROXY:10.2.101.48 ( IP proxy your company)
PARENT_PROXY_PORT:8080 (port proxy your company)
NT_DOMAIN:OFFICE (Domain CTRL+ALT+CANC on windows system )
USER:MealliDiego ( User pc )
PASSWORD:xxxxxx ( password )

type the command line> python main.py in background
Configure your firefox with port 5865 Ip 127.0.0.1


Configure wget and yum pear

vi /etc/wgetrc

http_proxy = http://127.0.0.1:5865/
ftp_proxy = http://127.0.0.1:5865/

# If you do not want to use proxy at all, set this to off.
use_proxy = on


vi /etc/yum.conf
add new line
proxy=http://127.0.0.1:5865/

pear config-set http_proxy http://127.0.0.1:5865

enjoy !!!!!!!!!!!!!!!

Install now nagiosxi

Important Before you install nagiosxi comment wgetrc lines