{"id":392,"date":"2022-04-12T12:38:52","date_gmt":"2022-04-12T12:38:52","guid":{"rendered":"https:\/\/www.aixperts.co.uk\/?p=392"},"modified":"2022-10-21T14:44:51","modified_gmt":"2022-10-21T14:44:51","slug":"maya-and-houdini-headless-install","status":"publish","type":"post","link":"https:\/\/www.aixperts.co.uk\/?p=392","title":{"rendered":"Maya and Houdini headless install"},"content":{"rendered":"\n<p>Starting a job in the animation industry, I looked into automating the tools Maya and Houdini, Maya apparently being a must for most people (No, I&#8217;d never heard of either).<\/p>\n\n\n\n<p>Maya consists of an RPM for the application plus three RPMs for the licence system (this is for the 2022 version), interspersed with running some licence server initialisation scripts. Run the below steps from my Org section as root:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Start by un-packing downloaded file<br><code>tar xzf Autodesk_Maya_2022_1_ML_Linux_64bit.tgz<\/code><\/li><li>Install some OS libraries<br><code>yum -y install libpng15 compat-openssl10 libXp libnsl libGLU<\/code><\/li><li>Install licence server components<br><code>cd Packages; yum -y install adlmapps23-23.0.21-0.x86_64.rpm adsklicensing11.0.0.4854-0-0.x86_64.rpm adlmflexnetclient-23.0.21-0.x86_64.rpm<\/code><\/li><li>Check licence server status<br><code>systemctl status adsklicensing<\/code><\/li><li>Install lsb core<br><code>dnf -y install redhat-lsb-core<\/code><\/li><li>The magic step, install Maya non-interactively<br><code>yes | rpm -ivh Maya2022_64-2022.1-579.x86_64.rpm --nodigest --nofiledigest<\/code><\/li><li>I think the following steps are licence server related<br><code>cd \/opt\/Autodesk\/Adlm\/FLEXnet\/bin<br>\/opt\/Autodesk\/Adlm\/FLEXnet\/bin\/toolkitinstall.sh<br>.\/FNPLicensingService -r<br>\/opt\/Autodesk\/AdskLicensing\/11.0.0.4854\/helper\/AdskLicensingInstHelper register -pk 657N1 -pv 2022.0.0.F -el EN_US -cf \/var\/opt\/Autodesk\/Adlm\/Maya2022\/MayaConfig.pit<\/code><\/li><\/ul>\n\n\n\n<p>And that&#8217;s it, easy to script\/Ansibly as well. Houdini is almost simpler:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Install some screen saver library?<br><code>yum -y install libXScrnSaver<\/code><\/li><li>Un-pack downloaded file<br><code>tar xzf houdini-19.0.531-linux_x86_64_gcc9.3.tar.gz<\/code><\/li><li>cd in to un-packed directory<br><code>cd houdini-19.0.531-linux_x86_64_gcc9.3\/<\/code><\/li><li>Install Houdini<br><code>.\/houdini.install --auto-install --accept-EULA 2021-10-13 --make-dir --menus --license --houdini --install-engine-maya --make-dir \/opt\/houdini<\/code><\/li><\/ul>\n\n\n\n<p>Download Houdini here:<\/p>\n\n\n\n<p><a href=\"https:\/\/www.sidefx.com\/download\/daily-builds\/\">https:\/\/www.sidefx.com\/download\/daily-builds\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Starting a job in the animation industry, I looked into automating the tools Maya and Houdini, Maya apparently being a must for most people (No, I&#8217;d never heard of either). Maya consists of an RPM for the application plus three &hellip; <a href=\"https:\/\/www.aixperts.co.uk\/?p=392\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[149,46,115],"tags":[123,118,121,119,124,122,117,120,116],"class_list":["post-392","post","type-post","status-publish","format-standard","hentry","category-automation","category-software","category-vfx","tag-animation","tag-autodesk","tag-headless","tag-houdini","tag-install","tag-linux","tag-maya","tag-sidefx","tag-vfx"],"_links":{"self":[{"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=392"}],"version-history":[{"count":6,"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/392\/revisions"}],"predecessor-version":[{"id":404,"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=\/wp\/v2\/posts\/392\/revisions\/404"}],"wp:attachment":[{"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aixperts.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}