Changes for page Reporting Issues
Last modified by michelk on 2021/09/09 20:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,3 +1,5 @@ 1 + 2 + 1 1 **//On this page~://** 2 2 3 3 ... ... @@ -20,6 +20,38 @@ 20 20 tar -zcvf islogs.tar.gz /opt/isymphony3/server/log 21 21 {{/code}} 22 22 25 += Environment Information = 26 + 27 +In many cases it is useful for our support team to know details of the hardware, OS, and JRE used to run iSymphony. Including the following information in support tickets may help expedite issue resolution. 28 + 29 +== Operating System Details == 30 + 31 +You can acquire basic OS information by running the following command on your server's command line: 32 + 33 +{{code language="bash"}} 34 +uname -a 35 +{{/code}} 36 + 37 +== Hardware Details == 38 + 39 +The following commands can be used to acquire details about the hardware installed on the server: 40 + 41 +{{code language="bash"}} 42 +cat /proc/cpuinfo 43 +{{/code}} 44 + 45 +{{code language="bash"}} 46 +free -m 47 +{{/code}} 48 + 49 +== JRE Version == 50 + 51 +The following command can be used to acquire the version of the JRE iSymphony is utilizing: 52 + 53 +{{code language="bash"}} 54 +source /opt/isymphony3/server/config-vars.sh && ${JAVA_HOME}/bin/java -version 55 +{{/code}} 56 + 23 23 = Extra Information For UI Issues = 24 24 25 25 If you encounter a bug/issue with display in the client or administrator (i.e. UI not drawing correctly, phone state not showing what it should, ect.) Try the following steps to attempt to correct it. Please included which step, if any, resolved the issue in your issue report. This will give us a general idea of where the issue exists in the Application.