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的更多相关文章

  1. maya 2015配置openCollada插件

    1.下载对应的openCollada插件内容 https://github.com/KhronosGroup/OpenCOLLADA/wiki/OpenCOLLADA-Tools 该页面目前提供Mac ...

  2. 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 ...

  3. 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 ...

  4. 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 ...

  5. 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 ...

  6. 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 ...

  7. 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 ...

  8. 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 ...

  9. 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 ...

随机推荐

  1. 利用Ajax+MSMQ(消息队列)+WebService实现服务器端向客户端的信息推送

    需求: 每当数据库有数据更新时,推送到客户端 软需求: 1.服务器资源有限,要求资源占用尽可能小: 2.项目可控,不许调用第三方不可信不稳定的方法. 已有事例: 1.58到家采用的方法是TCP的长连接 ...

  2. Razor视图添加命名空间

    在.cshtml文件添加@using MyNamespace,只是在页面添加引用这样编译不通过,还需要在view文件夹的web.config添加引用,找到<namespaces>添加< ...

  3. 上传8m以上文件,报错误 101 (net::ERR_CONNECTION_RESET):连接已重置

    经过多方查找,原来是因为我使用了nginx反响代理的原因.nginx在做反向代理时,默认的可以上传的附件大小是1M,可以通过设置nginx.conf中的client_max_body_size进行更改 ...

  4. CSS3 实现3D旋转木马效果

    基本原理: 1.首先我们需要让图片能旋转的效果,我们让所有图片绝对定位(position:absolute),共用一个中心点. 2.对于舞台我们加一个视距,比如下面的demo是 perspective ...

  5. 转发-UI基础教程 – 原生App切图的那些事儿

    UI基础教程 – 原生App切图的那些事儿 转发:http://www.shejidaren.com/app-ui-cut-and-slice.html 移动APP切图是UI设计必须学会的一项技能,切 ...

  6. 14——小心copying行为

    资源的copying行为决定对象的copying行为. 抑制copying行为,使用引用计数.

  7. linux 查找文件与进程常用命令

    Linux的五个查找命令 1. find find是最常见和最强大的查找命令,你可以用它找到任何你想找的文件. find的使用格式如下: $ find <指定目录> <指定条件> ...

  8. Django project structure: how does static folder, STATIC_URL, STATIC_ROOT work

    So I've been messing up with Django(1.6+) project setting for quite sometime, this is what i finally ...

  9. App Transport Security has blocked a cleartext HTTP (http://)

    使用SDWebImage加载“http://”开头的图片报错,错误如下: App Transport Security has blocked a cleartext HTTP (http://) r ...

  10. 设置jdk的编码

    在环境变量中:  AVA_TOOL_OPTIONS-Dfile.encoding=utf-8 -Duser.language=en -Duser.country=US