How do I document the product configurations for the VigilEnt Security Agent for iSeries products? (NETIQKB51252)

  • 7751252
  • 02-Feb-2007
  • 12-Jun-2007

Resolution

goal
How do I document the product configurations for the VigilEnt Security Agent for iSeries products?

goal
How can I determine which parts of the VigilEnt Security Agent for iSeries products are configured?

goal
How can I tell which VigilEnt Security Agent for iSeries product components I have customized?

goal
How can I tell which parts of the VigilEnt Security Agent for iSeries products I am using?

fact
VigilEnt Security Agent for iSeries 5.4/7.0

fact
VigilEnt Security Agent for iSeries 5.3/6.3

fact
VigilEnt Security Agent for iSeries 7.5

fact
VigilEnt Security Agent for iSeries

fix

To document the product configuration of the VigilEnt Security Agent for iSeries (VSA for iSeries) products, you must use the attached source code to create programs that generate this information.

To generate VSA for iSeries configuration data:

  1. Save the attached files to the root directory of the local drive (c:\) on your PC.

    https://download.netiq.com/kb/files/DOCPRDCFGC.txt

    https://download.netiq.com/kb/files/DOCPRDCFG1.txt

    https://download.netiq.com/kb/files/DOCPRDCFG2.txt

    https://download.netiq.com/kb/files/DOCPRDCFG3.txt

  2. Copy the files from the PC to the iSeries using FTP:
    1. Open a new DOS or command window.
    2. Type the following command where servername is the name of your iSeries server and press Enter. You can use the iSeries IP address instead of the server name.

      FTP servername

    3. Type a user ID at the FTP prompt, and press Enter.
    4. Type the password at the FTP prompt, and press Enter.
    5. Issue the following FTP commands:

      put c:\DOCPRDCFGC.txt  QGPL/QCLSRC.DOCPRDCFGC

      put c:\DOCPRDCFG1.txt  QGPL/QCLSRC.DOCPRDCFG1

      put c:\DOCPRDCFG2.txt  QGPL/QCLSRC.DOCPRDCFG2

      put c:\DOCPRDCFG3.txt  QGPL/QCLSRC.DOCPRDCFG3

      quit

  3. From the iSeries server command line, issue the following commands:

    CHGPFM FILE(QGPL/QCLSRC) MBR(DOCPRDCFGC) SRCTYPE(CLP) TEXT('Document product configuration')

    CHGPFM FILE(QGPL/QCLSRC) MBR(DOCPRDCFG1) SRCTYPE(CLP) TEXT('Document product configuration - INLPGM refs')

    CHGPFM FILE(QGPL/QCLSRC) MBR(DOCPRDCFG2) SRCTYPE(CLP) TEXT('Document product configuration - DAR journals')

    CHGPFM FILE(QGPL/QCLSRC) MBR(DOCPRDCFG3) SRCTYPE(CLP) TEXT('Document product configuration - TFRGRPJOB')

    ADDLIBLE PSCOMMON

    CRTCLPGM QGPL/DOCPRDCFGC QGPL/QCLSRC 

    CRTCLPGM QGPL/DOCPRDCFG1 QGPL/QCLSRC 

    CRTCLPGM QGPL/DOCPRDCFG2 QGPL/QCLSRC 

    CRTCLPGM QGPL/DOCPRDCFG3 QGPL/QCLSRC

  4. Run the programs by issuing the following command:

    SBMJOB CMD(CALL PGM(QGPL/DOCPRDCFGC) PARM(*PRINT)) JOB(DOCPRDCFGC)

  5. Email the resulting spooled file to NetIQ Technical Support for analysis (support@netiq.com ).


Additional Information

Formerly known as NETIQKB51252