Last modified by Scott Gagan on 2021/09/10 22:40

From version 1.1
edited by colinw
on 2021/09/09 18:01
Change comment: Import
To version 4.1
edited by superadmin
on 2021/09/09 18:32
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +iSymphony 3\.1 RC 1 Changelog
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.colinw
1 +XWiki.superadmin
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  == Known Issues ==
4 4  
5 -Be sure to read the known issues section of the [[changelog>>doc:iSymphony 3\.1 Beta 2 Changelog]].
5 +Be sure to read the known issues section of the [[changelog>>doc:iSymphony 3\.1 RC 1 Changelog]].
6 6  
7 7  == Loss of Settings ==
8 8  
... ... @@ -13,18 +13,39 @@
13 13  
14 14  == Other Notes ==
15 15  
16 -* Please note that as previously announced, iSymphony 3.1 drops support for Java 6. If you are running Java 6, you will need to upgrade to Oracle Java 7 or above. See the [[doc:Supported Platforms]] page for more details.
16 +* Please note that as previously announced, iSymphony 3.1 drops support for Java 6. If you are running Java 6, you will need to upgrade to Oracle Java 7 or above. See the [[doc:ISYMDOCS.Home.iSymphony Installation and Update Guide.Supported Platforms.WebHome]] page for more details.
17 17  
18 18  == Upgrade Steps ==
19 19  
20 -Follow these steps to upgrade iSymphony 3.0.x to iSymphony 3.1 beta 1:
20 +Follow these steps to upgrade iSymphony 3.x to iSymphony 3.1 RC 1:
21 21  
22 22  1. Back up the entire /opt/isymphony3 directory before proceeding further. This is extremely important.
23 23  1. Download the beta package that corresponds to your original installation method (see [[doc:Determine the Installation Method]] for more details). The installation packages can be found in our [[doc:ISYMKB.Downloads Archive]], under the **Version 3 Development Builds** header.
24 24  1. (((
25 -Follow the RPM or Tarball upgrade instructions to install your server. See [[doc:Updating iSymphony]] for more details.
25 +Follow the RPM or Tarball upgrade instructions to install your server. See [[doc:ISYMDOCS.Home.iSymphony Installation and Update Guide.Upgrading iSymphony.WebHome]] for more details.
26 26  
27 27  {{info}}
28 28  The Automated upgrade method cannot be used for beta upgrades.
29 29  {{/info}}
30 30  )))
31 +
32 +=== Additional Upgrade Steps for Remote Agents ===
33 +
34 +We have made significant improvements to our communication system in 3.1 RC 1. As a result, the method of specifying the broker for remote agents has changed. If you are using iSymphony with a remote agent, you //**must**// follow these additional steps to properly reconfigure the remote agent. Please note that these changes only need to be done on the remote agent, not on the main iSymphony server.
35 +
36 +1. Ensure the iSymphony remote agent is not running, by shutting down the iSymphony server on the remote agent machine. See [[doc:Starting And Stopping The iSymphony Server]] for more details.
37 +1. (((
38 +Edit the file /opt/isymphony3/server/jvm.args. Add a new line to the end with the following content:
39 +
40 +{{code title="/opt/isymphony3/server/jvm.args"}}
41 +-Dcom.xmlnamespace.panel.framework.jms.broker_url=tcp://<hostname>:<portname>
42 +{{/code}}
43 +
44 +Note the following:
45 +
46 +1. Change the <hostname> placeholder to the hostname or IP address of your primary iSymphony server.
47 +1. Change the <portname> placeholder to the port number that your primary iSymphony server is configured to set up its broker on. By default, this port is **51000**.
48 +)))
49 +1. Save and close the file, and start the iSymphony remote agent.
50 +
51 +