Install the SDK Installer

This topic shows you how to install the SDK Installer.

The SDK Installer requires the rsync, sed, tcl, and wget packages. If they are not installed on your system, type the following command:
# yum install rsync sed tcl wget

To install the SDK, first install the SDK Installer which is provided by the cell-install RPM package. The naming convention for this file is cell-install-<rel>-<ver>.noarch.rpm, where <rel> represents the release, and <ver> represents the version. If you have physical media such as a CD, you can find this RPM in the root directory.

To install this RPM, type the following command:
# rpm -ivh cell-install-3.0.0.1.0.noarch.rpm 
Note: You cannot use YUM to install this RPM because it is not part of any YUM repository.
Note: If a message appears similar to:
warning: cell-install: Header V3 DSA signature: NOKEY, key ID 9ac02885
it is because the cellsdk RPM GPG key is not yet installed. The cellsdk script will install it automatically the first time it is run.