Uploading work unit files to Amazon S3

You can run this command to trigger the upload process for all data areas:
paadm amazons3log upload --dataarea all --start --jvmid <jvm id of the LPA node>

Running the command without jvmid will pick the random LPA node and submit the request. --force will reprocess the same data area again even if it is processed already. This can be used to reprocess the same data area again for any reason.

Run this command to stop the upload process from a specific LPA node:
paadm amazons3log upload --stop --jvmid <jvm id of the LPA node>

This stops the upload process from an LPA node. If you want to stop the whole process, then --force option can be used. This should only be used if you want the LPA node not to process the Amazon S3 upload or if you want to restart the thread for any reason.

You can use this command to retrieve the upload count for all data areas:
paadm amazons3log count --dataarea all