1. Log on as an root onto the source
computer. 2. Perform, for example,
the following installations:
- install V5Rn GA
- install V5Rn SP1 then commit the service pack
- install V5Rn SP2 then commit the service pack.
3. Go to the directory:/usr/DassaultSystemes/BOn/OS/code/command
where "B0n" is the level V5Rn and "OS" is:
4. To build an archive file based on
the differences between the V5Rn GA and V5Rn SP2 levels, for example, run
the CATDeltaInstall command as follows:
./catstart
-run "CATDeltaInstall -s 0 -d /usr/Dassault Systemes/B0n/OS -a /u/users/MyUser/MyArchiveFile
-t /tmp"
The full command syntax is:
CATDeltaInstall
-s PreviousServicePackNumber [-d InstallationDirectory]
[-l|-a ArchiveFile] [-t TemporaryWorkDirForUnixOnly] [-h]
-s: previous level number: the level can be
either a service pack or the GA level for the same release;
0 = GA, 1 = service pack 1, 2 = service pack 2, etc.; the default is 0.
A service pack must have been correctly installed if you intend to build
an archive based on the differences between this service pack and another
level. For example, if you installed only the V5Rn GA and V5Rn SP2
levels, you cannot specify "-s 1" as an argument (because you did not
install the V5Rn SP1 level).
-d: Installation directory; when the command is
run from the installation directory, this argument is not required
-l: only lists the files which are different
between the two installation levels; this list can be used to build a
different type of archive
-a: builds an archive file with the specified
name
-t: temporary file for storing archive file; the
default is /tmp
-h: help.
Note that there are two distinct operating modes:
- build an archive file (using the "
-a " argument)
- only list the files which are different between the two installation
levels (using the "
-l " argument).
The archive built on UNIX is not compressed. The service pack installed your computer, and
used as the basis for comparison with a previous level, must be committed
beforehand. If not, the CATDeltaInstall command will not
operate.
5. You may want to compress the
archive file. To do so, run the command:
compress MyArchiveFile
to create the compressed archive file MyArchiveFile.Z. 6. Copy the compressed archive file
MyArchiveFile.Z to a target computer on which you want to
install the same service pack level.
Keep in mind that the target computer must be running the same Version 5
configuration/products as the source computer on which the archive file was
built. 7. Stop all running Version 5
processes on the target computer before proceeding.
8. If you compressed the archive file earlier,
uncompress it by running the command:compress -d MyArchiveFile.Z
to obtain the archive file MyArchiveFile. 9. Install the archive file MyArchiveFile
using the following commands.
On UNIX, go to the directory:
/usr/Dassault Systemes/B0n
then install the archive by running the command:
tar -xvf /u/users/MyUser/MyArchiveFile
The service pack is committed automatically.
Note: The tar command is not enabled for files greater
than 2 GB an AIX. 10. Start a session to check the
service pack has been correctly installed. |