Hello, we have just implemented version 11.3 of ArcGIS Enterprise on Ubuntu 22.04. Everything is working great except I cannot seem to get the webgisdr utility to run. The only command the utility will recognize is `./webgisdr.sh -h` and `./webgisdr.sh --help`. All other commands return:
ERROR: Unrecognized command specified. For help, type ''webgisdr -h''.
I have added a couple of echoes to the shell script there to see if JAVA_HOME and CLASSPATH are being successfully populated, and they are (I've read a few other threads where this problem has crept up), so I don't think that's the issue. I'm not a java expert, but I think this shell script is a wrapper for a java class that runs the operations, and it feels like that java class is not present or something.
Any help would be greatly welcome!
EDIT: I'd like to also note this a highly available system. Each component of the enterprise suite has two servers, exempting the webadaptor and portal services, which live together on the same two servers. Six total nodes, plus an ec2 acting as a fileserver for the arcgis server component (datastore and portal are using S3). I've mounted the fileserver to all 6 nodes to act as the shared location where the webgisdr utility will store information before moving to s3. I've also enabled point-in-time on the datastore.