If your Novell Vibe 3 system is distributed across multiple servers, the Vibe 3.1 installation program can update Vibe components on the Vibe server, but you must manually update any Vibe components that you have placed on remote servers.
In order to update a database from Vibe 3 to 3.1 when the Vibe installation program cannot do it for you, you must run the Vibe 3.1 database update script.
Stop Vibe.
Ensure that no application (such as a command prompt or Windows Explorer) is running on the Vibe 3 system.
Change to the directory where the Vibe 3 installation program is located.
Unzip the teaming-3.1.n-sql.zip file to create the update-3.0.0-3.1.n directory
The update-3.0.0-3.1.n directory contains an update script for each type of database (MySQL, Microsoft SQL, and Oracle).
Copy the script for your database type to the server where the Vibe database is located.
Use the database client utility for your database type to run the script:
MySQL: |
mysql -uusername -ppassword< /path/update-mysql.sql |
Microsoft SQL: |
osql -Uusername -Ppassword -i update-sqlserver.sql You can also use the script with the SQL Server Express Utility to update the database. |
Oracle: |
sqlplus "/ as sysdba" SQL>spool update-oracle.out; SQL>@update-oracle SQL>quit; |
After you have updated the database from Vibe 3 to Vibe 3.1:
If your Lucene Index Server is also on a remote server, continue with Section 21.3.2, Remote Lucene Index Server Update.
or
If all remaining components that need to be updated from Vibe 3 to Vibe 3.1 are on the Vibe server, follow the instructions in Section 21.2, Updating a Single-Server System from Vibe 3 to Vibe 3.1.
In order to update your index from Novell Vibe 3 to Novell Vibe 3.1 when the Vibe installation program cannot do it for you, you need to run the Remote Lucene Server installation program.
Stop Vibe.
Stop the Lucene Index Server.
Ensure that no application (such as a command prompt or Windows Explorer) is running on the Vibe 3 system.
Copy the Vibe 3.1 Remote Lucene Server Installation program from the directory where the Vibe 3.1 Installation program is located to a convenient directory on the server where the remote Lucene Index Server is located.
The name of the Remote Lucene Server Installation program varies by platform:
Linux: |
lucene-installer.linux |
Windows: |
lucene-installer.exe |
Start the Vibe 3.1 Remote Lucene Server installation program.
Accept the License Agreement, then click
.Select
.Click
to continue.Click
to accept the installation location.Click
to accept the Java JDK location.In the
field, specify the hostname where you are installing the remote Lucene Index Server.Change Lucene configuration settings as needed, then click
.For information about Lucene configuration settings, see Section 9.5.2, Changing Lucene Configuration Settings.
Click
to install the updated Lucene Index Server software.Click
when the update is completed.Start the Lucene Index Server.
Now that all remote Vibe components have been updated, follow the instructions in Section 21.2, Updating a Single-Server System from Vibe 3 to Vibe 3.1.