System information

Upgrade Notes
Page 56 Identity Manager 7.1 Update 1 Release Notes
On a UNIX Platform
Use the following steps to upgrade Identity Manager manually on a supported UNIX platform:
1. Stop the application server and Sun Identity Manager Gateway.
2. Update the Identity Manager database. (See Step 2 on page 52 for instructions.)
3. Enter the following commands to set your environment:
export ISPATH=
Path to Install Software
export WSHOME=
Path to Identity Manager Installation OR Staging Directory
export TEMP=
Path to Temporary Directory
4. Run pre-process:
mkdir $TEMP
cd $TEMP
jar -xvf $ISPATH/idm.war \
WEB-INF/lib/idm.jar WEB-INF/lib/idmcommon.jar
CLASSPATH=$TEMP/WEB-INF/lib/idm.jar:\
$TEMP/WEB-INF/lib/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
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.