The following instructions assume that you have active systems in place. The upgrade will not impact these systems, environments, and components.
/webapps/em/
mysql-connector
or ojdbc
jar file from WEB-INF/lib/
to a temporary location. /webapps/em/
and /work/Catalina/localhost/em/
. Note that all useful information (besides the license) is persisted in the database. em.war
to your temporary location. Keep the backups outside of the /webapps/
folder so Tomcat doesn’t try to use them.mysql_db.sql
script from EM.2.7:mysql –u root –p
drop database em;
quit
sqlplus SYS AS SYSDBA
DROP TABLESPACE EM_TEMP INCLUDING CONTENTS AND DATAFILES;
DROP TABLESPACE EM_DATA INCLUDING CONTENTS AND DATAFILES;
DROP USER EM CASCADE;
quit
/webapps
folder. /webapps/em
/ with your new CTP 3.x license file.mysql-connector
or ojdbc
jar file you copied in step 6 above to /webapps/em/WEB-INF/lib/
.If you do not see the Update section and button, this means that no update is required.
See Integrating Virtualize Server and/or SOAtest Server with CTP.