가난한 사람의 해결책은 아래에 있는 lmutil 명령 줄 도구 를 사용하는 것 C:\Program Files\ArcGIS\LicenseManager\License10.x\bin
입니다. 매우 추악하고 시끄러운 출력이지만 작동합니다.
복사 lmgrd.exe
및 lmutil.exe
다른 컴퓨터 또는 위치와 독립적으로 실행합니다.
다음은 X : \ Tools (모든 사용자의 공통 네트워크 폴더)에 있고 X : \ Tools \ Bin에 두 개의 exe가있는 배치 파일입니다. 이를 통해 누구나 사용 가능한 라이센스 수를 엿볼 수 있으며 현재 무료 라이센스가없는 경우 누구에게 전화해야하는지 알 수 있습니다.
@::show-license-status.bat
@echo off
:: Report ESRI License Manager status
:: 2009.August.05 * matt.wilikie@gov.yk.ca * this script is public domain.
setlocal
path=%path%;%~dp0\bin
:: use hardcoded server unless server/ip specified on command line
if [%1]==[] (
set arclic_server=OUR_LICENSE_SERVER
) else (
set arclic_server=%1
)
lmutil lmstat -a -c @%arclic_server%
pause
샘플 출력 :
Z:\Tools>show-license-status.bat
lmutil - Copyright (c) 1989-2008 Acresso Software Inc. All Rights Reserved.
Flexible License Manager status on Thu 2/5/2015 10:13
[Detecting lmgrd processes...]
License server status: 27000@LIC_SERVER
License file(s) on LIC_SERVER: C:\ArcGIS\LicenseManager\License10.2\bin\service.txt:
LIC_SERVER: license server UP (MASTER) v11.11
Vendor daemon status (on LIC_SERVER):
ARCGIS: UP v11.11
Feature usage info:
Users of ACT: (Total of 1 license issued; Total of 0 licenses in use)
Users of ARC/INFO: (Total of 6 licenses issued; Total of 2 licenses in use)
"ARC/INFO" v10.1, vendor: ARCGIS
floating license
joejoe mac_220912 yR1xiboo!"_Z7nM=cP4d (v10.1) (LIC_SERVER/27000 302), start Thu 2/5 9:23
janejane mac_220909 yR1xiboo!!e`E&le6{U (v10.1) (LIC_SERVER/27000 102), start Thu 2/5 9:23
Users of ArcStorm: (Total of 6 licenses issued; Total of 0 licenses in use)
Users of ArcStormEnable: (Total of 6 licenses issued; Total of 0 licenses in use)
Users of Grid: (Total of 7 licenses issued; Total of 5 licenses in use)
"Grid" v10.1, vendor: ARCGIS
floating license
joejoe mac_220912 yR1xiboo!"_Z7nM=cP4d (v10.1) (LIC_SERVER/27000 202), start Thu 2/5 9:23
...etc.
etc.