Skip to content

Commit 960796d

Browse files
authored
aix: update openxcl headers install steps (#4303)
Fixes: #4302
1 parent 7ef34ea commit 960796d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/MANUAL_STEPS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,13 +523,13 @@ runtime:
523523

524524
utilities:
525525

526-
1. Download the current *.tar.Z from https://www.ibm.com/support/pages/ibm-open-xl-cc-utilities-aix-1712#DNLD
526+
1. Download the current *.tar.Z from https://www.ibm.com/support/pages/ibm-open-xl-cc-utilities-aix-1713
527527
2. scp tar onto the target
528528
3. On the target
529529

530530
```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
531+
uncompress IBM_OPEN_XL_CPP_UTILITIES_17.1.3.0_AIX.tar.Z
532+
tar -xf IBM_OPEN_XL_CPP_UTILITIES_17.1.3.0_AIX.tar
533533
inutoc .
534534
installp -aFXYd . ALL
535535
```

0 commit comments

Comments
 (0)