Checked the volume location of the zfs file system and volume was indeed 100% full. Moved datasets and volume now has 3k free cylinders, yet I am still receiving the EDC5133I error when trying to apply the PTF.
Not sure what is going wrong.
SMPOUT:
GIM69167I HFSCOPY PROCESSING TO THE CFF6PLAT LIBRARY WAS SUCCESSFUL FOR JAR TOMCATJR IN SYSMOD LU03020. THE RETURN
CODE WAS 00. DATE 22.131 - TIME 06:59:33 - SEQUENCE NUMBER 000002.
GIM39302E ** SHELL SCRIPT TOMCATSH PROCESSING FOR THE JAR TOMCATJR IN THE CFF6PLAT LIBRARY FAILED FOR SYSMOD LU03020.
SEQUENCE NUMBER 000003.
SYSPRINT:
Starting TOMCATSH script processing...
Exploding all components of /u/CASoftware/CCS150/CA/TOMCATJR using jar command
created: META-INF/
inflated: META-INF/MANIFEST.MF
created: apache-tomcat-9.0.54/
created: apache-tomcat-9.0.54/bin/
inflated: apache-tomcat-9.0.54/bin/bootstrap.jar
<omitted lines >
inflated: apache-tomcat-9.0.54/lib/servlet-api.jar
inflated: apache-tomcat-9.0.54/lib/tomcat-api.jar
java.io.IOException: EDC5133I No space left on device.
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:342)
at sun.tools.jar.Main.copy(Main.java:892)
at sun.tools.jar.Main.copy(Main.java:923)
at sun.tools.jar.Main.extractFile(Main.java:1081)
at sun.tools.jar.Main.extract(Main.java:993)
at sun.tools.jar.Main.run(Main.java:323)
at sun.tools.jar.Main.main(Main.java:1300)
** jar command failed with status 1
Exiting TOMCATSH script with status 1
Release : 15.0
Component : CCS TOMCAT
The problem is a failure trying to extract the contents for the new tomcat version.
While the TOMCATJR and TOMCATSH files get copied into the hlq.CCSZFS filesystem, the extract is done to the Tomcat specific filesystem...hlq.CEG1ZFS1
The hlq.CEG1ZFS1 filesystem was not mounted thus resulting in an unexpected filesystem to be used.
Mount the filesystem to the proper mountpoint to resolve the problem. For example: /u/CASoftware/CCS150/tpv
Review installation jobs for installation filesystems and mountpoints.