You can install software from only a single release in a given installation directory. InstallScape does not let you install products from different releases in the same hierarchy.
You can add products using Update and Hot Fix DVDs or Baseline DVDs. You can add products using a DVD set that was the same release identified as the release in the hierarchy.
Note: If you are adding products using Update and Hot Fix DVDs, you will also need the corresponding Baseline DVD set.
Protecting Your Production Environment
To protect your production environment during the installation process,
-
Do not install your software in a directory that is your current production hierarchy. Install your software in a new hierarchy or a copy of your production hierarchy.
-
Do not install software from more than one baseline release into the same hierarchy.
-
Test the installation fully before making it your production hierarchy.
To add products into an existing hierarchy,
-
Log in to the proper account.
-
Create a duplicate hierarchy from the original Baseline DVD using the same method you used to install the production hierarchy.
Alternatively, you can create a duplicate of the Cadence hierarchy you want to update by using operating system commands such as the UNIX
tarcommand.Do not use the
cpcommand because it does not preserve file system links. -
Identify the DVD to use first.
If you have received only a set of Baseline DVDs, use the Baseline DVD#1 first.
If you have received only a set of Update and Hot Fix DVDs (and the I
nstallation Controle-mail file), use the Update and Hot Fix DVD#1 first.Note: You will need the corresponding Baseline DVD set to complete installation. The InstallScape utility asks you to mount the baseline DVD after installing the Update and Hot Fix DVD.
If you have received both a set of Baseline and Update or Hot Fix DVDs (and the I
nstallation Controle-mail file), use the Update or Hot Fix DVD#1 first.Note: The type of DVD you mount first (Baseline, Update or Hot Fix DVD#1) determines the resulting installation type. That is, if you start with Baseline DVD#1, you will install the baseline version of the selected products. If you start with an Hot Fix DVD#1, you will install the Hot Fix version of the products as they existed on the date that the Hot Fix DVD set was created.
-
Mount the DVD.
Note: The installation starts automatically when you insert the DVD on a Microsoft Windows system.
-
Log in as
root.Note: You do not normally need root permission to mount a DVD on Solaris.
-
If it does not already exist, create the DVD directory by typing
mkdir /dvd_dir
-
Insert the DVD into the DVD drive.
-
Mount the DVD drive on the DVD directory, using the appropriate command:
Solaris
/etc/mount -F hsfs -o ro /dev/device/dvd_dirHP-UX
/etc/mount -F cdfs -o ro /dev/dsk/device/dvd_dirAIX
/etc/mount -v cdrfs -o ro /dev/device/dvd_dir -
Log out as
root.
-
-
Start the interactive setup utility, SETUP.SH.
On a UNIX system, type
dvd_mount_point/SETUP.SHOn a Microsoft Windows system, the installation should start automatically. If it does not, go to the top-level directory of the DVD and run the setup.exe program.
-
When
SETUP.SHasks you to specify the path toyour_install_dir, type the path to an existing Cadence installation directory (this could be the duplicate hierarchy you created previously). -
Answer the prompts, and proceed as directed.
The appropriate installation utilities, InstallScape or InstallShield, should start automatically. If it does not start, do one of the following:
-
On UNIX, type
./iscape/bin/iscape.sh&
-
On Windows, double-click on
setup.exeat the top level of the DVD.
-
-
Do one of the following:
-
Load the Products and Licensing Using InstallShield.
InstallShield is a GUI-based installation wizard. Each screen includes instructions.
InstallShield allows you to install the license manager, install products, and update your license file.
The installation is customized for each product family: see the
READMEfile at the top level of your DVD for appropriate information. -
Load the Products Using InstallScape.
If InstallScape has not started, type
./iscape/bin/iscape.sh&See the InstallScape User Guide for more details on how to use InstallScape for installing Cadence products.
-
Creating the Tools Link (if required)
Some Cadence tools require a
tools directory to be present in the installation
hierarchy. This tools directory should be a symbolic link
to the tools
.<platform>
directory that is created at the time of installation.
Typically, this link is created automatically when you run
product configuration scripts such as licensing
configuration.
If this link does not exist, do the following:
-
Change to the installation directory by specifying the following command at the command prompt:
cd <install_dir> -
Create the tools link by specifying the following command at the command prompt:
ln -s tools.<platform> tools


