DOCUMENTS

The hereunder various materials can be completed in the form of contributions, please send us your comments.

I – Installation document

1.1 Medium

1.2 Installation overview

1.3 Web interface access

1.4 Upgrade

1.5 Optional modules installation

II – User document (ODT|PDF)

III – Migration document EyesOfNetwork 1.X (ODT|PDF)

IV – Embedded products documents

1.1 Centos

1.2 Nagios

1.3 Nagios BP

1.4 Cacti

1.5 Snmptt

1.6 Ged

1.7 Nagvis

1.8 Weathermap


I – Installation

————

1.1 Medium

EyesOfNetwork is available in three formats:

  • CD : containing only the packages EyesOfNetwork (Base + Options without fop and Exploitation) without any third-party tools as part of the operating system CentOS 5.4.
  • DVD : containing all packages EyesOfNetwork (Base + Options + Exploitation) and all third-party tools as part of the operating system CentOS 5.4
  • SOURCES : containing all sources packages of EyesOfNetwork

————

1.2 Installation overview

Boot the server using the media you choose to download.

At the package selection page:

The whole package “EyesOfNetwork” consists of “Base” and “Options”.

“Basic” (checked by default) contains the required packages.

“Options” (unchecked by default) contains the optional modules.

“Exploitation” (unchecked by default) contains the module GLPI.

PS: Refer to the installation documentation for the rest centos5 ;-) .

————

1.3 Web interface access

The web interface is accessible via the URL shown on the console.

The default account solution is admin / admin.

The default account is GLPI glpi / glpi.

————

1.4 Upgrade

The online update of the operating system used by CentOS EyesOfNetwork must be done from the tool “yum” in console mode.

To connect in console mode it is possible to use the SSH client integrated into the web interface (It requires “jre” installed on the client) or any other SSH client (Like Putty).

If it is necessary to go through a proxy to access the Internet, edit the file /etc/yum.conf:

# Proxy Server Information

proxy=http://@ip_server_proxy:port

# If necessary specify the username and password of the user authorized by the proxy

proxy_username=user

proxy_password=password

To perform the update type the commands:

rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 (to run the first time)

rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-EyesOfNetwork (to run the first time)

yum update

————

1.5 Optional modules installation

If you have not installed the optional modules during installation, you can use the support cdrom or dvd and the installation tool packages online yum.

Mount the cdrom or dvd:

mount /dev/cdrom /mnt

This position in the mount directory:

cd /mnt/EyesOfNetwork

Install packages from yum:

rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 (unless already done)

rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-EyesOfNetwork (unless already done)

yum localinstall module_name *

Remove the cdrom or dvd:

cd

umount /mnt

Run the configuration script:

/srv/eyesofnetworkconf/module_name/module_name.sh