Create a link that points the folder backup to another folder on a filesystem JFS2 that allows the creation of files bigger than 2GB.
For example:
Let's say we will link to the directory /destination
1. We backup the existing backup folder:
mv backup backup.bak
2. We create a symbolic link that points backup to /destination:
ln -s /destination backup
3. We check that the link has been correctly created by doing an ls on the company directory:
[email protected]:/apps/du/600/CIFEXP_bddprod#ls -ltra
...
lrwxrwxrwx 1 root system 4 Sep 26 10:18 backup -> /destination
4. Relaunch the autopatch, this time the backup will be correctly generated on the JFS2 filesystem.
Fix Status: No Fix