Manual Installation on Red hat

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
diegosiassb
Posts: 111
Joined: Wed Dec 30, 2009 1:38 am

Manual Installation on Red hat

Post 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
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Manual Installation on Red hat

Post 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.
velocity
Posts: 1
Joined: Sun Aug 22, 2010 3:08 am

Re: Manual Installation on Red hat

Post 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
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: Manual Installation on Red hat

Post 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.
diegosiassb
Posts: 111
Joined: Wed Dec 30, 2009 1:38 am

Re: Manual Installation on Red hat

Post 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
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Manual Installation on Red hat

Post by tonyyarusso »

The VM is the all-inclusive package.
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
Mark de Bokx
Posts: 43
Joined: Wed Jul 07, 2010 1:59 am

Re: Manual Installation on Red hat

Post 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.
diegosiassb
Posts: 111
Joined: Wed Dec 30, 2009 1:38 am

Re: Manual Installation on Red hat

Post 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
diegosiassb
Posts: 111
Joined: Wed Dec 30, 2009 1:38 am

Re: Manual Installation on Red hat

Post 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
Locked