본문 바로가기

IT/Solution

IBM License Metric Tool

IBM License Metric Tool ver7.2.2


LMT agent설치
OS : CentOS
VMware workstaion
## LMT agent설치 사전 작업 환경변수 등록 적용
[root@centos5 itlm]# vi /etc/profile
export LMT_RESPONSE_FILE_PATH=/tmp/response_file.txt
[root@centos5 itlm]# source /etc/profile
## LMT agent Linux용 설치 파일 카피
[root@centos5 src]# ls
response_file.txt
ILMT-TAD4D-agent-7.2.2-linux-ppc.rpm
ILMT-TAD4D-agent-7.2.2-linux-x86.rpm
## LMT agent rpm 설치
[root@centos5 src]# rpm -Uvh ILMT-TAD4D-agent-7.2.2-linux-x86.rpm
Preparing... ########################################### [100%]
1:ILMT-TAD4D-agent ########################################### [100%]
CODAG102E This is not a supported VMWare flavour. Please refer to documentation for the complete list of supported platforms for deploying agents.CODAG104W VMware Tools are not installed. In some cases agent may not report proper topology.CODAG010I The command has successfully executed.
## tlmagent stop
[root@centos5 /]# cd /var/itlm
[root@centos5 itlm]# ./tlmagent -e
## tlmagent.ini에서 server의 ip address수정
[root@centos5 src]# vi /etc/tlmagent.ini
# SERVER PARAMETERS
#
# Preferred Server
# (Reloadable: No)
server = 192.168.10.107 (LMT 서버 IP)
## tlmagent start
[root@centos5 itlm]# ./tlmagent -g
## LMT agent server 연동 확인
[root@centos5 /]# cd /var/itlm
[root@centos5 itlm]# ./tlmagent -p
CODAG010I The command has successfully executed.
# 스캔시작
tlmagent -sw
# tlmagent 중지
tlmagent -e
# tlmagent 시작
tlmagent -g
IBM Manual
http://publib.boulder.ibm.com/infocenter/lmt/v7r2m2/index.jsp

등록일시
2011.06.13 11:49 (업로드 2011.06.13 11:49)
공개권한
일촌공개
태그
#Utility

'IT > Solution' 카테고리의 다른 글

[X] [eclipse] Data Source Explorer  (0) 2015.11.30
[X][eclipse] 반복코드 패턴 사용  (0) 2015.11.30
AmaterasUML  (0) 2015.11.30
JTrac  (0) 2015.11.30
[X] [SVN] VisualSVN 설치 및 Eclipse 연동  (0) 2015.11.30