Nagios XI installation on External Lun

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
socgenindia
Posts: 21
Joined: Fri Jun 10, 2016 5:10 am

Nagios XI installation on External Lun

Post by socgenindia »

Hi ,

Please let us know is that possible to install the Nagios XI on external LUN instead of default location /usr/local/ path.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios XI installation on External Lun

Post by mcapra »

It's possible, but doing so would make your system unsupported and is likely more trouble than it's worth. We also do not have specific documentation for a setup like that. I wouldn't recommend it.
Former Nagios employee
https://www.mcapra.com/
SteveBeauchemin
Posts: 524
Joined: Mon Oct 14, 2013 7:19 pm

Re: Nagios XI installation on External Lun

Post by SteveBeauchemin »

you mean like this??

Code: Select all

df -h
Filesystem                       Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00   10G  3.5G  6.6G  35% /
devtmpfs                          12G     0   12G   0% /dev
tmpfs                             12G   12K   12G   1% /dev/shm
tmpfs                             12G   17M   12G   1% /run
tmpfs                             12G     0   12G   0% /sys/fs/cgroup
/dev/sda1                        497M  174M  324M  35% /boot
/dev/mapper/VolGroup00-LogVol03  4.0G   38M  4.0G   1% /tmp
/dev/mapper/VolGroup00-LogVol02   20G  2.6G   18G  13% /var
/dev/mapper/VolGroup10-LogVol00  125G   70G   56G  56% /usr/local
tmpfs                            1.0G  130M  895M  13% /var/nagiosramdisk
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios XI installation on External Lun

Post by mcapra »

Ah, yeah if you're doing it like @SteveBeauchemin did that's perfectly fine. As long as the logical paths of things aren't fudged.
Former Nagios employee
https://www.mcapra.com/
SteveBeauchemin
Posts: 524
Joined: Mon Oct 14, 2013 7:19 pm

Re: Nagios XI installation on External Lun

Post by SteveBeauchemin »

The important part of what I did was having a separate volume for data that was split off from the OS.

Notice the names:
/dev/mapper/VolGroup00
/dev/mapper/VolGroup10

Different volume groups mean different Disk IO hopefully. If you can force them to different Data Stores from each other, it is more isolated. That was my intent when I did this.

Thanks.

Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Nagios XI installation on External Lun

Post by cdienger »

socgenindia,

Did that help answer your question?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
socgenindia
Posts: 21
Joined: Fri Jun 10, 2016 5:10 am

Re: Nagios XI installation on External Lun

Post by socgenindia »

hi,

Thank you for you reply. if we share the lun between primary secondary server , do we need to install the Nagios XI on both server ?
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios XI installation on External Lun

Post by mcapra »

Yes, because both servers will need (at a minimum) all the necessary system packages and subsystems that prop Nagios XI up.
Former Nagios employee
https://www.mcapra.com/
socgenindia
Posts: 21
Joined: Fri Jun 10, 2016 5:10 am

Re: Nagios XI installation on External Lun

Post by socgenindia »

Our idea is to install the nagios xi in external mount i.e /use/local and then mount to server A , and if server A go down then external link /use/local would get mount to server B using VCS cluster method. In this case how to install nagios XI on Server B .
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios XI installation on External Lun

Post by mcapra »

We don't have any particular documentation for high availability setups. That's more in the wheelhouse of devops people and general consulting. We typically direct people to Linbit and their DRBD product.
Former Nagios employee
https://www.mcapra.com/
Locked