HP Data Protector software interaction with deduplication enabled replication
29
Figure 15 Module installation messages
Perl modules for D2D XML page handling on HP-UX
Additional Perl modules need to be installed on HP-UX in order to query the D2D status page.
These modules only need to be installed when the scripts run on HP-UX and you use a D2D system
to import cartridges from.
The following is the sequence of additional modules you need to download and install for HP-UX.
Note: C compiler is a prerequisite for the module installation on HP-UX.
Note: Installation of Perl XML-Parser module requires Expat (
expat-2.0.1.tar.gz), which you
can download from
http://sourceforge.net/projects/expat/.
unpack expat
cd expat-2.0.1
./configure --prefix=<PATH_TO_EXPAT> ,
e.g.: PATH_TO_EXPAT = /opt/expat
make
make install
HP-UX only:
1. HTML::Tagset (HTML-Tagset-3.20.tar.gz)
2. HTML::Parser (HTML-Parser-3.62.tar.gz)
3. URI (URI-1.40.tar.gz)
4. LWP/UserAgent.pm (libwww-perl-5.832.tar.gz)
5. XML::Parser (XML-Parser-2.36.tar.gz)
perl Makefile.PL EXPATLIBPATH=<PATH_TO_EXPAT>/lib
EXPATINCPATH=<PATH_TO_EXPAT>/include
6. Crypt::SSLeay (Crypt-SSLeay-0.57.tar.gz)