HP Data Protector software interaction with deduplication enabled replication
27
Figure 13 Verify the Perl version on HP-UX
Perl modules dependencies
The import scripts that are provided require Perl functionality that is not entirely covered by the
standard Perl installation package as described in the previous section. Additional Perl modules
are needed, depending on the OS and/or replication device (VLS/D2D).
You can download the required Perl modules from:
http://search.cpan.org
General Perl module installation instructions:
1. Unpack the module that you downloaded from CPAN.
2. cd to the extracted folder of the module to install.
3. perl Makefile.PL
4. make
5. make install
Note: make is not part of the Microsoft Windows operating system.
Windows
make is available through Microsoft Support:
1. Download the NMAKE.EXE package from:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084
2. Unpack NMAKE.EXE.
3. Copy NMAKE.EXE and NMAKE.ERR to a folder known in path.
4. Use NMAKE.EXE instead of make when installing modules on Windows.
Note:
NMAKE does not work on 64-bit Windows 2008 servers.
Use the OpenOffice tool
dmake. Download dmake (for example, dmake-4.12-20090907-
SHAY.zip
) from:
http://search.cpan.org/~shay/dmake-4.11-20080107-SHAY/
Unpack and install the package to a folder known in path.
Use
dmake.exe instead of make when installing modules on the Windows 2008 server.
Note: Ignore C compiler warnings during the Perl module installation.
Sample compiler messages are shown in Figure 14.