Compressing the files for NRI
search cancel

Compressing the files for NRI

book

Article ID: 54727

calendar_today

Updated On:

Products

CA Automation Suite for Data Centers - Configuration Automation CA Client Automation - Asset Management CA Client Automation - IT Client Manager CA Client Automation CA Client Automation - Remote Control CA Client Automation - Asset Intelligence CA Client Automation - Desktop Migration Manager CA Client Automation - Patch Manager CA IT Asset Manager CA Software Asset Manager (CA SAM) ASSET PORTFOLIO MGMT- SERVER CA Server Automation CA Service Management - Asset Portfolio Management CA Service Management - Service Desk Manager

Issue/Introduction

Description

To optimize the network traffic, need to ZIP files to make the transfer faster and smaller in NRI.

Solution

If Network load is an issue for you, you can ZIP your files to make the transfer faster and smaller. NRI support Zipping in a way where you zip one or more files on the Server and then you can unzip them during the transfer.

You have to use the special compression utility "DEF_INF.EXE" Call is:

    Compress 
            DEF_INF <input> <output file> 
    Decompress 
           Def_inf <input> <output> -d 

NOTE : You have to use FULL path and file name for the input and output file

For the FDCC system there is 2 large DLL's that you with success can compress: xalan-c_1_10.dll and xerces-c_2_7.dll.

The Compress command could look like this:

    CD /d "C:\Program Files\CA\DSM\Web Console\webapps\wac\jsp\ei\wl\windows" 
    DEF_INF "C:\Program Files\CA\DSM\Web Console\webapps\wac\jsp\ei\wl\windows\packages\xalan-c_1_10.dll" 
    "C:\Program Files\CA\DSM\Web Console\webapps\wac\jsp\ei\wl\windows\packages\xalan-c_1_10.zll" 
    DEF_INF "C:\Program Files\CA\DSM\Web Console\webapps\wac\jsp\ei\wl\windows\packages\xerces-c_2_7.dll" 
    "C:\Program Files\CA\DSM\Web Console\webapps\wac\jsp\ei\wl\windows\packages\xerces-c_2_7.zll" 

This will zip the DLL's to ZLL's, once compressed you need to change the primer script to transfer the compressed file, here is what you should do (It is important to not have a space after the comma):

    File22=windows-system-characteristics-schema.xsd 
    File23=pcre3.dll 
    File24=xerces-c_2_7.zll,xerces-c_2_7.dll 
    File25=xalan-c_1_10.zll,xalan-c_1_10.dll 
    File26=xalanmessages_1_10.dll

Environment

Release: UASIT.99000-11.2-Asset Intelligence
Component: