System information

Upgrade Notes
Part Number 820-2952-10 Page 55
4. Run pre-process:
mkdir %TEMP%
cd /d %TEMP%
jar -xvf %ISPATH%\IDM.WAR \
WEB-INF\lib\idm.jar WEB-INF\lib\idmcommon.jar
set TMPLIBPTH=%TEMP%\WEB-INF\lib
set CLASSPATH=%TMPLIBPTH%\idm.jar;\
%TMPLIBPTH%\idmcommon.jar;
java -classpath %CLASSPATH% -Dwaveset.home=%WSHOME% \
com.waveset.install.UpgradePreProcess
5. Install software:
cd %WSHOME%
jar -xvf %ISPATH%\IDM.WAR
6. Run post-process:
java -classpath %CLASSPATH% -Dwaveset.home=%WSHOME%
com.waveset.install.UpgradePostProcess
7. If you installed into a staging directory, create a
.war
file for deployment to your
application server.
8. Remove the Identity Manager files from the application server work directory.
9. If the upgrade process did not do so already, move any hotfix class files from the
WEB-INF\classes
directory to the
$WSHOME\patches\
HotfixName directory.
10. Start the application server.
11. Upgrade and then restart Sun Identity Manager Gateway. (See Step 10 on page 53 for
detailed instructions.)
NOTE The installer supports upgrading installations that have renamed, deleted, or
disabled the default Configurator account.
The installer prompts you for user name and password to import the
update.xml
during the upgrade post process. If the user or password is
entered incorrectly, you will be prompted (up to three times) to enter the
correct password. The error will be displayed in the text box behind it.
For manual installation you must provide the
-U
username
-P
password flags
to pass the credentials to the
UpgradePostProcess
procedure.