We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef34ea commit 960796dCopy full SHA for 960796d
1 file changed
ansible/MANUAL_STEPS.md
@@ -523,13 +523,13 @@ runtime:
523
524
utilities:
525
526
-1. Download the current *.tar.Z from https://www.ibm.com/support/pages/ibm-open-xl-cc-utilities-aix-1712#DNLD
+1. Download the current *.tar.Z from https://www.ibm.com/support/pages/ibm-open-xl-cc-utilities-aix-1713
527
2. scp tar onto the target
528
3. On the target
529
530
```sh
531
- uncompress IBM_OPEN_XL_CPP_UTILITIES_17.1.2.8_AIX.tar.Z
532
- tar -xf IBM_OPEN_XL_CPP_UTILITIES_17.1.2.8_AIX.tar
+ uncompress IBM_OPEN_XL_CPP_UTILITIES_17.1.3.0_AIX.tar.Z
+ tar -xf IBM_OPEN_XL_CPP_UTILITIES_17.1.3.0_AIX.tar
533
inutoc .
534
installp -aFXYd . ALL
535
```
0 commit comments