|
抛砖引玉一下:
1、确认agent Depot已经populate ,安装的时候的一个选项,如果没有选,一定要安装;
2、与TEMS不同操作系统的那些Agent Depot,必须用tacmd addBundles 捆绑;
3、Populate之后,用命令tacmd viewDepot 确认是否Populate成功;
4、
#cd /opt/IBM/ITM/bin
#./tacmd createNode -h <ISP IP address> -u <user name> -w <password>
注意那些部署Agent的系统上必须具有下列协议:
Windows服务器上:Server Message Block (SMB)、Secure Shell (SSH)
UNIX服务器上:Secure Shell (SSH). Remote Execution (REXEC), Remote Shell (RSH),
注意:打开Rexec和rsh是不安全的,所以不推荐remote deploy这种安装方式 |
|