OpenNMS
-
@scottalanmiller said:
That's where the log stops?
Yes- unless I'm doing something incorrectly. Even the attempt last night and review of the log shows this. However since I am new to using vi and looking at logs on the Linux system using the CLI,.. I might see about downloading it locally and going from there... There is a high chance I am not seeing the complete log.
-
You can use the cat command to view files. Tail will allow you to only see certian lines of a log file as well.
-
Correct log detail
Mon Apr 20 19:11:03 EDT 2015 begin ulimit settings: core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 3879 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 20480 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 3879 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited end ulimit settings Executing command: /opt/opennms/bin/runjava -r -- -Djava.endorsed.dirs=/opt/opennms/lib/endorsed -Dopennms.home=/opt/opennms -Dcom.sun.management.jmxremote.port=18980 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Xmx512m -XX:+HeapDumpOnOutOfMemoryError -DisThreadContextMapInheritable=true -XX:MaxPermSize=256m -Djava.io.tmpdir=/opt/opennms/data/tmp-jar /opt/opennms/lib/opennms_bootstrap.jar startError: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: <XXXXXXXXXX>..cloudatcost.com: c<XXXXXXXXXX>.cloudatcost.com: Name or service notknown
-
Time for a reload..
It give me practice anyway...