Skip to content

Commit

Permalink
Describe exact size of /tmp required for AIX 6.1 (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github authored Oct 25, 2019
1 parent 8214417 commit 40a9fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/aix61-standalone/manualBootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ once and after some small number of runs (2-3) all of the required
modules will be installed.


## Increase the size of the /opt and / filesystems
## Increase the size of the filesystems

```bash
chfs -a size=+1300000 /opt
chfs -a size=+250000 /
chfs -a size=917504 /tmp
```

AIX72: unneeded: -1 and -2 and aix7-2 have different sizes, and 7.2 is big
Expand Down

0 comments on commit 40a9fb2

Please sign in to comment.