วิธีการแก้ปัญหาคนจนคือการใช้lmutilC:\Program Files\ArcGIS\LicenseManager\License10.x\bin
เครื่องมือบรรทัดคำสั่งอยู่ภายใต้ เอาต์พุตน่าเกลียดและมีเสียงดังมาก แต่ใช้งานได้
คัดลอกlmgrd.exe
และlmutil.exe
ไปยังคอมพิวเตอร์หรือสถานที่อื่น ๆ และดำเนินการด้วยตนเอง
ต่อไปนี้เป็นไฟล์แบทช์ที่ฉันมีใน X: \ Tools (โฟลเดอร์เครือข่ายทั่วไปสำหรับผู้ใช้ทั้งหมด) โดยที่มี exe สองตัวใน X: \ Tools \ Bin ด้วยใครก็ตามนี้สามารถดูจำนวนใบอนุญาตที่มีอยู่และรู้ว่าใครควรโทรหาถ้าไม่มีในขณะนี้
@::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.