用虛擬機安裝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/

相關文章
相關標籤/搜索