एक गरीब आदमी का समाधान lmutil कमांड लाइन टूल का उपयोग करना है , जो नीचे पाया गया है C:\Program Files\ArcGIS\LicenseManager\License10.x\bin
। बहुत बदसूरत और शोर आउटपुट, लेकिन यह काम करता है।
किसी अन्य कंप्यूटर या स्थान पर कॉपी करें lmgrd.exe
और lmutil.exe
उन्हें स्वतंत्र रूप से चलाएं।
यहाँ मेरे पास X: \ Tools (सभी उपयोगकर्ताओं के लिए एक सामान्य नेटवर्क फ़ोल्डर), में दो exe's: \ 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.