|
AIX 下C语言的License配置(2) (*) Remember that one and only one Central Registry License Server
(i4gdb daemon) can be active in a Licensing domain.
Please indicate your choice [1,2,3,4]: 2
Do you want to disable remote administration of the license server? y
[此时可能遇到提示
"You have to choose now which mechanism must be enabled
to locate this License Server:
1) NCS Namespace and Direct Binding (*)
2) Direct Binding only"
选择 '2) Direct Bind Only']
Choose the desired Server(s) logging level
1) Default
2) All
3) Customized
Please indicate your choice [1,2,3]: 1
The default Log file(s) path is /var/ifor
Enter blank to accept default or specify a new path:[按回车键]
**********************************************************************
Server configuration is complete.
Do you want to configure this machine as a Network License Client too?
[y,n]: n
Do you want the License Server(s) automatically start on this system
at boot time? [y,n]: y
**********************************************************************
WARNING: Configuration is about to end.
This is your last chance to quit before your updates will be written.
Do you want to continue? [y,n]: y
*** Configuration file updated. ***
Do you want the License Server(s) start now? [y,n]: y
0513-059 The i4llmd Subsystem has been started. Subsystem PID is 18636.
'Start Services' has completed sUCcessfully
****************************************
* Configuration completed successfully *
****************************************
#
2. 运行下列命令将License加入管理程序:
# /var/ifor/i4blt -a -f [licfile] -R u -T [number_of_lics]
其中
licfile 为license文件名,number_of_lics 为 实际购买的编译器用户数。
例如: i4blt -a -f /usr/vac/c43aix_cn.lic -R u -T 10
|