Hqueue server for windows and Linux

   1490   1   1
User Avatar
Member
10 posts
Joined: 10月 2016
Offline
Hello,
How can you install the linux distro on a Windows HQueue server?

Thank you in advance.
User Avatar
Member
39 posts
Joined: 11月 2013
Offline
The current documentation seems thin on the details, but from older docs found here:
https://www.sidefx.com/docs/hqueue16.5/help/installation.html [www.sidefx.com]
___________________________________________________________________________________________
How do I install Houdini onto the shared folder for my Linux client machines? Back to Top

Download Houdini onto a client machine. Open a terminal and type:
# Unpack the Houdini tarball.
tar zxf houdini-X.Y.ZZZ-linux_x86_64_gcc4.4.tar.gz

# Dive into the installer directory.
cd houdini-X.Y.ZZZ-linux_x86_64_gcc4.4

# Run the Houdini installer in silent mode to install a copy onto the shared folder.
# It is assumed that the shared folder is mounted at /mnt/hq.
./houdini.install --no-menus --no-license --no-install-bin-symlink --no-install-hfs-symlink --make-dir /mnt/hq/houdini_distros/hfsX.Y.ZZZ-linux-x86_64

# Create a non-versioned symbolic link to the Houdini installation.
# HQueue render and simulation jobs by default look for Houdini at
# $HQROOT/houdini_distros/hfs.$HQCLIENTARCH
# where $HQROOT maps to the shared folder mount point and $HQCLIENTARCH maps to linux-x86_64
# for 64-bit Linux machines.
cd /mnt/hq/houdini_distros
ln -sf hfsX.Y.ZZZ-linux-x86_64 hfs.linux-x86_64

______________________________________________________________________________________________________________________

I believe if you have a mixed OS farm all the clients from all operating systems will have to use houdini installations in the same shared network folder, not on local drives on each machine. Some of the older docs and FAQs have more details. Hope that helps a bit, I have only ever used linux for hqueue.

Edit - Actually some of this is still in the current docs at:
https://www.sidefx.com/docs/houdini/hqueue/faqs.html [www.sidefx.com]
Edited by jandress - 2021年5月4日 21:23:24
  • Quick Links