AWS Thinkbox Discussion Forums

Deadline support on Rocky Linux 9.3

Hi There,
I’ve read the other posts about Rocky Linux. They didn’t help.
Is Rocky Linux supported? If so what version of mongo is recommended? I’m on Rocky 9.3 and really struggling to get this thing working.

Thanks
M

There’s a couple components in a Deadline setup, it sounds like you’re having issues with the Repository+Database setup, but let us know if that’s not all.

If the repo installer is failing to set up the database, you could work around it with the Manual Database Installation — Deadline 10.3.1.4 documentation and point the installer at that setup. You’ll need to use MongoDB 5, use the community edition as it’s what we install.

Rocky isn’t explicitly supported, but it’s a re-creation of Red Hat which is supported. So if we assume the recreation is accurate it should work. It’s a big assumption, as operating systems are complicated, so without knowing your issue that’s all the guesswork I’ve got.

I was having trouble installing any version of Mongo prior to 6 but I’ll have another go and see if I can get it working. Thanks!

1 Like

I’m running deadline on rocky8. I too had issues with the deadline installer recognizing my dnf installed mongodb. What I ended up doing was downloading the zipped release from mongo and pointing the installer to that zip file.

Yeah I am also not able to get it up and running on Rocky 9.3. I suspect it’s not possible as of now, as we only got MongoDB 6.0.4+, but Deadline is only compatible with 4 and 5 currently. It doesn’t throw an error while installing when providing the files manually, but it doesn’t seem to operate properly. Adding render machines works, but render submissions aren’t and throwing errors.

We found a solution for Rocky 9.3, see below

1 Like

I’m running the Deadline database and repository on a Rocky 9.3 host, and the important bit is to install MongoDB 5 - nothing newer is supported by Deadline. Installing the EL8 RPM works just fine:

rpm -ivh mongodb-org-server-5.0.23-1.el8.x86_64.rpm

was what I did. Make sure you resolve dependencies; I also had to install the “compat-openssl11” RPM.

1 Like

I’ve got that exact version of Mongo up and running but I’m getting the following error…

An error occurred while configuring the database:

Could not connect to any of the specified Mongo DB servers defined in the “Hostname” parameter of the “settings/connection.ini” file in the root of the Repository.

The following errors were encountered:

  • 127.0.0.1: Connection refused
  • localhost: Connection refused

this worked for me:

wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-4.4.29.tgz

then during install, when you get up to the mongodb options:

The type of Database

[1] MongoDB: MongoDB
[2] DocumentDB: DocumentDB
Please choose an option [1] : 1



MongoDB Database Setup
[1] Install a new MongoDB database on this machine?
[2] Connect to an existing MongoDB database installation?
Please choose an option [2] : 1



MongoDB Installation Type

[1] Download MongoDB (requires internet connection)
[2] Pre-packaged Binaries
Please choose an option [1] : 2

Pre-packaged Binaries [ ]: /whereveryoudownloadedto/mongodb-linux-x86_64-rhel80-4.4.29.tgz

*mongodb 4.4.29
*Rocky 9.3
*Deadline 10.3.2.1

1 Like

Reviving this topic since CentOS 7 is finally EOL and Deadline still has issues with Rocky.

Using DL repository version 10.3.2.1, I tried various versions of mongodb binaries with or without client authentication via SSL/TLS and my findings were:

  • Mongodb 6 generally fails for client connections even when repo installation is possible.
  • Mongodb 5.0.22 can be installed when SSL authentication is turned off and client connection works as expected.
  • Mongodb 5.0.22 with SSL turned on won’t finish installation with the error that keys in the mongo config that comes with Deadline are deprecated: net.ssl.PEMKeyFile and net.ssl.CAFile where net.tls should be used instead
  • Mongodb 4.4.29 with SSL turned on throws the same error, but the installation finishes and client connections with SSL seems to work just fine

As a conclusion, it seems that Deadline uses a long deprecated schema for its mongodb configuration (which is also wrong in its documentation ) that 5.0.22 won’t accept any longer, although that version is explicitly supported according to the Deadline documentation.

3 Likes

Has much changed with regard to deadline and Rocky? I’m interested in this because apparently its the only supported linux os from Autodesk too, and Rocky 8 is apparently bug for bug compatible with Cent 7.

1 Like

10.4 Has RHEL/Rocky/Alma - 8 &9 support and dropped the EOL 7
https://docs.thinkboxsoftware.com/products/deadline/10.4/1_User%20Manual/manual/release-notes.html#deadline-10-4-0-8

Privacy | Site terms | Cookie preferences