The downloaded online installation package contains the compressed installation files.
On the installation disk, the installation packages for
Solaris are located in directory /install/solaris/
.
Two packages are required: one for common components of Tectia ConnectSecure and Tectia Server, and one for specific components of Tectia ConnectSecure.
With Tectia ConnectSecure you may choose to install:
the basic client
package
the optional capture
package for
FTP-SFTP conversion and transparent tunneling
the additional sdk
package
containing the file transfer APIs in C and Java.
Note | |
---|---|
The file transfer API in Java is available only for the Sun Solaris SPARC platform architecture. |
Tectia ConnectSecure includes support for Zones on Solaris 10. The Tectia software can be installed into the global and local zones. When the Tectia software is installed into the global zone, it becomes automatically installed also into the existing local zones. However, if the local zones are added into the system later, the Tectia ConnectSecure needs to be separately installed on them.
In case you are installing Tectia ConnectSecure into a sparse zone, note that
the installation process will report a failure in creating symlinks. The
actual installation is finished successfully, but you need to manually add
the /opt/tectia/bin
to the path settings.
For instructions on zones, see the Sun Microsystem documentation: System Administration Guide: Solaris Containers-Resource Management and Solaris Zones.
To install Tectia ConnectSecure on Solaris, follow the instructions below:
Unpack the downloaded tar
package.
Select the installation package according to your Sun Solaris version.
When installing on Solaris version 9 or 10 running on the SPARC architecture, use the packages named:
ssh-tectia-<component>-<version>-solaris-9-10-sparc.pkg.Z
When installing on Solaris version 10 running on the x86-64 architecture, use the packages named:
ssh-tectia-<component>-<version>-solaris-10-x86_64.pkg.Z
In the commands, <component>
refers to the software
component, and <version>
indicates the product
release version and the current build number (for example,
6.2.5.123
).
Unpack the installation packages to a suitable place. The
standard place is /var/spool/pkg
in Solaris environment.
In the examples we use Solaris 10 x86-64. Run the following commands:
$ uncompress ssh-tectia-common-<version>-solaris-10-x86_64.pkg.Z $ uncompress ssh-tectia-client-<version>-solaris-10-x86_64.pkg.Z $ uncompress ssh-tectia-capture-<version>-solaris-10-x86_64.pkg.Z
Install the packages with the pkgadd
tool with root
privileges:
# pkgadd -d ssh-tectia-common-<version>-solaris-10-x86_64.pkg all # pkgadd -d ssh-tectia-client-<version>-solaris-10-x86_64.pkg all # pkgadd -d ssh-tectia-capture-<version>-solaris-10-x86_64.pkg all
(Optional) With Solaris on the SPARC architecture, you have also the file transfer APIs in C and Java available. Install the SDK package with root privileges:
$ uncompress ssh-tectia-sdk-<version>-solaris-9-10-sparc.pkg.Z # pkgadd -d ssh-tectia-sdk-<version>-solaris-9-10-sparc.pkg all
Copy the license file to directory: /etc/ssh2/licenses
.
(This is not necessary in "third-digit" maintenance updates.)
For information on licensing, see Licensing.