用虚拟机安装Minitab License Server

参考:https://support.minitab.com/zh-cn/installation/frequently-asked-questions/minitab-license-manager/run-license-manager-in-virtual-environment/服务器

主要是MAC地址设定,由于申请的license文件根据MAC生成。ide

简单直接的方式,修改虚拟机MAC
用虚拟机安装Minitab License Serverblog

复杂方式:在云端的机器没法没法再在上面建立虚拟机。
用的Hyper-V搭建license服务器ci

进入Switch Manager
用虚拟机安装Minitab License Serverget

设定好MAC范围
用虚拟机安装Minitab License Server虚拟机

打开PowerShell输入命令
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
New-VMSwitch -Name "InternalNAT" -SwitchType Internalit

Get-NetAdapter ##而后能看到新建立的虚拟网卡io

New-NetIPAddress -IPAddress 192.168.0.1 -PrefixLength 24 -InterfaceIndex 13
New-NetNat -Name "InternalNat" -InternalIPInterfaceAddressPrefix 192.168.0.0/24class

这样就把虚拟网卡建立好了。network

接着要把Windows防火墙关闭,或者开放给lmgrd.exe端口27000和27011
参考:https://support.minitab.com/zh-cn/installation/frequently-asked-questions/minitab-license-manager/how-to-specify-change-network-port-number-for-license-manager/

https://support.minitab.com/zh-cn/installation/frequently-asked-questions/minitab-license-manager/configure-firewall-on-license-manager-host-pc/

外部硬件防火墙也要开放对应端口27000和27011
参考:https://support.minitab.com/zh-cn/installation/frequently-asked-questions/minitab-license-manager/set-minitab-exe-to-use-static-port-number/

相关文章
相关标签/搜索