|
 |
|
|
 |
|
|
| Direct Server技术支持手册
|
|
|
|
|
|
实现Server
login的步骤 |
|
|
|
|
|
1)、将Direct Server进程终止
2)、在entrust.ini文件中的[Entrust Settings]中加入下面两项
IdentityLibrary= //libidapi.so文件的全路径
LastProfile= //epf文件的全路径
例如 将Direct Server Proxy6.1安装在/export/home/direct61目录下
IdentityLibrary=/export/home/direct61/lib/libidapi.so
LastProfile=/export/home/direct61/CCBServer.epf
3)、运行etbinder.sh,
按照提示依次输入entrust.ini文件的全路径,epf文件的全路径,epf文件的password
例如:
Please enter the entrust .ini file full path
/export/home/direct61/entrust.ini
Enter the full path to the Entrust Profile
(including extension): /export/home/direct61/CCBServer.epf
Enter Entrust EPF Password: ********
如成功,系统会提示Successfully created credential
file.
运行etdirect.sh,则无需epf文件和passwd ,Direct Server可以启动。 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|