Installation guide

EMC NetWorker Release 8.1 SP1 Installation Guide
87
Linux Installation

Ubuntu 10 requires the libstdc++5 package but the Ubuntu software package repository
does not include this package. Manually download and install the libstdc++5 package for
Debian before installing the NetWorker client software.
http://packages.debian.org/squeeze/libstdc++5 provides more information.
To install the NetWorker software:
1. From a system prompt, run the dpkg command. For example:
dpkg -i
lgtoclnt_XXX.deb
where
lgtoclnt_XXX
.deb
is the name of the NetWorker client software package.

For Ubuntu, use sudo to run this command.
2. If required operating system packages are missing, then dependency errors similar to
the following appear:
Unpacking lgtoclnt (from lgtoclnt_8.1_i386.deb) ...
dpkg: dependency problems prevent configuration of lgtoclnt:
lgtoclnt depends on ksh | pdksh; however:
Package ksh is not installed.
Package pdksh is not installed.
lgtoclnt depends on libstdc++5; however:
Package libstdc++5 is not installed.
lgtoclnt depends on libxp6; however:
Package libxp6 is not installed.
dpkg: error processing lgtoclnt (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
lgtoclnt
To resolve this issue:
1. Use the apt-get command to install the missing packages.
sudo apt-get -f upgrade
The apt-get command automatically completes the NetWorker software
installation.
2. Confirm the nsrexecd process starts:
ps -ef | grep nsrexecd
3. Optionally, start the nsrexecd process:
sudo nsrexecd
Fedora
To install the NetWorker software on the Fedora operating system, you must perform
additional steps to resolve package dependencies.
1. Before you install the NetWorker software, manually install the missing package
dependencies, with the exception of libcap.so.1.
a. Use the yum command to identify missing dependencies.