Creating options files for an upgrade from 7.8.x and 7.9 with ASSO to 8.2 with RSSO
You must create an options file for each platform upgrade that you need to perform. This section provides an overview of the steps to perform when creating options files for server components and
Development Studio upgrades.
Before you begin
Review the upgrade worksheets and modify any of the properties that you need to change for the upgrade.
- When upgrading
components and Development Studio, use the upgrade worksheets to help gather the properties. See Preparing-for-upgrades-from-7-8-x-and-7-9-with-ASSO-to-8-2-with-RSSO for the worksheets.
- Review Silent-installation-properties to ensure that your options file contains any required properties that might be new for this release.
To create options files for a platform component upgrade
In these instructions, AO_HOME represents the directory in which you installed the component on a server.
- Open a text editor to create a new options file.
- Copy the sample content from Sample-platform-upgrade-options-file-templates-for-upgrades-from-7-8-x-and-7-9-with-ASSO-to-8-2-with-RSSO into the new file.
In the new file, modify the installLocation property and specify an existing directory in which to install the component. You can leave the default path if it is correct for your installation.
In this example, <component> will be replaced with a component name, such as CDP or REPO.
- For the AO_INSTALL_TYPE property, specify upgrade_new as the silent installation type.
-J AO_INSTALL_TYPE=upgrade_new If using external Remedy SSO, specify the version in the -J AO_RSSO_VERSION property.
If your external Remedy SSO version is 9.1.03.x, specify -J AO_RSSO_VERSION=9.1.03.x. For earlier versions, specify -J AO_RSSO_VERSION=9.1.02.- Modify the remaining properties for the
component upgrade.
- Save the file with a name that indicates the purpose of the file.
For example, you could name the file bao_upgrade.options. - Repeat this process to create an options file for each component you are upgrading (using a different file name for each component).
To create option files for
Development Studio upgrade
- Open a text editor to create a new options file.
- Copy the sample content from Sample-platform-upgrade-options-file-templates-for-upgrades-from-7-8-x-and-7-9-with-ASSO-to-8-2-with-RSSO into the new file.
In the new file, modify the installLocation property and specify an existing directory in which to install the component. You can leave the default path if it is correct for your installation.
- For the DEVSTUDIO_INSTALL_TYPE property, specify upgrade_new as the silent installation type.
-J DEVSTUDIO_INSTALL_TYPE=upgrade_new - Modify the remaining properties for the
Development Studio upgrade.
- Save the file with a name that indicates the purpose of the file.
For example, you could name the file bao_studio_upgrade.options.
Where to go from here
Use the procedure in Executing-a-silent-upgrade-from-7-8-x-and-7-9-with-ASSO-to-8-2-with-RSSO to upgrade the platform.