在使用正版Sybsase产品的时候,都会根据你机器的hostid为你提供一个正式的商用license.这个hostid是唯一的标识,非常重要。
生成hostid,最常见的是根据网卡的mac地址:
M:\target\sysam-2.2\bin>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.
这里就有两个MAC地址,一定要确定哪个是主MAC地址,如果提供错了, 生成的license就无效了。
还有一个补救的方法:
就是根据硬盘id来生成hostid,见:
M:\target\sysam-2.2\bin>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"
只要是唯一的就行。
阅读(2461) | 评论(0) | 转发(0) |