Fusion installation using VMware Virtual Machine

This support forum board is for questions relating to Nagios Fusion.
Locked
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Fusion installation using VMware Virtual Machine

Post by lafargeuser »

Hi,

Is there any documentation available to installed Nagios Fusion VMware Virtual Machine (32 bit).

refering below link.

http://library.nagios.com/library/produ ... /downloads

But not able to find any documentation.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Fusion installation using VMware Virtual Machine

Post by mguthrie »

The Fusion VM is already pre-installed with Nagios Fusion. You can power on the VM in ESX ,Vmware Workstation, of Vmware player, fetch the IP address, and access the web install page at:
http://<theipaddress>/nagiosfusion

From there you'll want to review the following:
http://library.nagios.com/library/produ ... ios-fusion
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: Fusion installation using VMware Virtual Machine

Post by lafargeuser »

while power on it throws below error

Power On virtual machine UX_IMSLAB_NagiosFusion Device 'Hard disk 1' has a backing type that is not supported. This is a general limitation of the virtual machine's compatibility with the ESXi version of the selected host.

import is failing
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Fusion installation using VMware Virtual Machine

Post by mguthrie »

What version of ESX are you importing into?
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: Fusion installation using VMware Virtual Machine

Post by lafargeuser »

ESX 5.1

Also tried to installing manually. below pasted is install.log

Nagios Fusion Installation Log
==========================
DATE: Thu Nov 22 12:55:24 IST 2012

DISTRO INFO:
CentOS
5.5
i686

THIS IS A NEW INSTALL!

INSTALLING:
full=2012R1.1
major=2012
minor=R1.1
releasedate=2012-06-28
release=201

Configuring Yum...
Enabling RPMForge repo...
Installing RPMForge PKG: packages/rpmforge-release-0.5.2-2.el5.rf.i386.rpm
warning: packages/rpmforge-release-0.5.2-2.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
Preparing... ##################################################
rpmforge-release ##################################################
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: addons
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5 ... epo=addons error was
[Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
rpmforge-release RPM installed OK
Enabling EPEL repo...
Installing EPEL PKG: ./packages/epel-release-5-4.noarch.rpm
warning: ./packages/epel-release-5-4.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing... ##################################################
epel-release ##################################################
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: addons
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5 ... epo=addons error was
[Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>
epel-release RPM installed OK
Yum configured OK
Installing prerequisites...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: addons
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5 ... epo=addons error was
[Errno 4] IOError: <urlopen error (101, 'Network is unreachable')>

if my understading is correct, then do we require to have internet download access to on which we are going to install NagiosFusion.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Fusion installation using VMware Virtual Machine

Post by scottwilkerson »

lafargeuser wrote:if my understading is correct, then do we require to have internet download access to on which we are going to install NagiosFusion.
Yes, it is required for a full install to download required packages.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: Fusion installation using VMware Virtual Machine

Post by lafargeuser »

With proxy it was not working. So i use NAT IP instead & was able to download pkgs from internet.

Now can i have repository for the all pkgs so that in future if i would need to install Fusion,then i will be using same repository so that it will locally get installed. And i dont have to opt for NAT IP or internet download access.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Fusion installation using VMware Virtual Machine

Post by mguthrie »

We've got some notes on using wget and yum behind a proxy, this could be useful for your scenario:
http://support.nagios.com/wiki/index.ph ... th_Proxies
lafargeuser
Posts: 341
Joined: Thu Sep 27, 2012 12:23 am

Re: Fusion installation using VMware Virtual Machine

Post by lafargeuser »

I had tried that setting as well but didnt work.

Thanks.

Installing NagiosXI & Fusion is very simple but getting internet download access its very tough in my enviroment due to software compliance.

There should be other way like Core, we can installed these products without internet or creating local respository.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Fusion installation using VMware Virtual Machine

Post by mguthrie »

Currently our solution for this has been recommending users download our pre-installed VM and import it into their virtualization server. Doing an offline installer for Fusion would be a lot simpler than XI. When we attempted to do this for XI by creating a tarball with a local package repository, we found that just about everyone who needed an offline installer had special requirements on their installation platform, which made it almost impossible to have have a supportable offline installer...
Locked