Closed usernameasusername closed 5 years ago
Tried to reproduce the problem, here is what I did to reproduce your error:
dnf -y install wget
wget https://github.com/opennms-forge/opennms-install/archive/1.5.tar.gz
tar xzf 1.5.tar.gz
cd opennms-install-1.5 && bash bootstrap-yum.sh
dnf install java-11-openjdk-devel
Can you share your bootstrap.log
file and verify you run the latest version?
Thank you in advance.
The VM I am using is a CentOS 8 Minimal. Sadly the last bootstrap.log was not saved before I reset the snapshot. However I re-ran the steps above, and after dnf deciding it couldn't resolve a local mirror a few times, I finally have a running installation. So thanks for your help!
Here is the bootstrap.log of this install in case it could be of use
CentOS Linux release 8.0.1905 (Core)
/usr/bin/sudo
CentOS Linux release 8.0.1905 (Core)
/usr/bin/sudo
java-11-openjdk-devel.x86_64 1:11.0.5.10-0.el8_0 @AppStream
warning: /var/tmp/rpm-tmp.eYIv7T: Header V4 DSA/SHA1 Signature, key ID 5b9efd43: NOKEY
runjava: Looking for an appropriate JVM...
runjava: Checking for an appropriate JVM in JAVA_HOME...
runjava: Skipping... JAVA_HOME not set.
runjava: Checking JVM in the PATH: "/etc/alternatives/java"...
runjava: Did not find an appropriate JVM in the PATH: "/etc/alternatives/java"
runjava: Searching for a good JVM...
runjava: Found a good JVM in "/usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el8_0.x86_64/bin/java".
runjava: Value of "/usr/lib/jvm/java-11-openjdk-11.0.5.10-0.el8_0.x86_64/bin/java" stored in configuration file.
* Initializing database in '/var/lib/pgsql/data'
* Initialized, logs are in /var/lib/pgsql/initdb_postgresql.log
Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /usr/lib/systemd/system/postgresql.service.
==============================================================================
OpenNMS Installer
==============================================================================
Configures PostgreSQL tables, users, and other miscellaneous settings.
DEBUG: Platform is IPv6 ready: true
- searching for libjicmp.so:
- trying to load /usr/lib64/libjicmp.so: OK
- searching for libjicmp6.so:
- trying to load /usr/lib64/libjicmp6.so: OK
- searching for libjrrd.so:
- trying to load /usr/lib64/libjrrd.so: NO
- trying to load /usr/lib64/libjrrd.so: NO
- trying to load /libjrrd.so: NO
- trying to load /opt/opennms/lib/libjrrd.so: NO
- trying to load /opt/opennms/lib/linux64/libjrrd.so: NO
- trying to load /usr/java/packages/lib/libjrrd.so: NO
- trying to load /usr/lib64/libjrrd.so: NO
- trying to load /lib64/libjrrd.so: NO
- trying to load /lib/libjrrd.so: NO
- trying to load /usr/lib/libjrrd.so: NO
- trying to load /usr/lib/jni/libjrrd.so: NO
- trying to load /usr/lib/libjrrd.so: NO
- trying to load /usr/local/lib/libjrrd.so: NO
- trying to load /opt/NMSjicmp/lib/32/libjrrd.so: NO
- trying to load /opt/NMSjicmp/lib/64/libjrrd.so: NO
- trying to load /opt/NMSjicmp6/lib/32/libjrrd.so: NO
- trying to load /opt/NMSjicmp6/lib/64/libjrrd.so: NO
- Failed to load the optional jrrd library.
- This error is not fatal, since jrrd is only required for optional features.
- For more information, see http://www.opennms.org/index.php/jrrd
- searching for libjrrd2.so:
- trying to load /usr/lib64/libjrrd2.so: OK
08:27:57.464 [Main] WARN org.opennms.install.Installer - Could not create file: /opt/opennms/etc/libraries.properties
- using SQL directory... /opt/opennms/etc
- using create.sql... /opt/opennms/etc/create.sql
* using 'open' as the PostgreSQL user for OpenNMS
* using 'opennms' as the PostgreSQL database name for OpenNMS
- checking if database "opennms" is unicode... ALREADY UNICODE
- checking if time of database "opennms" is matching system time... OK
- Creating imports directory (/opt/opennms/etc/imports... OK
- Checking for old import files in /opt/opennms/etc... DONE
- Running migration for changelog: URL [jar:file:/opt/opennms/lib/org.opennms.core.schema-25.1.0-liquibase.jar!/changelog.xml]
- checking if iplike is usable... NO
- removing existing iplike definition (if any)... OK
- inserting C iplike function... SKIPPED (location of iplike function not set)
- inserting PL/pgSQL iplike function... OK
- checking for stale eventtime.so references... OK
Installer completed successfully!
==============================================================================
OpenNMS Upgrader
==============================================================================
08:28:23.513 [Main] INFO org.eclipse.jetty.util.log - Logging initialized @28241ms to org.eclipse.jetty.util.log.Slf4jLog
OpenNMS is currently stopped
Found upgrade task JmxRrdMigratorOffline
Found upgrade task DiscoveryConfigurationMigratorOffline
Found upgrade task EventParameterMigratorOffline
Found upgrade task MagicUsersMigratorOffline
Found upgrade task DiscoveryConfigurationLocationMigratorOffline
No monitoring-locations.xml file found, skipping migration to database
Found upgrade task MonitoringLocationsMigratorOffline
Found upgrade task ServiceConfigMigratorOffline
Found upgrade task EOLServiceConfigMigratorOffline
Found upgrade task KscReportsMigrator
Found upgrade task DataCollectionConfigMigrator17Offline
Found upgrade task JettyConfigMigratorOffline
Found upgrade task DataCollectionConfigMigratorOffline
Found upgrade task ServiceConfig1701MigratorOffline
Found upgrade task RequisitionsMigratorOffline
Found upgrade task SnmpInterfaceRrdMigratorOnline
Processing RequisitionsMigratorOffline: Remove non-ip-snmp-primary and non-ip-interfaces from requisitions: NMS-5630, NMS-5571
- Running pre-execution phase
Backing up: /opt/opennms/etc/imports
- Running execution phase
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/imports.zip
Finished in 0 seconds
Processing SnmpInterfaceRrdMigratorOnline: Merge SNMP Interface directories (Online Version): NMS-6056
Task SnmpInterfaceRrdMigratorOnline requires OpenNMS is running but it is stopped (ignoring)
Processing JmxRrdMigratorOffline: Fix the JRB names for the new JMX Collector: NMS-1539, NMS-3485, NMS-4592, NMS-4612, NMS-5247, NMS-5279, NMS-5824
- Running pre-execution phase
OpenNMS Home: /opt/opennms
OpenNMS Version: OpenNMS 25.1.0
Is RRDtool enabled? false
Is storeByGroup enabled? false
Is storeByForeignSource enabled? false
RRD Extension: .jrb
RRD Strategy: org.opennms.netmgt.rrd.jrobin.JRobinRrdStrategy
08:28:24.764 [Main] INFO org.opennms.core.xml.AbstractJaxbConfigDao - Loaded JMX Data Collection Configuration in 74 ms
08:28:24.774 [Main] INFO org.opennms.core.xml.AbstractJaxbConfigDao - Loaded JMX Data Collection Configuration in 7 ms
08:28:24.785 [Main] INFO org.opennms.core.xml.AbstractJaxbConfigDao - Loaded JMX Data Collection Configuration in 11 ms
08:28:24.791 [Main] INFO org.opennms.core.xml.AbstractJaxbConfigDao - Loaded JMX Data Collection Configuration in 6 ms
08:28:24.802 [Main] INFO org.opennms.core.xml.AbstractJaxbConfigDao - Loaded JMX Data Collection Configuration in 11 ms
08:28:24.813 [Main] INFO org.opennms.core.xml.AbstractJaxbConfigDao - Loaded JMX Data Collection Configuration in 11 ms
JMX services found: [OpenNMS-JVM, JMX-Minion, JMX-Cassandra, JMX-Cassandra-Newts, JMX-Kafka]
JMX friendly names found: [opennms-jvm, jmx-minion, cassandra, cassandra-newts, jmx-kafka]
Warning: no JMX directories found on /opt/opennms/share/rrd/snmp
- Running execution phase
Updating JMX metric definitions on /opt/opennms/etc/jmx-datacollection-config.xml
Zipping /opt/opennms/etc/jmx-datacollection-config.xml
Found 0 Bad Metrics: []
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/pfsense-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/pfsense-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/hwg-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/hwg-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/acmepacket-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/acmepacket-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/mge-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/mge-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/activemq-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/activemq-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/lmsensors-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/lmsensors-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/adonis-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/adonis-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/mailmarshal-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/mailmarshal-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/adsl-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/adsl-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/mcast-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/mcast-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/airport-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/airport-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/mib2-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/mib2-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/aix-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/aix-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-iis-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-iis-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/akcp-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/akcp-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-exchange-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-exchange-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/alvarion-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/alvarion-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/apc-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/apc-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-http-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-http-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/ascend-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/ascend-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-lcs-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-lcs-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/asterisk-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/asterisk-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-sql-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-sql-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/bgp-ietf-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/bgp-ietf-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/foundry-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/foundry-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/bluecoat-sgproxy-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/bluecoat-sgproxy-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-windows-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-windows-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/bridgewave-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/bridgewave-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-winrm-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-winrm-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/brocade-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/brocade-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/microsoft-wmi-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/microsoft-wmi-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/ca-empire-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/ca-empire-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/mysql-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/mysql-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/cassandra-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/cassandra-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/framerelay-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/framerelay-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/cassandra-newts-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/cassandra-newts-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/mikrotik-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/mikrotik-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/ceragon-FA1500.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/ceragon-FA1500.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/netapp-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/netapp-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/checkpoint-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/checkpoint-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/netbotz-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/netbotz-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/cisco-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/cisco-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/netsnmp-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/netsnmp-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/ciscoNexus-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/ciscoNexus-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/netenforcer-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/netenforcer-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/clavister-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/clavister-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/netscaler-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/netscaler-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/colubris-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/colubris-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/nortel-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/nortel-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/cyclades-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/cyclades-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/host-resources-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/host-resources-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/dell-openmanage-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/dell-openmanage-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/novell-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/novell-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/dell-rac-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/dell-rac-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/opennms-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/opennms-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/dns-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/dns-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/opennms-jmx-fd-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/opennms-jmx-fd-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/ejn-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/ejn-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/hp-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/hp-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/elasticsearch-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/elasticsearch-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/opennms-ipc-sink-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/opennms-ipc-sink-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/equallogic-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/equallogic-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/opennms-minion-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/opennms-minion-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/ericsson-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/ericsson-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/hpux-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/hpux-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/extreme-networks-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/extreme-networks-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/postgresql-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/postgresql-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/f5-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/f5-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/opennms-minion-rpc-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/opennms-minion-rpc-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/force10-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/force10-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/kafka-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/kafka-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/servertech-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/servertech-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-application-v5.2-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-application-v5.2-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-security-v5.2-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-security-v5.2-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-explicitProxy-v5.2-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-explicitProxy-v5.2-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-system-v5.2-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-system-v5.2-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-ha-v5.2-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-ha-v5.2-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/ipunity-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/ipunity-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/opennms-netflow-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/opennms-netflow-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/jboss-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/jboss-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/opennms-telemetryd-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/opennms-telemetryd-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/juniper-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/juniper-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/riverbed-steelhead-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/riverbed-steelhead-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/jvm-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/jvm-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/paloalto-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/paloalto-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/liebert-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/liebert-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/snmp-informant-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/snmp-informant-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/sofaware-embeddedngx-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/sofaware-embeddedngx-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/sonicwall.graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/sonicwall.graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/sun-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/sun-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/trango-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/trango-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware-cim-graph-simple.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware-cim-graph-simple.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware3-graph-simple.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware3-graph-simple.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware4-graph-simple.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware4-graph-simple.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-cpu-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-cpu-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-datastore-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-datastore-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-disk-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-disk-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-host-based-replication-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-host-based-replication-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-memory-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-memory-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-network-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-network-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-power-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-power-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-storage-adapter-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-storage-adapter-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-storage-path-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-storage-path-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-system-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-system-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware5-virtual-disk-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware5-virtual-disk-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/vmware6-graph-simple.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/vmware6-graph-simple.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/wmi-memory-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/wmi-memory-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/wmi-physdisk-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/wmi-physdisk-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/wsman-dell-idrac.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/wsman-dell-idrac.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/wsman-microsoft-windows.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/wsman-microsoft-windows.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/xmp-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/xmp-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/xups-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/xups-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/zertico-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/zertico-graph.properties
Updating JMX graph templates on /opt/opennms/etc/snmp-graph.properties.d/zeus-graph.properties
Zipping /opt/opennms/etc/snmp-graph.properties.d/zeus-graph.properties
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/jmx-datacollection-config.xml.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/pfsense-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/hwg-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/acmepacket-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/mge-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/activemq-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/lmsensors-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/adonis-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/mailmarshal-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/adsl-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/mcast-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/airport-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/mib2-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/aix-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-iis-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/akcp-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-exchange-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/alvarion-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/apc-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-http-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/ascend-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-lcs-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/asterisk-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-sql-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/bgp-ietf-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/foundry-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/bluecoat-sgproxy-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-windows-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/bridgewave-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-winrm-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/brocade-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/microsoft-wmi-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/ca-empire-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/mysql-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/cassandra-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/framerelay-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/cassandra-newts-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/mikrotik-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/ceragon-FA1500.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/netapp-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/checkpoint-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/netbotz-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/cisco-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/netsnmp-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/ciscoNexus-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/netenforcer-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/clavister-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/netscaler-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/colubris-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/nortel-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/cyclades-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/host-resources-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/dell-openmanage-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/novell-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/dell-rac-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/opennms-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/dns-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/opennms-jmx-fd-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/ejn-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/hp-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/elasticsearch-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/opennms-ipc-sink-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/equallogic-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/opennms-minion-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/ericsson-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/hpux-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/extreme-networks-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/postgresql-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/f5-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/opennms-minion-rpc-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/force10-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/kafka-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/servertech-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-application-v5.2-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-security-v5.2-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-explicitProxy-v5.2-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-system-v5.2-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/fortinet-fortigate-ha-v5.2-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/ipunity-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/opennms-netflow-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/jboss-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/opennms-telemetryd-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/juniper-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/riverbed-steelhead-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/jvm-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/paloalto-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/liebert-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/snmp-informant-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/sofaware-embeddedngx-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/sonicwall.graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/sun-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/trango-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware-cim-graph-simple.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware3-graph-simple.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware4-graph-simple.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-cpu-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-datastore-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-disk-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-host-based-replication-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-memory-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-network-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-power-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-storage-adapter-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-storage-path-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-system-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware5-virtual-disk-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/vmware6-graph-simple.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/wmi-memory-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/wmi-physdisk-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/wsman-dell-idrac.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/wsman-microsoft-windows.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/xmp-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/xups-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/zertico-graph.properties.zip
Removing backup /opt/opennms/etc/snmp-graph.properties.d/zeus-graph.properties.zip
Finished in 0 second
Processing JettyConfigMigratorOffline: Adds jetty.xml if necessary: NMS-6629
- Running pre-execution phase
- Running execution phase
SSL Enabled ? false
AJP Enabled ? false
Neither SSL nor AJP are enabled.
- Saving the execution state
- Running post-execution phase
Finished in 0 seconds
Processing ServiceConfigMigratorOffline: Fixes service-configuration.xml if necessary when upgrading from 1.12: NMS-6970
- Running pre-execution phase
This upgrade procedure should only run against systems older than 14.0.0; the current version is 25.1.0
- Running execution phase
- Saving the execution state
- Running post-execution phase
Finished in 0 seconds
Processing KscReportsMigrator: Fixes the KSC Reports because of SNMP Interface directories changes
- Running pre-execution phase
Backing up /opt/opennms/etc/ksc-performance-reports.xml
Zipping /opt/opennms/etc/ksc-performance-reports.xml
- Running execution phase
Fixing KSC Reports.
No incomplete interface names detected.
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/ksc-performance-reports.xml.zip
Finished in 0 seconds
Processing DataCollectionConfigMigratorOffline: Modifies the packages names used in etc/datacollection/*.xml. See NMS-7612.
- Running pre-execution phase
Backing up /opt/opennms/etc/datacollection
Zipping /opt/opennms/etc/datacollection/.readme
Zipping /opt/opennms/etc/datacollection/3com.xml
Zipping /opt/opennms/etc/datacollection/pfsense.xml
Zipping /opt/opennms/etc/datacollection/acmepacket.xml
Zipping /opt/opennms/etc/datacollection/akcp.xml
Zipping /opt/opennms/etc/datacollection/postgresql-jdbc.xml
Zipping /opt/opennms/etc/datacollection/alvarion.xml
Zipping /opt/opennms/etc/datacollection/apc.xml
Zipping /opt/opennms/etc/datacollection/ascend.xml
Zipping /opt/opennms/etc/datacollection/sofaware.xml
Zipping /opt/opennms/etc/datacollection/asterisk.xml
Zipping /opt/opennms/etc/datacollection/bluecat.xml
Zipping /opt/opennms/etc/datacollection/sonicwall.xml
Zipping /opt/opennms/etc/datacollection/bluecoat.xml
Zipping /opt/opennms/etc/datacollection/sun.xml
Zipping /opt/opennms/etc/datacollection/bridgewave.xml
Zipping /opt/opennms/etc/datacollection/brocade.xml
Zipping /opt/opennms/etc/datacollection/trango.xml
Zipping /opt/opennms/etc/datacollection/ceragon-FA1500.xml
Zipping /opt/opennms/etc/datacollection/vmware-cim.xml
Zipping /opt/opennms/etc/datacollection/checkpoint.xml
Zipping /opt/opennms/etc/datacollection/cisco.xml
Zipping /opt/opennms/etc/datacollection/vmware3.xml
Zipping /opt/opennms/etc/datacollection/ciscoNexus.xml
Zipping /opt/opennms/etc/datacollection/vmware4.xml
Zipping /opt/opennms/etc/datacollection/clavister.xml
Zipping /opt/opennms/etc/datacollection/vmware5.xml
Zipping /opt/opennms/etc/datacollection/colubris.xml
Zipping /opt/opennms/etc/datacollection/concord.xml
Zipping /opt/opennms/etc/datacollection/vmware6.xml
Zipping /opt/opennms/etc/datacollection/cyclades.xml
Zipping /opt/opennms/etc/datacollection/dell.xml
Zipping /opt/opennms/etc/datacollection/ejn.xml
Zipping /opt/opennms/etc/datacollection/wmi.xml
Zipping /opt/opennms/etc/datacollection/equallogic.xml
Zipping /opt/opennms/etc/datacollection/xmp.xml
Zipping /opt/opennms/etc/datacollection/ericsson.xml
Zipping /opt/opennms/etc/datacollection/extreme.xml
Zipping /opt/opennms/etc/datacollection/f5.xml
Zipping /opt/opennms/etc/datacollection/force10.xml
Zipping /opt/opennms/etc/datacollection/routers.xml
Zipping /opt/opennms/etc/datacollection/zertico.xml
Zipping /opt/opennms/etc/datacollection/fortinet-fortigate-application-v5.2.xml
Zipping /opt/opennms/etc/datacollection/netscaler.xml
Zipping /opt/opennms/etc/datacollection/fortinet-fortigate-explicitproxy-v5.2.xml
Zipping /opt/opennms/etc/datacollection/nortel.xml
Zipping /opt/opennms/etc/datacollection/fortinet-fortigate-ha-v5.2.xml
Zipping /opt/opennms/etc/datacollection/netsnmp.xml
Zipping /opt/opennms/etc/datacollection/zeus.xml
Zipping /opt/opennms/etc/datacollection/fortinet-fortigate-security-v5.2.xml
Zipping /opt/opennms/etc/datacollection/novell.xml
Zipping /opt/opennms/etc/datacollection/fortinet-fortigate-system-v5.2.xml
Zipping /opt/opennms/etc/datacollection/foundry.xml
Zipping /opt/opennms/etc/datacollection/hp.xml
Zipping /opt/opennms/etc/datacollection/hwg.xml
Zipping /opt/opennms/etc/datacollection/ibm.xml
Zipping /opt/opennms/etc/datacollection/ietf.xml
Zipping /opt/opennms/etc/datacollection/ipunity.xml
Zipping /opt/opennms/etc/datacollection/isilon.xml
Zipping /opt/opennms/etc/datacollection/juniper.xml
Zipping /opt/opennms/etc/datacollection/konica.xml
Zipping /opt/opennms/etc/datacollection/kyocera.xml
Zipping /opt/opennms/etc/datacollection/paloalto.xml
Zipping /opt/opennms/etc/datacollection/legacy_mib2-interfaces.xml
Zipping /opt/opennms/etc/datacollection/lexmark.xml
Zipping /opt/opennms/etc/datacollection/liebert.xml
Zipping /opt/opennms/etc/datacollection/makelsan.xml
Zipping /opt/opennms/etc/datacollection/mge.xml
Zipping /opt/opennms/etc/datacollection/mib2.xml
Zipping /opt/opennms/etc/datacollection/microsoft.xml
Zipping /opt/opennms/etc/datacollection/mikrotik.xml
Zipping /opt/opennms/etc/datacollection/netapp.xml
Zipping /opt/opennms/etc/datacollection/netbotz.xml
Zipping /opt/opennms/etc/datacollection/netenforcer.xml
Zipping /opt/opennms/etc/datacollection/powerware.xml
Zipping /opt/opennms/etc/datacollection/printers.xml
Zipping /opt/opennms/etc/datacollection/savin-ricoh.xml
Zipping /opt/opennms/etc/datacollection/ref_compaq-insight-manager.xml
Zipping /opt/opennms/etc/datacollection/servertech.xml
Zipping /opt/opennms/etc/datacollection/ref_mib2-interfaces.xml
Zipping /opt/opennms/etc/datacollection/snmpinformant.xml
Zipping /opt/opennms/etc/datacollection/ref_mib2-powerethernet.xml
Zipping /opt/opennms/etc/datacollection/riverbed.xml
- Running execution phase
Patching files...
/opt/opennms/etc/datacollection/3com.xml
/opt/opennms/etc/datacollection/pfsense.xml
/opt/opennms/etc/datacollection/acmepacket.xml
/opt/opennms/etc/datacollection/akcp.xml
/opt/opennms/etc/datacollection/postgresql-jdbc.xml
/opt/opennms/etc/datacollection/alvarion.xml
/opt/opennms/etc/datacollection/apc.xml
/opt/opennms/etc/datacollection/ascend.xml
/opt/opennms/etc/datacollection/sofaware.xml
/opt/opennms/etc/datacollection/asterisk.xml
/opt/opennms/etc/datacollection/bluecat.xml
/opt/opennms/etc/datacollection/sonicwall.xml
/opt/opennms/etc/datacollection/bluecoat.xml
/opt/opennms/etc/datacollection/sun.xml
/opt/opennms/etc/datacollection/bridgewave.xml
/opt/opennms/etc/datacollection/brocade.xml
/opt/opennms/etc/datacollection/trango.xml
/opt/opennms/etc/datacollection/ceragon-FA1500.xml
/opt/opennms/etc/datacollection/vmware-cim.xml
/opt/opennms/etc/datacollection/checkpoint.xml
/opt/opennms/etc/datacollection/cisco.xml
/opt/opennms/etc/datacollection/vmware3.xml
/opt/opennms/etc/datacollection/ciscoNexus.xml
/opt/opennms/etc/datacollection/vmware4.xml
/opt/opennms/etc/datacollection/clavister.xml
/opt/opennms/etc/datacollection/vmware5.xml
/opt/opennms/etc/datacollection/colubris.xml
/opt/opennms/etc/datacollection/concord.xml
/opt/opennms/etc/datacollection/vmware6.xml
/opt/opennms/etc/datacollection/cyclades.xml
/opt/opennms/etc/datacollection/dell.xml
/opt/opennms/etc/datacollection/ejn.xml
/opt/opennms/etc/datacollection/wmi.xml
/opt/opennms/etc/datacollection/equallogic.xml
/opt/opennms/etc/datacollection/xmp.xml
/opt/opennms/etc/datacollection/ericsson.xml
/opt/opennms/etc/datacollection/extreme.xml
/opt/opennms/etc/datacollection/f5.xml
/opt/opennms/etc/datacollection/force10.xml
/opt/opennms/etc/datacollection/routers.xml
/opt/opennms/etc/datacollection/zertico.xml
/opt/opennms/etc/datacollection/fortinet-fortigate-application-v5.2.xml
/opt/opennms/etc/datacollection/netscaler.xml
/opt/opennms/etc/datacollection/fortinet-fortigate-explicitproxy-v5.2.xml
/opt/opennms/etc/datacollection/nortel.xml
/opt/opennms/etc/datacollection/fortinet-fortigate-ha-v5.2.xml
/opt/opennms/etc/datacollection/netsnmp.xml
/opt/opennms/etc/datacollection/zeus.xml
/opt/opennms/etc/datacollection/fortinet-fortigate-security-v5.2.xml
/opt/opennms/etc/datacollection/novell.xml
/opt/opennms/etc/datacollection/fortinet-fortigate-system-v5.2.xml
/opt/opennms/etc/datacollection/foundry.xml
/opt/opennms/etc/datacollection/hp.xml
/opt/opennms/etc/datacollection/hwg.xml
/opt/opennms/etc/datacollection/ibm.xml
/opt/opennms/etc/datacollection/ietf.xml
/opt/opennms/etc/datacollection/ipunity.xml
/opt/opennms/etc/datacollection/isilon.xml
/opt/opennms/etc/datacollection/juniper.xml
/opt/opennms/etc/datacollection/konica.xml
/opt/opennms/etc/datacollection/kyocera.xml
/opt/opennms/etc/datacollection/paloalto.xml
/opt/opennms/etc/datacollection/legacy_mib2-interfaces.xml
/opt/opennms/etc/datacollection/lexmark.xml
/opt/opennms/etc/datacollection/liebert.xml
/opt/opennms/etc/datacollection/makelsan.xml
/opt/opennms/etc/datacollection/mge.xml
/opt/opennms/etc/datacollection/mib2.xml
/opt/opennms/etc/datacollection/microsoft.xml
/opt/opennms/etc/datacollection/mikrotik.xml
/opt/opennms/etc/datacollection/netapp.xml
/opt/opennms/etc/datacollection/netbotz.xml
/opt/opennms/etc/datacollection/netenforcer.xml
/opt/opennms/etc/datacollection/powerware.xml
/opt/opennms/etc/datacollection/printers.xml
/opt/opennms/etc/datacollection/savin-ricoh.xml
/opt/opennms/etc/datacollection/ref_compaq-insight-manager.xml
/opt/opennms/etc/datacollection/servertech.xml
/opt/opennms/etc/datacollection/ref_mib2-interfaces.xml
/opt/opennms/etc/datacollection/snmpinformant.xml
/opt/opennms/etc/datacollection/ref_mib2-powerethernet.xml
/opt/opennms/etc/datacollection/riverbed.xml
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/datacollection.zip
Finished in 0 seconds
Processing ServiceConfig1701MigratorOffline: Fixes service-configuration.xml if necessary when upgrading from 1.12: NMS-6970
- Running pre-execution phase
Backing up /opt/opennms/etc/service-configuration.xml
Zipping /opt/opennms/etc/service-configuration.xml
- Running execution phase
Current configuration: 32 services.
New configuration: 32 services.
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/service-configuration.xml.zip
Finished in 0 seconds
Processing EventParameterMigratorOffline: Moves event parameters from the 'eventparms' column to the 'event_parameters' table.
- Running pre-execution phase
Ignoring: The 'eventParms' column no longer exists
Processing MonitoringLocationsMigratorOffline: Moves monitoring locations from monitoring-locations.xml into the monitoringlocations tables in the database
- Running pre-execution phase
- Running execution phase
- Saving the execution state
- Running post-execution phase
Finished in 0 seconds
Processing DataCollectionConfigMigrator17Offline: Fixes the missing resource types on datacollection-config.xml. See NMS-7816.
- Running pre-execution phase
Backing up /opt/opennms/etc/datacollection-config.xml
Zipping /opt/opennms/etc/datacollection-config.xml
- Running execution phase
Patching /opt/opennms/etc/datacollection-config.xml
08:28:26.236 [Main] INFO org.opennms.core.xml.AbstractJaxbConfigDao - Loaded data-collection in 573 ms
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/datacollection-config.xml.zip
Finished in 0 second
Processing EOLServiceConfigMigratorOffline: Fixes service-configuration.xml if necessary when upgrading to 17.0.0: HZN-545
- Running pre-execution phase
Backing up /opt/opennms/etc/service-configuration.xml
Zipping /opt/opennms/etc/service-configuration.xml
- Running execution phase
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/service-configuration.xml.zip
Finished in 0 seconds
Processing DiscoveryConfigurationMigratorOffline: Removes the 'threads' attribute from discovery-configuration.xml. See HZN-599.
- Running pre-execution phase
Backing up discovery-configuration.xml
Zipping /opt/opennms/etc/discovery-configuration.xml
- Running execution phase
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/discovery-configuration.xml.zip
Finished in 0 seconds
Processing MagicUsersMigratorOffline: Moves security roles from magic-users.properties into the users.xml file: HZN-871
- Running pre-execution phase
- Running execution phase
Error: ignoring the execution of the task because the file magic-users.properties was not found. Maybe the task was already successfully executed before.
- Saving the execution state
- Running post-execution phase
Finished in 0 seconds
Processing DiscoveryConfigurationLocationMigratorOffline: Changes the name for the default location from 'localhost' to 'Default'. See HZN-940.
- Running pre-execution phase
Backing up discovery-configuration.xml
Zipping /opt/opennms/etc/discovery-configuration.xml
- Running execution phase
- Saving the execution state
- Running post-execution phase
Removing backup /opt/opennms/etc/discovery-configuration.xml.zip
Finished in 0 seconds
Upgrade completed successfully!
Synchronizing state of opennms.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable opennms
Created symlink /etc/systemd/system/multi-user.target.wants/opennms.service → /usr/lib/systemd/system/opennms.service.
The dnf mirrors, this nothing we can really do about here, sorry. The log file looks good? Do you have still issues?
Sorry I meant to close this. Again thanks for the help!
Thank you very much for the feedback.
So following off of Issue #21, Which is the first error I ran into, I grabbed the latest bootstrap-yum.sh and ran it. It fails with the following error: