Do the following to install MIMIX for AIX using the command line:
-
Create a directory on the file system with minimum 1.4G of free space.
For example,
# mkdir -p /usr/sys/inst.images/5.2.4 # cd /usr/sys/inst.images/5.2.4
-
Download
MX_5240.zip
into the newly created directory:Note: If your AIX node cannot be unzipped, then downloadMX_5240.tgz
-
Unzip
MX_5240.zip
file by running# unzip MX_5240.zip
command.Additionally, uncompress the zip file by running:
# gzip -d MX_5240.tgz # tar xvf MX_5240.tar
-
Change the permission of the
install_mx.sh
install script to make it executable by running# chmod +x install_mx.sh
. -
Start the install by running
The following are the available options when you run the command:# install_mx.sh –options
.Usage: install_mx.sh [-i|-u] [-c] [-e] [-p] [-a] [-h], where,- -i : If this is a new install
- -u : If this is a reinstall of same version or an upgrade
- -e : Install (Assure MIMIX for AIX - includes Common Java and MXWS)
- -c : Install (Assure MIMIX HA for AIX)
- -p : Assure Unified Interface including MIMIX for AIX Portal Application
- -a : Install all (Assure MIMIX for AIX includes Common Java and MXWS) and Assure Unified Interface includes (MIMIX for AIX Portal Application and Assure MIMIX HA for AIX)
- -h : Help message on
install_mx.sh
Example,- Install Assure MIMIX for AIX
install_mx.sh -i-e
- Install Assure MIMIX HA for AIX
install_mx.sh -i-c
- Install Assure MIMIX HA for AIX & Assure MIMIX for
AIX
install_mx.sh -i-c -e
- Upgrade Assure Unified Interface
install_mx.sh -u -p
- Upgrades/reinstall Assure MIMIX for AIX and Assure Unified
Interface
install_mx.sh -u -e -p
-
After initiating the installation procedure, you must accept the End User License Agreement (EULA). You can navigate through it by clicking "Enter" or skip it by pressing "q". When you reach the end of the EULA, the following message appears:
Please type 'yes' to confirm that you accept Precisely Inc. End User License Agreement
You can accept the message typing 'yes', and the installation will proceed. If no valid response is received after ten attempts, the installation process will fail.
-
Request license keys from AIX.
Follow the below steps to request license keys for Assure MIMIX for AIX from an AIX system:
From https://support.precisely.com/
-
Select the link to access Precisely products, if required.
- Sign in with your email address and password.
- Under MyProducts, select Assure MIMIX for AIX.
- Select the version number from the Version dropdown.
- Click the License Keys tab.
- Select Request License Key. Complete the License Key Request form and click Submit. This sends a request to Precisely, and you will receive your license keys through an email.
- The license file received from Support should be copied to the below
location on the AIX node:
/usr/scrt/run/node_license.properties
-
- License file considerationsThe following table summarizes the information you must provide Precisely Fulfillment when you are requesting for a new license key:License Information for Precisely Fulfillment
Provide 5.2 licensing information for Precisely Fulfillment AIX Command
Example
LPAR (partition ID)
uname -f
“03CC409102B99203”
Hardware Tier
(System Model)
uname -M
“IBM,7778-23X”
Number of CPU’s
lparstat -i
Use the “Online Virtual CPUs” value
Product Major.Minor number
5.2
Maintenance expiration
Optional
Note:- When you upgrade your system and the system model changes, you must obtain and install a new license file. There is a 30-day grace period to obtain the updated license file.
- When an Assure MIMIX for AIX license key expires, replication stops until a new license key file is applied to the server(s) containing the expired license key files.
-
Run the validate_license command.
After you apply the license, run the validate license command: /usr/scrt/bin/validate_license.A message about license validation shows, such as License validated or License validation failed.