在使用正版Sybsase產(chǎn)品的時(shí)候,都會(huì)根據(jù)你機(jī)器的hostid為你提供一個(gè)正式的商用license.這個(gè)hostid是唯一的標(biāo)識(shí),非常重要。
生成hostid,最常見(jiàn)的是根據(jù)網(wǎng)卡的mac地址:
M: argetsysam-2.2in>lmutil lmhostid
lmutil - Copyright (c) 1989-2008 Acresso Software Inc. All Rights Reserved.
The FLEXnet host ID of this machine is ""0024e8ae2121 00265e443a28""
Only use ONE from the list of hostids.
這里就有兩個(gè)MAC地址,一定要確定哪個(gè)是主MAC地址,,如果提供錯(cuò)了, 生成的license就無(wú)效了。
還有一個(gè)補(bǔ)救的方法:
就是根據(jù)硬盤(pán)id來(lái)生成hostid,見(jiàn):
M: argetsysam-2.2in>lmutil lmhostid -vsn
lmutil - Copyright (c) 1989-2008 Acresso Software Inc. All Rights Reserved.
The FLEXnet host ID of this machine is "DISK_SERIAL_NUM=8060e304"
只要是唯一的就行。
作者“iihero@iteye[專(zhuān)注于數(shù)據(jù)庫(kù)與信息檢索技術(shù)]”