Install Maya 2015 x64 in CentOS 7
Thanks for Must(QQ ID)'s big help for installing Maya in CentOS7.
This is my steps for installing maya in CentOS 7, but it may not be the simplest way. Please let me know if any step is unnecessary.
- Chang your hostname[1](e.g. I will set my hostname to myserver). Because I can't regist maya successfully with the default host name: localhost.localdomain.
- find your IP:

- vi /etc/hosts
result:
cat /etc/hosts
192.168.10.135 myserver
192.168.10.135 is your IP. Note:You may have different IPs for Ethernet and WIFI. Choose the network and its IP which you use for Maya.
- vi /etc/hostname
result:
cat /etc/hostname
myserver
- vi /etc/sysconfig/network
result:
# Created by anaconda
HOSTNAME=myserver
- reboot
This will restart your machine and enable the new hostname
- download Autodesk_Maya_2015_SP3_English_Linux.tgz (and crack of course), and unzip to a directory(e.g. /home/user0/tools/autodesk/maya2015x64/linux/maya2015sp3)
- setup maya
su
cd /home/user0/tools/autodesk/maya2015x64/linux/maya2015sp3/
./setup
set license type to Network
set serial(e.g. 666-69696969)
set Product Key: 657G1
set server to myserver
press "Continue" button.
Then if it says "myserver" is not found, just ignore this warning and press "Continue" button.
press Continue button again to install all maya components which include flexnet, Maya2015 and mentalray.
- crack maya
(my crack files are located at: /home/user0/tools/autodesk/maya2015x64/linux/Crack-Net-Lnx64)
- replace adskflex:
rm /opt/flexnetserver/adskflex
cp /home/user0/tools/maya2015x64/linux/Crack-Net-Lnx64/adskflex /opt/flexnetserver
- replace libadlmint.so.9.0.23
rm /usr/autodesk/maya2015-x64/lib/libadlmint.so.9.0.23
cp /home/user0/tools/maya2015x64/linux/Crack-Net-Lnx64/libadlmint.so.9.0.23 /usr/autodesk/maya2015-x64/lib/
- Edit <your crack folder>/lic.dat and change HOSTNAME and MAC to suit your configuration (use lmutils)
To find your HOST : /opt/flexnetserver/lmutil lmhostid hostname
To find your MAC : /opt/flexnetserver/lmutil lmhostid ether
#/opt/flexnetserver/lmutil lmhostid hostname
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is "HOSTNAME=myserver"
#/opt/flexnetserver/lmutil lmhostid ether
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is ""********1279 *******fe80""
Only use ONE from the list of hostids. <------- note this line
You must choose which one you are using? ********1279 or *******fe80. Check your network settings:
Network Settins>

so you should use *******fe80 in your lic.dat
This is my fist line in lic.dat:
SERVER myserver *********fe80
- copy this lic.dat to /opt/flexnetserver/lic.dat:
cp /home/user0/tools/autodesk/maya2015x64/linux/Crack-Net-Lnx64/lic.dat /opt/flexnetserver/
- start daemon
/opt/flexnetserver/lmgrd -z -c /opt/flexnetserver/lic.dat
- start maya
- add a deamon into startup application for maya:
Applications>SystemTools>StartupApplications>Add>
Name:lmgrd
Command:/opt/flexnetserver/lmgrd -z -c /opt/flexnetserver/lic.dat
Comment:daemon for maya
NOTE:
Sometimes, Maya can't start after I switch my network connection to another WIFI(I have different IP with each WIFI). But Houdini doesn't has this problem.
I came out with adding the following line to /etc/hosts, and reboot my system:
<My new IP with another WIFI> myserver
References:
[1] http://www.itzgeek.com/how-tos/linux/centos-how-tos/change-hostname-in-centos-7-rhel-7.html#axzz3BblsScAI
Install Maya 2015 x64 in CentOS 7的更多相关文章
- maya 2015配置openCollada插件
1.下载对应的openCollada插件内容 https://github.com/KhronosGroup/OpenCOLLADA/wiki/OpenCOLLADA-Tools 该页面目前提供Mac ...
- Load Mental Ray in Maya 2015
In Maya 2015, we usually use mental ray to render our model, some new users may not see the mental r ...
- Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin
Install FFMPEG and FFMPEG-PHP in CentOS 6 with Virtualmin 1 year ago - by Daniel - howto centos v ...
- Install Erlang and Elixir in CentOS 7
In this tutorial, we will be discussing about how to install Erlang and Elixir in CentOS 7 minimal s ...
- How To install FFMPEG, FLVTOOL2, MP4Box on CentOS server 2015 easy method
for i386:wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpmrpm ...
- Install Houdini 12.5 x64 in CentOS 7
Thanks for Must(QQ ID)'s big help for installing Houdini in CentOS7. - download HOUDINI_FX_V12.5.371 ...
- How to install Wordpress 4.0 on CentOS 7.0
This document describes how to install and configure Wordpress 4.0 on CentOS 7.0. WordPress started ...
- How to install GSL on linux(ubuntu,centos,redhat)
Test: ftp://ftp.gnu.org/gnu/gsl/gsl-1.15.tar.gz success. ftp://ftp.gnu.org/gnu/gsl/gsl-1.13.0.tar.g ...
- Install TightVNC Server in RHEL/CentOS and Fedora to Access Remote Desktops
Virtual Networking Computing (VNC) is a Kind of remote sharing system that makes it possible to take ...
随机推荐
- linux命令:du
1.命令介绍: du用来查看文件和目录的使用空间. 2.命令格式: du [选项] 文件 3.命令参数: -a或-all 显示目录中个别文件的大小. -b或-bytes 显示目录或文件大小时,以b ...
- 【LeetCode】Add Digits
Add Digits Given a non-negative integer num, repeatedly add all its digits until the result has only ...
- Linux 知识框架
Linux要点 一.Linux的基本要求 1. 掌握至少50个以上的常用命令. 2. 熟悉Gnome/KDE等X-windows桌面环境操作 . 3. 掌握.tgz..rpm等软件包的常用安装方法 4 ...
- SqlServer性能优化索引(五)
导入表结构: select * into ProductCategory from AdventureWorksDW2014.dbo.DimProductCategory select * into ...
- PS与TOP详解
一:ps ps -l 查看属于自己这次登录的PID与相关信息列出来(只与自己的bash有关) F:代表这个进程标志(process flags),说明这个进程的权限,常见号码有: 若为4表示此进程的 ...
- jquery操作input值总结
获取选中的值获取一组radio被选中项的值var item = $('input[@name=items][@checked]').val(); 获取select被选中项的文本var item = $ ...
- iredmail安装脚本分析(三)---conf/global DISTRO值的来源及操作系统的判断
作者在引入conf/global 文件时,就已经对操作系统的类型进行判断,同时也对DISTRO进行了赋值. 部分代码,如图: 显然文件里的KERNEL_NAME的值就是判断完成的操作系统,具体分析该值 ...
- win10 用cmake 3.5.2 和 vs 2015 update1 编译 GPU版本(cuda 8.0, cudnn v5 for cuda 8.0)
win10 用cmake 3.5.2 和 vs 2015 update1 编译 GPU版本(cuda 8.0, cudnn v5 for cuda 8.0) 用vs 2015打开 编译Release ...
- mysql二进制文件操作语法(mysql binary log operate statements)
开启 binary logs 功能 在 mysql 配置文件中配置 log-bin,重启 mysql my.cnf (on Linux/unix) or my.ini (on Windows) 例子: ...
- ln 软硬链接
链接 在谈软链接与硬链接之前,先来说说文件系统基础知识. Linux 系统中,一切皆文件. 文件包含两部分:文件属性与权限(inode),文件内容(data-block). 一个文件可由1个inode ...