where is the hqueue server install option?

   3474   6   0
User Avatar
Member
3 posts
Joined: June 2021
Offline
Hey!

I'm trying to update my hqueue server. Unfortunately the hqueue server install option on linux is gone. (see the attached pic)

Where do I find the installation option now?

Best,
Andreas

Attachments:
hq.JPG (96.8 KB)

User Avatar
Member
244 posts
Joined: Nov. 2013
Offline
Only available via the Houdini launcher
http://www.sekowfx.com [www.sekowfx.com]
User Avatar
Member
810 posts
Joined: Feb. 2017
Offline
Hey Andreas,

your first post here!
User Avatar
Member
1 posts
Joined: March 2017
Offline
I just got the update to version 19 working
https://www.sidefx.com/docs/houdini/hqueue/gettingstarted.html#scripted-installationson [www.sidefx.com]
This was a good reference to get it done.

Some background information about the running setup before v19:
Debian Stretch without desktop environment, already running HQueue 18.5, all paths kept default. After a bit of tinkering the procedure was kind of straight forward:

(logged in as root, all files are stored in /root/ if not specified differently)

Download/upload the install_houdini_launcher.sh to your box and execute it

bash install_houdini_launcher.sh

install the missing dependencies to get the houdini_installer working

apt-get install libglu1-mesa libnss3 libxtst6 libxkbcommon0 libxss1 libsoundio1

Pick the editor of your choice and create a settings file with the necessary information, i chose ~/.launcher_settings.ini as a destination for it

#client_id="you can generate your API key within your account settings: services, Manage applications authentication"
#client_secret="but this didn't work on the first run with the following settings: Client type confidential, Authorization Grant Type client-credentials"
username="sidefx@your.tld"
password="obviously-your-password"
accept_eula="SideFX-2021-10-13"

Execute the installer and you should be rewarded with the message "Preparing to install"

/opt/sidefx/launcher/bin/houdini_installer install --product "HQueue Server" --version "19.0.383" --settings-file ~/.launcher_settings.ini --build-option py2

Sadly the authentication with the API keys didn't work, the installer just quit with the following error:

Error: Failed to log in: Error transferring https://www.sidefx.com/oauth2/application_token - server replied: Internal Server Error
Operation failed
With the normal credentials it worked just fine, but would be way better to just use the API instead.

- Sven
User Avatar
Member
3 posts
Joined: June 2021
Offline
Thanks Sebastian & Sven! I'll give it a try. Hey Philipp!
User Avatar
Member
3 posts
Joined: June 2021
Offline
Quick update. The launcher GUI failed because of some missing QT stuff. The command line way worked fine.
User Avatar
Member
32 posts
Joined: Oct. 2020
Offline
 --build-option py2

This (undocumented) flag is what made it work for me. Thank you!
Edited by ulyssesp - April 18, 2022 10:58:46
  • Quick Links