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. C++ dynamic_cast对指针类型的转换

    C8-3 三角形还是长方形? (100.0/100 points) 题目描述 在多态概念中,基类的指针既可以指向基类的对象,又可以指向派生类的对象.我们可以使用dynamic_cast类型转换操作符来 ...

  2. 安装MySql for Visual Studio后,打开IDE找不到MySql选项

    只能说安装程序功能不健全,找不到Visual Studio也不问,自己随便找了个地儿把插件放下了...这程序员真2! 原文在这里,作者思路对头.原文:"安装MySql for Visual ...

  3. LayaAir引擎——(六)

    LayaAir引擎——TiledMap地图图块属性获取和进行墙壁碰撞检测 需要的软件: TiledMap LayaAir IDE 1.0.2版本 所画的地图: pass层: floor层: pass层 ...

  4. xml 读取递归算法

    xml 读取递归算法:

  5. 这里整理了基于java平台的常用资源

    这里整理了基于java平台的常用资源 翻译 from :akullpp | awesome-java 大家一起学习,共同进步. 如果大家觉得有用,就mark一下,赞一下,或评论一下,让更多的人知道.t ...

  6. ABAP 弹出对话框

    一组有用的用户交互窗口函数 显示多条消息 SAP系统用的是这个函数:C14Z_MESSAGES_SHOW_AS_POPUP POPUP_TO_CONFIRM_LOSS_OF_DATA 显示有YES/N ...

  7. xmind的第十三天笔记

  8. hdu 2602 Bone Collector(01背包)模板

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2602 Bone Collector Time Limit: 2000/1000 MS (Java/Ot ...

  9. Linux下压缩mp3文件

    apt-get install lame lame -b 64 a.mp3 b.mp3 lame是压缩mp3的一个小工具 参数 -b 64 是输出文件的采样率64 a.mp3 是源文件 b.mp3 是 ...

  10. 【我是老中医】codeblocks无法编译的问题解决方法

    前几天把codeblocks的文件夹移动到移动硬盘里面,结果发现从此以后代码不能编译了,当时没有注意,就改用vs写代码,发现真的不是很习惯,正好学妹也碰到这种问题问我怎么解决,然后就百度了一下. 我的 ...