Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

VM image in an open format .ova with the operating system CentOS 6.5 and  OpenNMS 1.12.6, configured for integration with Vutlan equipment, you can download on the ftpFTP:

VirtualBox programm program https://www.virtualbox.org/ v. 4.3.8 r92456 is used to start the virtual machine

Starting

  1. To run the virtual machine under Windows, you must download and install: http://download.virtualbox.org/virtualbox/4.3.10/VirtualBox-4.3.10-93012-Win.exe

  2. After installing the distributive, a virtual machine .ova must be imported

...

  1. in VirtualBox.

  2. Before starting the virtual machine, check the network settings. Type of connection of the network adapter: "Network Bridge". In this case, the IP address of the virtual machine must be issued dynamically.

  3. Next, start the virtual machine.

  4. After downloading CentOS Linux prompts the console. Accounts login: user / guest, root / guest. Work under the root is not recommended. System management is also possible via SSH.

  5. Next, you need to find out the current IP address of the NIC of the virtual machine from the DHCP server, or directly through the virtual machine console with a

...

  1. command

    Code Block
    languagetext
    $ ifconfig eth0


  2. Obtained IP

...

  1. addresses can be used to connect to the web interface of OpenNMS. To do this, you must enter in the browser address bar:

    Code Block
    languagetext
    <received IP>:8980/opennms/
    
    for example,
    http://192.168.1.93:8980/opennms/


    If the network is properly configured in your web browser appears authorization form. Account to login standard for OpenNMS: admin/admin

    A typical form of OpenNMS interface
    Image Modified:

  2. To turn off the virtual machine use the following command

    Code Block
    languagetext
    $ sudo halt

Learn more about working with OpenNMS in the official documentation: http://www.opennms.org/wiki/Main_Pagedeveloper notes: (linkchange)