XMA: How to change the size of the database from the installation defaults before running IWIZARD

XMA: How to change the size of the database from the installation defaults before running IWIZARD

The Auto-install procedure that comes with HP Security Bundle will direct the customer to:

1. DUP $SYSTEM.ZXYPROMA.* to <stage-area>.*
2. VOLUME to <stage-area>
3. OBEY IXYBIN
4. RUN IWIZARD

By default, XMA will size the database to use a maximum of 80% of the $VOLUME selected by the user. To change the percentage used of the drive selected by the user, the ITACLEXT file must be changed  before executing Step 4 (running IWIZARD).

Example:

The following line in the ITACLEXT file (located in the staging area) specifies the default maximum size of 80% of available space:

<stage-area.ITACLEXT:#set nums:free_space [compute(nums:free_space*8)/10]


To change maximum size to 60% of the available space on the selected drive, make the following change:

<stage-area.ITACLEXT:#set nums:free_space [compute(nums:free_space*6)/10]

Only whole numbers may be used in this computation or the script will generate an error.


If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.

    • Related Articles

    • XMA How To Change Ownership On The Existing Installation

      The following methods are available to change the ownership of an XMA environment. Method #1 - Re-Install XMA Procedure: Refer to Chapter 1 " Installing XMA " in the XYGATE Merged Audit (XMA), User's Guide and Reference Manual Method #2 - ...
    • XMA: Changing Transaction Size for Cleanup/Archive Params

      There are 2 solutions, one for XMA v1.90 and later, and pre-v1.90 pre-v1.90 Perform the following commands, substituting the actual volume name XMA is installed in for $volume in the following steps; INSERT INTO $volume.XMADAT.PARAMS VALUES ("ARCHIVE ...
    • XMA: IWIZARD error during install Expecting a number or an arithmetic expression

      1. Uninstall XTR and XMA using UNIWIZ. 2. Purge staging subvol 3. Restart the install FUP DUP installation distribution subvol to the staging subvol Volume to the staging subvol OBEY IXYBIN Edit TACLINIT in the staging subvol and make the following ...
    • XMA version displayed is different following an XMA upgrade using IWIZARD

      Purge the IVERxxx file for the older version then rerun IWIZARD. Example: An upgrade from XMA 2.42 to 2.47 and there are IVER242 and IVER247 files in the installation subvolume, purge the IVER242 file, then rerun IWIZARD. If this article did not ...
    • XMA:Can the XMA database only be created with SQLMP?

      XMA installation volume has TACLSRC script that only creates SQL/MP data base. XMA supports only SQL/MP Database. XMA movers support SQLXpress that can be configured with SQL/MP, SQL/MX, or both. If you are unable to locate the solution needed or if ...