Friday 31 January 2014

Installation of EMC Netwoker agent on Linux

Couple years ago we start to use EMC Networker solution for backup and restore of are servers. It works perfectly!!!
To backup and restore your OS or DB you have to install Networker clients(so called then agents).
you have to install then on your OS.

In this post, I will only write about installation of Networker agent for backup and restore of file system on Linux.
When you download agent it will came in tar.gz format. You can download it for 32bit or 64bit Linux OS.
This package look like this

# ls
nw81_linux_x86_64.tar.gz

Untar it!

# tar xzvf nw81_linux_x86_64.tar.gz
linux_x86_64/
linux_x86_64/lgtoclnt-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtofr-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtoja-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtoko-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtolicm-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtoman-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtonode-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtoserv-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtozh-8.1.0.4-1.x86_64.rpm
linux_x86_64/lgtoclnt_8.1.0.4_amd64.deb
linux_x86_64/lgtonmc-8.1-1.x86_64.rpm
linux_x86_64/LGTO_METAFILE.linuxx86_64
linux_x86_64/sd_products.res
linux_x86_64/NetWorkerAdaptor-1.1.0-28-linux-x64.run







# ls
linux_x86_64  nw81_linux_x86_64.tar.gz


Go in linux_x86_64 folder.

 # cd linux_x86_64/
# ls
lgtoclnt-8.1.0.4-1.x86_64.rpm  LGTO_METAFILE.linuxx86_64
lgtoclnt_8.1.0.4_amd64.deb     lgtonmc-8.1-1.x86_64.rpm
lgtofr-8.1.0.4-1.x86_64.rpm    lgtonode-8.1.0.4-1.x86_64.rpm
lgtoja-8.1.0.4-1.x86_64.rpm    lgtoserv-8.1.0.4-1.x86_64.rpm
lgtoko-8.1.0.4-1.x86_64.rpm    lgtozh-8.1.0.4-1.x86_64.rpm
lgtolicm-8.1.0.4-1.x86_64.rpm  NetWorkerAdaptor-1.1.0-28-linux-x64.run
lgtoman-8.1.0.4-1.x86_64.rpm   sd_products.res

To install client you have to install lgtoclnt-8.1.0.4-1.x64_64.rpm package.

To install this package you have to have installed following packages.Version of these packages have to be this one or above.

expat-1.95.7-4.s390.rpm
 libstdc++-3.4.6-11.s390.rpm
 freetype-2.1.9-8.el4.6.s390.rpm
 fontconfig-2.2.3-13.el4.s390.rpm
 xorg-x11-Mesa-libGL-6.8.2*.rpm
 xorg-x11-libs-6.8.2*.rpm

 openmotif

 Above list is from official documentation and in practise this is OLD list.

For example on SLES 11 you have to check for this packages:
expat
libstdc++46
freetype
fontconfig
Mesa
xorg-x11-libs
libcap1


openmotif

 After you installed these, you can install Networker agent!
# rpm -ivh --test lgtoclnt-8.1.0.4-1..x86_64.rpm
Preparing...                ########################################### [100%]

If there are some dependencies missing install them and retry above step.


# rpm -ivh lgtoclnt-8.1.0.4-1..x86_64.rpm
Preparing...                ########################################### [100%]


It is good idea to install man pages for client. So install lgtoman-8.1.0.4-1.x86_64.rpm, too.

After installation is complete, folder /nsr and service networker will be created.
To start Networker agent use this

#/etc/init.d/networker start

This will start necessary processes. To se if agents are running type this

# ps aux |grep nsr
root     12545  0.0  0.0 196440  9524 ?        Ssl  09:22   0:00 /usr/sbin/nsrexecd
root     20151  0.0  0.0  61180   740 pts/0    S+   13:31   0:00 grep nsr


or

# /etc/init.d/networker status
+--o nsrexecd (12545)


Mission complete, Networker agent installed!!!

No comments: