Precisely Assure MIMIX™ Software pre-installation test

This article describes how to verify that the Precisely Assure MIMIX™ Software software installation process can access the necessary installation components.

If you already have an operational Assure MIMIX™ Software installation and want to upgrade to a newer software level of Assure MIMIX™ Software, see Upgrading Assure MIMIX™ Software Software.

Contents

Running the Precisely Assure MIMIX™ Software pre-installation test

This test will verify that the required installation components are available and eccessible by the Skytap VM that you

To start the pre-installation test

On the local install system:

  1. Sign in using a high-power profile (described in Prerequisites).
  2. Type CHGJOB CCSID(37) DECFMT(*BLANK) and press Enter.
  3. Type CALL QCMD and press Enter.
  4. Press F10 to include detailed messages (this is a toggle PF key).
  5. Press F11 to expand the command input to full screen.
  6. Copy the following command, paste it to the command window, and then press Enter:
Runsql Commit(*NONE)
SQL('BEGIN
DECLARE EXIT HANDLER FOR SQLEXCEPTION
BEGIN
SIGNAL SQLSTATE ''SKYTA''
SET MESSAGE_TEXT=''Request to skytap metadata failed'';
END;
create or replace table qtemp/err (error varchar(256));
insert into qtemp/err
SELECT * FROM JSON_TABLE(
QSYS2.HTTP_GET(''http://gw/skytap''),
''$'' COLUMNS(error VARCHAR(256) PATH ''lax $.error''));
call qcmdexc(''runqry () qtemp/err'');
END')

If the test is successful, the screen will look something like this:

Successful pre-installation test screen

You can then continue to Installing Precisely Assure MIMIX™ Software on Skytap VMs to install Precisely Assure MIMIX™ Software.

Test failure

If you see the message: RUNSQLSTM or RUNSQL command failed, the test failed. If the test fails, press F11 to display details about the failure. The screen will look somthing like this:

Unsuccessful pre-installation test screen

What you can do if the test fails

  • Make sure a Skytap automatic network is installed on the VM.

    A Skytap automatic network can exist alongside any existing environment networks.

  • Make sure that Enable Assure MIMIX for IBM i is checked on the Licenses tab of the VM Settings page.

    enable mimix