System prerequisites
All system prerequisites must be ready on your system before IBM Open SDK for Rust on AIX 1.94 and its documentation can be successfully installed.
- Supported platform:
- IBM® AIX® 7.2 TL5 SP7 or later
- IBM AIX 7.3 TL1 or later
- IBM i 7.5 PASE 7.5
- IBM i 7.6 PASE 7.6
Attention:The compiler filesets are not OS-specific. If IBM Open SDK for Rust on AIX 1.94 is installed on AIX 7.2 TL5 SP7, you do not need to migrate the compiler filesets when the operating system is migrated to AIX 7.3. If an OS-specific fileset is required in the future for a higher level of AIX, it will be identified in a Technote tied to the fix pack that adds support for that version of AIX.
- Required hard disk space: 1.2 GB.You can use the following command to determine the amount of space available in the default installation location (/opt/IBM/RustSDK/):
df -m /optIf you plan to install the compiler to a nondefault location, you can use the following command:
df -m installation_pathIn this command, installation_path represents the nondefault location.
- Required filesets: See the Required filesets for installing IBM Open SDK for Rust on AIX 1.94 section for details.
- Required RAM: 2 GB (Recommended RAM: 4 GB or more)
- Required software for documentation:
- HTML browser
- PDF viewer
Required filesets for installing IBM Open SDK for Rust on AIX 1.94
The following AIX OS filesets must be installed on your system to install IBM Open SDK for Rust on AIX 1.94.
| Fileset name | Fileset description |
|---|---|
| bos.adt.include | Base application development include files |
| bos.adt.lib | Base application development libraries |
| bos.adt.libm | Base application development math libraries |
| openssl.base | Open Secure Socket Layer version 3.0.10.1002 or higher |
At least one of the following locale-specific filesets must be installed on your system. You can find the filesets in your AIX OS installation image or IBM support.
| Fileset name | Fileset description |
|---|---|
| bos.loc.LANG | Base locale support |
| bos.loc.pc.LANG | Base system locale PC code set |
| bos.loc.utf.LANG | Base system locale UTF code set |
| bos.loc.iso.LANG | Base system locale ISO code set |
You can view information about the installed filesets by using the
lslpp command. For example, to determine if the required
filesets have been installed, use the following
command:
lslpp -L bos.adt.include bos.adt.lib bos.adt.libm bos.loc.\*MISSING REQUISITES: The following filesets are required by one or more of the
selected filesets listed above. They are not currently installed and could not
be found on the installation media.
bos.adt.libm 7.2.5.0 # Base Level FilesetThis message indicates that the bos.adt.libm fileset is required but not installed.
To install a missing fileset, use the following command:
# installp -acXgd installation_path filesetIn this command, installation_path represents the location of the fileset to be installed.